Coldfusion 8 - application log
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....
View ArticleReturn Soap Fault in CF web service
How do I return a Soap Fault like this: <soapenv:Fault> <faultcode>soapenv:Client.Validation</faultcode> <faultstring>SalesCode must be 5 characters in...
View ArticleA real noodle scratcher - CFML renders randomly
We're on CF 10 Standard in a virtualized Windows 2008 Datacenter environment working on this really old CF application. For some reason, requesting the application results in 1 of the 3 following...
View ArticleHelp with load balancer CF10 on Cluster
Hi, I have installed CF10 Enterprise with 2 instances running with the build-in web server: cfusion, instance2.Both of them run fine in the ports 8500 and 8501. I have created a default cluster...
View ArticleWhy CF10 is dead slow unless CF9 is also running?
Up until recently I only had Coldfusion 9 running on a 64-bit 2008 server. Today I installed the Coldfusion 10 trial. The installation went OK and the CF9 settings were migrated to the new CF10...
View ArticleApplication.cfc stopped rendering
CF10 Local Dev MAC machine. Built in server.Nothing has changed in my Application.cfc. Cleared cache via admin pages, Changed Application.cfc/Application.cfm lookup order to all three settings....
View ArticleJ2EE session variables & Non Random Session IDs
Our server keeps failing our PCI compliance test due to the Session ID's being non random. Description: Web Server Uses Non Random Session IDs Synopsis: The remote web server generates...
View Articlecfcomponent extends question
Hi all,i have two cfc' components usind extends as:<!--- myParent.cfc ---><cfcomponent displayname="myParent" output="false"> <cfscript> this.myData = '';...
View Articlefirst homepage.cfm
I created my FirstHomePage.cfm on the ColdFusion 10 Developer server.It works on the same server machine, but i got HTTP 404 error from other machine.I added IP Address on ColdFusion server Admin page...
View ArticleProblems with nested cflayout and IE 7-9 inside cfwindow
I have a page that uses cflayout to display data. Links in the page fires a cfwindow that also contains a cflayout tag. This works perfectly in all other browsers, including IE 10, but not IE 9 and...
View ArticleGetting an oracle error 01867 intermittently
we have been having an issue with a query in a cfquery tag that gets info from our tables and links to a table in a remote database.... something like: select x,y,z from mytable ours,...
View ArticleSecuring GraphData.cfm
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...
View ArticleExt Window in a CFFORM tag
Guys, I have a problem with the ext window and I dont know how I resolve this. How put a ext window inside a cfform tag? Example:<ext:window id="settings" title="..:: Upload ::.." width="500"...
View ArticleUpgrade from 7 to 9.
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...
View Articledpi of an image
Hi,How to find an dpi of an image using coldfusion?is there any way to modify an images dpi using coldfusion?
View ArticleCF 10 mobile app dev
I found a tutorial on building a mobile app using cf10 (rest), MySQL, and ajax. http://training.figleaf.com/curriculum/cfjqm.cfm However, it isn't the best tutorial for me because I'm looking for...
View ArticleColdFusion 10 Incomplete Installation
After installing ColdFusion 10 the ColdFusion 10 Application Server service is not running. When I attempt to start the service, Windows gives me the following error message: "Windows could not start...
View ArticleProblem with SAP JCO 3 connection with CF 9 developer edition
When we try to connect using SAP JCO3 under CF9 developer or trial edition , we get the error 'Could not initalize class com.sap.conn.rfc.engine.GUID'.As soon as we update the version to a licensed...
View ArticleBackground colors bleeding over edge on block level elements
I am using CF10 with CFDOCUMENT to produce a PDF from html/css. I am running into issues where block elements are having what I'd call "bleeding" issues with their background colors over borders....
View ArticleConnecting CF8 to Oracle 11g with JDBC
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...
View Article