Hi Saurav,

> On Jun 6, 2023, at 12:51 PM, saurav kumar jha <imsauravgaurav...@gmail.com> 
> wrote:
> 
> 1. While Following the steps mentioned at below link:
>     airavata/README.md at develop · apache/airavata · GitHub
> 
>     Apply any database migrations. Go to src/main/containers directory and run
>    cat ./database_scripts/init/*-migrations.sql | docker exec -i 
> containers-db-1 mysql -p123456
> 
>    Above command produces following error:
>    Error response from daemon: No such container: containers-db-1
> 


You need to run docker-compose up first. Make sure that the 'containers-db-1' 
container is running, maybe by doing 'docker ps'.

> 2. Running the APIServerStarter produces following error:
> 
> Caused by: org.apache.openjpa.persistence.ArgumentException: Table 
> "COMPUTE_RESOURCE_SCHEDULING" given for 
> "org.apache.airavata.registry.core.entities.expcatalog.ComputationalResourceSchedulingEntity"
>  does not exist.
> 

Fixing #1 will fix this one.

> 3. Running Django-Portal works and app frontend is loaded but when I try to 
> login, it gives SSL version related error:
> 
> 

I'm not sure about this one. Did you use the 
django_airavata/settings_local.py.ide as your settings_local.py file? If you 
are still having issues, please share your settings_local.py file.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to