Try this: <cftry> <!--- your code ---> <cfcatch> <cfdump var="#cfcatch#"> </cfcatch> </cftry>
Save the HTML file and send it to us. Patrick On 7/26/06, Brad Haas <[EMAIL PROTECTED]> wrote:
Please--if anyone can help me figure this out I would greatly appreciate it. I'm moving a site from a dev server to a production server. Everything is exactly the same except for the database name (which I changed in the reactor.xml file). Whenever, I try to instantiate Reactor on the production site I get the following error: The argument REACTORFACTORY passed to function init() is not of type reactor.reactorFactory. I thought it may have been something to do with the database name change, so I left Reactor in development mode, deleted the project and data directory files and flushed the application scope. No matter what I do, I can't get this error to go away. I've ensured the permissions on the server are correct and the path to reactor.xml is correct. Can anyone give me any ideas why this is happening? The site is on a shared server at Intermedia, but I've got several other sites using Reactor there having no problems. If there is anything I need to try please let me know. I've been up all night and I'm getting desperate. I appreciate the help. The error dump is below. Thanks, Brad Diagnostics The argument REACTORFACTORY passed to function init() is not of type reactor.reactorFactory. If the component name is specified as a type of this argument, the reason for this error might be that a definition file for such component cannot be found or is not accessible. <br>The error occurred on line 13. GeneratedContent Message The argument REACTORFACTORY passed to function init() is not of type reactor.reactorFactory. QueryString [empty string] RootCause [undefined struct element] StackTrace coldfusion.runtime.UDFMethod$InvalidArgumentTypeException: The argument REACTORFACTORY passed to function init() is not of type reactor.reactorFactory. at coldfusion.runtime.UDFMethod._validateArg(UDFMethod.java:471) at coldfusion.runtime.UDFMethod._validateArg(UDFMethod.java:480) at cfobjectFactory2ecfc273392869$funcINIT.runFunction(D:\ftp\prevent\Htdocs\reactor\core\objectFactory.cfc:13) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:348) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:294) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:258) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:211) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:173) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:145) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634) at cfreactorFactory2ecfc202763435$funcINIT.runFunction(D:\ftp\prevent\Htdocs\reactor\reactorFactory.cfc:14) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:348) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:294) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:258) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:211) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:173) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:145) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634) at cfscribble2ecfm334292028.runPage(D:\ftp\prevent\Htdocs\scribble.cfm:2) 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.ApplicationFilter.invoke(ApplicationFilter.java:209) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) 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) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- Patrick McElhaney 704.560.9117 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
