Dan,

 

For now, you can edit the reactor/iterator/iterator.cfc and change the lines around line 453 (I don’t know exactly, since I delete it out), but make sure you leave the following line:

 

<cfset QueryAddColumn(variables.query, "reactorRowDeleted", deletedArray) />

 

Just remove the <cfif> block and the CFMX7 part and at least the error will go away and allow you to make progress until this gets fixed.

 

Cedric

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Vega
Sent: Friday, July 28, 2006 6:19 PM
To: [email protected]
Subject: Re: [Reactor for CF] mx 6.1

 

Does anyone know how to get around this?

On 7/28/06, Dan Vega <[EMAIL PROTECTED]> wrote:

Thanks Cedric,

Doug, I see you close it, am I missing something? Do you know what I can do to resolve this, I have a client on a production server with problems and Im not sure how to solve this without finding a 7 box to put them on.

On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Dan,

I filed this as an issue a while back. Doug had tried to fix it, but it is still broken and I had re-opened the ticket. It obviously is still an existing issue, though in my case I hacked Reactor so it didn't throw an error on CFMX6.1.

I see Doug has re-closed this ticket though in Trac, even though it's not fixed. You can re-open it. See http://trac.reactorframework.com/reactor/trac.cgi/ticket/8 .

Cedric

-----Original Message-----
From: Dan Vega
To: reactor
Sent: 7/28/2006 4:26 PM
Subject: [Reactor for CF] mx 6.1

I had an application in a dev environment which had cf7 on it, the
production server I am moving to is 6.1, dont ask me why and I am
getting this error > Did I do something wrong, can I fix this?

 

Error Occurred While Processing Request        

 

Parameter validation error for function QUERYADDCOLUMN.

The function takes 3 parameters.       
        
The error occurred in \Webdocs\Reactor\iterator\iterator.cfc: line 437
Called from Webdocs\Reactor\project\cm\Record\usersRecord.cfc: line 124
Called from \Webdocs\marketingtrakker\Application.cfm: line 46
       

435 :                  
436 :                   <cfif
ListFirst(Server.ColdFusion.ProductVersion) GTE 7>
437 :                           <cfset QueryAddColumn(variables.query,
"reactorRowDeleted", "Bit", deletedArray) />

 

438 :                   <cfelse>
439 :                           <!--- hopefully this works in MX 6.1
--->

  _____ 

Please try the following:

 

       
*       Check the ColdFusion documentation
<http://www.macromedia.com/go/proddoc_getdoc>  to verify that you are
using the correct syntax.
*       Search the Knowledge Base
<http://www.macromedia.com/support/coldfusion/>  to find a solution to
your problem.

 

Browser         Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
1.8.0.4 < http://1.8.0.4> ) Gecko/20060508 Firefox/1.5.0.4       
Remote Address           <http://70.39.98.121> 70.39.98.121     

       
       
Date/Time       28-Jul-06 07:33 PM     
Stack Trace    
at
cfusersRecord2ecfc955221648$funcGETGROUPSITERATOR.runFunction(Record\use
rsRecord.cfc:124) at
cfApplication2ecfm74708992.runPage(:\Webdocs\marketingtrakker\Applicatio
n.cfm:46)




coldfusion.compiler.validation.FunctionArgMismatchException: Parameter
validation error for function QUERYADDCOLUMN.
        at
coldfusion.compiler.validation.FunctionValidator.checkArgCount(FunctionV
alidator.java:80)
        at

coldfusion.compiler.validation.CFMLCodeValidator.visit(CFMLCodeValidator
.java:164)
        at
coldfusion.compiler.ASTruntimeCall.accept(ASTruntimeCall.java:169)
        at
coldfusion.compiler.ASTcfscriptStatement.accept(ASTcfscriptStatement.jav
a

:101)
        at coldfusion.compiler.Node.walkChildren(Node.java:300)
        at coldfusion.compiler.ASTcfscript.accept(ASTcfscript.java:14)
        at coldfusion.compiler.Node.walkChildren(Node.java:300)
        at coldfusion.compiler.ASTcfscriptStatement.accept

(ASTcfscriptStatement.java:104)
        at coldfusion.compiler.Node.walkChildren(Node.java:300)
        at
coldfusion.compiler.ASTcfscriptStatement.accept(ASTcfscriptStatement.jav
a:104)
        at coldfusion.compiler.Node.walkChildren

(Node.java:300)
        at
coldfusion.compiler.ASTfunctionDefinition.accept(ASTfunctionDefinition.j
ava:100)
        at coldfusion.compiler.Node.walkChildren(Node.java:300)
        at coldfusion.compiler.ASTstart.accept(ASTstart.java:44)

 

        at
coldfusion.compiler.NeoTranslator.validate(NeoTranslator.java:364)
        at
coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:253)
        at
coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java

:97)
        at
coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:
263)
        at coldfusion.util.LruCache.get(LruCache.java:188)
        at
coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Templat
eClassLoader.java

:214)
        at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
        at coldfusion.util.SoftCache.get(SoftCache.java:81)
        at
coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.jav
a:356)
        at

coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:45
8)
        at
coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeService
Impl.java:425)
        at coldfusion.runtime.TemplateProxyFactory.getResolvedFile

(TemplateProxyFactory.java:455)
        at
coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory
.java:563)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5047)
        at coldfusion.runtime.CFPage.CreateObject

(CFPage.java:5007)
        at
cfusersRecord2ecfc955221648$funcGETGROUPSITERATOR.runFunction(E:\Webdocs
\Reactor\project\cm\Record\usersRecord.cfc:124)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:338)
        at coldfusion.filter.SilentFilter.invoke

(SilentFilter.java:44)
        at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:286)
        at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.j
ava:250)
        at coldfusion.filter.FunctionAccessFilter.invoke

(FunctionAccessFilter.java:53)
        at
coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:203)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:165)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java

:192)
        at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:130)
        at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1627)
        at
cfApplication2ecfm74708992.runPage(E:\Webdocs\marketingtrakker\Applicati
on.cfm:46)

 

        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
        at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
        at
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
        at coldfusion.filter.CfincludeFilter.include

(CfincludeFilter.java:30)
        at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:93)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java

:47)
        at
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
        at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersist
enceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke

(BrowserFilter.java:35)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
        at
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.CfmServlet.service(CfmServlet.java:105)

 

        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249
)

 

        at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527
)
        at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
192)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable

(ThreadPool.java:348)
        at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java
:451)
        at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav
a:294)
        at jrunx.scheduler.WorkerThread.run

(WorkerThread.java:66)

 

--
Dan Vega
[EMAIL PROTECTED] < mailto:[EMAIL PROTECTED]
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- --
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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --




--
Dan Vega
[EMAIL PROTECTED]

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


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




--
Dan Vega
[EMAIL PROTECTED]
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
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