I am still facing the problem I sent in my earlier mail (Dec 2018)
regarding importing a 1.3.2 dump into 1.4.rc1.
Today, I created an empty contest on a fresh 1.4.rc1 database via the
AdminServer. When I try to access the main Contest page, I get the
following error message:
A critical error has occurred :-(
On the Admin webpage, it says "Call to service failed" for all
services. A screenshot is here:
https://www.dropbox.com/s/gikmoa0343ecvpy/cms-contest-admin.png?dl=0
Under cmsLogService, I see the following messages when I try to
connect to the main Contest page.
2019-02-25 22:15:17,511 - ERROR [Contest,0] Uncaught exception (ValueError("Invalid cookie 'NPTEL DAA Spring 2019_login': ''",)) while processing a request: Traceback (most recent call last):
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/tornado/web.py", line 1489, in _execute
result = self.prepare()
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/cms-1.4rc1-py3.5.egg/cms/server/contest/handlers/contest.py", line 97, in prepare
self.r_params = self.render_params()
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/cms-1.4rc1-py3.5.egg/cms/server/contest/handlers/contest.py", line 187, in render_params
if self.current_user is not None:
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/tornado/web.py", line 1158, in current_user
self._current_user = self.get_current_user()
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/cms-1.4rc1-py3.5.egg/cms/server/contest/handlers/contest.py", line 167, in get_current_user
self.clear_cookie(cookie_name)
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/tornado/web.py", line 580, in clear_cookie
domain=domain)
File "/home/madhavan/cms_venv3/lib/python3.5/site-packages/tornado/web.py", line 543, in set_cookie
raise ValueError("Invalid cookie %r: %r" % (name, value))
ValueError: Invalid cookie 'NPTEL DAA Spring 2019_login': ''
Can you debug what the problem may be? I've not yet got 1.4rc1
running. 1.3.2 works quite fine. I can switch back to 1.3.2, but I
would like to have Python3 available as a language.
--Madhavan