Message boards :
Closed Issues :
HTTP error 413, client intended to send too large body
Message board moderation
Author | Message |
---|---|
=Lupus= Send message Joined: 16 Feb 19 Deprecated: Creation of dynamic property BoincUser::$nposts is deprecated in /var/boincadm/prj/html/inc/forum.inc on line 613 Posts: 4 Credit: 218,715 RAC: 0 |
Getting Error 413 on reporting. Not your executable but a BOINC problem. 17.02.2019 19:50:06 | Tomáš Brada Experiment Grid | Sending scheduler request: Requested by project. 17.02.2019 19:50:06 | Tomáš Brada Experiment Grid | Reporting 968 completed tasks 17.02.2019 19:50:06 | Tomáš Brada Experiment Grid | Not requesting tasks: "no new tasks" requested via Manager 17.02.2019 19:50:08 | Tomáš Brada Experiment Grid | Scheduler request failed: Error 413 Retried manually, persists the retries. |
Tomáš Brada Project administrator Volunteer developer Send message Joined: 3 Feb 19 Deprecated: Creation of dynamic property BoincUser::$nposts is deprecated in /var/boincadm/prj/html/inc/forum.inc on line 613 Posts: 667 Credit: 432,784 RAC: 0 |
Indeed: Feb 17 20:36:29 saran nginx[22469]: ... client intended to send too large body: 1346049 bytes |
Tomáš Brada Project administrator Volunteer developer Send message Joined: 3 Feb 19 Posts: 667 Credit: 432,784 RAC: 0 |
Please try again. I amended configuration of nginx. |
=Lupus= Send message Joined: 16 Feb 19 Posts: 4 Credit: 218,715 RAC: 0 |
Worked. Seems my client wanted to report the first 100 to 200 failures. Which your webserver did not like. And when i killed the already-closed workunits i generated an even bigger number… 1 Megabyte is way too much for a "normal" request but, well, it is BOINC. All report-completes and everything else goes thru normal HTTP requests. Which is easy because the needed protocols are on every OS but seems to need a Little bit tweaking when handling big requests or reportings. Happy I could help you find that "error" in early-alpha phase instead of later on when hundreds of users are there... |
zombie67 [MM] Send message Joined: 16 Feb 19 Deprecated: Creation of dynamic property BoincUser::$nposts is deprecated in /var/boincadm/prj/html/inc/forum.inc on line 613 Posts: 14 Credit: 1,519,846 RAC: 0 |
I had to add the following to my cc_config.xml, because it was trying to report too many tasks at once: <cc_config> <options> <max_tasks_reported>50</max_tasks_reported> </options> </cc_config> It sounds like the server side has been fixed, and I can remove this limitation now? Reno, Nevada Team: SETI.USA |
Tomáš Brada Project administrator Volunteer developer Send message Joined: 3 Feb 19 Posts: 667 Credit: 432,784 RAC: 0 |
I increased the scheduler max upload size to 2 Gi. If you had not reported the error, everyone would have to add that tag to their config and be annoyed. Thanks. I also disabled request and response buffering in nginx for the scheduler, in case it was enabled by default. Zombie, if you find that you need any other config tweak to make the project work on your end, post a note in the forum. It might get fixed if it is trivial. |
zombie67 [MM] Send message Joined: 16 Feb 19 Posts: 14 Credit: 1,519,846 RAC: 0 |
|
©2024 Tomáš Brada