Hi have the same thing on CF 8 windows 32 bit ent and on 2 linux boxes 64
bit ent.
For no reason it will sometime give a nullpointer error with webservices,
but I think it has to do with CFC's in some way.
I've been trying to debug it, but for the last 2 months I haven't had any
luck on pointing to the exact cause.

There has to be some sort of bug in CF as it looks that generates this
nullpointer randomly.
If I find anything, I'll let you know!

Mike

2010/2/11 Brad Wood <b...@bradwood.com>

>
> 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" <tmcn...@gmail.com>
> To: "cf-talk" <cf-talk@houseoffusion.com>
> Sent: Thursday, February 11, 2010 8:54 AM
> Subject: Re: NullPointer exceptions
>
>
> >
> > On Thu, Feb 11, 2010 at 9:40 AM, Brad Wood <b...@bradwood.com> 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:330655
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to