If you go to http://probes.invitrogen.com/products/directory/9/ with Netscape 
it shows the same error

If you go to the same site with IE it shows the products directory menu that 
I'm looking for

i.e. if httpclient will play like IE we should get the required response

Can we control that?

Thanks again,

Muli Assa
office: 650.603.5217
mobile: 650.450.0978

-----Original Message-----
From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 1:39 AM
To: HttpClient Project
Subject: RE: [an error occurred while processing this directive]

On Tue, 2006-05-30 at 17:04 -0700, Muli Assa wrote:
> Attached the console log, you can search the error message there, I'll 
> appreciate your help
>
> Thanks,
>
> Muli Assa
> office: 650.603.5217
> mobile: 650.450.0978
>

Muli,

There is nothing wrong as far as HTTP protocol is concerned:

DEBUG header:? - >> "GET /products/directory/9/ HTTP/1.1[\r][\n]"
DEBUG header:? - >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
DEBUG header:? - >> "Host: probes.invitrogen.com[\r][\n]"
DEBUG header:? - >> "[\r][\n]"
DEBUG header:? - << "HTTP/1.1 200 OK[\r][\n]"
DEBUG header:? - << "Date: Tue, 30 May 2006 20:29:59 GMT[\r][\n]"
DEBUG header:? - << "Server: Apache/1.3.33 (Unix)
ApacheJServ/1.1.2[\r][\n]"
DEBUG header:? - << "p3p: CP="NOI NID CUR OUR NOR PHY OTC"[\r][\n]"
DEBUG header:? - << "Transfer-Encoding: chunked[\r][\n]"
DEBUG header:? - << "Content-Type: text/html[\r][\n]"
DEBUG header:? - << "Connection: Close[\r][\n]"

This is clearly a server side problem. Most likely your application
fails to maintain conversational state the way the server expects and
that triggers an error condition in the server side script

Hope this helps

Oleg



> -----Original Message-----
> From: Ortwin Glück [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 30, 2006 12:27 AM
> To: HttpClient Project
> Subject: Re: [an error occurred while processing this directive]
>
> Muli,
>
> To help you more information is necessary. Please send the relevant
> section from the log and the stacktrace. See
> http://jakarta.apache.org/commons/httpclient/logging.html
>
> Cheers
>
> Ortwin
>
> Muli Assa wrote:
> > I try to load URL and get the above error message
> >
> >
> >
> > I found that the same message is generated by Netscape 7.2 but not in IE
> > 6.0
> >
> >
> >
> > Can I instruct HttpClient to support the IE 6.0 functionality?
> >
> >
> >
> >
> >
> > Thanks,
> >
> >
> >
> >
> >
> > Muli Assa
> >
> > office: 650.603.5217
> >
> > mobile: 650.450.0978
> >
> >
> >
> >
>
> --
> [web]  http://www.odi.ch/
> [blog] http://www.odi.ch/weblog/
> [pgp]  key 0x81CF3416
>         finger print F2B1 B21F F056 D53E 5D79 A5AF 02BE 70F5 81CF 3416
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to