Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 43
Posts: 43   Pages: 5   [ Previous Page | 1 2 3 4 5 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 30439 times and has 42 replies Next Thread
Sekerob
Ace Cruncher
Joined: Jul 24, 2005
Post Count: 20043
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

There is a possible vicious circle event underway. Some members will hit the update/retry now button ad infinitum, and now I've seen a few times a control line being posted [one removed on request], which increases the file Result Scheduler loads... that what you can see on the Result Status page in real time when hitting F5 frequently while downloading/uploading and reporting. WCG handles 700,000 results daily or 8 per second. Some are made up of multiple parts, so that works as a multiplier... think CEP2 is actually a single zipped task download which helps to mitigate.

Anyway, the techs read all on the support forums... hope they have something to add that signals expectation for improvement.
----------------------------------------
WCG Global & Research > Make Proposal Help: Start Here!
Please help to make the Forums an enjoyable experience for All!
[Jul 2, 2010 11:37:37 AM]   Link   Report threatening or abusive post: please login first  Go to top 
knreed
Former World Community Grid Tech
Joined: Nov 8, 2004
Post Count: 4504
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

Could someone who is experiencing the error please add a cc_config.xml file (http://boinc.berkeley.edu/wiki/Client_configuration) to the data directory and put the following into it:

<cc_config>
<options>
<http_debug>1</http_debug>
<http_xfer_debug>1</http_xfer_debug>
</options>
</cc_config>

Then restart your BOINC agent and force an attempt to upload. Please post the results below.

Also - could anyone who experiences the problem please note the type of connection you have to the internet and how fast it is rated?

This may also have to do with the shorter stale connection timeouts. We have put some other procedures in place to protect the servers from the connections so I have just finished increase the timeout to see if that improves things for you folks.

thanks,
Kevin
[Jul 2, 2010 6:42:33 PM]   Link   Report threatening or abusive post: please login first  Go to top 
motech
Cruncher
Joined: Mar 30, 2007
Post Count: 23
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

Could someone who is experiencing the error please add a cc_config.xml file (http://boinc.berkeley.edu/wiki/Client_configuration) to the data directory and put the following into it...


Thanks for your reply, and I'm happy to help. I replaced the contents of my existing cc_config.xml with what you provided, but when I restarted BOINC I get the following with version 6.10.56:

7/2/2010 4:54:52 PM Unrecognized tag in cc_config.xml: <http_debug>
7/2/2010 4:54:52 PM Unrecognized tag in cc_config.xml: <http_xfer_debug>


Since you said that you increased a timeout I went on and tried to get additional jobs without the debug logging. I'm happy to report that it worked the first time. Maybe that was what we needed. If the problem happens again I'll try again to get the log if you have any ideas on why those tags weren't accepted. That looks to me like a BOINC issue.
[Jul 2, 2010 10:06:37 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Mathilde2006
Senior Cruncher
Germany
Joined: Sep 30, 2006
Post Count: 269
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

Could someone who is experiencing the error please add a cc_config.xml file (http://boinc.berkeley.edu/wiki/Client_configuration) to the data directory and put the following into it:

<cc_config>
<options>
<http_debug>1</http_debug>
<http_xfer_debug>1</http_xfer_debug>
</options>
</cc_config>

Then restart your BOINC agent and force an attempt to upload. Please post the results below.

thanks,
Kevin


Unrecognized XML

Are you sure, that this is'nt:

<cc_config>
<log_flags>
<http_debug>1</http_debug>
<http_xfer_debug>1</http_xfer_debug>
</log_flags>
</cc_config>
----------------------------------------

[Jul 2, 2010 10:17:05 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Ingleside
Veteran Cruncher
Norway
Joined: Nov 19, 2005
Post Count: 974
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

Thanks for your reply, and I'm happy to help. I replaced the contents of my existing cc_config.xml with what you provided, but when I restarted BOINC I get the following with version 6.10.56:

7/2/2010 4:54:52 PM Unrecognized tag in cc_config.xml: <http_debug>
7/2/2010 4:54:52 PM Unrecognized tag in cc_config.xml: <http_xfer_debug>


Since you said that you increased a timeout I went on and tried to get additional jobs without the debug logging. I'm happy to report that it worked the first time. Maybe that was what we needed. If the problem happens again I'll try again to get the log if you have any ideas on why those tags weren't accepted. That looks to me like a BOINC issue.

Not surprisingly they wasn't accepted, since none of these are <options>, but instead is <log_flags>.

Use something like this instead:
<cc_config>
<options>
</options>
<log_flags>
<file_xfer_debug>1</file_xfer_debug>
<http_debug>1</http_debug>
<http_xfer_debug>1</http_xfer_debug>
</log_flags>
</cc_config>


To disable any of these log_flags, just edit cc_config.xml again and change 1 to 0 (zero) instead. Personally I'll recommend to keep <file_xfer_debug> enabled, but this is your own choise.

Also, to start using these flags (or after you've disabled them), you don't need to re-start BOINC-client, just in the BOINC Manager's Advanced View, select the menu-option Advanced - "Read config file".

edit - slow typer, I see Mathilde2006 has also mentioned it.
----------------------------------------


"I make so many mistakes. But then just think of all the mistakes I don't make, although I might."
----------------------------------------
[Edit 1 times, last edit by Ingleside at Jul 2, 2010 10:22:33 PM]
[Jul 2, 2010 10:19:32 PM]   Link   Report threatening or abusive post: please login first  Go to top 
motech
Cruncher
Joined: Mar 30, 2007
Post Count: 23
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

I have the logging working now. This morning I had two tasks to upload. While I was able to download new work with no problems I could not upload the completed work. Both failed, and after I got a "project backoff" error about three times I suspended communication attempts. I don't know if I just happened to be trying this at the wrong time or if this is really indicative of the problem I've been seeing regularly. If you need more information just let me know.

First, here are excerpts from the log showing every occurrence of "error":

7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:39:37 AM World Community Grid Scheduler request failed: HTTP internal server error
7/5/2010 7:40:32 AM [http_debug] HTTP error: Failed sending data to the peer
7/5/2010 7:40:32 AM World Community Grid Temporarily failed upload of X0000079541046200612011510_1_0: HTTP error
7/5/2010 7:41:31 AM [http_debug] [ID#10] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:41:31 AM World Community Grid Temporarily failed upload of X0000079810106200612252143_0_0: HTTP error
7/5/2010 7:42:06 AM [http_debug] HTTP error: Server returned nothing (no headers, no data)
7/5/2010 7:42:30 AM [http_debug] [ID#12] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:43:23 AM World Community Grid Temporarily failed upload of X0000079541046200612011510_1_0: HTTP error
7/5/2010 7:43:28 AM [http_debug] [ID#1] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:43:29 AM World Community Grid Scheduler request failed: HTTP internal server error
7/5/2010 7:44:57 AM [http_debug] [ID#14] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:44:58 AM [http_debug] HTTP error: Failed sending data to the peer
7/5/2010 7:44:59 AM World Community Grid Temporarily failed upload of X0000079541046200612011510_1_0: HTTP error
7/5/2010 7:45:22 AM [http_debug] [ID#1] Info: Unknown SSL protocol error in connection to grid.worldcommunitygrid.org:443
7/5/2010 7:45:22 AM [http_debug] HTTP error: SSL connect error
7/5/2010 7:45:23 AM World Community Grid Scheduler request failed: SSL connect error
7/5/2010 7:46:34 AM [http_debug] [ID#15] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:46:35 AM [http_debug] HTTP error: Failed sending data to the peer
7/5/2010 7:46:36 AM World Community Grid Temporarily failed upload of X0000079541046200612011510_1_0: HTTP error


I don't see a way to attach a file to my post, and when I tried to post the entire log (about 76KB) it failed, so here is a truncated version.

7/5/2010 7:39:16 AM Resuming network activity
7/5/2010 7:39:16 AM World Community Grid Sending scheduler request: To fetch work.
7/5/2010 7:39:16 AM World Community Grid Requesting new tasks
7/5/2010 7:39:16 AM [http_debug] HTTP_OP::init_post(): https://grid.worldcommunitygrid.org/boinc/wcg_cgi/fcgi
7/5/2010 7:39:16 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:39:16 AM [http_debug] [ID#1] Info: Connection #0 seems to be dead!
7/5/2010 7:39:16 AM [http_debug] [ID#1] Info: Closing connection #0
7/5/2010 7:39:16 AM [http_debug] [ID#1] Info: Connection #1 seems to be dead!
7/5/2010 7:39:16 AM [http_debug] [ID#1] Info: Closing connection #1
7/5/2010 7:39:16 AM [http_debug] [ID#1] Info: timeout on name lookup is not supported
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: About to connect() to grid.worldcommunitygrid.org port 443 (#0)
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: Trying 198.20.8.241...
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#0)
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: successfully set certificate verify locations:
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: CAfile: C:\Program Files\BOINC\ca-bundle.crt
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: CApath: none
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Client hello (1):
7/5/2010 7:39:17 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle 'C:\Program Files\BOINC\ca-bundle.crt'
7/5/2010 7:39:17 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:39:17 AM World Community Grid Started upload of X0000079541046200612011510_1_0
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Server hello (2):
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: timeout on name lookup is not supported
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: About to connect() to grid.worldcommunitygrid.org port 443 (#1)
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: Trying 198.20.8.241...
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, CERT (11):
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Server finished (14):
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Client key exchange (16):
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:39:17 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#1)
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: successfully set certificate verify locations:
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: CAfile: C:\Program Files\BOINC\ca-bundle.crt
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: CApath: none
7/5/2010 7:39:17 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, Client hello (1):
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: SSL connection using RC4-MD5
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: Server certificate:
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: subject: C=US; ST=GEORGIA; L=Jasper; O=Sea Blue, Inc.; OU=Sea Blue, Inc.; CN=grid.worldcommunitygrid.org
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: start date: 2008-11-20 22:44:09 GMT
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: expire date: 2010-11-20 23:14:07 GMT
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: common name: grid.worldcommunitygrid.org (matched)
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: issuer: C=US; O=Entrust.net; OU=www.entrust.net/CPS incorp. by ref. (limits liab.); OU=(c) 1999 Entrust.net Limited; CN=Entrust.net Secure Server Certification Authority
7/5/2010 7:39:18 AM [http_debug] [ID#1] Info: SSL certificate verify ok.
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: POST /boinc/wcg_cgi/fcgi HTTP/1.1
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: Host: grid.worldcommunitygrid.org
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: Accept: */*
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: Content-Length: 8158
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server: Expect: 100-continue
7/5/2010 7:39:18 AM [http_debug] [ID#1] Sent header to server:
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, Server hello (2):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, CERT (11):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, Server finished (14):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, Client key exchange (16):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:39:18 AM [http_debug] [ID#1] Received header from server: HTTP/1.1 100 Continue
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSL connection using RC4-MD5
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: Server certificate:
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: subject: C=US; ST=GEORGIA; L=Jasper; O=Sea Blue, Inc.; OU=Sea Blue, Inc.; CN=grid.worldcommunitygrid.org
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: start date: 2008-11-20 22:44:09 GMT
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: expire date: 2010-11-20 23:14:07 GMT
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: common name: grid.worldcommunitygrid.org (matched)
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: issuer: C=US; O=Entrust.net; OU=www.entrust.net/CPS incorp. by ref. (limits liab.); OU=(c) 1999 Entrust.net Limited; CN=Entrust.net Secure Server Certification Authority
7/5/2010 7:39:18 AM [http_debug] [ID#9] Info: SSL certificate verify ok.
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: POST /boinc/wcg_cgi/file_upload_handler HTTP/1.1
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: Host: grid.worldcommunitygrid.org
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: Accept: */*
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server: Content-Length: 284
7/5/2010 7:39:18 AM [http_debug] [ID#9] Sent header to server:
7/5/2010 7:39:22 AM [http_debug] [ID#9] Received header from server: HTTP/1.1 200 OK
7/5/2010 7:39:22 AM [http_debug] [ID#9] Received header from server: Date: Mon, 05 Jul 2010 12:39:22 GMT
7/5/2010 7:39:22 AM [http_debug] [ID#9] Received header from server: Server: IBM_HTTP_Server
7/5/2010 7:39:22 AM [http_debug] [ID#9] Received header from server: Content-Length: 93
7/5/2010 7:39:22 AM [http_debug] [ID#9] Received header from server: Content-Type: text/plain
7/5/2010 7:39:22 AM [http_debug] [ID#9] Received header from server:
7/5/2010 7:39:22 AM [http_xfer_debug] [ID#9] HTTP: wrote 93 bytes
7/5/2010 7:39:22 AM [http_debug] [ID#9] Info: Expire cleared
7/5/2010 7:39:22 AM [http_debug] [ID#9] Info: Connection #1 to host grid.worldcommunitygrid.org left intact
7/5/2010 7:39:22 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:39:22 AM [http_debug] [ID#9] Info: Re-using existing connection! (#1) with host grid.worldcommunitygrid.org
7/5/2010 7:39:22 AM [http_debug] [ID#9] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#1)
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: POST /boinc/wcg_cgi/file_upload_handler HTTP/1.1
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: Host: grid.worldcommunitygrid.org
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: Accept: */*
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: Content-Length: 64691
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server: Expect: 100-continue
7/5/2010 7:39:22 AM [http_debug] [ID#9] Sent header to server:
7/5/2010 7:39:22 AM [http_debug] [ID#9] Info: Expire cleared
7/5/2010 7:39:24 AM [http_debug] [ID#9] Info: Done waiting for 100-continue
7/5/2010 7:39:32 AM [http_debug] [ID#9] Info: SSLv3, TLS alert, Client hello (1):
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: HTTP/1.1 500 Internal Server Error
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: Date: Mon, 05 Jul 2010 12:39:20 GMT
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: Server: IBM_HTTP_Server
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: Vary: Accept-Encoding
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: Content-Encoding: gzip
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: Content-Length: 355
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server: Content-Type: text/html; charset=iso-8859-1
7/5/2010 7:39:36 AM [http_debug] [ID#1] Received header from server:
7/5/2010 7:39:36 AM [http_xfer_debug] [ID#1] HTTP: wrote 550 bytes
7/5/2010 7:39:36 AM [http_debug] [ID#1] Info: Expire cleared
7/5/2010 7:39:36 AM [http_debug] [ID#1] Info: Connection #0 to host grid.worldcommunitygrid.org left intact
7/5/2010 7:39:37 AM World Community Grid Scheduler request failed: HTTP internal server error
7/5/2010 7:40:32 AM [http_debug] [ID#9] Info: SSL_write() returned SYSCALL, errno = 10053
7/5/2010 7:40:32 AM [http_debug] [ID#9] Info: Expire cleared
7/5/2010 7:40:32 AM [http_debug] [ID#9] Info: Closing connection #1
7/5/2010 7:40:32 AM [http_debug] HTTP error: Failed sending data to the peer
7/5/2010 7:40:32 AM Project communication failed: attempting access to reference site
7/5/2010 7:40:32 AM [http_debug] HTTP_OP::init_get(): http://www.google.com/
7/5/2010 7:40:32 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:40:32 AM World Community Grid Temporarily failed upload of X0000079541046200612011510_1_0: HTTP error
7/5/2010 7:40:32 AM World Community Grid Backing off 1 min 0 sec on upload of X0000079541046200612011510_1_0
7/5/2010 7:40:32 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle 'C:\Program Files\BOINC\ca-bundle.crt'
7/5/2010 7:40:32 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:40:32 AM World Community Grid Started upload of X0000079810106200612252143_0_0
7/5/2010 7:40:32 AM [http_debug] [ID#0] Info: Connection #0 seems to be dead!
7/5/2010 7:40:32 AM [http_debug] [ID#0] Info: Closing connection #0
7/5/2010 7:40:32 AM [http_debug] [ID#0] Info: SSLv3, TLS alert, Client hello (1):
7/5/2010 7:40:32 AM [http_debug] [ID#0] Info: timeout on name lookup is not supported
7/5/2010 7:40:44 AM [http_debug] [ID#0] Info: About to connect() to www.google.com port 80 (#0)
7/5/2010 7:40:44 AM [http_debug] [ID#0] Info: Trying 72.14.204.99...
7/5/2010 7:40:44 AM [http_debug] [ID#10] Info: timeout on name lookup is not supported
7/5/2010 7:40:44 AM [http_debug] [ID#10] Info: About to connect() to grid.worldcommunitygrid.org port 443 (#1)
7/5/2010 7:40:44 AM [http_debug] [ID#10] Info: Trying 198.20.8.241...
7/5/2010 7:40:44 AM World Community Grid Sending scheduler request: To fetch work.
7/5/2010 7:40:44 AM World Community Grid Requesting new tasks
7/5/2010 7:40:44 AM [http_debug] HTTP_OP::init_post(): https://grid.worldcommunitygrid.org/boinc/wcg_cgi/fcgi
7/5/2010 7:40:44 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:40:44 AM [http_debug] [ID#1] Info: timeout on name lookup is not supported
7/5/2010 7:40:44 AM [http_debug] [ID#1] Info: About to connect() to grid.worldcommunitygrid.org port 443 (#2)
7/5/2010 7:40:44 AM [http_debug] [ID#1] Info: Trying 198.20.8.241...
7/5/2010 7:40:45 AM [http_debug] [ID#0] Info: Connected to www.google.com (72.14.204.99) port 80 (#0)
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server: GET / HTTP/1.1
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server: Host: www.google.com
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server: Accept: */*
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:40:45 AM [http_debug] [ID#0] Sent header to server:
7/5/2010 7:40:45 AM [http_debug] [ID#0] Info: Expire cleared
7/5/2010 7:40:45 AM [http_debug] [ID#10] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#1)
7/5/2010 7:40:45 AM [http_debug] [ID#10] Info: successfully set certificate verify locations:
7/5/2010 7:40:45 AM [http_debug] [ID#10] Info: CAfile: C:\Program Files\BOINC\ca-bundle.crt
7/5/2010 7:40:45 AM [http_debug] [ID#10] Info: CApath: none
7/5/2010 7:40:45 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, Client hello (1):
7/5/2010 7:40:45 AM [http_debug] [ID#1] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#2)
7/5/2010 7:40:45 AM [http_debug] [ID#1] Info: successfully set certificate verify locations:
7/5/2010 7:40:45 AM [http_debug] [ID#1] Info: CAfile: C:\Program Files\BOINC\ca-bundle.crt
7/5/2010 7:40:45 AM [http_debug] [ID#1] Info: CApath: none
7/5/2010 7:40:45 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Client hello (1):
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: HTTP/1.1 200 OK
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Date: Mon, 05 Jul 2010 12:40:44 GMT
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Expires: -1
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Cache-Control: private, max-age=0
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Content-Type: text/html; charset=ISO-8859-1
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Set-Cookie: PREF=ID=4a18a3532d30fef3:TM=1278333644:LM=1278333644:S=zOt_3-5Jvvz50nOo; expires=Wed, 04-Jul-2012 12:40:44 GMT; path=/; domain=.google.com
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Set-Cookie: NID=36=et4Ox-k52D13j4dwCSaCPKFFtUw_rbPTM4WmzaMLHRC7PFZNJcqQ3NlU2Dzd8FgvpSZUrJCeI9J1nw60Zi9jc5GwRG806qsHEa8uNdKX1C
ZxCkZylJTv_OdcDYmxuszH; expires=Tue, 04-Jan-2011 12:40:44 GMT; path=/; domain=.go
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Server: gws
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: X-XSS-Protection: 1; mode=block
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server: Transfer-Encoding: chunked
7/5/2010 7:40:47 AM [http_debug] [ID#0] Received header from server:
7/5/2010 7:40:47 AM [http_xfer_debug] [ID#0] HTTP: wrote 2865 bytes
7/5/2010 7:40:47 AM [http_xfer_debug] [ID#0] HTTP: wrote 1231 bytes
7/5/2010 7:40:48 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, Server hello (2):
7/5/2010 7:40:48 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, CERT (11):
7/5/2010 7:40:48 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, Server finished (14):
7/5/2010 7:40:48 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, Client key exchange (16):
7/5/2010 7:40:48 AM [http_debug] [ID#10] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:40:48 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:40:48 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Server hello (2):
7/5/2010 7:40:48 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, CERT (11):
7/5/2010 7:40:48 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Server finished (14):
7/5/2010 7:40:48 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Client key exchange (16):
7/5/2010 7:40:48 AM [http_debug] [ID#1] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:40:48 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:40:48 AM [http_xfer_debug] [ID#0] HTTP: wrote 3620 bytes
7/5/2010 7:40:48 AM [http_xfer_debug] [ID#0] HTTP: wrote 356 bytes
7/5/2010 7:40:48 AM [http_debug] [ID#0] Info: Expire cleared
7/5/2010 7:40:48 AM [http_debug] [ID#0] Info: Connection #0 to host www.google.com left intact
7/5/2010 7:40:48 AM Internet access OK - project servers may be temporarily down.
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: SSL connection using RC4-MD5
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: Server certificate:
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: subject: C=US; ST=GEORGIA; L=Jasper; O=Sea Blue, Inc.; OU=Sea Blue, Inc.; CN=grid.worldcommunitygrid.org
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: start date: 2008-11-20 22:44:09 GMT
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: expire date: 2010-11-20 23:14:07 GMT
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: common name: grid.worldcommunitygrid.org (matched)
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: issuer: C=US; O=Entrust.net; OU=www.entrust.net/CPS incorp. by ref. (limits liab.); OU=(c) 1999 Entrust.net Limited; CN=Entrust.net Secure Server Certification Authority
7/5/2010 7:40:49 AM [http_debug] [ID#10] Info: SSL certificate verify ok.
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: SSLv3, TLS change cipher, Client hello (1):
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Finished (20):
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: SSL connection using RC4-MD5
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: Server certificate:
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: subject: C=US; ST=GEORGIA; L=Jasper; O=Sea Blue, Inc.; OU=Sea Blue, Inc.; CN=grid.worldcommunitygrid.org
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: start date: 2008-11-20 22:44:09 GMT
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: expire date: 2010-11-20 23:14:07 GMT
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: common name: grid.worldcommunitygrid.org (matched)
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: issuer: C=US; O=Entrust.net; OU=www.entrust.net/CPS incorp. by ref. (limits liab.); OU=(c) 1999 Entrust.net Limited; CN=Entrust.net Secure Server Certification Authority
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: SSL certificate verify ok.
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: POST /boinc/wcg_cgi/file_upload_handler HTTP/1.1
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: Host: grid.worldcommunitygrid.org
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: Accept: */*
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server: Content-Length: 284
7/5/2010 7:40:49 AM [http_debug] [ID#10] Sent header to server:
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: POST /boinc/wcg_cgi/fcgi HTTP/1.1
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: Host: grid.worldcommunitygrid.org
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: Accept: */*
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: Content-Length: 8158
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server: Expect: 100-continue
7/5/2010 7:40:49 AM [http_debug] [ID#1] Sent header to server:
7/5/2010 7:40:49 AM [http_debug] [ID#1] Info: Expire cleared
7/5/2010 7:40:50 AM [http_debug] [ID#1] Info: Done waiting for 100-continue
7/5/2010 7:40:50 AM [http_debug] [ID#1] Received header from server: HTTP/1.1 100 Continue
7/5/2010 7:40:52 AM [http_debug] [ID#10] Received header from server: HTTP/1.1 200 OK
7/5/2010 7:40:52 AM [http_debug] [ID#10] Received header from server: Date: Mon, 05 Jul 2010 12:40:50 GMT
7/5/2010 7:40:52 AM [http_debug] [ID#10] Received header from server: Server: IBM_HTTP_Server
7/5/2010 7:40:52 AM [http_debug] [ID#10] Received header from server: Transfer-Encoding: chunked
7/5/2010 7:40:52 AM [http_debug] [ID#10] Received header from server: Content-Type: text/plain
7/5/2010 7:40:52 AM [http_debug] [ID#10] Received header from server:
7/5/2010 7:40:52 AM [http_xfer_debug] [ID#10] HTTP: wrote 93 bytes
7/5/2010 7:40:52 AM [http_debug] [ID#10] Info: Expire cleared
7/5/2010 7:40:52 AM [http_debug] [ID#10] Info: Connection #1 to host grid.worldcommunitygrid.org left intact
7/5/2010 7:40:53 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:40:54 AM [http_debug] [ID#10] Info: Re-using existing connection! (#1) with host grid.worldcommunitygrid.org
7/5/2010 7:40:54 AM [http_debug] [ID#10] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#1)
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: POST /boinc/wcg_cgi/file_upload_handler HTTP/1.1
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: Host: grid.worldcommunitygrid.org
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: Accept: */*
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: Accept-Encoding: deflate, gzip
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: Content-Length: 64691
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server: Expect: 100-continue
7/5/2010 7:40:54 AM [http_debug] [ID#10] Sent header to server:
7/5/2010 7:40:54 AM [http_debug] [ID#10] Info: Expire cleared
7/5/2010 7:40:55 AM [http_debug] [ID#10] Info: Done waiting for 100-continue
7/5/2010 7:40:58 AM [http_debug] [ID#1] Received header from server: HTTP/1.1 200 OK
7/5/2010 7:40:58 AM [http_debug] [ID#1] Received header from server: Date: Mon, 05 Jul 2010 12:40:51 GMT
7/5/2010 7:40:58 AM [http_debug] [ID#1] Received header from server: Server: IBM_HTTP_Server
7/5/2010 7:40:58 AM [http_debug] [ID#1] Received header from server: Transfer-Encoding: chunked
7/5/2010 7:40:58 AM [http_debug] [ID#1] Received header from server: Content-Type: text/xml
7/5/2010 7:40:58 AM [http_debug] [ID#1] Received header from server:
7/5/2010 7:40:58 AM [http_xfer_debug] [ID#1] HTTP: wrote 1321 bytes
7/5/2010 7:41:00 AM [http_debug] [ID#10] Received header from server: HTTP/1.1 100 Continue
7/5/2010 7:41:03 AM [http_xfer_debug] [ID#1] HTTP: wrote 7300 bytes
7/5/2010 7:41:17 AM [http_xfer_debug] [ID#1] HTTP: wrote 10828 bytes
7/5/2010 7:41:25 AM [http_xfer_debug] [ID#1] HTTP: wrote 9199 bytes
7/5/2010 7:41:25 AM [http_xfer_debug] [ID#1] HTTP: wrote 1013 bytes
7/5/2010 7:41:25 AM [http_debug] [ID#1] Info: Expire cleared
7/5/2010 7:41:25 AM [http_debug] [ID#1] Info: Connection #2 to host grid.worldcommunitygrid.org left intact
7/5/2010 7:41:25 AM World Community Grid Scheduler request completed: got 2 new tasks
7/5/2010 7:41:27 AM [http_debug] HTTP_OP::init_get(): https://grid.worldcommunitygrid.org/boinc/dow...030250065200404160414.jp2
7/5/2010 7:41:27 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle 'C:\Program Files\BOINC\ca-bundle.crt'
7/5/2010 7:41:27 AM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/5/2010 7:41:27 AM World Community Grid Started download of X0000030250065200404160414_X0000030250065200404160414.jp2
7/5/2010 7:41:27 AM [http_debug] [ID#11] Info: Connection #2 seems to be dead!
7/5/2010 7:41:27 AM [http_debug] [ID#11] Info: Closing connection #2
7/5/2010 7:41:27 AM [http_debug] [ID#11] Info: SSLv3, TLS alert, Client hello (1):
7/5/2010 7:41:27 AM [http_debug] [ID#11] Info: timeout on name lookup is not supported
7/5/2010 7:41:27 AM [http_debug] [ID#11] Info: About to connect() to grid.worldcommunitygrid.org port 443 (#2)
7/5/2010 7:41:27 AM [http_debug] [ID#11] Info: Trying 198.20.8.241...
7/5/2010 7:41:31 AM [http_debug] [ID#10] Received header from server: HTTP/1.1 500 Internal Server Error
[Jul 5, 2010 3:14:46 PM]   Link   Report threatening or abusive post: please login first  Go to top 
motech
Cruncher
Joined: Mar 30, 2007
Post Count: 23
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

Still having problems. Uploading 4 tasks, the first one failed as has usually been the case lately. It worked later on the retry. Reporting the tasks failed twice, however. The entire log is too big to post, I believe. Below is the part that shows the last reporting attempt.

knreed - Would you please let me know whether you have what you need for now? Thanks.

7/8/2010 8:01:41 PM World Community Grid Sending scheduler request: To report completed tasks.
7/8/2010 8:01:41 PM World Community Grid Reporting 3 completed tasks, not requesting new tasks
7/8/2010 8:01:41 PM [http_debug] HTTP_OP::init_post(): https://grid.worldcommunitygrid.org/boinc/wcg_cgi/fcgi
7/8/2010 8:01:41 PM [http_debug] HTTP_OP::libcurl_exec(): ca-bundle set
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Connection #0 seems to be dead!
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Closing connection #0
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: SSLv3, TLS alert, Client hello (1):
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Connection #1 seems to be dead!
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Closing connection #1
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: SSLv3, TLS alert, Client hello (1):
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Connection #3 seems to be dead!
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Closing connection #3
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: SSLv3, TLS alert, Client hello (1):
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: timeout on name lookup is not supported
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: About to connect() to grid.worldcommunitygrid.org port 443 (#0)
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Trying 198.20.8.241...
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: Connected to grid.worldcommunitygrid.org (198.20.8.241) port 443 (#0)
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: successfully set certificate verify locations:
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: CAfile: C:\Program Files\BOINC\ca-bundle.crt
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: CApath: none
7/8/2010 8:01:42 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Client hello (1):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Server hello (2):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, CERT (11):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Server finished (14):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Client key exchange (16):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS change cipher, Client hello (1):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Finished (20):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS change cipher, Client hello (1):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSLv3, TLS handshake, Finished (20):
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSL connection using RC4-MD5
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: Server certificate:
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: subject: C=US; ST=GEORGIA; L=Jasper; O=Sea Blue, Inc.; OU=Sea Blue, Inc.; CN=grid.worldcommunitygrid.org
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: start date: 2008-11-20 22:44:09 GMT
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: expire date: 2010-11-20 23:14:07 GMT
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: common name: grid.worldcommunitygrid.org (matched)
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: issuer: C=US; O=Entrust.net; OU=www.entrust.net/CPS incorp. by ref. (limits liab.); OU=(c) 1999 Entrust.net Limited; CN=Entrust.net Secure Server Certification Authority
7/8/2010 8:01:43 PM [http_debug] [ID#1] Info: SSL certificate verify ok.
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: POST /boinc/wcg_cgi/fcgi HTTP/1.1
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: User-Agent: BOINC client (windows_x86_64 6.10.56)
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: Host: grid.worldcommunitygrid.org
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: Accept: */*
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: Accept-Encoding: deflate, gzip
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: Content-Type: application/x-www-form-urlencoded
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: Content-Length: 15355
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server: Expect: 100-continue
7/8/2010 8:01:43 PM [http_debug] [ID#1] Sent header to server:
7/8/2010 8:01:43 PM [http_debug] [ID#1] Received header from server: HTTP/1.1 100 Continue
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: HTTP/1.1 500 Internal Server Error
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: Date: Fri, 09 Jul 2010 01:01:44 GMT
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: Server: IBM_HTTP_Server
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: Vary: Accept-Encoding
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: Content-Encoding: gzip
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: Content-Length: 355
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server: Content-Type: text/html; charset=iso-8859-1
7/8/2010 8:02:03 PM [http_debug] [ID#1] Received header from server:
7/8/2010 8:02:03 PM [http_xfer_debug] [ID#1] HTTP: wrote 550 bytes
7/8/2010 8:02:03 PM [http_debug] [ID#1] Info: Expire cleared
7/8/2010 8:02:03 PM [http_debug] [ID#1] Info: Connection #0 to host grid.worldcommunitygrid.org left intact
7/8/2010 8:02:04 PM World Community Grid Scheduler request failed: HTTP internal server error
----------------------------------------
[Edit 1 times, last edit by motech at Jul 9, 2010 1:14:30 AM]
[Jul 9, 2010 1:13:37 AM]   Link   Report threatening or abusive post: please login first  Go to top 
motech
Cruncher
Joined: Mar 30, 2007
Post Count: 23
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

This morning it took me 20 minutes of repeated failures - "Internal Server Error"s - to upload just three small HCC tasks. I now have 10 HCC tasks backed up in my queue to be reported, and they're just stuck.

Earlier in this thread I asked someone from WCG to "at least let us know whether you're working on it so we know whether we should wait for a solution in the hope of being able to continue participating in this good work or, alternatively, give up and move on." I was hopeful when someone from WCG responded, and I provided the requested logs. Weeks have passed since then with no response. I can only conclude from this that either no one is working on it or that it is a very low priority.

From all indications this problem is beyond my control. I cannot tie up my phone line for hours hoping that the transfers will finally work, and I'm not willing to waste CPU cycles on work that ultimately may not count due to communication problems. I'm afraid I now have to make the latter choice above - give up on WCG and move on. crying

I don't know what happened a couple of months ago to cause this problem, but it's really a shame. I'll check back later this year to see if WCG has fixed the problem. In the meantime, if anyone knows of any other health-related BOINC projects that work well with dial-up please post here. Thanks.
[Jul 24, 2010 1:39:46 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Sekerob
Ace Cruncher
Joined: Jul 24, 2005
Post Count: 20043
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

Presume you to receive the work over the same phone line as you try uploading.

Proxy?/Firewall? If so, temporarily switch them off, though doubt it helps.

And, just for the heck, add

<http_1_0>1</http_1_0> to the <options> section of the cc_config.xml and restart client.
----------------------------------------
WCG Global & Research > Make Proposal Help: Start Here!
Please help to make the Forums an enjoyable experience for All!
[Jul 24, 2010 2:46:55 PM]   Link   Report threatening or abusive post: please login first  Go to top 
motech
Cruncher
Joined: Mar 30, 2007
Post Count: 23
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: HTTP error on upload

No proxy. Weeks ago I tried uninstalling my firewall and using only the Windows firewall - no difference.

While I appreciate your reply, multiple pages I've read including http://boincfaq.mundayweb.com/index.php?view=504&language=1 indicate that the problem is on the server side, and thus it is up to WCG to try to resolve if they choose to do so. I am guessing from their slow responses over the last two months that for whatever reason this issue is affecting so few people that it's not worth their time right now.
[Jul 24, 2010 11:57:20 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 43   Pages: 5   [ Previous Page | 1 2 3 4 5 | Next Page ]
[ Jump to Last Post ]
Post new Thread