History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1394
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: David Kearins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Installation Error when installing FC 5.0.0 with a previous version already installed

Created: 09/Jul/08 11:38 AM   Updated: 13/Aug/08 11:30 AM
Component/s: Installer & Updaters
Affects Version/s: FarCry 5.0 (Fortress)
Fix Version/s: 5.0.2

Time Tracking:
Not Specified

Environment: Windows 2003, IIS 6, CF 8


 Description  « Hide
Tried to install the latest version of FC 5 on a machine and I got
the follow error

----------------------------------------------------------------------------
Cannot import the tag library specified by /farcry/core/ / tjs.
The following error was encountered: E:\Inetpub\wwwroot\farcry\core\ \
tjs. Ensure that you have specified a valid tag library.

The CFML compiler was processing:

    * A cfimport tag beginning on line 22, column 10.

The error occurred in E:\Inetpub\wwwroot\farcry\core\Application.cfc:
line 22

20 :
21 : <!--- import tag libraries --->
22 : <cfimport taglib="/farcry/core/ / tjs" prefix="extjs" />

----------------------------------------------------------------------------

If line 22 is commented it goes through to the installer page but does display same error after installation. Cleared the Application scope, restarted the CF server, reinstalled the CF server, reinstalled IIS and restarted the machine. Deleted both previous version /farcry mapping and also the virtual directory.

Previous version of FC was 3.01

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Kearins - 09/Jul/08 12:52 PM
An update to this issue.

I moved the farcry folder into an Inetpub folder on another drive and pointed the home directory in IIS to it. I then opened the URL in a browser and the installed screen appeared without the error.

Once again I moved the farcry folder back to the Inetpub folder on the orginal drive, repointed the home directory in IIS back again and run the URL in the browser again the install screen appeared without the error.

I don't know what the difference doing this made. It seem to be removing a cahced version or something, so I am not sure if this is a FC bug or relating to our system.

Cheers

David