July 9, 2013
ColdFusion 10 update 11 – An update with 50+ fixes
Comments
(13)
July 9, 2013
ColdFusion 10 update 11 – An update with 50+ fixes
Staff 109 posts
Followers: 40 people
(13)

ColdFusion 10 update 11 is now available for download within the ColdFusion 10 administrator. This is a significant update as it has more than 50 fixes across various areas of the product.

The most noteworthy additions are the support for Microsoft SQL Server 2012, MySQL 5.6 and 64-bit COM interoperability.

Here are the key areas and some fixes made in this update:

1. JSON – serialization issues 

2. Caching – ORM secondary cache and cached query with query params, 

3. File Management – Spreadsheet tag working with VFS files

4. Hotfix Installer – Error notification if a problem is encountered during hotfix installation

5. REST Services – Issues with RestInitApplication

6. Scheduler – onMisfire event handler, PauseAll/ResumeAll, Scheduled tasks – migrated or from CAR

7. Security – Accesing public methods of a CFC via WebSockets

8. Web Container/Tomcat – CGI.server_port, IIS custom error handlers

9. Web Services – IIS virtual folders and https access

10. WebSocket – CGI scope reset and CFC returning CGI Scope

Details of each of the fixes in update 11 is available in here.

 

13 Comments
2014-01-08 19:30:48
2014-01-08 19:30:48

Actually they are not working. I install the manditory and can’t do update 12 till 8 is done first. Just another BS Adobe move.

Like
2013-08-21 08:56:25
2013-08-21 08:56:25

Thanks!

Like
2013-08-20 07:27:03
2013-08-20 07:27:03

I installed update 11 accidentally first, circumventing updates 1-10… is this bad? All the other updates were deleted and I cannot install them. Am I going to lose all the fixes within those updates? Please help!

Like
2013-08-02 08:50:16
2013-08-02 08:50:16

Where is the JAR file for this update??????

Like
2013-07-30 06:20:35
2013-07-30 06:20:35

You won’t get a response here. All I can say is make sure you have reinstalled your connectors.

Like
2013-07-30 00:51:03
2013-07-30 00:51:03

Hi,

CF10 64 bit update 11: We are seeing the SEVERE error as follows:


Jul 29, 2013 9:55:44 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value [coldfusion.util.DateUtils$1@55cf32da]) and a value of type [java.util.GregorianCalendar] (value [java.util.GregorianCalendar[time=1375087343164,areFieldsSet=true,areAllFieldsSet=true,lenient=false,zone=sun.util.calendar.ZoneInfo[id=”Europe/London”,offset=0,dstSavings=3600000,useDaylight=true,transitions=242,lastRule=java.util.SimpleTimeZone[id=Europe/London,offset=0,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2013,MONTH=6,WEEK_OF_YEAR=31,WEEK_OF_MONTH=5,DAY_OF_MONTH=29,DAY_OF_YEAR=210,DAY_OF_WEEK=2,DAY_OF_WEEK_IN_MONTH=5,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=42,SECOND=23,MILLISECOND=164,ZONE_OFFSET=0,DST_OFFSET=3600000]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

Any ideas on how to solve this?

Thanks,
Mark

Like
2013-07-22 12:16:45
2013-07-22 12:16:45

Will this fix Coldfusion 10 not being able to get column list with tables on SQL Server 2012 that contain a geometry datatype column?

Like
2013-07-21 07:37:53
2013-07-21 07:37:53

Subscribing

Like
2013-07-16 11:41:51
2013-07-16 11:41:51

I applied Update 11, ensured the .dll updated to 5/23/2013, restarted the server, and am still getting connection resets. We are running CF 10 (in Developer mode at the moment, when migration is done, it’ll be in Standard) on a virtualized Windows Server 2008 R2 x64 installation on IIS 7.5.

Like
2013-07-15 08:28:55
2013-07-15 08:28:55

In regards to my previous comment (#2 – https://coldfusion.adobe.com/post.cfm/coldfusion-10-update-11-an-update-with-50-fixes#comment-D8BFCF78-E6D8-1286-F7F953AC6AC755CE), I should also mention that the datatype in the database is decimal(20,2).

Also, this works in CF 8 / MySQL 4 without having to re-cast.

Like
2013-07-15 07:38:41
2013-07-15 07:38:41

@Aaron: Most of the platform related support will be added only to the latest version, which is ColdFusion 10. But having said that, we continue to proactively release security updates for CF9 and some critical platform updates such as the JDK 7 support for CF9.

It’s already been four years since CF9 was released. It will just not be possible to provide platform support for every new platform version that may have come out since 2009.

Using the core support for CF9, you can directly get involved with Adobe support to get relevant fixes for the issues faced for CF9 through an active support contract.

Like
2013-07-15 06:17:30
2013-07-15 06:17:30

I am testing CF 10 with MySQL 5.6, and am having an issue with SUM() being interpreted as binary. The following query doesn’t work:

SELECT SUM(price) AS total

This gives me the error:
“The value [B cannot be converted to a number.”

If I dump the query, the field shows up as binary.
If I remove the SUM from “price”, it works fine.

I can get around it by casting:

SELECT CAST(SUM(price) AS decimal) AS total

but this is an ugly hack.

Please advise. Thanks.

Like
2013-07-13 07:59:51
2013-07-13 07:59:51

one of the 50+ fixes dates back to 2009 – nice work??
other bugs have taken over 12 months to fix.

However the big question – Adobe have publicly stated “Core Support” for ColdFusion 9 until the end of 2013 – where is the ColdFusion 9 update that receives the relevant fixes (64 bit com support, MySQL 5.6 – 2 immediately obvious ones. )

When have there been any bug fixes for ColdFusion 9? – What exactly does “Core Support” for ColdFusion 9 mean?

Like
Add Comment