Hi Isuru, I wonder if it is related to renew tokens? Any insights?
Suresh > On Apr 3, 2020, at 6:48 AM, Dinuka Desilva <[email protected]> wrote: > > Hi, > > I got the airava and airavata-django-portal running on localhost by executing > following script on 4 terminals one after the other. > docker-compose down && rm -rf database_data/ && docker-compose up > mvn exec:java > -Dexec.mainClass="org.apache.airavata.ide.integration.APIServerStarter" > . ./build_js.sh > source ./venv/bin/activate && rm -rf ./tmp/ && rm -rf db.sqlite3 && python > manage.py migrate && python manage.py load_default_gateway && python > manage.py runserver > > With this I could access the localhost server at http://localhost:8000 > <http://localhost:8000/>. But, only for less than half an hour it worked and > then it's ended up with the following error. It has the logged in user though > an error occurred. > > <Screenshot 2020-04-03 at 4.03.25 PM.png> > > Neither restarting the servers nor clearing cache didn't solve this issue. > And I had to execute above four script again which recreates the database. > For kind of each 20-30 minutes, I had to do this. I'm doubtful whether I'm > doing anything wrong. > > Also, below I have attached the settings_local.py. > > Thanka & Regards, > Dinuka > <settings_local.py>
