2009-06-01 6 views
1

내 도메인을 지적 그래서 나는 원래 아파치 내 동적 가상 호스팅을 구성 FuseBox 5. 사용한 ColdFusion 8.1을 실행하는거야 찾을 수 없습니다 : 우리는 더 추가 할 경우는 ColdFusion 구성 요소 또는 인터페이스 fuseboxWriter

C:\websites\www.example.com 
C:\websites\dev.example.com 
C:\websites\legacy.example.com 

을 다음과 같이 미래의 도메인, 나는 폴더 구조를 갖고 싶어 :

C:\websites\example.com\www 
C:\websites\example.com\dev 
C:\websites\example.com\legacy 
C:\websites\newexample.com\www 
C:\websites\newexample.com\admin 

내가 ColdFusion에서에서 도메인/하위 도메인 구조를 사용할 때 다음과 같은 오류를 얻을 :

Could not find the ColdFusion Component or Interface fuseboxWriter. 

Ensure that the name is correct and that the component or interface exists. 
Stack Trace: 
coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find the ColdFusion Component or Interface fuseboxWriter. 
    at coldfusion.runtime.TemplateProxyFactory.getResolvedFile(TemplateProxyFactory.java:1173) 
    at coldfusion.runtime.TemplateProxyFactory.getTemplateFileHelper(TemplateProxyFactory.java:1346) 
    at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:1289) 
    at coldfusion.cfc.ComponentProxyFactory.getProxy(ComponentProxyFactory.java:38) 
    at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65) 
    at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4707) 
    at coldfusion.runtime.CFPage.CreateObject(CFPage.java:4552) 
    at cffuseboxApplication2ecfc339686346$funcCOMPILEREQUEST.runFunction(C:\websites\www.example.com\fb5core\fuseboxApplication.cfc:378) 
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) 
    at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) 
    at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) 
    at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) 
    at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) 
    at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) 
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) 
    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) 
    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) 
    at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272) 
    at cffusebox52ecfm1351851183.runPage(C:\websites\example.com\www\fb5core\fusebox5.cfm:196) 
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) 
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) 
    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) 
    at cfindex2ecfm588071849.runPage(C:\websites\example.com\www\index.cfm:3) 
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) 
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) 
    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) 
    at cfApplication2ecfc827193789$funcONREQUEST.runFunction(C:\websites\example.com\www\Application.cfc:36) 
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) 
    at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) 
    at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) 
    at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) 
    at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) 
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) 
    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) 
    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) 
    at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:74) 
    at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:243) 
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:269) 
    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) 
    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) 
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) 
    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.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) 
    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) 

얼마나 더 추가 할 수 있는지 잘 모릅니다. Apache가 예상대로 작동하지만 ColdFusion의 일부 항목에서 하위 폴더 설정이 마음에 들지 않습니다. this solution이 작동한다고 생각했지만 오류가 내 것과 동일하지 않은 것으로 보입니다. 도움을 주셔서 감사합니다.

답변

1

스택 추적의 경로가 일치하지 않는 것으로 나타났습니다. 특히 cffuseboxApplication2ecfc339686346 $ funcCOMPILEREQUEST.runFunction은 이전 폴더를 가리키고 다른 모든 경로는 새 폴더를 가리 킵니다. 나는 fusebox.parseall = true 및 fusebox.loadclean = true를 수행했으며 사이트는 현재 예상대로 작동하고 있습니다.

관련 문제