Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.

For the duration of the maintenance period, Collaboration and Group creation features will be temporarily disabled and will return HTTP 503 Service Unavailable errors until further notice.


Changes for page Troubleshooting

Last modified by kindler on 2025/05/14 16:54

From version 43.1
edited by kindler
on 2022/08/19 15:28
Change comment: There is no comment for this version
To version 41.1
edited by kindler
on 2022/08/19 15:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,10 +9,10 @@
9 9  === August 2022: "504 Gateway Time-out" ===
10 10  
11 11  The call to //client.list_resource_requests(repoInfo.nameInTheUrl)// in the batch-exmaple notebooks currently (19 August 2022) result in a "504 Gateway Time-out" error due to a problem in the back-end. As a workaround, please just skip the part by inserting a line with the content
12 -//if False~://
12 +//exit()//
13 13  before the line
14 14  //a=client.list_resource_requests(repoInfo.nameInTheUrl)//
15 -in the example notebookinto and move that line an all the remaining lines  into that new if... brranch (select the a=client.... and all the remaining lines in the cell, then press the TAB key to increase the indent of the whole block of selected lines). This skips the pre-check for an existing quota (so, if a quota entry is missing the execution will fail later), but allows the notebook to run, if a quota entry is present (which is the usual case).
15 +in the example notebook. This skips the pre-check for an existing quota (so, if a quota entry is missing the execution will fail later), but allows the notebook to run, if a quota entry is present (which is the usual case).
16 16  
17 17  == Jupyter notebook environment ("Lab") related ==
18 18