You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Aiida experts.
I am running the exerises in this page with pseudo_family = load_group('PseudoDojo/0.4/PBE/SR/standard/upf')
But the process state keep as "Created"..
I have tried verdi daemon start
and verdi daemon restart
neither helped to start the process..
Could you help me with this?
Thanks in advance.
Clark
The text was updated successfully, but these errors were encountered:
Clarkszw
changed the title
Issue on page /sections/running_processes/basics.html
process state keep as "created"
Sep 27, 2022
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
[SQL: SELECT db_dbnode_1.id, db_dbnode_1.uuid, db_dbnode_1.node_type, db_dbnode_1.process_type, db_dbnode_1.label, db_dbnode_1.description, db_dbnode_1.ctime, db_dbnode_1.mtime, db_dbnode_1.attributes, db_dbnode_1.extras, db_dbnode_1.repository_metadata, db_dbnode_1.dbcomputer_id, db_dbnode_1.user_id
FROM db_dbnode AS db_dbnode_1
WHERE CAST(db_dbnode_1.node_type AS VARCHAR) LIKE %(param_1)s AND db_dbnode_1.id = %(id_1)s
LIMIT %(param_2)s]
[parameters: {'param_1': '%', 'id_1': 272, 'param_2': 2}]
(Background on this error at: https://sqlalche.me/e/14/e3q8)
Hi Aiida experts.
I am running the exerises in this page with
pseudo_family = load_group('PseudoDojo/0.4/PBE/SR/standard/upf')
But the process state keep as "Created"..
I have tried
verdi daemon start
and
verdi daemon restart
neither helped to start the process..
Could you help me with this?
Thanks in advance.
Clark
The text was updated successfully, but these errors were encountered: