The official community for ColdFusion.
Recently active
CF2018 Server Standard (installed in development mode)IIS 8.5Windows Server 2012 R2So I've installed Server 2018 Standard upto Hotfix 1. At the time of installation there were 2 sites in IIS, these are both configured when I open the WSCONFIG.EXE (using Run As Administrator... I am an administrator on the box anyway).I have added a 3rd website and cannot configure it with WSCONFIG.When WSCONFIG opens it says. Total Websites 3, Configurable 2. See screenshot.Once the 2 that are configurable have been configured then trying to add any new gets the error shown below.CF2016 was previously installed on this server, it was uninstalled via the uninstaller before CF2018 was installed.What am I missing that is stopping WSCONFIG being able to configure the site?Thanks
Hello,I have installed using ColdFusion Mx on IIS6 on Windows 2012All are on the same server.When I go to the home page using the URL http://localhost/cfide/administrator/I get an error message, Any suggestions on how I can fix this issue ?I have tried all options I could try by changing the Module in handler but nothing seems to work.ThanksIQHTTP Error 500.21 - Internal Server ErrorHandler "cfmHandler" has a bad module "BasicAuthenticationModule" in its module listMost likely causes:Managed handler is used; however, ASP.NET is not installed or is not installed completely.There is a typographical error in the configuration for the handler module list.During application initialization, either the application initialization feature has set skipManagedModules to true, or a rewrite rule is setting a URL that maps to a managed handler and is also setting SKIP_MANAGED_MODULES=1.
I upgraded to CFBuilder 2016 from CFB3 and I select multiple lines all the time and indent by hitting the tab key. In CFB3 I never noticed an issue, but with CFB2016 it takes 5+ seconds to just have it indent or unindent. My Java Heap space shows I have plenty of memory. Any ideas of what would be causing this?
Currently we have servers running on Coldfusion 11 Update 14 and the windows version is 2008 R2. Our company is planning to migrate from windows 2008 to 2016. My questions are* Does CF 11 update 14 servers support windows 2016?* Will the migration be smooth?* Will the application running be smooth after the migration?* Will it affect the back end database connection?Thank you.
Hello folks,I inherited some cold-fusion web servers at my organization from another sysadmin who is no longer with the organization. I intend to build some new cold-fusion 2018 web servers, and am planning for that now.The previous sysadmin assigned one unique IP address per website. He only filled out the hostname for the port 80 binding, and no hostname for the port 443 binding on each site. This strategy uses a LOT of IP addresses. I am trying to be efficient, and looking for a better way. I think I see how to do this, but am looking for confirmation, or any gotchas I may run into.I have been doing some reading, it appears with IIS I can bind many websites (around 80 sites) to just one IP address (only assign one IP address to the server) using the standard ports (port 80 and 443). Since the same IP address and port numbers will be used on all 80 sites, the unique identifier would be the hostname I identify in the binding (url for the website). This should require the server to hav
I have migrated one of my service from ColdFusion 10 to 2016.Post that I noticed two issues1) Scheduled tasks are not running : Log shows Task default.abc misfired.2) Another system calling my webservice is not able to execute itThe webservice looks like https://www.abc.com/testInterface/webservices/testImporter.cfc And error isPROD Error message: failed to export item fgsfgs to target WebServive : SOAP request failed (<pushData xmlns="http://webservices.testinterface"> <inputXml> <testData xmlns="">some data </testData> </inputXml> </pushData>): SOAP request returned empty result XML: Root element is missing. Task default.Keyreviewdata misfired.
Our application reads an jpg image from the file system using <cfimage>. it then tries to write the image to an Oracle 11g database using simple SQL to a field of type BLOB using the imageGetBlob(). This has been working for years until recently. We have updated to an earlier java version but don't know whether this is the problem.CF version 11,0,15,311399Java version 1.8.0_191error: Caused by: java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/JPEGCodec at com.sun.media.jai.codecimpl.JPEGImageEncoder.encode(JPEGImageEncoder.java:261) UPDATE my-table SET SMALL_IMAGE = , MEDIUM_IMAGE = , LARGE_IMAGE = &nb
Following this example Easy Rich Internet Applications With ColdFusion 8 — SitePoint the rowdblclick event does nothing. Same result for the example code and my augmented code. Neither work. Is there a different way of adding a listener in CF2016? <script type="text/javascript">function initGrid(){ var grid = ColdFusion.Grid.getGridObject("aaaGrid"); grid.on("rowdblclick", showAAAForm); }function showAAAForm(){ var aaaId = ColdFusion.getElementValue("aaaGrid", "gridForm", "id"); var url = "aaaForm.cfm?aaaId="+aaaId; ColdFusion.navigate(url, "aaaWin"); ColdFusion.Window.show("aaaWin"); }function submitForm() { clearErrors(); ColdFusion.Ajax.submitForm("aaaForm", "AAA_submit.cfm", submitCallback, errorHandler); }function submitCallback(response){  
Hello all,CF 2018 Standard on Windows 2016.Running the following code:<cfmail to="epipko@unionbay.com" from="mail@cf_server.com" subject="Example email"> Your Email Message!!!</cfmail>Getting the following error in mail log:javax.mail.internet.AddressException: Empty address in string ``''If you dealt with this error before, please point me to the right direction to resolve it.Thanks,Eugene
Greetings,I am trying to get PDF content using CFHTTP from the following link: https://policy.ucop.edu/doc/3220479/BFB-BUS-38.It works in browser, but CFHTTP returns following:ErrorDetailI/O Exception: nullFilecontentConnection FailureHeader[empty string]MimetypeUnable to determine MIME type of file.Responseheadertest - struct [empty]StatuscodeConnection Failure. Status code unavailable.TextYESMy CF code is:<cfhttp method="get" url="https://policy.ucop.edu/doc/3220479/BFB-BUS-38" timeout="50" result="test"></cfhttp><cfdump var="#test#" label="test">CF Server is CF11 developer edition, version 11,0,15,311399.Looking at Response headers in browser, I noticed that Transfer-Encoding: chunked and Content-Length is missing(Server Apache). Is there problem with CFHTTP and Transfer-Encoding: chunked?Any ideas on how to make it work?Regards,Simon
I got PDF document from the customer. The document is 60 pages long. I need to read the data from middle of the page 49 to page 58. In ColdFusion there is cfpdf tag that allows reading the pdf documents. Here is example of what I have so far:<cftry> <cfset mypdf = expandPath("./data.pdf")> <cfpdf action="read" source="#mypdf#" name="PDFInfo"> <cfdump var="#PDFInfo#"> <cfcatch type="any"> <cfdump var="#cfcatch#"> </cfcatch> </cftry>After document is dumped on the screen there are information like:Author [empty string] CenterWindowOnScreen no ChangingDocument Allowed Commenting Allowed ContentExtraction Allowed CopyContent Allowed PageSizes PDFD
Hi,Is there any information about this release # 312276. Is this an existing release, or future release, or is it a patch that has to be requested?It fixes an Amazon AWS S3 issue: Tracker Thanks!
Hi,We have the folder path called /api and after we upgraded from Coldfusion 10 to Coldfusion 2016 the Coldfusion module inside that folder is not longer working. It's giving us the status error code 500. Different folder path is fine only particular folder /api won't work. Please help!!.Thank you.
I have an Adobe Flex app that I've written, and of course I occasionally need to call remote procedures on the server sometimes. We use ColdFusion 11 on the server-side to handle these remote calls.When I install Update #12 on ColdFusion 11, I get the following error when I make a remote call:faultCode:Client.Message.Encoding faultString:'Creation validation for class 'flex.messaging.io.ObjectProxy' failed.' faultDetail:'null'It only seems to happen when I send a complex data-type (like an Array of Objects) to the remote function. It doesn't happen when I'm just sending strings.Also, I'm using a secure channel when I make the remote call -- don't know if that might be the difference or not.Please let me know if I can provide any further information to help track down the root of this issue. I'm happy to provide any logs you might need, or whatever. Just let me know.Thanks,Laurence MacNeillBall Ground, Georgia, USA
Hi,I'm getting that error even though statistics.cfc is present in model directory, I installed coldfusion 2018 and this code was written in cf10 and it was working fine only changed cf version cos I migrated my site to other hosting server where I installed latest coldfusion 2018 and getting that error now PFA. Some syntax has changed in latest version ? Please help !Best,Sikander
Hello, all,Based upon a cursory glance at one of Charlie Arehart's blogs, I wanted to know what version of Ext.js shipped with CF11 (based upon a description in the blog, I tracked down the location of the files for Ext.js and got my answer.) CF11 (released April 2014) shipped with Ext.js v3.1 (v3.0 released July 2009).The current version of Ext.js is (I believe) 6.1.x. I cannot currently find which version of Ext.js ships with CF2018, but I suspect it isn't Ext.js v6.1.x.It's not just Ext.js, either. As I understand it, Solr (Lucene) is also versions behind.Which begs the question: Why is ACF behind in supporting library versions? (TSIA)Just curious.V/r,^ _ ^
I'm having a ton of trouble getting a new install up and running on RHEL6. Its ColdFusion 10 and when I try to install the package I get an error that says:ColdFusion_10_WWEJ_linux64.bin line 3309 /tmp/install.dir.21145/Linux/resource/jre/java: Permission DeniedThis dies right after the installer starts working.I have tired: sudo ./Install - Same resultsI have also changed permissions on the installer directory (can you restart a failed install from the directory?) SELinux is *NOT* enabled so I have skipped past this part.Anyone have any suggestions in getting this installed?
I have a form that allows the user to create 5 different sets of results on the same form. I do this by using CFLoop. For example:<cfloop from=”1” to=“5” Index=“i”>Form FieldName#i#So I end up with:FieldName1FieldName2FieldName3FieldName4FieldName5That part works great and keeps the form code short and clean considering there are 16 form fields.Is there a way to loop over that data to insert it into a table. Each Index needs to be its own row in the table. For example…<cfloop from=”1” to=“5” Index=“z”><cfquery datasource = “abc”>Insert into XYZ (Name)Values (#form.FieldName[z]#)</cfquery> What I don’t know how to do is use a variable (the index) within a variable (Form.Result). Parts of the form need to go into 6 different tables times 5 sections of the form would be 30 SQL statements vs. 6 if I can loop.Thanks in advance for any assistance.Gary
I have Coldfusion 2018 successfully running on Mac OS X Mojave.I have never tried to see if .NET integration runs on the Mac. I have installed .NET core on the mac and tested the code which connects with a DLL, however I get the error:CLASS MYCOMPONENT.MYCLASS NOT FOUND IN THE SPECIFIED ASSEMBLY LIST.I cannot find anything on the web that says this will never work. Or how to overcome this error. I have checked the path, all OK. The code works ok on a windows machine. Any help would be much appreciated.
The table "struct" is displaying on the webpage and I can't find in the CF files or wordpress where to hide or remove table(s). I am not a CF expert or wordpress, but I have experience with HTML.
Can anyone help explain why in my next page flow report, my second most popular next page is the origina(first is exited site).
I updated to CF 2018 from 2016 and getting "Authentication has Failed" error message. Please check the logs for more details.scoldfusion.security.SecurityManager$AuthenticationFailedException: Authentication has failed.at coldfusion.security.SecurityManager.parseAuthInfo(SecurityManager.java:3429)at coldfusion.tagext.security.AuthenticateTag.parseAuthUpdate(AuthenticateTag.java:397)at coldfusion.tagext.security.AuthenticateTag.doStartTag(AuthenticateTag.java:358)
Hello,We have recently started having problems with CFHTTP. For an entire year, it ran fine and suddenly, on a bad day, every call to CFHTTP results in the following error : Could not initialize class com.rsa.cryptoj.o.oz. Restarting CF services resolves the issue. So far, this has happened a total of 3 times, twice on the same server (CF11 update 14, jdk 1.8.0_151), and once on a different server (CF11 update 15, jdk 1.8.0_181).Full stack trace of the error below : --- begin ---"Error","ajp-bio-8014-exec-92","11/30/18","15:01:28",,"Could not initialize class com.rsa.cryptoj.o.oz The specific sequence of files included or processed is: D:\PATH\TO\test2.cfm, line: 3 "java.lang.NoClassDefFoundError: Could not initialize class com.rsa.cryptoj.o.ozat com.rsa.cryptoj.o.kd$154.a(Unknown Source)at com.rsa.cryptoj.o.kb.newInstance(Unknown Source)at sun.security.jca.GetInstance.getInstance(Unknown Source)at sun.security.jca.GetInstance.getInstance(Unknown Source)at java.security.cert.Certificat
We are recently migrating to cold fusion 2016. We were running an old CF 2004 server believe it or not. We invested in a new dedicated server running cold fusion 2016 to transfer all of our data over. The main question is:1) How can you tell that your data center is using the CF 2016 edition of the server we now own? bought and paid for. We know builtwith.com is a good tool to cross check technologies but is there a sure way to identify that the server is running cold fusion 2016.? What is the best way to get proof?In the process, we talked with 2 CF based companies to do the transfer both said it would take approximately 2 weeks to complete - stand up the server and migrate our software platform , websites and data over which we provided the original instructional database of how the software works in CF. We decided to keep our long relationship current vendor 14 years. We paid in full October 1st which included hosting up to 14 months, they said upfront
I'm using Adobe CF 2016 on windows. I use cfmail to send emails but I'm looking for a tutorial on how I can update my database from an email subscriber who wants to unsubscribe from my newsletter?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.