Just did a clean install of Gonzales 1394, and can't get it to work.
For some reason the directory structure seems off
(farcry.farcry_core.packages.security.authorisation) should be
(farcry.core.packages.security.authorisation).

<blockquote> Could not find the ColdFusion Component
farcry.farcry_core.packages.security.authorisation.
Please check that the given name is correct and that the component
exists.

The error occurred in C:\farcry\core\tags\farcry
\_farcryApplication.cfm: line 22
Called from C:\farcry\core\tags\farcry\farcryInit.cfm: line 238
Called from C:\farcry\projects\farcry_swdweb\www\Application.cfm: line
9

20 :
21 : <cfscript>
22 : request.dmSec.oAuthorisation =
createObject("component","#application.securitypackagepath#.authorisation");
23 : request.dmSec.oAuthentication =
createObject("component","#application.securitypackagepath#.authentication");
24 : request.factory.oTree =
createObject("component","#application.packagepath#.farcry.tree");

Resources:

    * 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 5.1; en-US; rv:1.8.1.3)
Gecko/20070309 Firefox/2.0.0.3
Remote Address          127.0.0.1
Referrer
Date/Time       12-Apr-07 04:20 PM
Stack Trace
at cf_farcryApplication2ecfm1691842647.runPage(C:\farcry\core\tags
\farcry\_farcryApplication.cfm:22) at
cffarcryInit2ecfm1488372304.runPage(C:\farcry\core\tags\farcry
\farcryInit.cfm:238) at cfApplication2ecfm444682524.runPage(C:\farcry
\projects\farcry_swdweb\www\Application.cfm:9)

coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find
the ColdFusion Component
farcry.farcry_core.packages.security.authorisation.
        at
coldfusion.runtime.TemplateProxyFactory.getResolvedFile(TemplateProxyFactory.java:
531)
        at
coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:
626)
        at coldfusion.runtime.CFPage.createObject(CFPage.java:5704)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5673)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5638)
        at cf_farcryApplication2ecfm1691842647.runPage(C:\farcry\core\tags
\farcry\_farcryApplication.cfm:22)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
        at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
        at cffarcryInit2ecfm1488372304.runPage(C:\farcry\core\tags\farcry
\farcryInit.cfm:238)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:
63)
        at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255)
        at cfApplication2ecfm444682524.runPage(C:\farcry\projects
\farcry_swdweb\www\Application.cfm:9)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
172)
        at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:
51)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
        at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
        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.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:
115)
        at coldfusion.CfmServlet.service(CfmServlet.java:107)
        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:
541)
        at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
204)
        at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
</blockquote>


However, if I tell it to use those values in C:\farcry\core\tags\farcry
\_farcryApplication.cfm instead of letting it get the variable passed
by C:\farcry\core\tags\farcry\farcryInit.cfm, it still has a further
error.

<blockquote> Element SYSINFO.ASERVERSPECIFICREQUESTSCOPE is undefined
in APPLICATION.

The error occurred in C:\farcry\core\tags\farcry
\_farcryApplication.cfm: line 40
Called from C:\farcry\core\tags\farcry\farcryInit.cfm: line 238
Called from C:\farcry\projects\farcry_swdweb\www\Application.cfm: line
9

38 :
39 : <!--- project and library request processing --->
40 : <cfif application.sysInfo.aServerSpecificRequestScope>
41 :    <cfloop from="1"
to="#arraylen(application.sysinfo.aServerSpecificRequestScope)#"
index="i">
42 :            <cfinclude
template="#application.sysinfo.aServerSpecificRequestScope[i]#" />
</blockquote>


Any ideas? And why wouldn't the correct variable be passed from
farcryInit.cfm to _farcryApplication.cfm?

My installation worked with the latest stable release, but I wanted to
try Gonzalez so I deleted FC3 entirely and deleted the associated
database, then created a new directory, new web site, and recreated
the MsSQL database (but not the DSN).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to