Re: How does "use the hot fix installer to apply this update (ColdFusion 10...
It sounds like the updates page is not loading properly. Have you tried refreshing that page in CF Administrator? Also, you might try restarting the ColdFusion service. You might have a...
View ArticleClear All Session Variables at end of day
I have an application that at the end of the day 12:00 midnight I need all session.variables to expire and thus force my users to relogin. WIll this code end all of my user sessions? <cflock...
View ArticleRe: CompilationFailedException consuming web services on CF10
Thank you. I was hoping to resolve this without reinstalling. I have done so several times since first encountering this issue. updating the tools.jar was following resolution from a thread...
View ArticleRe: How does "use the hot fix installer to apply this update (ColdFusion 10...
You might find this CF blog useful:http://blogs.coldfusion.com/post.cfm/not-able-to-apply-hotfix-from-col dfusion-10-administrator-on-windows-with-lockdown-guide-imposed-on-ser...
View ArticleRe: Wasting my time with CFPresentation?
On the whole, Abode's foray into "UI" type things have been very poorly realised, and - at best - only good enough to show off in a marketing context, rather than actually being useful. I have never...
View ArticleRe: CF10 freezes after running a few days
Hi Helen, Heap and Perm issues are generally something I like to get involved in having come across many useful ways to see what is going on with the Java memory. However I do not immediately know...
View ArticleReport Builder space between details
I use Report builder to build my reports.I make details band same size of my text field, but it still shows space between details line.I see line spacing property for the details band and it has be at...
View ArticleRe: Wasting my time with CFPresentation?
http://en.wiktionary.org/wiki/your_mileage_may_vary
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
Please read this posting on House of Fusion. CF editing support is still in Dreamweaver CC, it just needs to be enabled. Doesn't seem to have all of the more recent tags, but I don't think that the...
View ArticleRe: CompilationFailedException consuming web services on CF10
Thanks again. Unfortunately, there is no compilation of a file. It is a call to a web service on another CF site using CF 9. When I had CF 9 running on my dev box, the call works fine. Now that I...
View ArticleHow to see if version 9 or 10 can run our platform
We have a licens for version ColdFusion 6.1 and can't get a trial of version 9 or 10 running beside version 6 so we can see the range af changes we need to do in our platform?
View ArticleRe: How to see if version 9 or 10 can run our platform
That's more of a statement than a question. But here's some questions:* what's the specific problem you're having?* what sort of CF install is it (std / multi-server)* what sort of CF licence* speaking...
View ArticleKavaChart and ColdFusion 10
Used VE Kavachart with versions of Cold Fusion, 8 and earlier. Earlier versions used JRun instead of Tomcat to process the .jsp requests.Everything worked great!Then upgraded to Adobe ColdFusion 10....
View ArticleRe: Does cf10 change the way deserializejson handles null?
I ran into the same problem. I fixed it by doing, conceptually, this: <cfif structKeyExists(deserializedJSON, key)><cfset realValue = deserializedJSON[key]/> <cfelse><!--- process...
View ArticleRe: CompilationFailedException consuming web services on CF10
Then, my, does that error message really suck. I saw an old fix for this on the web, that says you should add the lib directory to the classpath, for example, like this:...
View ArticleLockdown CF10 says update JVM, but admin info still shows old version: how do...
The lockdown guide for CF10 says to update JVM. After doing that on the machine, the CF administrator information still shows the older CF10 installation version. How do I sync the machine installation...
View ArticleRe: Lockdown CF10 says update JVM, but admin info still shows old version:...
How did you update the JVM? Can you be specific? You should definitely NOT need a second installation in the ColdFusion10/jre folder.-Carl V.
View ArticleRe: Lockdown CF10 says update JVM, but admin info still shows old version:...
Login to the ColdFusion administrator and click on "Java and JVM" under "Server Settings" on the left nav. Then update the Java Virtual Machine Path to point to the JVM that you just installed, for...
View Article