Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 61288 invoked from network); 27 Jan 2004 05:24:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Jan 2004 05:24:06 -0000 Received: (qmail 39513 invoked by uid 500); 27 Jan 2004 05:23:35 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 38587 invoked by uid 500); 27 Jan 2004 05:23:28 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 34779 invoked from network); 27 Jan 2004 05:22:55 -0000 Received: from unknown (HELO parsival.knightsofthenet.com) (24.69.108.54) by daedalus.apache.org with SMTP; 27 Jan 2004 05:22:55 -0000 Received: (qmail 6543 invoked by uid 0); 27 Jan 2004 05:11:34 -0000 Received: from unknown (HELO BrettPC) (192.168.1.5) by 192.168.1.11 with SMTP; 27 Jan 2004 05:11:34 -0000 Message-ID: <020e01c3e494$a5476c40$0501a8c0@knightsofthenet.com> From: "Brett Knights" To: "Commons HttpClient Project" References: <825BF35A92B3F0479CC164ECBBE9376E5F033F@kccxoex06.corp.kpmgconsulting.com> Subject: Odd problem Date: Mon, 26 Jan 2004 21:15:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 is possible that I am stepping on something by not releasing connections correctly. The "11b" at 26 Jan 2004 20:54:20,38726 Jan 2004 20:54:20,387 seems rather odd. DEBUG [main] httpclient.wire - >> "GET /app/center/myroles.nl HTTP/1.1[\r][\n]": 26 Jan 2004 20:54:20,247 DEBUG [main] httpclient.wire - >> "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)[\r][\n]": 26 Jan 2004 20:54:20,247 DEBUG [main] httpclient.wire - >> "Referer: https://target.com/app/login/nllogin.nl[\r][\n]": 26 Jan 2004 20:54:20,247 DEBUG [main] httpclient.wire - >> "Host: target.com[\r][\n]": 26 Jan 2004 20:54:20,247 DEBUG [main] httpclient.wire - >> "Cookie: NS_VER=9.1[\r][\n]": 26 Jan 2004 20:54:20,247 DEBUG [main] httpclient.wire - >> "Cookie: JSESSIONID=536c011ea00848b78315913117b9c243.mkbxr2PEmlnva30N-BbQmkLz-A Tzr6Lzn6rzqwTxpQOUc30KaNDvmQbJrkTOokTBrxyL8Q5xmReHoA5Qmh0KaMTvmQbO-kDv rA4Ka3aIqRnvp6iIpAjOp6jynQjM-AbJpgaTax4SbwbCpQPz8QvJpkixn6jAmljGr5XDqQ LvpAe_[\r][\n]": 26 Jan 2004 20:54:20,247 DEBUG [main] httpclient.wire - >> "Cookie: lastUser=ACCT102534_3_3[\r][\n]": 26 Jan 2004 20:54:20,257 DEBUG [main] httpclient.wire - >> "Cookie: T16:byMeU53W=[\r][\n]": 26 Jan 2004 20:54:20,257 DEBUG [main] httpclient.wire - >> "[\r][\n]": 26 Jan 2004 20:54:20,257 DEBUG [main] httpclient.wire - << "HTTP/1.1 404 Not Found[\r][\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "Date: Tue, 27 Jan 2004 04:54:26 GMT[\r][\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "Server: Oracle9iAS/9.0.2 Oracle HTTP Server[\r][\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "Transfer-Encoding: chunked[\r][\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "Content-Type: text/html; charset=iso-8859-1[\r][\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "1": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "1": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "b": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "[\r]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "404 Not Found[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "

Not Found

[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "The requested URL / was not found on this server.

[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "


[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "
Oracle HTTP Server/1.3.22 Server at target.com Port 444
[\n]": 26 Jan 2004 20:54:20,387 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "[\r]": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "0": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "[\r]": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "[\r]": 26 Jan 2004 20:54:20,397 DEBUG [main] httpclient.wire - << "[\n]": 26 Jan 2004 20:54:20,397 When I use IE I get the page expected: ------ localhost:2290->target.com:443 ------ GET /app/center/myroles.nl HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, application/x-shockwave-flash, application/vnd.ms-excel, */* Referer: https://target.com/pages/login.jsp?rdt=%2Fapp%2Fcenter%2Fmyroles.nl Accept-Language: en-us Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461) Host: target.com Connection: Keep-Alive Cache-Control: no-cache Cookie: lastUser=ACCT102534_3_3; NLVisitorId=GEVsNmOJAOKYoS-W; JSESSIONID=91ac67ead38b4e579f08f7f791d86f8f.mkbxr2PEmlnva30S-BbQmkLz-A Tzr6Lzn6rzqwTxpQOUc30KaNDvmQbJrkTOokTBrxyL8Q5xmReHoA5Qmh0Kc2TvmQbO-kDv rA4Ka3uIqRnvp6iIpAjOp6jynQjM-AbJpgaLbheLaNqxo6XHngbCpQPz8QfznA5Pp7ftol bGmkTy; NS_VER=9.1; stickytags=T1:byMeU53W,T2:byMeU53W,T3:byMeU53W,T4:byMeU53W,T5:byMeU53W ,T6:byMeU53W,T7:byMeU53W,T8:byMeU53W,T9:byMeU53W,T10:byMeU53W,T11:byMe U53W,T12:byMeU53W,T13:byMeU53W,T14:byMeU53W,T15:byMeU53W,T16:byMeU53W; loginredirect=T; PREF=ID=10fcf1af58cafe4f:TM=1072562878:LM=1072562878:S=80KxPEiJisEzgB4 2 ------ target.com:443->localhost:2290 ------ HTTP/1.1 200 OK Date: Tue, 27 Jan 2004 03:45:19 GMT Server: Oracle9iAS/9.0.2 Oracle HTTP Server Content-Length: 4942 Set-Cookie: JSESSIONID=91ac67ead38b4e579f08f7f791d86f8f.mkbxr2PEmlnva30S-BbQmkLz-A Tzr6Lzn6rzqwTxpQOUc30KaNDvmQbJrkTOokTBrxyL8Q5xmReHoA5Qmh0Kc2TvmQbO-kDv rA4Ka3uIqRnvp6iIpAjOp6jynQjM-AbJpgaLbheLaNqxo6XHngbCpQPz8QfznA5Pp7ftol bGmkTy; Path=/ Set-Cookie: stickytags=T1:byMeU53W,T2:byMeU53W,T3:byMeU53W,T4:byMeU53W,T5:byMeU53W ,T6:byMeU53W,T7:byMeU53W,T8:byMeU53W,T9:byMeU53W,T10:byMeU53W,T11:byMe U53W,T12:byMeU53W,T13:byMeU53W,T14:byMeU53W,T15:byMeU53W,T16:byMeVukm; Path=/ Last-Modified: Tue, 27 Jan 2004 03:45:20 GMT Expires: 0 P3P: CP="CAO PSAa OUR BUS PUR" Pragma: No-Cache Cache-Control: No-Cache Content-Encoding: gzip Keep-Alive: timeout=15, max=995 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 <> --------------------------------------------------------------------- To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org