Hmm, looks like the error happened while getMetaData was being called from Transfer.
Have you posted this on the Transfer list? Also, out of curiosity, are you using trusted cache? ~Brad ----- Original Message ----- From: "Tom McNeer" <[email protected]> To: "cf-talk" <[email protected]> Sent: Thursday, February 11, 2010 8:54 AM Subject: Re: NullPointer exceptions > > On Thu, Feb 11, 2010 at 9:40 AM, Brad Wood <[email protected]> wrote: > >> >> Can you give us a sample stack trace for one of the errors? >> > > Sure. But hang on - they're long. > > This one is from the CF exception log: > > ========================= > "Error","jrpp-3","02/10/10","22:38:05",,"" > java.lang.NullPointerException > at coldfusion.util.Utils.getServletPath(Utils.java:86) > at coldfusion.util.Utils.getServletPath(Utils.java:76) > at coldfusion.util.Utils.getBaseTemplatePath(Utils.java:405) > at > coldfusion.runtime.TemplateProxyFactory.getTemplateFileHelper(TemplateProxyFactory.java:1514) > at > coldfusion.runtime.MetadataUtils.getComponentMetadata(MetadataUtils.java:112) > at > coldfusion.runtime.CfJspPage.GetComponentMetaData(CfJspPage.java:2667) > at > coldfusion.runtime.TemplateProxy.getRuntimeComponentMetadata(TemplateProxy.java:1755) > at > coldfusion.runtime.TemplateProxy.getRuntimeMetadata(TemplateProxy.java:1616) > at coldfusion.runtime.MetadataUtils.getMetaData(MetadataUtils.java:54) > at coldfusion.runtime.CfJspPage.GetMetaData(CfJspPage.java:2640) > at > cfAbstractBaseMeta2ecfc803585718$funcCLONE.runFunction(C:\webApps\frameworks\transfer\com\object\AbstractBaseMeta.cfc:33) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330601 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

