|
Mach-ii Initialization
|
Sam Clement
|
Dec 05, 2006 19:08 PST
|
I'm currently having a nightmare problem with a hosted mach-ii application.
The hosting company I'm using just installed SeeFusion and are putting
50000ms time limits on page executions. While I completely understand why
they're doing this, it has broken my mach-ii application.
Anyway, I'm going to have to fix the problem and am not sure how to start
debugging this kind of problem.
Since the website won't run at all, can anyone fill me in on how Mach-ii
apps initialize? Or point me in the right direction for debugging this sort
of thing.
Below is some of the error info in the logs that I'm getting:
Application Log:
"Error","jrpp-191","12/05/06","18:33:43","APPLICATION_NAME","cfcalculationService2ecfc869032277$funcGETCORRELATIONCOEFFICIENT
The specific sequence of files included or processed is:
C:\websites\7jfq8w\~index.cfm, line: 11 "
Exception Log:
"Error","jrpp-191","12/05/06","18:33:43","APPLICATION_NAME","cfcalculationService2ecfc869032277$funcGETCORRELATIONCOEFFICIENT
The specific sequence of files included or processed is:
C:\websites\7jfq8w\~index.cfm, line: 11 "
java.lang.NoClassDefFoundError:
cfcalculationService2ecfc869032277$funcGETCORRELATIONCOEFFICIENT
at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
at coldfusion.runtime.TemplateClassLoader.newInstance(
TemplateClassLoader.java:393)
at coldfusion.runtime.TemplateClassLoader.newInstance(
TemplateClassLoader.java:374)
at coldfusion.runtime.TemplateProxyFactory$TemplateClassLoaderPrivilege.run(
TemplateProxyFactory.java:718)
at coldfusion.runtime.TemplateProxyFactory.resolveName(
TemplateProxyFactory.java:112)
at coldfusion.runtime.TemplateProxyFactory.resolveName(
TemplateProxyFactory.java:100)
at coldfusion.runtime.TemplateProxyFactory.resolveName(
TemplateProxyFactory.java:94)
at coldfusion.runtime.TemplateProxyFactory.resolveName(
TemplateProxyFactory.java:608)
at coldfusion.runtime.CFPage.createObject(CFPage.java:5704)
at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5673)
at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5638)
at
cffundListener2ecfc1858845520$funcCONFIGURE.runFunction(C:\websites\7jfq8w\model\fundListener.cfc:11)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(
UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java
:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634)
at
cfListenerManager2ecfc2104980653$funcCONFIGURE.runFunction(C:\CFusionMX7\MachII\framework\ListenerManager.cfc:65)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(
UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java
:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634)
at
cfAppManager2ecfc1280828675$funcCONFIGURE.runFunction(C:\CFusionMX7\MachII\framework\AppManager.cfc:28)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(
UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java
:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634)
at
cfAppFactory2ecfc1240453156$funcCREATEAPPMANAGER.runFunction(C:\CFusionMX7\MachII\framework\AppFactory.cfc:64)
Life-saver? Anyone?
|
|
 |
|