Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the instructions for creating the AliEn token. #273

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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: 4 additions & 3 deletions docs/troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,14 @@ Verify whether:
How to check the timestamp?
```

### Alien connection failed
### AliEn connection failed

Error message:

```text
Alien Token Check failed - Please get an alien token before running with https CCDB endpoint, or alice-ccdb.cern.ch!
```

- Create an Alien token by executing the `alien-token-init` command inside the O2Physics environment.
- Verify that the connection can be established by executing `alien.py`. You should be greeted with `Welcome to the ALICE GRID`. Exit with `exit`.
- Create the AliEn token by executing the `alien.py` command inside the O2Physics environment.
- You should be greeted with `Welcome to the ALICE GRID`.
- Exit with `exit`.
Loading