climateprediction.net home page
Project File Upload handler is missing

Project File Upload handler is missing

Message boards : Number crunching : Project File Upload handler is missing
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile miw

Send message
Joined: 8 Aug 04
Posts: 14
Credit: 14,420,896
RAC: 0
Message 40959 - Posted: 3 Nov 2010, 5:59:28 UTC

Host: 1055668 Ubuntu 10.10 (64 bit) , Boinc 6.10.58

Have had a unit trying to upload for a couple of days, but file uploads always fail with:

project file upload handler is missing

Is this server side or client side? Problem persistant across the recent CPDN database server shutdown and also a reboot of the machine.

--Mark
--miw
ID: 40959 · Report as offensive     Reply Quote
Profile miw

Send message
Joined: 8 Aug 04
Posts: 14
Credit: 14,420,896
RAC: 0
Message 40960 - Posted: 3 Nov 2010, 6:22:39 UTC - in response to Message 40959.  

OK. More information: It is a hadam3p_pnw workunit, and it seems that posting here has solved the issue because now the files have started to upload, as have the Famous files that were blocked behind it...

--mark
--miw
ID: 40960 · Report as offensive     Reply Quote
Profile miw

Send message
Joined: 8 Aug 04
Posts: 14
Credit: 14,420,896
RAC: 0
Message 40961 - Posted: 3 Nov 2010, 6:31:37 UTC - in response to Message 40960.  

Spoke too soon. Hadam3p_pnw files are all failing again with the original error message. Looks like that upload server is down. At least the FAMOUS files all got through. I'll wait a day or so and see what happens....

--mark
--miw
ID: 40961 · Report as offensive     Reply Quote
Profile Milo Thurston
Volunteer moderator
Volunteer developer

Send message
Joined: 2 Mar 06
Posts: 253
Credit: 363,646
RAC: 0
Message 40963 - Posted: 3 Nov 2010, 9:34:04 UTC

Please would you have a look at your client_state.xml file to see which server this task is trying to upload to, and exactly what the URL for the file_upload_handler is shown as. It's mentioned in this thread here:

http://climateapps2.oucs.ox.ac.uk/cpdnboinc/forum_thread.php?id=6991&nowrap=true#40640

This will be helpful in tracking down exactly where the problem lies.
ID: 40963 · Report as offensive     Reply Quote
Profile miw

Send message
Joined: 8 Aug 04
Posts: 14
Credit: 14,420,896
RAC: 0
Message 40964 - Posted: 3 Nov 2010, 9:56:30 UTC - in response to Message 40963.  

I think this is it:

--mark

--------------
<name>hadam3p_pnw_v4d2_1998_1_006723123_0_1.zip</name>
<nbytes>6017245.000000</nbytes>
<max_nbytes>150000000.000000</max_nbytes>
<md5_cksum>f71d66610ab993a15f2d818467f49b3b</md5_cksum>
<generated_locally/>
<status>1</status>
<upload_when_present/>
<url>http://boinc1.coas.oregonstate.edu/cpdn_cgi_main/file_upload_hnndler</url>
<persistent_file_xfer>
<num_retries>134</num_retries>
<first_request_time>1286795614.498710</first_request_time>
<next_request_time>1288783623.952069</next_request_time>
<time_so_far>483.509431</time_so_far>
<last_bytes_xferred>323.000000</last_bytes_xferred>
</persistent_file_xfer>
<signed_xml>
<name>hadam3p_pnw_v4d2_1998_1_006723123_0_1.zip</name>
<generated_locally/>
<upload_when_present/>
<max_nbytes>150000000</max_nbytes>
<url> http://boinc1.coas.oregonstate.edu/cpdn_cgi_main/file_upload_handler </url>
--------------------------------------------
--miw
ID: 40964 · Report as offensive     Reply Quote
Profile Milo Thurston
Volunteer moderator
Volunteer developer

Send message
Joined: 2 Mar 06
Posts: 253
Credit: 363,646
RAC: 0
Message 40965 - Posted: 3 Nov 2010, 10:08:42 UTC

As I feared, the annoying mis-spelling of file_upload_handler has made an appearance. The mis-spellings vary and cannot be found in our databases or config files, so their origin is a mystery. In this case you've got "file_upload_hnndler".

You could get the file to upload by a careful edit of the file (make a backup copy first), having first shut down the BOINC client.
ID: 40965 · Report as offensive     Reply Quote
Profile miw

Send message
Joined: 8 Aug 04
Posts: 14
Credit: 14,420,896
RAC: 0
Message 40966 - Posted: 3 Nov 2010, 10:21:30 UTC - in response to Message 40965.  
Last modified: 3 Nov 2010, 10:27:55 UTC

/etc/init.d/boinc_client stop
cp client_state.xml client_state.bak
vi client_state.xml
:.,$s/hnndler/handler/
:wq
/etc/init.d/boinc_client start

all is well by the looks. The third and fourth of the files are uploading bravely as I type.

if it gives any clue, to convert "a" to "n" you invert the lower-order nybble...

Thanks a bunch!!

cheers,

Mark
--miw
ID: 40966 · Report as offensive     Reply Quote
Profile Milo Thurston
Volunteer moderator
Volunteer developer

Send message
Joined: 2 Mar 06
Posts: 253
Credit: 363,646
RAC: 0
Message 40967 - Posted: 3 Nov 2010, 10:26:12 UTC

Thanks for letting me know.
Nice to see someone who appreciates vi. :)
ID: 40967 · Report as offensive     Reply Quote
Profile miw

Send message
Joined: 8 Aug 04
Posts: 14
Credit: 14,420,896
RAC: 0
Message 40968 - Posted: 3 Nov 2010, 10:35:28 UTC - in response to Message 40967.  

Ha. I am no vi power user, but I am just proficient enough to never have bothered to learn emacs. For my money they are the only general text editors that have enough power.

OK. I sometimes use ed when I'm on a very slow link.

dunno if it gives any clue, to convert "a" to "n" you invert the least significant nybble...

--mark.
--miw
ID: 40968 · Report as offensive     Reply Quote
Profile Milo Thurston
Volunteer moderator
Volunteer developer

Send message
Joined: 2 Mar 06
Posts: 253
Credit: 363,646
RAC: 0
Message 40969 - Posted: 3 Nov 2010, 10:57:25 UTC - in response to Message 40968.  


dunno if it gives any clue, to convert "a" to "n" you invert the least significant nybble…


That is indeed interesting…
ID: 40969 · Report as offensive     Reply Quote

Message boards : Number crunching : Project File Upload handler is missing

©2024 climateprediction.net