Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process state keep as "created" #428

Open
Clarkszw opened this issue Sep 20, 2022 · 1 comment
Open

process state keep as "created" #428

Clarkszw opened this issue Sep 20, 2022 · 1 comment

Comments

@Clarkszw
Copy link

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

@Clarkszw Clarkszw changed the title Issue on page /sections/running_processes/basics.html process state keep as "created" Sep 27, 2022
@Clarkszw
Copy link
Author

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)

This is the daemon logshow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant