Simply put, this is not a reactor issue.  You’ll need to figure out how to disable that message (probably disabling cferror) and then work back from there to find the real error.

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Radez, Dan
Sent: Tuesday, August 08, 2006 3:53 PM
To: [email protected]
Subject: [Reactor for CF] Reactor on Linux

 

Newbie to Reactor…

 

Have it successfully setup on a windows box but on a linux box all I can get is:

The Website you seek
Has experienced an error, but
Countless more exist.”

 

Used the same config/setup on windows and linux, made sure that the coldfusion daemon has access to write to the appropriate dirs.

When I run this code the reactorFactory seems to return fine but the createGateway throws that error…

 

<!--- create the reactorFactory --->

<cfset Reactor = CreateObject("Component", "reactor.reactorFactory").init(expandPath("reactor.xml")) />

<!--- create a userGateway --->

<cfset UserGateway = Reactor.createGateway("member") />

 

Is there at least a way to force reactor not to catch the error so I can see the cf error output instead of the Haiku?

 

Many thanks…

 

Dan


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to