Vikram
1) Upgrade to the most current CVS version
2) Unless you get wire log to work, I doubt I'll be able to help you.
Wire log is printed to stderr, it can be that your stderr is redirected
to a file
3) Does your raw socket code implement "expect: 100-continue" handshake?
If you disable ExpectContinue handshake, I bet HttpClient will work too
What web server are you using? Does it support HTTP/1.1? Try disabling
HTTP/1.1 on the HttpClient side and see if that makes a difference.
Oleg
On Fri, 2003-03-14 at 02:40, [EMAIL PROTECTED] wrote:
> Hai,
>
> I tried using the wire log but I donot get any wire log .I set the
> following properties in my class
> System.setProperty("org.apache.commons.logging.Log",
> "org.apache.commons.logging.impl.SimpleLog");
>
>
>
> System.setProperty(
> "org.apache.commons.logging.simplelog.log.httpclient.wire ", "debug");
>
> System.setProperty(
> "org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
> "trace");
>
> And in any case here is my log.Let me reitarate that I have another class
> that i built using sockets and it works fine.
>
> Thanks
> Vikram
>
> TRACE] GetMethod - -enter GetMethod(String)
> [TRACE] PostMethod - -enter PostMethod.setRequestBody(InputStream)
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.setRequestBody(InputStream)
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.setRequestContentLength(int)
> [TRACE] HttpClient - -enter HttpClient.executeMethod(HttpMethod)
> [TRACE] HttpClient - -enter
> HttpClient.executeMethod(HostConfiguration,HttpMethod)
> [DEBUG] HttpConnection - -HttpConnectionManager.getConnection: creating
> connection for 128.209.62.4:9090 via null:-1 using protocol: http:80
> [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(0)
> [TRACE] HttpConnection - -enter HttpConnection.open()
> [TRACE] HttpMethod - -enter HttpMethodBase.execute(HttpState,
> HttpConnection)
> [TRACE] Authenticator - -enter Authenticator.authenticate(HttpMethod,
> HttpState)
> [TRACE] Authenticator - -enter Authenticator.authenticate(HttpMethod,
> HttpState, Header, String)
> [DEBUG] HttpMethod - -Execute loop try 1
> [TRACE] HttpMethod - -enter HttpMethodBase.processRequest(HttpState,
> HttpConnection)
> [TRACE] HttpMethod - -Attempt number 1 to write request
> [TRACE] HttpMethod - -enter HttpMethodBase.writeRequest(HttpState,
> HttpConnection)
> [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestLine(HttpState,
> HttpConnection)
> [TRACE] HttpMethod - -enter
> HttpMethodBase.generateRequestLine(HttpConnection, String, String, String,
> String)
> [TRACE] HttpConnection - -enter HttpConnection.print(String)
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[])
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int)
> [TRACE] HttpMethod - -enter
> HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection)
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.addRequestHeaders(HttpState, HttpConnection)
> [TRACE] HttpMethod - -enter HttpMethodBase.addRequestHeaders(HttpState,
> HttpConnection)
> [TRACE] HttpMethod - -enter
> HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection)
> [TRACE] HttpMethod - -enter HttpMethodBase.addHostRequestHeader(HttpState,
> HttpConnection)
> [DEBUG] HttpMethod - -Adding Host request header
> [TRACE] HttpMethod - -enter
> HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection)
> [TRACE] HttpState - -enter HttpState.getCookies()
> [TRACE] CookieSpec - -enter CookieSpecBase.match(String, int, String,
> boolean, Cookie[])
> [TRACE] HttpMethod - -enter
> HttpMethodBase.addAuthorizationRequestHeader(HttpState, HttpConnection)
> [TRACE] HttpMethod - -enter
> HttpMethodBase.addProxyAuthorizationRequestHeader(HttpState,
> HttpConnection)
> [TRACE] HttpMethod - -enter
> HttpMethodBase.addContentLengthRequestHeader(HttpState, HttpConnection)
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.getRequestContentLength()
> [TRACE] HttpConnection - -enter HttpConnection.print(String)
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[])
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int)
> [TRACE] HttpConnection - -enter HttpConnection.print(String)
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[])
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int)
> [TRACE] HttpConnection - -enter HttpConnection.print(String)
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[])
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int)
> [TRACE] HttpConnection - -enter HttpConnection.print(String)
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[])
> [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int)
> [TRACE] HttpConnection - -enter HttpConnection.writeLine()
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.writeRequestBody(HttpState, HttpConnection)
> [DEBUG] EntityEnclosingMethod - -Expecting response
> [TRACE] HttpConnection - -enter HttpConnection.waitForResponse(int)
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [TRACE] HttpConnection - -enter HttpConnection.responseAvaliable()
> [DEBUG] HttpConnection - -Waiting for response timeout
> [DEBUG] HttpMethod - -Response not available. Send the request body
> [TRACE] HttpMethod - -enter writeRemainingRequestBody(HttpState,
> HttpConnection)
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.writeRequestBody(HttpState, HttpConnection)
> [TRACE] EntityEnclosingMethod - -enter
> EntityEnclosingMethod.getRequestContentLength()
> [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.getRequestBody
> ()
> [TRACE] HttpConnection - -enter HttpConnection.getRequestOutputStream()
> [DEBUG] EntityEnclosingMethod - -Request body sent
> [TRACE] HttpMethod - -enter HttpMethodBase.readResponse(HttpState,
> HttpConnection)
> [TRACE] HttpMethod - -enter HttpMethodBase.readStatusLine(HttpState,
> HttpConnection)
> [TRACE] HttpConnection - -enter HttpConnection.readLine()
> [TRACE] HttpParser - -enter HttpConnection.readLine()
> [TRACE] HttpParser - -enter HttpConnection.readRawLine()
>
>
>
>
> "Adrian Sutton" <[EMAIL PROTECTED]> on 03/13/2003 06:05:03 PM
>
> Please respond to "Commons HttpClient Project"
> <[EMAIL PROTECTED]>
>
> To: "'Commons HttpClient Project'"
> <[EMAIL PROTECTED]>
> cc:
> Subject: RE: problem with post
>
>
> It may also be worth taking a look at:
> http://jakarta.apache.org/commons/httpclient/troubleshooting.html
>
> which has some basic tips on tracking things down. The results of "Things
> To Try" are generally useful (though 7 and 8 are getting a bit technical so
> I usually leave them for really difficult cases).
>
> Hope that helps,
>
> Adrian Sutton, Software Engineer
> Ephox Corporation
> www.ephox.com
>
>
> -----Original Message-----
> From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED]
> Sent: Friday, 14 March 2003 7:48 AM
> To: Commons HttpClient Project
> Subject: Re: problem with post
>
>
> Vikram
>
> 2.0 has not been released yet. You must be using one of the alphas.
>
> In order to be able to help you I need wire log too. I need to know what
> gets sent across the wire.
>
> Anyways, I suggest that you upgrade to the most recent CVS snapshot.
> There's been a few bug fixes since the latest Alpha2 release
>
> Oleg
>
> ---------------------------------------------------------------------
> 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]