Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,13 @@ How to check the timestamp?

### AliEn connection failed

Error message:
Error messages:

```text
Alien Token Check failed - Please get an alien token before running with https CCDB endpoint, or alice-ccdb.cern.ch!
Error in <TJAlienCredentials::readPassword>: Error while reading from stdin
Error in <TJAlienConnectionManager>: Context creation failure
Error in <TJAlienConnectionManager>: Failed to connect to any server! Giving up
[FATAL] TGrid::Connect returned nullptr. May be due to missing alien token
```

- Create the AliEn token by executing the `alien.py` command inside the O2Physics environment.
Expand Down
Loading