Pretty sure Apache isn't your problem. Your config looks right and you are getting to the farcry site to get the error, so it definitely isn't apache.
--- Wayne Hughes <[EMAIL PROTECTED]> wrote: > > Hello everybody out there, I'm looking for some help > to get past this point > so I can see the inner workings of this CMS. > > Thanks in advance to anybody that can throw me a > bone. > > > Test Box is > Win2k Server SP4 > Coldfusion MX 6.1 > Apache 2.53 > Farcry 2.3 > > > > > After getting the database created without errors I > am getting the following > error after attempting the initial log in using the > default farcry/farcry > user and pass. > > > > The system has attempted to use an undefined > value, which usually > indicates a programming error, either in your code > or some system code. > > Null Pointers are another name for undefined values. > > > > > > > > The error occurred in > C:\WebsiteRoot\farcry_core\admin\index.cfm: line 31 > > > 29 : <!--- set up page header ---> > > 30 : <cfimport > taglib="/farcry/farcry_core/tags/admin/" > prefix="admin"> > > 31 : <admin:header onLoad="startTimer();"> > > 32 : > > 33 : <cfimport taglib="/farcry/fourq/tags/" > prefix="q4"> > > _____ > > Please try the following: > > > > * Check the ColdFusion > <http://www.macromedia.com/go/proddoc_getdoc> > documentation to verify that you are using the > correct syntax. > > * Search the Knowledge Base > <http://www.macromedia.com/support/coldfusion/> to > find a solution to your > problem. > > > Browser Mozilla/5.0 (Windows; U; Windows NT 5.0; > en-US; rv:1.7.6) > Gecko/20050223 Firefox/1.0.1 > Remote Address 10.0.0.154 > Referrer http:// > <http://netbiosname/farcry/login.cfm?returnUrl=%2Ffarcry%2Findex%2Ecfm%3F> > netbiosname/farcry/login.cfm?returnUrl=%2Ffarcry%2Findex%2Ecfm%3F > > Date/Time 08-Mar-05 09:53 AM > Stack Trace > at > cfindex2ecfm1281768349._factor30(C:\WebsiteRoot\farcry_core\admin\index.cfm: > 31) at > cfindex2ecfm1281768349.runPage(C:\WebsiteRoot\farcry_core\admin\index.cfm:1) > > > > > java.lang.NullPointerException > > at > coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java: > 327) > > at > coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:142) > > at > coldfusion.tagext.lang.ModuleTag.setTemplate(ModuleTag.java:529) > > at > coldfusion.tagext.lang.ModuleTag.setTemplatePath(ModuleTag.java:180) > > at > coldfusion.tagext.lang.ImportedTag.setName(ImportedTag.java:27) > > at > cfindex2ecfm1281768349._factor30(C:\WebsiteRoot\farcry_core\admin\index.cfm: > 31) > > at > cfindex2ecfm1281768349.runPage(C:\WebsiteRoot\farcry_core\admin\index.cfm:1) > > at > coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147) > > at > coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357) > > at > coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62) > > at > coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107) > > at > coldfusion.filter.PathFilter.invoke(PathFilter.java:80) > > at > coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:24) > > at > coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47) > > at > coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistence > Filter.java:28) > > at > coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35) > > at > coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43) > > at > coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) > > at > coldfusion.CfmServlet.service(CfmServlet.java:105) > > at > jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) > > at > jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) > > at > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252) > > at > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) > > at > jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192) > > at > jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java: > 348) > > at > jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451 > ) > > at > jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29 > 4) > > at > jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > > > > > The Apache virtual container looks like this > > > > > > <VirtualHost *> > ServerName netbiosname > ServerAdmin netbiosname > DocumentRoot c:\websiteroot\farcry_test\www > ErrorLog logs/test-error_log > CustomLog logs/test-access_log common > Alias /farcry > "c:\websiteroot\farcry_core\admin" > Alias /farcry_test > "c:\websiteroot\farcry_test\www" > === message truncated === __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
