"Timeout" Error when deploying backend

Hello community,

I followed the Deploy OpenEMS Backend :: Open Energy Management System tutorial to deploy a backend, but i keep getting this error:
// systemd[1]: openems-backend.service: Failed with result ‘timeout’.
// systemd[1]: Failed to start OpenEMS Backend.
and the backend keeps stopping.

Hi @ghada
seems like this is related to systemd. See here:

Can you start the backend application manually from command-line?

user@host> java -jar /path/to/backend.jar

Regards

1 Like