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.


Wiki source code of Troubleshooting

Version 20.1 by kindler on 2021/06/21 13:41

Show last authors
1 == Problems with the Jupyter notebook environment ("Lab") ==
2
3 === Error message "Error in Authenticator.pre_spawn_start: ... 401: Unauthorized" ===
4
5 When a new user accesses the Lab in a new collab for the first time, it is possible, that the JuypterLab is not starting and instead shows a "...401 Unauthorized" message.
6
7 To fix this error, please access the **"Drive"** link in the collab once (the "Drive" is also in the left hand navigation menu of the Collab). After the "Drive" has been accesses once the JupyterLab should start.
8
9 === No example notebooks in the Jupyter notebook environment ("Lab") ===
10
11 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"
12
13 [[image:NoFiles.png]]
14
15 === Timeout when starting the Jupyter notebook environment ("Lab") ===
16
17 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.
18
19 === Lab error message "Cannot open - Could not find path..." ===
20
21 When first opening the Lab it is possible, that it can not open the path /shared/name-of-the-collab, even though in the drive the path is already accessible (see the two screenshots below from the Lab and the Drive). This is due to some delay in synchronisation between the file systems. Fix: Wait a few minutes and try again... (If that does not fix the problem, please contact support@ebrains.eu)
22
23
24 [[image:1623846216460-541.png]]
25
26 In the "Drive" the path is visible:
27
28 [[image:1623846323177-898.png||height="287" width="350"]]
29
30 == BrainScaleS specific tips ==
31
32 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.
33
34 ==== BrainScaleS-2: "Job error" in the Collaboratory, though it worked until 21 June 2021 ====
35
36 On 21 June 2021 we changed the platform selection in the nmpi command client.submit_job(...,platform=nmpi.BRAINSCALES,...). From then on, please specify nmpi.BRAINSCALES**2** as the platform to run networks on the BrainScaleS-2 architecture (i.e. on "wafer">60).
37
38 In the JobManager, a job with the now wrong platform=nmpi.BRAINSCALES shown in the "log" part of the detailed job information:
39
40 {{{72 is not a valid wafer module for BrainScaleS-1. Since 21 June 2021, please use "nmpi.BRAINSCALES2" as platform specification ...}}}
41
42 Also since 21 June 2021 a separate quota setting is used for BrainScaleS-2 (visible on the Quota tab in the JobManager)
43
44 ==== ====