Hi Everyone, I've been going through the following documentation to set up a local Airavata Django development environment and try out the given samples.
* https://github.com/apache/airavata/tree/develop/modules/ide-integration * https://github.com/apache/airavata-django-portal#getting-started * https://apache-airavata-django-portal.readthedocs.io/en/latest/dev/new_django_app/ Due to some code changes, one of the docs needed to be updated. I've already created a pull request for that - https://github.com/apache/airavata-django-portal/pull/105 When starting the API server (according to this <https://github.com/apache/airavata/tree/develop/modules/ide-integration> guide) I encountered an issue with the IntelliJ Idea version 2022.1.3. (MacOS) Exception - Module 'platform-monitoring' production: > java.lang.NoClassDefFoundError: com/intellij/openapi/vfs/VfsUtil Tried updating the relevant plugins and a few ways suggested in the Jetbrains issue track. However, the only way I could resolve this was to downgrade the Intellij Idea. (working for 2020.3.4 version). Has anyone faced a similar issue? Cheers! Lahiru
