Joined: 18 Nov 2008 |
Posts: 1 |
|
|
|
Posted: Mon Nov 17, 2008 6:46 am |
|
|
|
|
|
Hello pls help to understand following problem. i have script which works on one our server and dont work on other. it returns HTTP Error: socket read of headers timed out
see debug info on working server
...
2008-11-18 13:30:38.097495 soap_transport_http: scheme = http
2008-11-18 13:30:38.098167 soap_transport_http: host = myserv1.com
2008-11-18 13:30:38.098678 soap_transport_http: path = /servscript.php
2008-11-18 13:30:38.099190 soap_transport_http: set Host: myserv1.com
2008-11-18 13:30:38.099741 soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-18 13:30:38.102459 soap_transport_http: set Content-Type: text/xml; charset=ISO-8859-1
2008-11-18 13:30:38.103022 soap_transport_http: set SOAPAction: "urn:AutoXlooPPC#AddVehicleVideo"
2008-11-18 13:30:38.104111 soap_transport_http: entered send() with data of length: 556
2008-11-18 13:30:38.104699 soap_transport_http: connect connection_timeout 150, response_timeout 150, scheme http, host myserv1.com, port 80
2008-11-18 13:30:38.105218 soap_transport_http: calling fsockopen with host myserv1.com connection_timeout 150
2008-11-18 13:30:38.293299 soap_transport_http: set response timeout to 150
2008-11-18 13:30:38.294013 soap_transport_http: socket connected
2008-11-18 13:30:38.294571 soap_transport_http: set Content-Length: 556
2008-11-18 13:30:38.295254 soap_transport_http: HTTP request: POST /servscript.php HTTP/1.0
2008-11-18 13:30:38.295759 soap_transport_http: HTTP header: Host: myserv1.com
2008-11-18 13:30:38.296222 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-18 13:30:38.296803 soap_transport_http: HTTP header: Content-Type: text/xml; charset=ISO-8859-1
2008-11-18 13:30:38.297292 soap_transport_http: HTTP header: SOAPAction: "urn:AutoXlooPPC#AddVehicleVideo"
2008-11-18 13:30:38.297781 soap_transport_http: HTTP header: Content-Length: 556
2008-11-18 13:30:38.298811 soap_transport_http: wrote data to socket, length = 763
2008-11-18 13:32:14.726868 soap_transport_http: read line of 17 bytes: HTTP/1.1 200 OK
2008-11-18 13:32:14.727897 soap_transport_http: read line of 37 bytes: Date: Tue, 18 Nov 2008 11:30:34 GMT
2008-11-18 13:32:14.728512 soap_transport_http: read line of 155 bytes: Server: Apache/1.3.39 (Unix) mod_jk/1.2.25 PHP/5.2.3 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 PHP-CGI/0.1b
2008-11-18 13:32:14.729034 soap_transport_http: read line of 25 bytes: X-Powered-By: PHP/5.2.3
2008-11-18 13:32:14.729720 soap_transport_http: read line of 36 bytes: X-SOAP-Server: NuSOAP/0.7.2 (1.94)
2008-11-18 13:32:14.730244 soap_transport_http: read line of 21 bytes: Content-Length: 749
2008-11-18 13:32:14.730745 soap_transport_http: read line of 19 bytes: Connection: close
2008-11-18 13:32:14.731334 soap_transport_http: read line of 44 bytes: Content-Type: text/xml; charset=ISO-8859-1
2008-11-18 13:32:14.731916 soap_transport_http: read line of 2 bytes:
2008-11-18 13:32:14.732592 soap_transport_http: found end of headers after length 356
2008-11-18 13:32:14.733410 soap_transport_http: want to read content of length 749
2008-11-18 13:32:14.734055 soap_transport_http: read buffer of 749 bytes
2008-11-18 13:32:14.734903 soap_transport_http: read to EOF
2008-11-18 13:32:14.735614 soap_transport_http: read body of length 749
2008-11-18 13:32:14.736094 soap_transport_http: received a total of 1105 bytes of data from server
2008-11-18 13:32:14.737062 soap_transport_http: closed socket
2008-11-18 13:32:14.741833 soap_transport_http: No Content-Encoding header
2008-11-18 13:32:14.742408 soap_transport_http: end of send()
2008-11-18 13:32:14.743150 soapclient: got response, length=749 type=text/xml; charset=ISO-8859-1
...
and now debug from second server
2008-11-18 13:39:24.965763 soap_transport_http: host = mywebserver
2008-11-18 13:39:24.966212 soap_transport_http: path = /servscript.php
2008-11-18 13:39:24.966885 soap_transport_http: set Host: mywebserver
2008-11-18 13:39:24.967687 soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-18 13:39:24.968252 soap_transport_http: set Content-Type: text/xml; charset=ISO-8859-1
2008-11-18 13:39:24.971176 soap_transport_http: set SOAPAction: "urn:AutoXlooPPC#AddVehicleVideo"
2008-11-18 13:39:24.973567 soap_transport_http: entered send() with data of length: 556
2008-11-18 13:39:24.974086 soap_transport_http: connect connection_timeout 150, response_timeout 150, scheme http, host mywebserver, port 80
2008-11-18 13:39:24.974738 soap_transport_http: calling fsockopen with host mywebserver connection_timeout 150
2008-11-18 13:39:25.131004 soap_transport_http: set response timeout to 150
2008-11-18 13:39:25.131683 soap_transport_http: socket connected
2008-11-18 13:39:25.132394 soap_transport_http: set Content-Length: 556
2008-11-18 13:39:25.132969 soap_transport_http: HTTP request: POST /servscript.php HTTP/1.0
2008-11-18 13:39:25.133457 soap_transport_http: HTTP header: Host: mywebserver
2008-11-18 13:39:25.134058 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-18 13:39:25.134524 soap_transport_http: HTTP header: Content-Type: text/xml; charset=ISO-8859-1
2008-11-18 13:39:25.134980 soap_transport_http: HTTP header: SOAPAction: "urn:AutoXlooPPC#AddVehicleVideo"
2008-11-18 13:39:25.135428 soap_transport_http: HTTP header: Content-Length: 556
2008-11-18 13:39:25.138023 soap_transport_http: wrote data to socket, length = 770
2008-11-18 13:39:56.585332 soap_transport_http: read line of 0 bytes:
2008-11-18 13:39:56.586060 soap_transport_http: socket read of headers timed out after length 0
2008-11-18 13:39:56.586723 soap_transport_http: read before timeout:
2008-11-18 13:39:56.587819 soap_transport_http: end of send()
2008-11-18 13:39:56.589085 soapclient: Error: HTTP Error: socket read of headers timed out
i`m fully confused with this problem
|
|