Sorry yes... I ran the command prompt using the technique you describe. I was referring to there being no references to the main issue anywhere online that I can find... It does appear a unique scenario though the setup isn't.
Thanks for this further suggestion. I'll check it out. It's a fresh install of cf10 using a recently downloaded installer package within the last few days. The JVM is the one in the c:\coldfusion10\jre\bin\java folder.
Thanks again
How to fix this issue...
- log into the windows safe mode to ensure that no other processes conflict with the update process. In safe mode non-essential processes and services do not run.
> Start > Run> msconfig
> switch to the "boot" tab and check > safe mode > select network option
> switch to "General" tab > Selective startup > Select System services option only - For some reason if both default options are left it wont work
shut down then start
- enable the built-in administrator user account in windows (you can disable the account using the same command and replacing the yes parameter with no)
> Start > Run > cmd > net user administrator /active:yes
- log on to the newly enabled user account.
- launch the windows command prompt in the administrator mode and change directory to the ColdFusion JRE at ( <root>\ColdFusion10\JRE).
- Run the downloaded update jar : java -jar <update_jar_file_with_location>
Apparently the issue was due to insufficient privileges. Even though the CF install was installed under the Windows 7 default install Full Administrator level account.
It is not resolved by only launching the cmd line under 'run as' Administrator... this simply doesnt work under these circumstances.