Warning : Jupiter-lab will be down today from 16:00 CEST (my timezone) for up to 15 minutes for maintenance.


Changes for page Troubleshooting

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

From version 37.1
edited by kindler
on 2022/01/27 09:50
Change comment: There is no comment for this version
To version 40.1
edited by kindler
on 2022/08/19 15:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,6 +4,17 @@
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 +== Temporary problems ==
9 +
10 +=== August 2022: "504 Gateway Time-out" ===
11 +
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
15 +//a=client.list_resource_requests(repoInfo.nameInTheUrl)//
16 +line in the example notebook.
17 +
7 7  == Jupyter notebook environment ("Lab") related ==
8 8  
9 9  === Error message "Error in Authenticator.pre_spawn_start: ... 401: Unauthorized" ===
... ... @@ -14,13 +14,13 @@
14 14  
15 15  === No example notebooks in the Jupyter notebook environment ("Lab") ===
16 16  
17 -When starting the Jupyter notebook environment for the first time it takes about a minute (without visible "in progress" indication) until the example files appear in the file-chooser. Until then the list is just empty. So the fix here is "have a minute patience", then click the "Lab" link again.
28 +When starting the Jupyter notebook environment for the first time it can take a bit (without visible "in progress" indication) until the example files appear in the file-chooser. Until then the list is just empty. So the fix here is "have a minute patience", then click the "Lab" link again.
18 18  
19 19  [[image:NoFiles.png]]
20 20  
21 21  === Timeout when starting the Jupyter notebook environment ("Lab") ===
22 22  
23 -It is possible, that accessing the "Lab" link results in a "timeout" message. This can happen, when the lab environment is started for the first time on one of the virtual machines providing the service, as the very first start per machine takes quite some time (in the order of 2 minutes). Accessing the "Lab" link again after a few minutes usually works.
34 +It is possible, that accessing the "Lab" link results in a "timeout" message. This can happen, when the lab environment is started for the first time on one of the virtual machines providing the service, as the very first start per machine takes some time (in the order of 2 minutes). Accessing the "Lab" link again after a few minutes usually works.
24 24  
25 25  === Lab error message "Cannot open - Could not find path..." ===
26 26  
... ... @@ -33,20 +33,11 @@
33 33  [[image:1623846323177-898.png||height="287" width="350"]]
34 34  
35 35  
36 -=== Test jobs make problems at Jülich ===
47 +=== Import error for hbp_service_client ===
37 37  
38 -Since August 2021 accessing the "Lab" link in the left hand navigation menu brings up a site selection menu:
49 +The hbp_service_client was needed for the now not-existing-any-longer Collaboratory version 1. The import line can be deleted from scripts.
39 39  
40 -[[image:Screenshot 2021-08-30 at 19.00.59.png||height="252" width="300"]]
41 41  
42 -Via choosing a different lab execution site it is be possible to choose a specific site, if there are specific needs for the created Jupyter virtual machine for a given task (e.g. a large memory requirement). Currently all the examples do not need any site specific features, so you can select in principle any site. The "safe choice" is to use CSCS as the primary execution site.
43 -
44 -
45 -=== ===
46 -
47 -
48 -
49 -
50 50  == BrainScaleS-2 specific ==
51 51  
52 52  The [[BrainScaleS external user chat>>https://chat.bioai.eu/external-users/channels/town-square]] has service announcements (e.g. when a system is down due to maintenance) and is also a good place to ask general questions.