Message boards : Number crunching : Upload Handler Not Found
Author | Message |
---|---|
I had 2 WU's that would not upload while all other worked just fine. | |
ID: 28151 | Rating: 0 | rate: / Reply Quote | |
It appears to be saying http://www.gpugrid.org/PS3GRID_cgi/file_upload_handler is not the correct URL for the file upload handler. If I had a GPUgrid task in my cache I could compare the file upload handler URL for my task with your URL to see if they match. Unfortunately I don't have a task. That URL is stored in client_state.xml in a block of XML code that also contains the name of that task. If you happen to have another GPUgrid task on your host you could shutdown BOINC client and open client_state.xml in a text editor and search for that other task's name. It will appear in several places. One of those places will also give the file upload handler URL for the task. Then you could compare that URL with the apparently bad URL to see if they are the same. It's possible the URL got corrupted somehow. I've seen it many times before, all you have to do is correct the URL in client_state.xml then retry the upload and it will work. | |
ID: 28152 | Rating: 0 | rate: / Reply Quote | |
It appears to be saying http://www.gpugrid.org/PS3GRID_cgi/file_upload_handler is not the correct URL for the file upload handler. If I had a GPUgrid task in my cache I could compare the file upload handler URL for my task with your URL to see if they match. Unfortunately I don't have a task. That URL is stored in client_state.xml in a block of XML code that also contains the name of that task. If you happen to have another GPUgrid task on your host you could shutdown BOINC client and open client_state.xml in a text editor and search for that other task's name. It will appear in several places. One of those places will also give the file upload handler URL for the task. Then you could compare that URL with the apparently bad URL to see if they are the same. It's possible the URL got corrupted somehow. I've seen it many times before, all you have to do is correct the URL in client_state.xml then retry the upload and it will work. I've checked it in the client_state.xml file, and this is the correct URL. | |
ID: 28153 | Rating: 0 | rate: / Reply Quote | |
Check whether the file "I5R39-NATHAN_RPS1120801_N-106-111-RND3594_0_4" is actually present in your project directory. I've been told to upload a file to <url> I can't find the file I was told to upload When I came across the problem, the file had actually been uploaded successfully (check for it in your logs - you may have to look in stdoutdae.txt after all this time). If you can modify client_state.xml to tell BOINC that the file has been uploaded, you may even be able to report the task - but by now, it's probably been completed by somebody else, so there's not much point busting a gut over it. | |
ID: 28154 | Rating: 0 | rate: / Reply Quote | |
Thank you everyone for your efforts. | |
ID: 28175 | Rating: 0 | rate: / Reply Quote | |
It's a 2 step process: first the result, later the report. Even if a result uploads the task will show as In Progress on the server until the report is sent. Is it possible the client quit logging the upload progress at 99.01% and that the upload actually completed? I mean for some reason the client thought it should delete the result and that reason might be the upload actually reached 100% and the server acknowledged it received the upload intact with the correct CRC ( I believe that's the protocol). I can't account for why the client would then want to retry the upload but I wonder if what Richard suggested might work and that is to stop the client and edit the states of the task/result to the states that would match those of an uploaded but not yet reported result. Then start the client. Client will then upload the report. If the server has the result it will then give the task the "complete but awaiting verification" status. If the server does have the task it will give a "wtf?" and flag Bruce Kennedy as a cheater. No, just kidding. I don't know what would happen other than the task would be resent. | |
ID: 28177 | Rating: 0 | rate: / Reply Quote | |
Because each task uploads multiple files, and only the _4 file has gone missing, Bruce should be able to compare the file info for that one with the data for the other files from the same task and adjust it to match. <status>0</status> didn't change. | |
ID: 28181 | Rating: 0 | rate: / Reply Quote | |
Interesting, but it's gone, don't spend time on it. I think this is a transfer reporting issue; the server probably has the file, but Boinc thinks it didn't send it completely - some send complete acknowledgement return failure. | |
ID: 28186 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : Upload Handler Not Found