Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 7

If you need immediate JEDI infrastructure support, please send a chat to the #jedi-infra-support Slack channel. As we build our knowledge base, we are going to try our best to document past issues and common questions in this wiki. It is recommended to search you issue here, in the slack channel, and also in the JEDI Documentation before reaching out for help. 

Table of Contents

Table of Contents
maxLevel

4

1

Troubleshooting Tips

  • Make sure your code is up to date.
  • Try deleting your old venv and starting with fresh installs of solo, r2d2, ewok, and simobs.
  • Rebuild jedi-bundle using the scripts available in jedi-tools' build_skylab.sh.
  • Make sure your environment is set up correctly. Protip: use jedi-tools' setup.sh. We keep the HPC setup scripts up to date with the most recent release of spack-stack.

...

Errors such as: 

bash
Code Block
language
raise get_mysql_exception(
mysql.connector.errors.ProgrammingError: 1146 (42S02): Table 'r2d2.item' doesn't exist

indicate that your local R2D2 MySQL database is out of date. In order to update your local database, follow the instructions in R2D2's tutorial document.

Title of new issue

Explanation of the issue!

...

languagebash
titleExample Title

...