Warning : The Lab instance on CINECA will be unavailable today from 16:00 CEST (my timezone) for up to 15 minutes for maintenance. The JSC instance will remain operational during this period.


Changes for page Troubleshooting

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

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

Summary

Details

Page properties
Content
... ... @@ -4,16 +4,15 @@
4 4  (% class="wikigeneratedid" %)
5 5  For more information on the Collaboratory, please seee the [[documentation of the EBRAINS Collaboratory environment>>https://wiki.ebrains.eu/bin/view/Collabs/the-collaboratory/]].
6 6  
7 -(% class="wikigeneratedid" %)
8 8  == Temporary problems ==
9 9  
10 10  === August 2022: "504 Gateway Time-out" ===
11 11  
12 12  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
13 -//break//
14 -before the
12 +//if False~://
13 +before the line
15 15  //a=client.list_resource_requests(repoInfo.nameInTheUrl)//
16 -line in the example notebook.
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).
17 17  
18 18  == Jupyter notebook environment ("Lab") related ==
19 19  
... ... @@ -103,4 +103,4 @@
103 103  
104 104  There are also some additional Python3 related changes in the brainscales_system_chain_test.py example. Please find a [[working example script>>https://lab.ch.ebrains.eu/user-redirect/lab/tree/shared/NMC%20Collab%20copy%20template/BrainScaleS/BrainScaleS_01_Chain.ipynb]] in our [[copy-template Drive>>https://wiki.ebrains.eu/bin/view/Collabs/nmc-collab-copy-template/Drive]] (for copying into users collabs).
105 105  
106 -==== ====
105 +==== ====