Just throwing this out there, but I've seen similar errors when I turn off
session for bots. Code tries to access session scope, and it doesn't exist.
It's been a while though, so this may be red herring.

Blair

On Thu, Oct 22, 2009 at 8:11 PM, Taco Fleur <taco.fl...@clickfind.com.au>wrote:

>  Thanks Joel,
>
> I had a look in the log and found
>
> "Error","jrpp-25","10/19/09","20:37:31","au_com_clickfind8","The request
> has exceeded the allowable time limit Tag: cfmail The specific sequence of
> files included or processed is:
> C:\Inetpub\wwwroot\au_com_clickfind\business\explore-website.cfm, line: 488
> "
>
> The weird thing is, there is no cfmail in that file. And why does it only
> time out for Google??
>  hmmmm
>
> Kind regards, Taco Fleur (CIO/CEO/Founder)
>   ------------------------------
>
> *Advertise your business, products and services on **www.clickfind.com.au Get
> more business!*
>
>
>
> This email (which includes any attachments) has been sent on behalf of
> Commerce Engine Pty Ltd or its Associated Entities (hereinafter called
> “clickfind”). The information contained in this communication may be
> privileged and confidential.  If you are not the intended recipient, any
> use, disclosure or copying of this communication is expressly prohibited.
> If you have received this E-mail in error, please delete it immediately.
> Clickfind does not warrant or represent that this E-mail (including any
> attached files) is free from electronic viruses, faults or defects.  
> Confidentiality
> and legal privilege are not waived or lost by reason of mistaken delivery to
> you. For more information about use, disclosure and access see our privacy
> policy at http://www.clickfind.com.au/privacy-policy.cfm
>
>
>
> P* *please consider the environment before printing this e-mail
>
>
>  ------------------------------
> *From:* cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] *On
> Behalf Of *Joel Cass
> *Sent:* Thursday, 22 October 2009 2:49 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: Value must be initialized before use - Its
> possible that a method called on a Java object created by CreateObject
> returned null
>
> 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