-
Notifications
You must be signed in to change notification settings - Fork 51
Loading Apple Updates > Catalogue Admin stalls and returns an error #36
Comments
I checked this page a few times since I raised this bug - each time the page failed to load, today I checked and the page loaded after a long delay, it would be good if there was some more information as to why the page didn't load when the backend times out |
I am having the same problem and I experience what Rumbles is saying. I also get the following stack trace during preflight --debug run: DEBUG:root:MunkiDownloadError getting Apple SUS catalog: HTTP result 404: not found |
Long delays and occasional timeouts are due to F1 instance class by default.
Seems, Client is misconfigured. Thanks, On Tue, Sep 13, 2016 at 8:48 PM, Arya Goudarzi [email protected]
|
I’ve made a new setup and are also experiencing this problem. Possibly because the backlog of the catalog has to be processed all at once (there are a lot of Voice Updates in there)? I quickly hit the free limit of datastore read operations, but even with everything paid it’s still hanging. It seems to go through memcache, but nothing gets cached (only 5 items are in there, my current hit ratio is 0,02%)
|
Pretty sure it’s this (6 year old) code: https://github.com/google/simian/blob/46fec3c1946efe77df67385c7f4eeb3fc25660ea/src/simian/mac/admin/applesus.py#L192-L199 You’ll only run into this on new installs, otherwise all the products would already have moved to “stable” and the (expensive) check is skipped. This also means that new installs are completely broken for AppleSUS until more than a week has passed and all packages have been promoted? |
If anybody else runs into this: I’ve now worked around this issue by temporarily making |
I installed Simian last week to test it, today I was writing up documentation on how I set it up and the Apple Updates page wouldn't load. In the browser I get:
Looking at this in the AppEngine console, I get the following:
On one of the errors I've managed to generate in AppEngine I got the following (none of the others I have seen reported this):
I've waited over an hour for this code to finish running, but it still loads the same/similar error.
When I first ran in to this issue, I did try running
make release
again just in case something was wrong with my deployment, but I get the same issue. I checked I was on the latest branch at the time.The text was updated successfully, but these errors were encountered: