tracker issue : CF-3117894

select a category, or use search below
(searches all categories and all time range)
Title:

Error when running admin for the first time

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): patrick branley / patrick branley (patrick branley)

Created: 02/19/2012

Components: Administrator

Versions: 10.0

Failure Type: Crash

Found In Build/Fixed In Build: Public Beta /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Windows 7 SP1 64-bit

Vote Count: 0

Problem Description:



Steps to Reproduce:

install CF10 stand alone with a server already running CF9. Migration wizard appears.

http://localhost/CFIDE/Administrator/

Entered my admin password and got the below error: 

Note: i do NOT have (E:\cf9_updates_rc) on my PC...

Actual Result:

coldfusion.runtime.UndefinedElementException: Element SALT is undefined in FORM.
	at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1724)
	at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1677)
	at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1812)
	at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1805)
	at cfApplication2ecfm829109979._factor4(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\Application.cfm:163)
	at cfApplication2ecfm829109979._factor7(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\Application.cfm:153)
	at cfApplication2ecfm829109979.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\Application.cfm:1)

Expected Result:

Any Workarounds:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3117894

External Customer Info:
External Company:  
External Customer Name: patrick branley
External Customer Email:  
External Test Config: My Hardware and Environment details:



Windows 7, 64 bit

JRun4 installed with CF9 instances

Attachments:

Comments:

Hi Patrick , Can you please provide more details , Such as web server you have configured ? Because we are not able to repro the issue . Also this looks much of a setup issue . So if you can give more details , we can try to debug the issue . (Comment added from ex-user id:yrr)
Comment by Adobe D.
20766 | February 21, 2012 05:20:59 AM GMT
Running Apache 2.2.13 (32 Bit) JRun/4.0 mod_jk.1.2.32 Perhaps my localhost was still pointing to my CF9 instance rather than CF10 ?
Comment by External U.
20767 | February 21, 2012 05:01:18 PM GMT
This was my localhost vhost setup <VirtualHost *:80> ServerAdmin patrickb@webqem.com DocumentRoot "C:/wwwroot/" ServerName localhost DirectoryIndex index.cfm index.php Options Indexes Alias /CFIDE "C:/JRun4/servers/cfusion9/cfusion-ear/cfusion-war/CFIDE" <Directory "C:/JRun4/servers/cfusion9/cfusion-ear/cfusion-war/CFIDE"> order allow,deny Allow from all </Directory> </VirtualHost> I think somehow I was running the CF9 Administrator from the CF10 server. Perhaps the install process for the Apache connector should allow you to nominate the sites where CF10 is enabled vs CF9
Comment by External U.
20768 | February 21, 2012 05:20:54 PM GMT