Do you guys use Transfer at all?
It may also be the case with a straight ModelGlue site but I have found that this is due to the class loading problem in Coldfusion 8 with the default installation of Java 6. If your not using CF8 ignore me. However, I recently updated my Java install to the latest SDK and it contains a fix to the class loader so CFC instantiation is no longer slow (especially when lots of beans are loaded). I know this is hard to convince ISP's to do though, but it's absolutely essential for CFC heavy sites I'd say. Updating Transfer to the latest level improved my timeout issues as well.. However with the Java 6 update I never see application timeouts anymore.. --- James Allen E: [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Adam Tuttle Sent: 18 February 2009 14:30 To: [email protected] Subject: [Model-Glue] Re: Timeouts at Application Startup I've seen this as well and would love to know whats causing it. Seems to me that once the framework is loaded into memory everything runs nice and fast, but that first hit will pretty regularly time out. Sorry I don't have any answers, but if you do figure anything out be sure to post it here. Adam On Wed, Feb 18, 2009 at 12:34 AM, Andrew <[email protected]> wrote: Hi All, I've seen a few threads regarding this topic but most of the refer to shared hosting, which can't be the issue here as I'm seeing it on my dev machine (Windows Vista / CF 8.0.1), and also on my production box which is CF7 on Solaris. Here's an example of the error I'm getting is below. Can anyone suggest what I can try to improve this, or what might be causing it? Happy to supply further information but I"m not quite sure at this stage what could be relevant... Many thanks, Andrew. Bean creation exception during init() of ModelGlue.unity.eventhandler.EventHandlerFactory The request has exceeded the allowable time limit Tag: CFLOOP: The error occurred in C:\www\cf-frameworks\coldspring1-2-final\beans \DefaultXmlBeanFactory.cfc: line 893 Called from C:\www\cf-frameworks\coldspring1-2-final\beans \DefaultXmlBeanFactory.cfc: line 632 Called from C:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity \loader\XmlConfigurationLoader.cfc: line 53 Called from C:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity \loader\XmlConfigurationLoader.cfc: line 366 Called from C:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity \loader\XmlConfigurationLoader.cfc: line 86 Called from C:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity \loader\FrameworkLoader.cfc: line 98 Called from C:\www\cf-frameworks\modelglue_2.0.304\ModelGlue\unity \ModelGlue.cfm: line 116 Called from C:\www\national-website\html\root\results\index.cfm: line 7 Called from C:\www\national-website\html\root\Application.cfc: line 59 891 : <cfthrow type="coldspring.beanCreationException" 892 : message="Bean creation exception during init() of #beanDef.getBeanClass()#" 893 : detail="#cfcatch.message#:#cfcatch.detail#"> 894 : </cfcatch> 895 : </cftry> --~--~---------~--~----~------------~-------~--~----~ 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 For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
