View Single Post
  #4 (permalink)  
Old 04-16-2008, 01:48 AM
lancer lancer is offline
Member
 
Posts: 13
Default

Got the exact same problem

Apache access log
--------------------
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 503 265
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 503 265
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 503 265
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 503 265
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 503 265
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 503 265

Apache error log
------------------
[Tue Apr 15 17:12:31 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Tue Apr 15 17:12:31 2008] [error] (120007)APR does not understand this error code: proxy: send body failed to 172.16.2.6:8009 (172.16.2.6)
[Tue Apr 15 17:12:31 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Tue Apr 15 17:12:31 2008] [error] (120007)APR does not understand this error code: proxy: send body failed to (null) (172.16.2.6)
[Tue Apr 15 17:12:31 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Tue Apr 15 17:12:31 2008] [error] (120007)APR does not understand this error code: proxy: send body failed to 172.16.2.6:8009 (172.16.2.6)
[Tue Apr 15 17:12:31 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Tue Apr 15 17:12:31 2008] [error] (120007)APR does not understand this error code: proxy: send body failed to 172.16.2.6:8009 (172.16.2.6)
[Tue Apr 15 17:12:31 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Tue Apr 15 17:12:31 2008] [error] (120007)APR does not understand this error code: proxy: send body failed to 172.16.2.6:8009 (172.16.2.6)
[Tue Apr 15 17:12:31 2008] [error] ajp_read_header: ajp_ilink_receive failed
[Tue Apr 15 17:12:31 2008] [error] (120007)APR does not understand this error code: proxy: send body failed to 172.16.2.6:8009 (172.16.2.6)

Jetty log
---------
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 200 21364 "https://www.gloudemans.info/zimbra/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13"
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 200 21364 "https://www.gloudemans.info/zimbra/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13"
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 200 21364 "https://www.gloudemans.info/zimbra/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13"
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 200 21364 "https://www.gloudemans.info/zimbra/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13"
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 200 21364 "https://www.gloudemans.info/zimbra/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13"
- - [15/Apr/2008:17:12:31 +0200] "POST /service/soap/GetItemRequest HTTP/1.1" 200 21364 "https://www.gloudemans.info/zimbra/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13"



Zimbra was configured for https and ajp only. The proxy was on another host (also RHEL5.1). User access to that proxy was also https.

[edit] Is it normal that jetty reports the requests as http/1.1?[/edit]

Last edited by lancer; 04-16-2008 at 01:51 AM..
Reply With Quote