Posted in ColdFusion | Posted on 02-20-2010 | 3,399 views
Not sure why this wasn't given more of an announcement, but the first cumulative hot fix for ColdFusion 9 was released yesterday. Hit the link up for details on what was fixed. The best item I think is the JSON casting issue. I talked about that bug in a blog entry back in October.
Edited: A tip for Mac users. I noticed when I double clicked on the zip that my Mac extracted the jar and automatically extracted the contents. Since the CF Admin wants the jar, I wasn't sure what to do. On a whim I went to the command line and found that I could use "unzip". I simply unzipped the file there and it just extracted the jar.


In the one that failed the server starts up OK, but calls to any list functions caused it to bomb. Logs are full of stuff like:
coldfusion.runtime.ListFunc.ListFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; - coldfusion.runtime.ListFunc.ListFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; null
Trying to get to the admin page throws:
javax.servlet.ServletException: ROOT CAUSE:
java.lang.NoSuchMethodError: coldfusion.runtime.ListFunc.ListFindNoCase(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
at coldfusion.runtime.CFPage.ListFindNoCase(CFPage.java:1893)
at cflogin2ecfm655958995.runPage(E:\centaur_rc1\cfusion\wwwroot\CFIDE\administrator\login.cfm:34)
Wait, where did "E:\centaur_rc1" come from? I am on a mac? Is there a bug in this patch? Why would it work on my other machine?
I've got some digging to do.
Outside of that, I'd file a bug report.
I had a problem after the hotfix too. You might want to check this out. This was exactly our problem:
http://www.ephost.com/support/index.php?_m=knowled...
-Brian
I should note that the problem on our end was that we rolled out fckeditor separate from the one included with CF 9 and the fileupload function conflicted with the one in CFIDE.
Element EXCEPTION.ROOTCAUSE.TYPE is undefined in ARGUMENTS.
It's all over multiple applications.
Any ideas on that. Applied the hot fix the other day.
[Add Comment] [Subscribe to Comments]