The official community for ColdFusion.
Recently active
I am hosting a web service on my production server. I have been unable to call it remotely. So I tried calling it from the Prod server via url instead of component, and it fails.<cfinvoke component="xcom.xcomServices" method="couponProcess" returnvariable="coupRet"> <cfinvokeargument name="theCouponSource" value="normal"> &nb
I have been having issues with my titles not showing up on my CF pages. I finally looked at the page source in the browser and found that CF is inserting extra <html>, <head> and <body> tags at the beginning of the pages. (see samples below). I'm pretty sure it is the CF engine that is doing this because I took a cfm page and just changed the extension to html and everything worked fine (except the CF code). There weren't any extra tags inserted and the titles was displayed. I also noticed that the CF engine appears to be adding the very first line <!DOCTYPE HTML ...>Does anyone know why this might be happening?ThanksDavidCF Page - notice extra tags in red<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <title>Untitled</title></head><body></body></html><html><head> <style type="text/css"><!--BODY{ font-weight: normal; font-size: 10pt; font-family: Arial; backgro
CF 8,0,0,176276 Jrun downloading malware, will update of hotfix help?
I'd like to add clickable expanding/contracting text areas to my pages, as in the default is showing the short description, and clicking shows the long one.Is there any tag in ColdFusion that facilitates that? (I'm a bit rusty on my coding skills, as you can tell . . .)Karen
CF10 Standard Edition 64 bit, Windows 2012, IIS 8. Initially I installed the CF10 before moving the CF8 sites to the new server. I added the IIS and DNS records manually ahead of moving the site files to minimize downtime. Done this before. Lots of 404 Page not Found errors until we learned that every domain needed a virtual directory for CFIDE and jakarta. A few of the domains started to take shape, but eventually the CF Admin went blank. No error, no login - gone.This morning I uninstalled and reinstalled CF10 and noted that all of the IIS entries had the virtual directory mapping included if they hadn't alreaday. But still no CFAdmin, which makes everything else kind of pointless. Instead of going forward, we punted and reactivated the old server where the CF8 chugging along which keeps my clients happy. Because I cannot login to the CFAdmin, I cannot tell you the build version was but I did purchase it on April 3rd and downloaded it the same day so I'd hope the install exe wa
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd0.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd0.html
CF10 on IIS 7I have a webservice set up that needs to be called from a remote server. It is set to access="remote". It works fine when called from the local machine. But calling it from a remote server fails. I can perform an HTTP Get and pull down the WSDL from the remote machine, but when I attempt to invoke the web service remotely, I receive the "Could not find the ColdFusion component or interface...." error. The incredibly odd thing is that if I intentionally break the CFC, outputing an undefined variable or something, the error is returned to the remote request!Is there some new setting that I must change to allow for remote invocations?This is on a PCI compliant subnet. Could firewalls be blocking the CFC interaction? Do CFC's return on a separate port or something? Could the headers be blocked?
We have a production system currently running on CF9 and we're attempting to migrate everything to CF10 and ran into some wierd issues. 1) we have alot of CFC's in our application that are accessed by various .net applications via webservice. for some reason, invoking the webservice call just hangs on the CF10 server. we see it as a unresponsive request. it seems to time out after 5 or 10 minutes. 2) we have a couple of .NET implemented webservices provided by 3rd party vendors for payment processing. when we did CFIDE archive/deploy from CF9 to CF10 to get these into CFIDE, they imported. however when I refresh on one of these, I get error "Variable WS not defined line 233" in CFIDE/extensions/webservice.cfm in the application log. if I delete the webservice entry and try to readd it, "Error creating web service. Please ensure that you have entered a correct Web Service name or URL." with n
I created a datasource from my CF admin using JDBC/Oracle Thin Client. The datasource creation was successful.When Oracle encryption is configured as "Requested" I can browse my CF app. and ran many functionalities with no problemBut when the Oracle encryption is configured as "Required" the connection failed.The way I tested and know that it was failed was when I login in to my web app. It won't log me in. But when the Oracle is switched back as "Requested"I can login successfully and ran may tasks.I have CF8 Enterprise version in UnixFrom the network dept, I was told they have the correct JAR file in place but did not tell me what is the correct JAR fileCurrently my web apps are running with datasource created using Oracle Thin Clint but the Oracle encryption needs to be switched back to "Requested" otherwise my users are complaining that they can't login.Where should I go from here???? has anyone ever experienced this situation and found a solution? What is going on with my situatio
I just ran the 9.1 update for CF and now the administrator page will not load, the site runs but that is it I know I'm missing something. I have rebooted the server. No change and all the services are running. I am on the server not trying remotely .Message was edited by: Norman Rothwell
Could anybody tell me if there is anyway to log requests times of all queries?I have a recent issue where I've started to get deadlock issues with my SQL. There are so many pertential permitations from the SQL queries based on individual users and other data that I'm having a hard time figuring/replicating which queries might be taking too long and under what circumstancesThanksMark
In the cffunction tag in a CFC function that returns data to an Ajax client, specify a verifyClient attribute with a value of yes.The VerifyClient function and attribute tell ColdFusion to require an encrypted security token in each request. To use this function, enable client management or session management in your application; otherwise, you do not get an error, but ColdFusion does not verify clients.Enable client verification only for code that responds to ColdFusion Ajax client code, because only the ColdFusion Ajax library contains the client-side support code. Enabling client verification for clients other than ColdFusion Ajax applications can result in the client application not running.Before you ask, session and client management is on, cfadmin is set up properly, I am logged in, I display my sessionid and urltoken at bottom of pages on development server, all is good, exept this of course.AJAX call:$.ajax({ url: 'somecrap.cfc?method=validateForm&' + Math.rand
Hey all. We have a ColdFusion 10 Standard Server on IIS 7.5 in Windows 2008 R2 Datacenter (Virtualized) and have been having the oddest issue that I've been opening up forum posts and support tickets and have not resolved.In short, CF will render up the page randomly. On 1 call, all of the page is shown. On another, nothing. On another, part of the page's code is generated. I use the Web Developer Toolbar and on the full page loads, nothing shows any fault (200 and 300 codes). But on the no or partial page load, the WDT shows ERR 101 (Connection Reset) and ERR 103 (Connection Aborted).I have tried a myriad of things to no avail and am asking if anyone has ideas I can look into. I know that this could be CF, IIS, the Server, how the network is setup, etc. But I think to get to a solution, I have to start ruling things out. I am able to remote to the server and bring up the CF Admin, request as many pages in it as I like, and it loads
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7fe5.html
I actually hads this working and without warning I am now getting this error message in the IDE Console.Error retrieving server version. Cannot perform the operation. Check if the server is accessible from web browser.Well it is running fine, I can browse the website I can even enter the administrator. But when I try to stop the server or restart the server this is the error I get.I have looked at everything, running the IDE as an administrator. Making sure the firewall is off on both machines, and yet nothing I do has worked.Anyone know how to fix this?
Hi,I observe that in my application log file for CF 8 there is thousands of requests of a certain file that doesn't exist. These actually kill my server twice a month. Seems almost like a Dos-attack. I've sourced the files according to that specific application, but can't find any reference to that file in my code. It is requesting a IMG.cfm file. So where to look from where this file is requested? It's not in my code, searched many times in the directory the application lies within. Can I get some traces somewhere? Thanks. BR,Kjetil FinsrudNorway
Hello,we have running an CF10 Server. We do monitoring with cfstat for one week.We are not sure, what the avg db time value shows.The documentation says (for CF10): A running average of the time that ColdFusion spends on database-related processing of ColdFusion requests. Averages are displayed for the last two completed requestsThe documentation für CF8 :(A running average of the time that ColdFusion spends on database-related processing of ColdFusion requests.) The difference is with or without the last two completed requests.Now, we can track that the value for the avg db time constantly goes higher and higher. 100.000 milli seconds and more.But we didn't have any problem with long database requests.Request time for all database requests at our application are near 100 milliseconds.What means the avg db time really?What do I understand not correctly?Thomas
I got update message from my CF10 Developer version.I just click on download and install. After install my CF10 update, I got my right side screen of admin error message.The web site exreience error, please contact admin...I am not sure what happen to the update,How can I repair this update,Your help and information is great apprecaited,regards,Iccsi
Hi,I have a web project using session to store a code num.In my working machine, original session variable is "A000". I set the session to "A123". Then, go to second page and it shows session "A123" correctly.However, in another working machine, I set the session to "A123", second page shows session "A000", not the one I updated.How this happen? And how can I solve this problem?
I have installed the ColdFusion 10 as a local host and Now when I am trying to setup the ColdFusion Builder I can't seem to get it to select the Local Server. Help Please
I have tried for two days to get just a small bit of tech support on the setup of Adobe ColdFusion 10 and ColdFusion Builder. More than half a day calling all kinds of departments at Adobe and so far no one is actually interested in offering even a modicum of tech support. As a business owner it seems counter productive to even offer a trial of expensive, complex software and not follow through with the bare basics of setting it up so that potential customers can at least see what it does or is supposed to do.contact me if anyone in your company would like to solve this for me.
I have a client with an existing ColdFusion 7 website. They need it upgraded to ColdFusion9. How do I upgrade the code? I need to know what software I'll need, whether there is a cost for that software, and how long the upgrade will take.
Recently, some security audit testers have insisted that the error screen NOT BE SHOWN when /CFIDE/GraphData.cfm is called. They obtained the URL from one of our graph reports, which usually have a query string appended to it when called with CFCHART. The resulting page is as attached, a Jrun Servlet Error 500 Internal Server Error page. They have categorized this under "Weaknesses in Error Handling mechanism" and insist that it should be improved.My question is : Without messing about with 1) IIS MOD REWRITE, or 2) Engage complicated methods to generate a CFCHART image (ie generate CFCHART, save it to a temporary directory, and re-displaying it without going through GraphData.cfm)Is there a way to get Coldfusion to not display this error when the URL in question is called?
I'm having a problem interoperating java and cold fusionI'm trying to follow the example code described here: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-786c.html But to no avail. 😞On the java side in my jsp I have: request.setAttribute("myvariable", "This");%> <% ((Map)session.getAttribute("myApp")).put("myVariable", "is a");%><% ((Map)application.getAttribute("myApp")).put("myVariable", "test.");%><jsp:include page="<%= urlstring %>"><jsp:param name="name" value="Robert" /> </jsp:include> Where urlstring was set to http://someurlOn the Cold fusion side I have: <cfoutput><h2>Hello #URL.name#</h2>Request.myVariable: #Request.myVariable#<br>Session.myVariable: #Session.myVariable#<br>Application.myVariable: #Application.myVariable#&
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.