Marc, I am only going to be at my computer for the next 15 minutes or so... Here's what I think happened.
1. You downloaded the ModelGlue application template to your web root. 2. You copied the ModelGlue application template to create your application and changed some of the paths. 3. You didn't change the path in the RemotingService.cfc 4. The RemotingService you are using doesn't break, because there is actually a /modelglueapplicationtemplate/index.cfm 5. However, the RemotingService doesn't actually make sure the right MG Application is started up, because it never has a linkage to it. Thus, the error happens sporadically because every once in a while you start up the application (probably from hitting it directly from a browser) and the Ajax Remoting call will work until the application times out or is shut down for some reason. When you update the RemotingService like I mentioned in the last email you should have no problem. It would probably be a good idea to do a find and replace on your application files for the string modelglueapplicationtemplate in case there were others you missed. Note: The ANT script should take care of all of these for you, but ANT isn't the only way to get it done... Report back if you have more issues... DW On Fri, Dec 16, 2011 at 4:27 PM, Dan Wilson <[email protected]> wrote: > Ok, got it. > > Just curious, what happens when you change line 5 in your RemotingService > from : > > <cfset template = "/modelglueapplicationtemplate/index.cfm" /> > > to > > <cfset template = "/index.cfm" /> or <cfset template = "index.cfm" /> > > (Whichever works) > > > DW > > > On Fri, Dec 16, 2011 at 4:26 PM, marc <[email protected]> wrote: > >> I looked it up, it's http://pastebin.com/aVdCWije >> >> -- >> Model-Glue Sites: >> Home Page: http://www.model-glue.com >> Documentation: http://docs.model-glue.com >> Bug Tracker: http://bugs.model-glue.com >> Blog: http://www.model-glue.com/blog >> >> You received this message because you are subscribed to the Google >> Groups "model-glue" 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/model-glue?hl=en >> > > > > -- > Plutarch - "The mind is not a vessel to be filled but a fire to be > kindled." > -- Plutarch - "The mind is not a vessel to be filled but a fire to be kindled." -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en
