Hi Guys,

I have recently installed a new Win03 and CF7 server with SQL2k.
I am trying to install the Farcry framework for a new project I am
undertaking for a new client.

I get the following error when going to /farcry

Any help/advice would be greatly appreciated.
I have installed the framework before without problems.




Error Occurred While Processing Request
Variable ISLOCALHOST is undefined.

The error occurred in C:\Inetpub\wwwroot\farcry\core\webtop\install
\Application.cfm: line 11

9 : <cfset variables.lAllowHosts = "127.0.0.1" />
10 :
11 : <cfif NOT IsLocalHost(cgi.remote_addr) AND NOT listFind
(variables.lAllowHosts, cgi.remote_addr)>
12 :
13 :

Please try the following:

    * Check the ColdFusion documentation to verify that you are using
the correct syntax.
    * Search the Knowledge Base to find a solution to your problem.

Browser         Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5)
Gecko/2008121620 Firefox/3.0.5 Flock/2.0.3
Remote Address          127.0.0.1
Referrer
Date/Time       25-May-09 03:54 PM
Stack Trace
at cfApplication2ecfm429567214.runPage(C:\Inetpub\wwwroot\farcry\core
\webtop\install\Application.cfm:11)

coldfusion.runtime.UndefinedVariableException: Variable ISLOCALHOST is
undefined.
        at coldfusion.runtime.CfJspPage._get(CfJspPage.java:221)
        at cfApplication2ecfm429567214.runPage(C:\Inetpub\wwwroot\farcry\core
\webtop\install\Application.cfm:11)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
157)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
        at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
        at coldfusion.filter.BrowserDebugFilter.invoke
(BrowserDebugFilter.java:52)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke
(ClientScopePersistenceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
22)
        at coldfusion.CfmServlet.service(CfmServlet.java:105)
        at coldfusion.bootstrap.BootstrapServlet.service
(BootstrapServlet.java:78)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke
(JRunRequestDispatcher.java:257)
        at jrun.servlet.ServletEngineService.dispatch
(ServletEngineService.java:527)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
(JRunProxyService.java:204)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
(ThreadPool.java:349)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
(ThreadPool.java:457)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
(ThreadPool.java:295)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to