Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-09-01 Thread Piero Cavalieri

That was only the GET. The complete headers was so:

GET 
/geonetwork/srv/en/main.search?extended=offremote=offattrset=geoany=hitsPerPage=10 
HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
application/x-shockwave-flash, application/vnd.ms-excel, 
application/vnd.ms-powerpoint, application/msword, */*

Referer: http://dev.heidi.it/geonetwork/srv/en/main.home
Accept-Language: it
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
CLR 1.1.4322; .NET CLR 2.0.50727)

Host: myhost
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=9721047A40A1D2323EFAD7E1D836FBB7; 
.ASPXAUTH=8E388B49677A4A3E2EB5D6040CB9CE19B4CF4FB52AFE22827A48DA09ED387D7C80FAA40463D0C62F38192C564B5AC6DD15C868F7D2D16C86A8CC2089E50313597D38C92372BFE7A3D21B69DD7936983D; 
ASP.NET_SessionId=lk0msmbi5221htunjk5rx4qc


Where u can see there is the Host.

Piero

Darryl Miles ha scritto:

Piero Cavalieri wrote:

The get:
GET 
/geonetwork/srv/en/main.search?extended=offremote=offattrset=geoany=hitsPerPage=10 
HTTP/1.1


The response:
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Thu, 31 Aug 2006 10:02:04 GMT
Connection: close
Content-Length: 35


Is it because you are missing the _MANDATORY_ Host: header, which is 
required for HTTP/1.1.


Darryl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Il contenuto di questo messaggio e' confidenziale e la lettura non
autorizzata dello stesso viola i diritti di privacy del mittente e del
destinatario.

Se avete ricevuto questo messaggio per errore siete pregati di
rimuoverlo dal Vostro sistema.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Piero Cavalieri

The get:
GET 
/geonetwork/srv/en/main.search?extended=offremote=offattrset=geoany=hitsPerPage=10 
HTTP/1.1


The response:
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Thu, 31 Aug 2006 10:02:04 GMT
Connection: close
Content-Length: 35


Serving the request directly from Apache doesn't give me problems. 
Further this is the only GET via JK redirector where I have this problem.

Any idea ?

Thanks
   Piero

--
Il contenuto di questo messaggio e' confidenziale e la lettura non
autorizzata dello stesso viola i diritti di privacy del mittente e del
destinatario.

Se avete ricevuto questo messaggio per errore siete pregati di
rimuoverlo dal Vostro sistema.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

post your isapi log, you can set the loglevel to debug via the registry.
usually this tells alot.

hope it helps
- -reynir





Piero Cavalieri wrote:
 The get:
 GET
 /geonetwork/srv/en/main.search?extended=offremote=offattrset=geoany=hitsPerPage=10
 HTTP/1.1
 
 The response:
 HTTP/1.1 400 Bad Request
 Content-Type: text/html
 Date: Thu, 31 Aug 2006 10:02:04 GMT
 Connection: close
 Content-Length: 35
 
 
 Serving the request directly from Apache doesn't give me problems.
 Further this is the only GET via JK redirector where I have this problem.
 Any idea ?
 
 Thanks
Piero
 
 -- 
 Il contenuto di questo messaggio e' confidenziale e la lettura non
 autorizzata dello stesso viola i diritti di privacy del mittente e del
 destinatario.
 
 Se avete ricevuto questo messaggio per errore siete pregati di
 rimuoverlo dal Vostro sistema.
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFE9rzr19KgIQihNwgRAh1dAKDWLmksvtxslyT2UIlwWXp/qt/j3QCg28Rb
32fPmWLK5kua6fP+K8fmZiY=
=7CMs
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Piero Cavalieri
It don't tell me anything, because when I have the error, it's no 
logged

I only saw the last succesfull  GET.

The servlet ouput is enbedded inside an aspx page via iframe. .NET is 
2.0. On XP no problem. On Win2003 only one servlet give me this problem. 
Further with IE6 very often (always), with Firefox 50% times about. On 
the same page I have other links mapped to servlet which works.
The GET for this servlet (where I have the problem) seems to be right. 
My worker is a wlb, which does not balance anything because I have only 
an ajp13.


A question apart. I saw there is new isapi_redirect.dll  (1.28). But 
this hangs my IIS. Don't checked PGP signature. Does anyone work with it ?


Thanks
   Piero

[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_uri_worker_map.c 
(475): Found a wildchar match wlb - /geonetwork/*
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (845): 
check if [/geonetwork/loc/en/images/search-white.gif] is points to the 
web-inf directory
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (863): 
[/geonetwork/loc/en/images/search-white.gif] is a servlet url - should 
redirect to wlb
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_worker.c (111): found 
a worker wlb
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (1018): 
got a worker for name wlb
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_lb_worker.c (592): 
service sticky_session=1
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (2131): 
acquired connection cache slot=0
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_lb_worker.c (612): 
service worker=ajp13w jvm_route=ajp13w
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (566): 
ajp marshaling done
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (1670): 
processing with 3 retries
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
sending to ajp13 pos=4 len=712 max=8192
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
12 34 02 C4 02 02 00 08 48 54 54 50 2F 31 2E 31  - .4..HTTP/1.1
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
001000 00 2A 2F 67 65 6F 6E 65 74 77 6F 72 6B 2F 6C  - ..*/geonetwork/l
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00206F 63 2F 65 6E 2F 69 6D 61 67 65 73 2F 73 65 61  - oc/en/images/sea
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
003072 63 68 2D 77 68 69 74 65 2E 67 69 66 00 00 0D  - rch-white.gif...
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
004031 37 32 2E 31 37 2E 33 32 2E 31 35 34 00 00 0D  - 172.17.32.154...
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
005031 37 32 2E 31 37 2E 33 32 2E 31 35 34 00 00 0C  - 172.17.32.154...
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
006064 65 76 2E 68 65 69 64 69 2E 69 74 00 00 50 00  - dev.heidi.it..P.
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
007000 0B A0 06 00 0A 4B 65 65 70 2D 41 6C 69 76 65  - ..Keep-Alive
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
008000 A0 01 00 03 2A 2F 2A 00 A0 03 00 0D 67 7A 69  - .*/*.gzi
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
009070 2C 20 64 65 66 6C 61 74 65 00 A0 04 00 02 69  - p,.deflate.i
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00a074 00 A0 09 01 03 4A 53 45 53 53 49 4F 4E 49 44  - t.JSESSIONID
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00b03D 45 46 37 32 36 41 42 33 37 30 32 31 43 46 35  - =EF726AB37021CF5
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00c037 39 35 34 38 37 33 33 34 46 38 30 36 44 34 35  - 795487334F806D45
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00d032 3B 20 2E 41 53 50 58 41 55 54 48 3D 31 35 39  - 2;..ASPXAUTH=159
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00e033 34 44 35 43 46 42 43 45 38 33 32 34 45 30 42  - 34D5CFBCE8324E0B
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
00f042 45 41 30 30 44 46 41 46 38 44 33 43 36 38 34  - BEA00DFAF8D3C684
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
010045 31 45 35 38 37 37 38 30 31 37 31 37 44 45 38  - E1E5877801717DE8
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
011039 32 44 37 33 43 33 38 42 46 32 43 44 34 35 38  - 92D73C38BF2CD458
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
012039 33 36 34 37 44 44 36 31 41 30 31 34 33 44 33  - 93647DD61A0143D3
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
013031 31 41 33 42 41 39 37 42 37 37 31 30 42 30 45  - 11A3BA97B7710B0E
[Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909): 
014039 41 44 45 30 44 33 44 

Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
sorry I do not know the answer to your problem, but you might want to
try to update your ISAPI_redirect.dll

Check :
http://ftp.rhnet.is/pub/apache/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.18/

hope it helps
- -reynir



Piero Cavalieri wrote:
 It don't tell me anything, because when I have the error, it's no
 logged
 I only saw the last succesfull  GET.
 
 The servlet ouput is enbedded inside an aspx page via iframe. .NET is
 2.0. On XP no problem. On Win2003 only one servlet give me this problem.
 Further with IE6 very often (always), with Firefox 50% times about. On
 the same page I have other links mapped to servlet which works.
 The GET for this servlet (where I have the problem) seems to be right.
 My worker is a wlb, which does not balance anything because I have only
 an ajp13.
 
 A question apart. I saw there is new isapi_redirect.dll  (1.28). But
 this hangs my IIS. Don't checked PGP signature. Does anyone work with it ?
 
 Thanks
Piero
 
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_uri_worker_map.c
 (475): Found a wildchar match wlb - /geonetwork/*
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (845):
 check if [/geonetwork/loc/en/images/search-white.gif] is points to the
 web-inf directory
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (863):
 [/geonetwork/loc/en/images/search-white.gif] is a servlet url - should
 redirect to wlb
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_worker.c (111): found
 a worker wlb
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_isapi_plugin.c (1018):
 got a worker for name wlb
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_lb_worker.c (592):
 service sticky_session=1
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (2131):
 acquired connection cache slot=0
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_lb_worker.c (612):
 service worker=ajp13w jvm_route=ajp13w
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (566):
 ajp marshaling done
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (1670):
 processing with 3 retries
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 sending to ajp13 pos=4 len=712 max=8192
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 12 34 02 C4 02 02 00 08 48 54 54 50 2F 31 2E 31  - .4..HTTP/1.1
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 001000 00 2A 2F 67 65 6F 6E 65 74 77 6F 72 6B 2F 6C  - ..*/geonetwork/l
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00206F 63 2F 65 6E 2F 69 6D 61 67 65 73 2F 73 65 61  - oc/en/images/sea
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 003072 63 68 2D 77 68 69 74 65 2E 67 69 66 00 00 0D  - rch-white.gif...
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 004031 37 32 2E 31 37 2E 33 32 2E 31 35 34 00 00 0D  - 172.17.32.154...
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 005031 37 32 2E 31 37 2E 33 32 2E 31 35 34 00 00 0C  - 172.17.32.154...
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 006064 65 76 2E 68 65 69 64 69 2E 69 74 00 00 50 00  - dev.heidi.it..P.
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 007000 0B A0 06 00 0A 4B 65 65 70 2D 41 6C 69 76 65  - ..Keep-Alive
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 008000 A0 01 00 03 2A 2F 2A 00 A0 03 00 0D 67 7A 69  - .*/*.gzi
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 009070 2C 20 64 65 66 6C 61 74 65 00 A0 04 00 02 69  - p,.deflate.i
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00a074 00 A0 09 01 03 4A 53 45 53 53 49 4F 4E 49 44  - t.JSESSIONID
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00b03D 45 46 37 32 36 41 42 33 37 30 32 31 43 46 35  - =EF726AB37021CF5
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00c037 39 35 34 38 37 33 33 34 46 38 30 36 44 34 35  - 795487334F806D45
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00d032 3B 20 2E 41 53 50 58 41 55 54 48 3D 31 35 39  - 2;..ASPXAUTH=159
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00e033 34 44 35 43 46 42 43 45 38 33 32 34 45 30 42  - 34D5CFBCE8324E0B
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 00f042 45 41 30 30 44 46 41 46 38 44 33 43 36 38 34  - BEA00DFAF8D3C684
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 010045 31 45 35 38 37 37 38 30 31 37 31 37 44 45 38  - E1E5877801717DE8
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] jk_ajp_common.c (909):
 011039 32 44 37 33 43 33 38 42 46 32 43 44 34 35 38  - 92D73C38BF2CD458
 [Thu Aug 31 13:33:36 2006] [1172:3440] [debug] 

Re: HTTP/1.1 400 Bad Request --- Tomcat 5.0.28/IIS6 (Win2003)/JK-1.2.15

2006-08-31 Thread Darryl Miles

Piero Cavalieri wrote:

The get:
GET 
/geonetwork/srv/en/main.search?extended=offremote=offattrset=geoany=hitsPerPage=10 
HTTP/1.1


The response:
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Thu, 31 Aug 2006 10:02:04 GMT
Connection: close
Content-Length: 35


Is it because you are missing the _MANDATORY_ Host: header, which is 
required for HTTP/1.1.


Darryl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]