I've had this one before but with a different component. Usually there is an
error that is being thrown by the Java object but is not being represented
properly in ColdFusion. cftry/cfcatch will not actually work in this case as
the problem is occuring in the Java Layer. I think the real error does turn
up in the runtime logs, otherwise, capture the data going into the object
and try making the same call from a JSP file.

On Thu, Oct 22, 2009 at 12:56 PM, www.clickfind.com.au <
taco.fl...@clickfind.com.au> wrote:

>
> Hello all,
>
> been a while, very long time actually since my last post! I really got
> one here that stumps me!
>
> I'm getting the following error when Google indexes some of my pages
>
> Value must be initialized before use
> Its possible that a method called on a Java object created by
> CreateObject returned null
>
> The problem points to line 179 which is the following
>
> xmlResult = YahooCSE.doSearch( page = url.page, display =
> url.display ).getResult();
>
> Around this I have a try/catch statement but that doesn't seem to make
> any difference at all.
>
> It only errors when Google visits the following page in question
>
> http://www.clickfind.com.au/business/explore-website.cfm?businessIdentity=42071&keyword=drysdale%20victoria
>
> Your help is greatly appreciated.
>
> Cheers
> Taco Fleur
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to