Ah that’s good to know Tom. Good to rule out something on my system that could 
be causing it.

 

Looks like we’ll have to do some digging into the framework to establish what 
the issue is.

 

---

James  Allen

E: ja...@jamesallen.name

Blog: http://jamesallen.name

Twitter: @CFJamesAllen

Twitter: @JamesAllenVoice (Voiceover)

Twitter: @80sRewindShow (My weekly 80s radio show)

 

Tune in to the best in community radio – Codebass Radio: 
http://codebassradio.net

 

From: transfer-dev@googlegroups.com [mailto:transfer-dev@googlegroups.com] On 
Behalf Of Tom McNeer
Sent: 23 July 2014 20:56
To: transfer-dev@googlegroups.com
Subject: Re: [transfer-dev] Re: Latest version of Transfer Issue

 

Brian,

 

I haven't had a chance to do a diff yet, but I thought I'd let you know: after 
correcting my XML, I started an application on ACF 9, and got the same exact 
error as James.

 

On Wed, Jul 23, 2014 at 1:58 PM, Brian G <brian-goo...@vfive.com> wrote:


James, 

If you dump the argument in the working version of Transfer, what do you see? 

If you can dump the stack trace, we can look at the call before that and see if 
it's not passing in a named argument?   But generally I find that these errors 
are unrelated to what they claim to be.  I would put some logging/try/catch up 
a level in the stack trace to see if what you're getting is what you're 
expecting.

E.g., in this case, Transfer has its own version of Javaloader IIRC - is it 
conflicting with another one on your system so JavaLoader itself is blowing up 
on init which manifests itself as this error?  These errors inside frameworks I 
often find to be nearly useless so cflog/dump/try/catch becomes necessary.

I unfortunately don't have a Railo setup to help with.  

One other quick suggestion: 

do a diff on the github transfer compare to the version you've been using.  In 
reality there aren't THAT many changes.  I made a couple of the ones I saw for 
Railo compatibility in the list but maybe I missed something that I need from 
your version? 


Brian






On Wednesday, July 23, 2014 10:17:49 AM UTC-7, James Allen wrote:

Hi guys,

 

I’m trying a site which is built using Transfer on the latest version of Railo 
so grabbed Brian’s Github latest as I read that’s compatible.

 

The problem is, I’m getting the following error when I try to start the site – 
it occurs in the init of TransferFactory.

 

Railo reports the error as:

 

Syntax Error, Invalid Construct:

 

CF8:

 

Missing argument name.:When using named parameters to a function, every 
parameter must have a name.<p>The CFML compiler was processing:<ul><li>An 
expression beginning with super.init, on line 35, column 17.This message is 
usually caused by a problem in the expressions structure.<li>A script statement 
beginning with super.init on line 35, column 17.<li>A cfscript tag beginning on 
line 34, column 10.<li>A cfscript tag beginning on line 34, column 10.</ul>

 

So it’s not a Railo issue.

 

I’ve tracked this down I think and it’s occurring in 
com/factory/AbstractBaseFactory.cfc in the getSingleton() method.

 

If I use cftry to trap the error it occurs when getSingleton() is sent a class 
name of:

 

transfer.com.util.JavaLoader

 

Any ideas on what might be causing this on the latest version of Transfer? The 
site works fine on an older version.

 

Many thanks,

James.

 

---

James  Allen

E: ja...@jamesallen.name

Blog: http://jamesallen.name

Twitter: @CFJamesAllen

Twitter: @JamesAllenVoice (Voiceover)

Twitter: @80sRewindShow (My weekly 80s radio show)

 

Tune in to the best in community radio – Codebass Radio: 
http://codebassradio.net

 

-- 
-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
 
Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
 
You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com 
<mailto:transfer-dev%2bunsubscr...@googlegroups.com> 
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to transfer-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.





 

-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560 

-- 
-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
 
Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
 
You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to transfer-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to transfer-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to