December 1, 2014
ColdFusion 11 Update 3 build has been updated
Comments
(24)
December 1, 2014
ColdFusion 11 Update 3 build has been updated
Staff 17 posts
Followers: 1 people
(24)

Update: Since this post was made, the final version of Update 3 was released and should be used instead.

ColdFusion 11 Update 3 prerelease build has been updated. ColdFusion build number should be 11,0,03,292480 after applying the latest update.

In order to apply this update follow the instructions given in this post.

For more details refer Issues_Fixed and ReleaseNotes documents.

Users who have already applied ColdFusion 11 Update 3(PreRelease build) should follow the steps below to re-apply the update:

1. Navigate to CF Admin > Server Update > Updates > Installed Updates.

2. Uninstall ColdFusion 11 Update 3.

3. Re-download the ColdFusion 11 Update 3.

4. Install it.

Thank you for your valuable feedback.

 

NOTE: This is prerelease build of ColdFusion 11 Update 3 and it is not recommended to apply it on the production servers.

24 Comments
2014-12-16 05:09:33
2014-12-16 05:09:33
Like
2014-12-16 04:40:40
2014-12-16 04:40:40

@Nimit: thanks Nimit, could you pls post a link for latest installers as in my adobe store account it doesn’t list the link, only the serial number. and on adobe.com I can only find the trial download files

Like
2014-12-16 04:09:20
2014-12-16 04:09:20

@Oli: All ColdFusion 11 installers have been updated to include ColdFusion 11 Update 3 and JDK 8.

Like
2014-12-16 04:03:16
2014-12-16 04:03:16

@Adam: great news, thanks Adam

Like
2014-12-16 03:59:50
2014-12-16 03:59:50

@Oli: It already does.

Like
2014-12-16 03:55:12
2014-12-16 03:55:12

Are there going to be new CF11 installation download files that include update 3?

Like
2014-12-03 04:44:05
2014-12-03 04:44:05

[subscribe]

Like
2014-12-03 04:43:12
2014-12-03 04:43:12

[subscribe]

Like
2014-12-02 11:35:01
2014-12-02 11:35:01

[subscribe]

Like
2014-12-02 05:03:37
2014-12-02 05:03:37

[subscribe]

Like
2014-12-02 03:31:04
2014-12-02 03:31:04

Regarding the 1st bullet in ReleaseNotes.pdf, I’d already verified the following were fixed in the previous refresh (11,0,03,292245(PreRelease)): 3849151,3849267,3849389,3849494,3851922

Not sure why ReleaseNotes.pdf says those fixes were introduced in 11,0,03,292480.

Thanks!,
-Aaron

Like
2014-12-02 02:26:07
2014-12-02 02:26:07

A curious bug I am finding in both CF11 PR3 (DEV) and CF10 (PROD) is for example:

Do this

Fails. Usually if MyQuery has no records then obviously RecordCount does not exist and code is ignored. But sometimes it throws a MyQuery.RecordCount does not exist error. Weird!

I updated the code from this:

Do this

To this:

Do this

Or similar. Code is on work machine.

And so far so good… Any ideas?

Like
2014-12-02 01:41:53
2014-12-02 01:41:53

[subscribe to the circus]

Like
2014-12-02 01:22:50
2014-12-02 01:22:50

So, what’s changed ? The attached PDF is just a big list…

Like
2014-12-01 19:55:22
2014-12-01 19:55:22

I hope you do automate the process.

Like
2014-12-01 19:18:08
2014-12-01 19:18:08

@Carl: Thanks Carl for pointing that out. I have updated the post.

@Andrew: We have given the reference to the previous post where installation instructions are given and we have already provided an option in the ColdFusion administrator to restore the default update URL using which user can easily switch it back to the default URL.

We are also considering which you suggested in the previous post but it might take sometime to roll out those changes. We are internally discussing the same.

Like
2014-12-01 17:29:55
2014-12-01 17:29:55

[Subscribe]

Like
2014-12-01 14:51:48
2014-12-01 14:51:48

If anyone runs into the issue I mentioned above (which I’m probably the only one “brave” enough to install the update), you’ll have to manually download and install the hotfix. Just download:
http://download.adobe.com/pub/adobe/coldfusion/PR/11/hotfix_003.jar
and run:
sudo java -jar hotfix_003.jar

The hotfix link was taken from the previous “refresh” post, but after installing appears to be build 11,0,03,292480

Like
2014-12-01 14:28:11
2014-12-01 14:28:11

Correction – this error started after uninstalling the previous PR update 3. I am trying to get back into the CF Admin to apply the updated PR update 3 when I get this error.

Like
2014-12-01 14:26:34
2014-12-01 14:26:34

Crap, re-applied PR update and now I’m dead in the water with the error:

Dec 01, 2014 10:22:17 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Allocate exception for servlet CfmServlet
java.lang.NullPointerException
at coldfusion.CfmServlet.init(CfmServlet.java:97)
at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:864)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:134)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:199)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)

Like
2014-12-01 13:55:14
2014-12-01 13:55:14

This post, reflects the care given to the language itself.

Piss poor.

In one post you get people to change the update URL, then yo make the assumption that people would know how to switch that back. And here we are with a blog post that assumes that they even know the URL to switch it back too.

Adobe this is really poor, why you have to release things that people have to do manually with no or very little details is beyond all logic.

For god sake, fix it it so there is what I suggested on your previous post. Where one can select the alpha/beta or preview updates and check then out or roll them back at the click of a button. Not all this manual crap.

Adobe this is the 21st century, not 1970!!

Like
2014-12-01 10:57:29
2014-12-01 10:57:29

Was that build number supposed to be 11,0,03,292480 (note the 480 instead of 840 at the end)?

Like
2014-12-01 09:22:48
2014-12-01 09:22:48

@Chris: This is still a prerelease build for ColdFusion 11 Update 3.

Like
2014-12-01 08:48:36
2014-12-01 08:48:36

This post was confusing as to if this was still a pre-release or not. I confirmed it was via your FaceBook page.

Like
Add Comment