Hi everyone Ive downloaded the latest zip file for Farcry 6.0.15 from here:
http://www.farcrycore.org/download I unzipped the folder and copied it to my local coldfusion 8 server folder on my c: drive, so the path looks like this: c:\ColdFusion8\wwwroot\farcry Within the farcry folder, there are 3 folders, "core","plugins","skeletons". (I havnt created a project folder yet). I created a blank local SQL database and setup the DSN to it within my local coldfusion admin. So far, so good. The farcry 6 installation page: https://farcry.jira.com/wiki/display/FCDEV60/FarCry+6.x+Installation tells me to browse to http://localhost/farcry However, when accessing any coldfusion .cfm files, I always have to append URLs with :8500 otherwise I will get an IIS 404 error as it will look for the files in my c:\inetpub\wwwroot folder and not the coldfusion wwwroot, thus the above URL has to be changed to: http://localhost:8500/farcry Upon running the appended URL, I am getting the following error: 404 File not found: /farcry/core/webtop/install/index.cfm coldfusion.runtime.TemplateNotFoundException: File not found: /farcry/ core/webtop/install/index.cfm at coldfusion.filter.PathFilter.invoke(PathFilter.java:89) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java: 28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java: 22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java: 89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java: 42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java: 46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java: 286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java: 543) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172) at jrunx.scheduler.ThreadPool $DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool $ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool $UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) Ive never come across this kind of error before. All my other coldfusion projects (non-farcry based) work perfectly fine and they are all stored within the same coldfusion wwwroot folder. Ive tried restarting the coldfusion server service, but still no joy. Im using the free downloaded developer version of coldfusion 8 server if that makes any difference. It runs separately, in its own environment, to IIS 7 (windows 7 pc), hence why I have to add :8500 to URLs in order to make coldfusion files display properly. In coldfusion admin, there are no /farcry mappings Any ideas what could be causing this error would be much appreciated. Thanks in advance -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
