Greg's Blog

helping me remember what I figure out

CFMX Updater Woes

| Comments

We just applied the updater to our servers, everything appeared to be working very nicely, apart from when we logged into the Administrator we encountered the following error once the site nav had loaded: [code]Unknown tag: admin:l10n.ColdFusion cannot determine how to process the tag admin:l10n because the tag is unknown and not in any imported tag libraries. The tag name might be misspelled. The specific sequence of files included or processed is: {install path}/jrun4/servers/{instance name}/cfusion-ear/cfusion-war/CFIDE/administrator/navserver.cfm[/code] Somehow during the install the udpater decided to install part of the upgrade into the specified instance folder and some into the Apache htdocs where a copy of the CFIDE resided as well. Copying the files from the htdocs (i.e. the Apache CFIDE folder) into the instance one ({install path}/Jrun4/servers/{instance name}/cfusion-ear/cfusion-war/CFIDE/Administrator) resolved this problem. Now I am not if this is a Solaris problem only as when I applied the updater to my windows development machine I didn’t encounter this problem. For more information have a read here and here.