OK, looks like it was this commit https://github.com/ghidinelli/transfer/commit/14d574eb8b9dc97d8a672564e79bdc7e43e5208c
It added some bad merge info into other files as well. Looks like the merge conflicts were committed before they were resolved. On Thursday, July 24, 2014 12:55:11 PM UTC-4, Sean Coyne wrote: > > <<<<<<< HEAD > > means there was a bad merge at some point either from SVN or Git. Because > I also see ">>>>>>> master" then I think its probably a bad Git merge > since I imported it from SVN. > > Brian may need to go back to the relevant commit that added that and > figure out what is the correct code and fix it. > > Sean > > On Thursday, July 24, 2014 10:46:11 AM UTC-4, James Allen wrote: >> >> Right I’ve made some progress on this. >> >> >> >> The reason for this error is that com/util/javaloader/javaloader.cfc is >> corrupted. >> >> >> >> It’s got some weird text in it like <<<<<<< HEAD and seems to repeat >> itself half way down with the comment intro block. >> >> >> >> I have replaced it with Javaloader from an older release of transfer but >> now I’m getting this error: >> >> >> >> … com\util\javaloader\support\cfcdynamicproxy\lib\cfcdynamicproxy.jar >> does not exist >> >> >> >> Any ideas? >> >> >> >> Cheers, >> >> James. >> >> >> >> --- >> >> *James Allen* >> >> *E:* [email protected] >> >> *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:* [email protected] [mailto:[email protected]] *On >> Behalf Of *Tom McNeer >> *Sent:* 23 July 2014 20:56 >> *To:* [email protected] >> *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 <[email protected]> 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:* [email protected] >> >> *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 [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> 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 [email protected]. >> 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 [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> 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 [email protected]. >> 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
