Skip to main content
December 12, 2012
Question

ColdFusion 10 version number inconsistency

  • December 12, 2012
  • 2 replies
  • 1592 views

Hi,

I noticed ColdFusion 10 reports version numbers in an inconsistent manner.

For example, on CF10 with Update 6 applied,

Admin UI / System information says: 10,0,6,283435

Admin UI / Settings summary says: ColdFusion 10,283435

cfinfo -info says: ColdFusion Server 10,0,0,282462

I think System information has the most accurate version number. I'll rely on that for now.

Obviously cfinfo is failing to report the correct version number (even the build number is off), so I filed a bug on it:

https://bugbase.adobe.com/index.cfm?event=bug&id=3427668

I'm wondering, is there a way to get the CF version number reliably (ie. other than cfinfo) from the command line?

Br,

Jan

This topic has been closed for replies.

2 replies

Inspiring
January 15, 2013

Has there been any progress on this issue?

I have a number of servers that I have installed hotfix 6 on and the majority show 10,0,0,282462 in the CFadmin, but if you look in the updates section it says

ColdFusion 10 Update 6

Update Level: 06

Then on one of the servers the CFadmin reports 10,0,6,283435.

Cheers,

Simon

Inspiring
January 15, 2013

One difference I just noticed was the server that reports the correct 10.0.6..... only had hotfix 2 installed. The ones incorrectly reporting the version number had hotfix 4 installed.

Cheers,
Simon

Inspiring
December 12, 2012

cfinfo currently returns the base version number of ColdFusion 10 (i.e 282462). We will be fixing it to return the correct update level and build number soon. We are also aware of the inconsistency in the settings summary page and will be fixing that too. Thanks for filing the bug.

December 12, 2012

Great to hear that, thanks! Looking forward to the fix.