Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
World Community Grid Forums
Category: Beta Testing Forum: Beta Test Support Forum Thread: Smash Childhood Cancer Beta Test - Sept 8 2020 [ Issues Thread ] |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 98
|
Author |
|
uplinger
Former World Community Grid Tech Joined: May 23, 2005 Post Count: 3952 Status: Offline Project Badges: |
Those members who have download issues, what version of the client are you running? Reason I ask, I did see a 404 error when trying to download from the s3 location, but the clients should then try to download from the secondary url which is directly to our servers which worked.
Thanks, -Uplinger |
||
|
uplinger
Former World Community Grid Tech Joined: May 23, 2005 Post Count: 3952 Status: Offline Project Badges: |
Sorry, posting faster than I probably should :P
<url>http://s3.worldcommunitygrid.org/wcg-beta/wcg...dows_intelx86</url> <url>http://download.worldcommunitygrid.org/boinc/...dows_intelx86</url> As you can see the first url will fail (I am trying to figure out why that is). But if you use the second url, it will download. This is in the xml that is sent to the BOINC client. So I am wondering what agent those are using that succeeded compared ot those that failed. The root cause is, file is probably not readable on the s3, however I'm not sure why that is the case, those are deployed via script. Thanks, -Uplinger |
||
|
gb009761
Master Cruncher Scotland Joined: Apr 6, 2005 Post Count: 2977 Status: Offline Project Badges: |
Keith, on the computer that's had 3 'download failures', it's version 7.2.47, running on Win 7. My other machine (Win 8.1), hasn't been fortunate enough to receive any of these Beta WU's (yet)
---------------------------------------- |
||
|
PMH_UK
Veteran Cruncher UK Joined: Apr 26, 2007 Post Count: 766 Status: Recently Active Project Badges: |
Failed on
----------------------------------------7.2.42 on Linux 32 and 64 bit 7.6.31 on Linux 64 bit OK on 7.14.2 on Windows 7 64 bit Paul.
Paul.
|
||
|
SNURK
Veteran Cruncher The Netherlands Joined: Nov 26, 2007 Post Count: 1217 Status: Offline Project Badges: |
I had the download errors on version 7.2.47 on Windows 7.
----------------------------------------I'm surprised by the way that you can't instantly see a report of this info on your side, since every error starts with the client version info: "<core_client_version>7.2.47</core_client_version>". ---------------------------------------- [Edit 2 times, last edit by SNURK at Sep 8, 2020 8:49:45 PM] |
||
|
adriverhoef
Master Cruncher The Netherlands Joined: Apr 3, 2009 Post Count: 2089 Status: Recently Active Project Badges: |
uplinger said:
----------------------------------------Those members who have download issues, what version of the client are you running? All Androids below failed: $ wcgstats -aBETA -w -m3 -AQff -o BETA_SCC1_0003925_CREB-A_13467_4-- Android 3.10.9-g62151c3-dirty (Android 6.0.1) 717 Error 9/8/20 19:55:04 9/8/20 19:57:52 0.00 13.9 / 0.0 EDIT: My BOINC client version is 7.4.41 for arm-android-linux-gnu.EDIT2: Thank you, SNURK, for that smart remark! Here are the Android versions derived from the results above: $ wcgstats -aBETA -ww -QAff -m3 | grep /core_client_version [Edit 2 times, last edit by adriverhoef at Sep 8, 2020 9:08:20 PM] |
||
|
uplinger
Former World Community Grid Tech Joined: May 23, 2005 Post Count: 3952 Status: Offline Project Badges: |
SNURK,
I can see this, however, the client data is put inside of a blob on a database field which means I would need to do a sub string grep inside an sql statement to capture this data and correlate it and do that against thousands of rows after eliminating millions of rows based on the appid. This query would be ugly to say the least :) I'm working on fixing the root cause, which is the files aren't where they should be. It looks like I will need to update the version to a later version (probably 7.18) as 7.17 was uploaded to the old storage which has been deprecated. Please give me about 30 minutes to get this cleaned up. Thanks, -Uplinger |
||
|
tmedve
Senior Cruncher USA Joined: Nov 16, 2004 Post Count: 182 Status: Offline Project Badges: |
Two errors on Win 10 machine but detected as Win 8.1. Really the "free" upgrade from Win 7. Two other crunchers on Win 10 seem to be running OK.
----------------------------------------Project Name: Beta - Smash Childhood Cancer Created: 09/08/2020 13:44:16 Name: BETA_SCC1_0003925_CREB-A_94817 Minimum Quorum: 2 Replication: 2 <core_client_version>7.2.47</core_client_version> <![CDATA[ <message> app_version download error: couldn't get input files: <file_xfer_error> <file_name>wcgrid_beta24_vina_7.17_windows_x86_64</file_name> <error_code>-224 (permanent HTTP error)</error_code> <error_message>permanent HTTP error</error_message> </file_xfer_error> <file_xfer_error> <file_name>wcgrid_beta24_gfx_7.17_windows_x86_64</file_name> <error_code>-224 (permanent HTTP error)</error_code> <error_message>permanent HTTP error</error_message> </file_xfer_error> </message> ]]> |
||
|
uplinger
Former World Community Grid Tech Joined: May 23, 2005 Post Count: 3952 Status: Offline Project Badges: |
Ok, I have updated the version to 7.18. This should have the first url to have the 7.18 on s3 storage. Download issues should go away for the work units. I am sorry for the download issues, please let me know if you see anything in version 7.18 for downloads.
Thanks, -Uplinger |
||
|
adriverhoef
Master Cruncher The Netherlands Joined: Apr 3, 2009 Post Count: 2089 Status: Recently Active Project Badges: |
Since the error concerns the file wcgrid_beta24_vina_7.17_arm-android-linux-gnu, I guess this would have been more helpful:
$ wcgstats -aBETA -ww -QAff -m3 | perl -w00ne 'print if $. == 2' |
||
|
|