The official community for ColdFusion.
Recently active
Is there any way to use the Adobe Coldfusion AMI from the AWS Marketplace in GovCloud? The GovCloud East and West regions do not appear in the Region dropdown in the Pricing section of the page. I thought they had been available at some point in the past when I looked at it, but either I was seeing things or it's no longer an option.My company has been using Coldfusion on AWS EC2 instances for around 4 years, and we're very much interested in switching to a licensing method that allows for auto-scaling. We're hosting our apps on GovCloud due to the FedRAMP certification which helps us comply with our customers' security requirements.
I migrated my application from CF10 Enterprise to CF11 Enterprise but the chart fail to render in the webpage. It says com.gp.api.jsp.MxServerComponent is not found. I figured out that the required JAR file (wc50) is absent from Coldfusion 11.Then I found similar discussion here https://forums.adobe.com/thread/1495819 and I did the same thing - copied the required JAR's (wc50 and others which are missing in CF11). Now I can generate the report but it is coming with a visible watermark which says "Adobe ColdFusion 8 Developer Edition Not for production use". This is surprising, because we were using CF10 earlier and that too licensed version. Then why this watermark? Any help here would be highly appreciated.
I migrated from CF10 standard to CF11 trial version but the chart fail to render in the webpage. It says com.gp.api.jsp.MxServerComponent is not foundDoes anyone here know whether CF11 comes with Webchart3D?
I know there is excellent HTML documentation available, but I am looking for the PDF documentation set that used to be available for previous versions. Installing, CFML Reference, Developing, etc.Thanks
I am getting not found message when I click this link. https://cfdownload.adobe.com/pub/adobe/coldfusion/2016/updates/hotfix-010-314028.jar. I need to apply a update to coldfusion in order to move with some other application patch. We are at Cold Fusion 2016 Update3 and wanted to go with Update 10. How do I get this jar file.
Today 1:26 PMWe'll connect you with an agent as soon as possible. For a faster resolution, please tell us how we can help you today.You are now connected to Prabhat, who is reviewing your account. If you need to share sensitive information, such as credit card number, please wait for your agent to give you steps to share it securely.coldfusion downloads not workingPrabhaHello, I'll be happy to assist you. We are from Billing department only. I request you to contact through this link: https://helpx.adobe.com/in/support/coldfusion.html to get assistance for Cold Fusion.this is the chat from that page.the website is broken - we need the security updates for the CF11 (hot fix 18) ASAPPrabhatOkay, let me check for it.You can find your answers here: https://forums.adobe.com/community/coldfusion/coldfusion_administration You can also start a new conversation there to get help for ColdFusion.no you cannotno, you cannotI have issues getting the PAID for downloads from ADOBEI do not have
Since loading Update 10 for Cold Fusion 2016, cfmail fails when sending email to an address with a leading dot. When using the address ".johnsmith(at)yahoo.com", the IsValid() function returns true, but cfmail fails with the error "Empty label is not a legal name". Prior to loading the update, emails to this customer were sent successfully.This appears to be related to IDN.toASCII:java.lang.IllegalArgumentException: Empty label is not a legal name at java.net.IDN.toASCIIInternal(Unknown Source) at java.net.IDN.toASCII(Unknown Source) at java.net.IDN.toASCII(Unknown Source) at coldfusion.mail.MailImpl._toIDNEmail(MailImpl.java:578) at coldfusion.mail.MailImpl.toIDNEmail(MailImpl.java:566) at coldfusion.mail.MailImpl.setInternetAddress(MailImpl.java:541) at coldfusion.tagext.net.MailTag.validate(MailTag.java:737) &nbs
I am seeing this error when i have table with different UDF functions that needs to be evaluated. With multiple rows i get this error below.Invalid method Code length 274259 in class file Statement98 The specific sequence of files included or processed is (file name).Can anyone suggest what can be changed within server that can help me evaluate a larger string of data.Thanks in advance
We are updating from Coldfusion11 to Coldfusion2018 and are trying to configure the PMT. We have installed the PMT on a separate server, but are unable to configure it to auto-discover our CF server nor can we manually add it. Both the CF server and the PMT server are Redhat Linux. We assumed that the datastore was created as part of the CF installation, but have also explicitly installed a datastore on the CF server. Neither seem to work. When we try to manually add the CF server within PMT, we get a 'Failed to Respond' error message. We're not sure on which server the datastore should be installed or if we are using the correct port. We've been using the port that was defined during installation of the PMT. Within the CF administrator, the monitoring settings indicate that we are not connected to a datastore nor is monitoring enabled. Are these settings controlled via the web server or the PMT server?I apologize if this informatio
Environment:Unix SolarisApache 2.4.39CF2016 HF10I have been having this really weird intermittent issue with uploading files and the only thing I have been able to track it down to is the Application the web transaction is running as displayed in FusionReactor.I'm monitoring for a post transaction and the only time it seems to fail is when it is being run as "Adobe Coldfusion 2016" application, when it normally is run as "XYZ Application" coded in the application.cfc.When the app runs as Adobe Coldfusion 2016 it times out after 20s no JDBC transactions are started and it shows Tomcat WebSocket (JSR356) Filter. A little bit of research and the default timeout for Tomcat connector is 20sCFADMIN settings for timeout on this instance is set to 60s and have verified in server.xml the connector port settings are there.When the application succeeds it usually completes in 4-7 seconds.Since upgrading to HF10 I have run the wsconfig upgrade to bring the connectors up to mod_jk/1.2.46We have pus
We have recently purchased and in the process of migrating our Cold Fusion8 Enterprise to Cold Fusion Enterprise 2018 on new machine. followed below steps Installed CF18 on new machine as Production + Secure ProfileCreated CAR file from old CF8 server and deployed on new machineGot the IIS server configuration using MSWebDeploymentTool.Ran WebServer ConfigTool to configure IIS with ColdfusionNow when I am trying to load website through local host I am getting error “HTTP Error 404.2 - Not Found”. Please suggest if I am missing something here.
I have receive a cfBuilder license at the last CFSummit, but never been able to sucessfully install the thing ....Now that I check back this, when downloading CFBuilder 2018 the trial install the cfbuilder 2016 ....Could it be that my license is 2018 but I can't enter it because builder is 2016 ??How can I download builder 2018? I don't want a buy it I already have my key. So I want to download the trial and after that insert my key ....I kind of confuse with the whole 2018 or 2016 thing .....
Hello I'm not the greatest at Coldfusion I'm trying to get it to look at a field in our sql table and if it's not black to print "f:" with the stockas info. I also need it to look at another field crossfile and when it's true (1) to change the upc label to say "xf:" instead of "f:". My issue so far is I can get it to print the cross file fine, but when file as is filled out and crossfile is false (0) it won't print out "f:" it's just blank like it is when nothing is under stockas. Here's part of my coding that it effects:<cfquery name="qPrt" Datasource="#Data.Datasource#" > SELECT p.ItemID, p.UPC, p.vendorID, p.SKU, p.StockAs, p.Artist, p.Title, p.RetailPrice, p.releaseDate, p.Attribute2 , g.generalCategory, p.Crossfile FROM Item p LEFT JOIN GeneralCategory g ON p.GeneralCategory = g.generalCategoryID&n
We are upgrading several mature sites to CF 2018. One thing that is biting us quite a bit is the way CF 2018 handles cfsqltype compared to earlier versions. Typos or incorrect cfsqltypes used to be skipped and treated as varchars. On CF 2018, they error out. This is fine however, being mature sites, there is a lot of code and cfqueryparams to be tested for typos. I know it's probably a long shot but would anyone know of an existing piece of code that parses cf code for cfsqltypes in a cfqueryparam?Thanks,Jeff
Has anyone else seen this? groupcasesensitive is optional, and the default is "yes", so I was surprised when a user reported the tally by country indicated 40 items found but the country breakdown only summed to 36. Turns out we had 13 for Nigeria and 4 for NIGERIA. The report was displaying NIGERIA 13, first label, last value, which I find baffling.After explicitly adding groupcasesensitive="yes" to that query, everything is as expected- both rows display and the running sub-count now totals to 40.We are standard license on windows. I'll see if I can replicate in a simple demo and share.
I created some code that takes a CSV and BULK INSERTS it into an MS SQL database.This is on Windows Server 2017. MS SQL 2017. CF 2016. SQL Server is separate from the CF server and connected with an internal 192.x.x.x. IPThe code works perfectly on my local development box, but when I run it on the server the CFQUERY BULK INSERT fails, 'the system can not find the path specified'The file is there, I've also tried multiple locations. I can only presume this is a permissions issue. (CF is running on it's own user account with admin rights).I'm somewhat stuck. I presume all of the permissions are made by CF?Update:Resolved. I was using the wrong password for the CF accountSolution: Create the same user account on the SQL box that is used for CF to run under, and then write to \\SQLServerIPS\c\ . I was using the wrong password, problem resolved.
Hi,I have to calculate the number of hours between two dates and exclude Saturday and Sunday. The first 24 hours (Monday, Tuesday, Wednesday, Thursday or Friday) of the calculation is a grace period. After the first 24 hours, is the calculation for over of compliance.For example:Notified: 2019-02-03 08:58:00.0000000 (is a Sunday)Entered: 2019-02-05 08:38:00.0000000 (is a Tuesday)Since 2/3/2019 is a Sunday, the time shouldn’t start counting until 2/4 at 00:01. There’s then the 24 hour grace period, so it becomes out of compliance on 2/5/2019 at 00:02. It should only be 9 hours out of compliance.The query in The SQL runs fine for Monday - Friday. It's not excluding Saturday and Sunday.Below is the SQL code for the number of hours:DATEDIFF(hour,CAST(tbla.NOTIFYDATE AS DATETIME) + CAST(Coalesce(tbla.NOTIFYTIME,'23:59:00') AS DATETIME), CAST(tbla.ENTRYDATE AS DATETIME) + CAST(Coalesce(tbla.ENTRYTIME,'23:59:00') AS DATETIME)) - ( (DATEDIFF(wk, tbla.NOTIFYDATE,
Trying to get the actual ip address of a user with coldfusion sitting behind an F5 appliance. Researching I found the RemoteIpValve which can be placed in server.xml, but it does not seem to work on CF 11. Does anyone know of any tricks to getting this to work or does it not work at all in CF 11?Thanks
I have a cloud share drive recently assigned to my project, and I was able to copy a number of PDF files into it. I can use Windows Explorer to navigate to that drive and bring up any PDF file with ease -- double click, view in Acrobat, no problem.I can use CFDIRECTORY to list the contents of the directory, and I can use FileExists and CFFILE to test and grab a copy of the file, no sweat.I put a text file in the directory, and I can pull that up with:<cfheader name="Content-disposition" value="attachment;filename=filenamehere.txt"><cfcontent reset="true" type="text/plain" file="file:///\\sharedDirectoryHere\filenamehere.txt">I put a GIF in place and <image> displayed it easily.I can use the following code pair to view PDF's on another project's share with no issue, PDF pops right up...<cfheader name="Content-disposition" value="attachment;filename=filenamehere.pdf"><cfcontent reset="true" type="application/pdf" file="file:///\\otherSharedDirectory
I am familiar with several list functions in CF but I can't seem to figure out how to do this thing:I have a long list (from a query in coldfusion) of names, e.g. "john" or "silverfox" or "7" (all "user aliases"). say, query.aliasI have to put this out on a page and it's way too many for sanity.I want to break it up by the first letter of the name. Like:*: (list from the point before names begin with letters, like numbers and special chars)A: (list from the point where names begin with A)B: (list from the point where names begin with B)C: (list from the point where names begin with C)But listfind just finds the first "a" (and none of are just 'a' as a name), and listcontains just finds the first name that contains an A anywhere.How can I find the location in the list of where a value BEGINS WITH a certain string ("a"), so I can make a var of that value, and then loop the query out with a rowcount and 'start/stop' it at the appropriate places? (I guess that's how it would be done,
Hi Community,To start with I'm very new to the ColudFusion applications and development.We have an old coldFusion Mx application hosted on IIS server. It is production application. Now, we are in planing to change the application url, however we are not sure where to change the configurations so that application functionalities work seamlessly with the new url.any help is highly appreciated.Thank you,Regards,Venky
Good Morning,I spent all of last friday trying to figure out why the ColdFusion 2018 Auto-Lockdown will not complete.We successfully migrated from CF10 to CF2018 on our test site as well as our production system. No errors on install or in the code analyst.But when I tried to run auto-lockdown, I received the error "windows error 2 java vm". I installed an older version of Java and created the specified path in "Path" in the Environment Variables. It will NOW start and I am able to input all of the information it asks for.But now auto-lockdown gets to one point every time and just stalls. In the CF2018 auto-lock down window it stalls on " Installing... Coldfusion Lockdown".In the ColdFusion log file it shows that it tried to delete a file, the file exists, and then Deletion of file successful.Then nothing.Any help would be greatly appriciated.Thanks,Rob
I am attempting to upload a file using the Dropbox API. Dropbox requires Contact-Type = "application/octet-stream", which I am tried to set in the cfhttpparam type = "header". However when I post the data to the API. I get an error stating: Bad HTTP "Content-Type" header: "application/octet-stream,multipart/form-data; boundary=-----------------------------7d0d117230764". I am guessing that when a cfhttpparam type = "file" is included, the content-type is modified to also include multipart/form-data. The api will not accept this content-type. Is there a way to avoid this behavior? This is the code I am using to attempt the upload. Thank you.<cfhttp method="post" url="https://content.dropboxapi.com/2/files/upload" result="uploadFile"> <cfhttpparam type="header" name="Authorization" value="Bearer #DropboxAccessToken#"> <cfhttpparam type="header" name="Dropbox-API-Arg" value="#serializeJSON(stFields)#"> <
Hi. We are experiencing some binding issues in several forms after upgrading to CF 2016 from CF 10. All work fine in 10 but not in 2016. Are their new setting I should be looking at?Thanks in advance. Any help is appreciated.
I've been forced by my ISP to moved from an MS Access database to MySQL. The ISP ported my Access db to MySQL on their server. I've been trying to set it up for my use on localhost. I have the database created and working in MySQL Workbench. I created a MySQL ODBC dsn that tests good in Microsoft ODBC Administrator.Initially, I renamed my Access dsn and applied the original name to the MySQL dsn. When I hit a script with a query, I got: "Specified driver could not be loaded due to system error 182"Then I thought to open CF Administrator to check the datasource there. I deleted the record for the (working) MS Access dsn and created one for MySQL. CF Admin indicates that my "data source updated successfully." I'm using the MySQL (4/5) driver. However, when I open a script with a query, I get the error in my debugger: "Could not create connection to database server. Attempted reconnect 3 times. Giving up."Any thoughts on how I make this DSN work for my application on localhost?Many thanks
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.