Re: Re: RE: I'm a big loser

2004-01-26 Thread D Alvarado
Again, here is my noviceness coming out, but where would I find this wirelog of the HTTP session? I am running Apache Web Server 1.27 with WebLogic 5.1, sp 12, if that's useful. Begin Original Message From: Oleg Kalnichevski [EMAIL PROTECTED] Sent: Sat, 24 Jan 2004 11:42:12 +0100 To:

DO NOT REPLY [Bug 26139] - Memory leak in MultiThreadedHttpClient caused by bad .equals()

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26139. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: I'm a big loser

2004-01-26 Thread Eric Johnson
Dave, *You* have to generate the wire log. See this link http://jakarta.apache.org/commons/httpclient/logging.html that Oleg pointed you to. -Eric. D Alvarado wrote: Again, here is my noviceness coming out, but where would I find this wirelog of the HTTP session? I am running Apache Web

Re: Connection Reset Error

2004-01-26 Thread Eric Johnson
There may be nothing you can do. The underlying OS may simply choose to close an idle connection after a certain amount of time. Seems odd to me, but possible. An HTTP proxy server, for example, is free to close a connection after a certain amount of time with no activity. You might try a

Re: Recoverable error question

2004-01-26 Thread Eric Johnson
Oleg Kalnichevski wrote: Hi Tim, See my comments in-line below [snip] My challenge is that the bank processes each GET request, even if it has the same parameters as a previous request (yes, I know that GETs should be idempotent but I don't have a choice). I can't charge people twice. I

DO NOT REPLY [Bug 26139] - Memory leak in MultiThreadedHttpClient caused by bad .equals()

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26139. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Re: I'm a big loser

2004-01-26 Thread D Alvarado
Ok, looked at the web page about turning on wire logs and it asked me to add these lines to my java program: System.setProperty(org.apache.commons.logging.Log, org.apache.commons.logging.impl.SimpleLog); System.setProperty(org.apache.commons.logging.simplelog.showdatetime, true);

Re: Connection Reset Error

2004-01-26 Thread David Webb
When I set the line that you specified, the following error occurs... I added. client.getHttpConnectionManager().getParams().setSoTimeout(3600); Now I get. Any suggestions? Jan 26, 2004 11:22:27 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Recoverable exception

RE: Connection Reset Error

2004-01-26 Thread Kalnichevski, Oleg
David, Read timeout is in milliseconds, not in seconds. Try setting the timeout value to something more reasonable. Oleg -Original Message- From: David Webb [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 17:10 To: Commons HttpClient Project Subject: Re: Connection Reset Error

RE: Re: I'm a big loser

2004-01-26 Thread Kalnichevski, Oleg
David, That has nothing to do with Unix (OS) security. Your JVM is configured to run with Java security activated. Make sure that the security managers allows for setting system properties on run-time or set these settings upon JVM startup using -D parameter Hope this helps Oleg

DO NOT REPLY [Bug 10794] - User interaction for authentication

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10794. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10794] - User interaction for authentication

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10794. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] FilePart class

2004-01-26 Thread BLasch
Hi All, I'm currently working on a subclass of org.apache.commons.httpclient.methods.multipart.FilePart that allows the multipart post to be stopped prematurely. It would be really nice to have protected access on the member variable source in FilePart, so I only have to override the

Odd problem

2004-01-26 Thread Brett Knights
Hi, I am using RC3 with jdk 1.4.2_03 When I use http client to get to the site I get a 404 (http client wire log follows then grinder generated IE trace). I just can't see what is going wrong. Any suggestions are appreciated. This is part of a larger scripted operation so I am wondering if if