HTTP service unavailable


Message boards : Number crunching : HTTP service unavailable

Message board moderation

To post messages, you must log in.
AuthorMessage
keputnam
Avatar

Send message
Joined: 24 Jun 14
Posts: 41
Credit: 20,657,488
RAC: 11,164
Message 9005 - Posted: 16 Jun 2025, 16:15:55 UTC
I'm getting this when Asteroids tries to update

6/16/2025 9:14:04 AM | Asteroids@home | Scheduler request to http://asteroidsathome.net/boinc_cgi/cgi failed: HTTP service unavailable
ID: 9005 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 16 Nov 22
Posts: 179
Credit: 190,308,711
RAC: 56,081
Message 9006 - Posted: 16 Jun 2025, 16:27:03 UTC - in response to Message 9005.  
Same here for myself and other team members

A proud member of the OFA (Old Farts Association)
ID: 9006 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile adrianxw

Send message
Joined: 5 Dec 12
Posts: 49
Credit: 10,613,705
RAC: 1,750
Message 9008 - Posted: 16 Jun 2025, 17:27:39 UTC - in response to Message 9006.  
Server status page shows everything green as normal. My system is saying http service is unavailable. I'm unable to upload completed units.
Wave upon wave of demented avengers march cheerfully out of obscurity into the dream.
ID: 9008 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
jay
Avatar

Send message
Joined: 6 Jan 13
Posts: 5
Credit: 415,598
RAC: 936
Message 9009 - Posted: 16 Jun 2025, 20:25:57 UTC - in response to Message 9008.  

Last modified: 16 Jun 2025, 20:26:49 UTC
Greetings
still a problem at 16:18 EST or 20:18 UTC.
ID: 9009 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Greg_BE

Send message
Joined: 25 Nov 17
Posts: 12
Credit: 2,468,476
RAC: 1,472
Message 9010 - Posted: 16 Jun 2025, 22:02:05 UTC
Same here....weird
ID: 9010 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 16 Nov 22
Posts: 179
Credit: 190,308,711
RAC: 56,081
Message 9011 - Posted: 17 Jun 2025, 0:09:07 UTC
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)
ID: 9011 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile JohnDK

Send message
Joined: 18 Aug 23
Posts: 4
Credit: 2,975,738
RAC: 3,953
Message 9013 - Posted: 17 Jun 2025, 3:46:59 UTC
ID: 9013 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
anarchic teapot

Send message
Joined: 8 Jun 19
Posts: 2
Credit: 364,267
RAC: 1,691
Message 9017 - Posted: 17 Jun 2025, 11:30:52 UTC - in response to Message 9013.  
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.
ID: 9017 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile adrianxw

Send message
Joined: 5 Dec 12
Posts: 49
Credit: 10,613,705
RAC: 1,750
Message 9025 - Posted: 18 Jun 2025, 7:02:35 UTC
"Suddenly" all the completed jobs I had on my system "disappeared" overnight and a whole flock, (94), of "computation errors" appeared in my jobs tab.
Wave upon wave of demented avengers march cheerfully out of obscurity into the dream.
ID: 9025 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 16 Nov 22
Posts: 179
Credit: 190,308,711
RAC: 56,081
Message 9030 - Posted: 18 Jun 2025, 21:23:12 UTC - in response to Message 9025.  
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)
ID: 9030 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 152
Credit: 14,960,849
RAC: 13,055
Message 9032 - Posted: 19 Jun 2025, 12:31:10 UTC - in response to Message 9030.  
> 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.
ID: 9032 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile adrianxw

Send message
Joined: 5 Dec 12
Posts: 49
Credit: 10,613,705
RAC: 1,750
Message 9073 - Posted: 27 Jul 2025, 20:18:20 UTC
Project deleted.
Wave upon wave of demented avengers march cheerfully out of obscurity into the dream.
ID: 9073 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : HTTP service unavailable