Sounds to me like you're missing the CF mapping. You should have a CF mapping named "farcry" that points to your install root.
~Tom >-----Original Message----- >From: Eric DAvis [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 25, 2003 7:40 AM >To: FarCry Developers >Subject: [farcry-dev] Install Error > > >I've followed the instructions for installing FarCry. I have >setup the virtual directories, the database and datasource. >However, after submitting the form at >http://localhost/farcry/install/ I receive the following message: > >----------------------------------------------------------------------- >Could not find the template farcry.farcry_core.packages.security.init > > >The error occurred in >C:\Inetpub\Applications\farcry_core\admin\install\Application.c >fm: line 24 > >22 : // persistant objects >23 : application.o_serviceFactory = createObject("java", >"coldfusion.server.ServiceFactory"); >24 : application.o_dmSecInit = createObject("component", >"#application.packagepath#.security.init"); >25 : application.o_dmAuthentication = >createObject("component", >"#application.packagepath#.security.authentication"); >26 : application.o_dmAuthorisation = createObject("component", >"#application.packagepath#.security.authorisation"); > > > >--------------------------------------------------------------- >----------------- > > >Please try the following: >Check the CFML Reference Manual to verify that you are using >the correct syntax. Search the Knowledge Base to find a >solution to your problem. > > >Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) >Remote Address 127.0.0.1 >Referrer http://localhost/farcry/install/ >Date/Time 25-Jun-03 06:45 AM > >Stack Trace (click to expand) >at >cfApplication2ecfm904911997.runPage(C:\Inetpub\Applications\far >cry_core\admin\install\Application.cfm:24) > > > >coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could >not find the template farcry.farcry_core.packages.security.init > at >coldfusion.runtime.TemplateProxy.resolveFullName(Unknown Source) > at coldfusion.runtime.TemplateProxy.resolveName(Unknown Source) > at coldfusion.runtime.CFPage.CreateObject(Unknown Source) > at coldfusion.runtime.CFPage.CreateObject(Unknown Source) > at >cfApplication2ecfm904911997.runPage(C:\Inetpub\Applications\far >cry_core\admin\install\Application.cfm:24) > > at coldfusion.runtime.CfJspPage.invoke(Unknown Source) > at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source) > at coldfusion.filter.CfincludeFilter.invoke(Unknown Source) > at coldfusion.filter.CfincludeFilter.include(Unknown Source) > at coldfusion.filter.ApplicationFilter.invoke(Unknown Source) > at coldfusion.filter.PathFilter.invoke(Unknown Source) > at coldfusion.filter.ExceptionFilter.invoke(Unknown Source) > at coldfusion.filter.BrowserDebugFilter.invoke(Unknown Source) > at >coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source) > at coldfusion.filter.BrowserFilter.invoke(Unknown Source) > at coldfusion.filter.GlobalsFilter.invoke(Unknown Source) > at coldfusion.filter.DatasourceFilter.invoke(Unknown Source) > at coldfusion.CfmServlet.service(Unknown Source) > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) > at >jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) > at >jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher >.java:226) > at >jrun.servlet.ServletEngineService.dispatch(ServletEngineService >.java:527) > at >jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyServ >ice.java:198) > > at >jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(Thr eadPool.java:348) > > at >jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(Thread Pool.java:451) > > at >jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(Threa dPool.java:294) > > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > >----------------------------------------------------------------------- > >I'm running ColdFusion MX Enterprise 6,0,0,58500 on Windows >2000 Std sp3. >The database server is MSSQL 2000 sp3. > >Has anyone encountered this before. I setup farcry on another >server at work, and did not encounter this error. > >-Eric > > > > > > > > >--- >You are currently subscribed to farcry-dev as: >[EMAIL PROTECTED] To unsubscribe send a blank email to >[EMAIL PROTECTED] > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
