HTTP service unavailable
Message boards :
Number crunching :
HTTP service unavailable
Message board moderation
Author | Message |
---|---|
![]() Send message Joined: 24 Jun 14 Posts: 39 Credit: 20,263,549 RAC: 2,202 |
|
![]() ![]() Send message Joined: 16 Nov 22 Posts: 161 Credit: 187,475,762 RAC: 46,894 |
|
![]() Send message Joined: 5 Dec 12 Posts: 48 Credit: 10,482,366 RAC: 2,298 |
|
![]() Send message Joined: 6 Jan 13 Posts: 4 Credit: 271,677 RAC: 1,177 |
Last modified: 16 Jun 2025, 20:26:49 UTC |
Send message Joined: 25 Nov 17 Posts: 8 Credit: 2,417,625 RAC: 1,086 |
|
![]() ![]() Send message Joined: 16 Nov 22 Posts: 161 Credit: 187,475,762 RAC: 46,894 |
Something's gone wrong with their server backend or IT configuration. Blocking HTTP requests but not HTTPS. Bet their IT folks reconfigured their network for security reasons but didn't bother to consult the network users who may still need HTTP requests to be honored and passed through. ![]() ![]() A proud member of the OFA (Old Farts Association) |
![]() Send message Joined: 18 Aug 23 Posts: 4 Credit: 2,742,492 RAC: 2,925 |
|
Send message Joined: 8 Jun 19 Posts: 2 Credit: 294,019 RAC: 553 |
Confirmed. I think Keith is right: some bright spark decided to lock out HTTP, but completely forgot that a large number of jobs had just been sent out that were hard-wired to return via HTTP. Anyway, the fix cleared all that faster than a dose of castor oil. |
![]() Send message Joined: 5 Dec 12 Posts: 48 Credit: 10,482,366 RAC: 2,298 |
|
![]() ![]() Send message Joined: 16 Nov 22 Posts: 161 Credit: 187,475,762 RAC: 46,894 |
All your errored tasks are for tasks with LC points > 2000. None of the published applications on the website are configured to run these tasks correctly. You need to use the unpublished application that is available from the project codebase and build it yourself and deploy it via the anonymous platform on your host. The app version that works for these tasks is 102.22. Application: ../../projects/asteroidsathome.net_boinc/AST_period_search_BOINC_linux_10222_x64_universal Version: 102.22.1.1 For example this WU was errored out on 5 hosts for not being able to handle LC Points >2000 but when it finally got sent to one of my hosts I was able to successfuly run it. https://asteroidsathome.net/boinc/workunit.php?wuid=262949179 The errors are on hosts not running the 102.22 application: <core_client_version>8.0.2</core_client_version> <![CDATA[ <message> The system cannot find the file specified. (0x2) - exit code 2 (0x2)</message> <stderr_txt> Error: Number of lc points is greater than MAX_LC_POINTS = 2000 </stderr_txt> ]]> But on my host https://asteroidsathome.net/boinc/show_host_detail.php?hostid=726397 It was run successfully: <core_client_version>8.3.0</core_client_version> <![CDATA[ <stderr_txt> BOINC client version 8.3.0 Application: ../../projects/asteroidsathome.net_boinc/AST_period_search_BOINC_linux_10222_x64_universal Version: 102.22.1.1 CPU: AMD Ryzen 9 9950X 16-Core Processor RAM: 31 GB Using AVX512 SIMD optimizations. 2025-06-18 13:56:34 (9601): called boinc_finish(0) </stderr_txt> ]]> ![]() ![]() A proud member of the OFA (Old Farts Association) |
Send message Joined: 1 Jan 13 Posts: 146 Credit: 13,542,985 RAC: 29,698 |
> You need to use the unpublished application that is available from the project codebase and build it yourself and deploy it via the anonymous platform on your host. I can't recommend that because your wingman also needs the updated app. Otherwise, the task will fail and eventually error out and be marked invalid. Those WUs with LC Points >2000 should be cancelled by the server and reprocessed later, once the new app is officially released. |
Message boards :
Number crunching :
HTTP service unavailable