Ended up an unrelated application was what kept me from seeing my error.

Anyways now I see the error and am not sure where to go from here.
I saw a post to the list serv from may 06 but no resolution to the
error:

The parameter CFCFDATATYPE to function setCfDataType is required but was
not passed in.
 
The error occurred in /var/www/html/reactor/data/mysql4/ObjectDao.cfc:
line 90
Called from /var/www/html/reactor/data/mysql4/ObjectDao.cfc: line 10
Called from /var/www/html/reactor/core/objectFactory.cfc: line 104
Called from /var/www/html/reactor/core/objectFactory.cfc: line 29
Called from /var/www/html/reactor/reactorFactory.cfc: line 61
Called from /home/www/web6/web/reactortest/index.cfm: line 5

88 :                    <cfset Field.setNullable(qFields.NULL is "YES")
/>
89 :                    <cfset Field.setDbDataType(dataType) />
90 :                    <cfset
Field.setCfDataType(getCfDataType(dataType)) />
91 :                    <cfset
Field.setCfSqlType(getCfSqlType(dataType)) />
92 :                    <cfset Field.setLength(length) />

Running 7.0.2 on CentOS 4.3

Thanks

Dan

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Radez, Dan
Sent: Tuesday, August 08, 2006 5:39 PM
To: [email protected]
Subject: RE: [Reactor for CF] Reactor on Linux


Interesting...

thanks for the reply Doug. I'll let you know what I find.

Dan

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Doug Hughes
Sent: Tue 8/8/2006 4:11 PM
To: [email protected]
Subject: RE: [Reactor for CF] Reactor on Linux
 
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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- --



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

Reply via email to