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
Trying to start ev-server on OpenSuSE-15.5 I have an error Unrecognized expression '$toString' that I fail to trace.
My ev-server connect to mongo-DB, I neverthless have an error message after the connection. It looks like this error prevent server from starting its operation as any of the other port REST, OCCP, ... are open as we can see with lsof here after trace.
My configuration is dam-stupid, outside of changing captcha and mongodb credential, everything else come from demo template. (note: I tried with master and v2.7.8 tag)
any idea ?
07/07/2023, 14:35:18 - e-Mobility Server is starting...
07/07/2023, 14:35:18 - NodeJS is started in 'development' mode
[Warning] Missing property 'Monitoring' in config.json
[Warning] Missing property 'Cache' in config.json
07/07/2023, 14:35:18 - Connecting to the Database...
07/07/2023, 14:35:18 - Connecting to 'mongodb'...
07/07/2023, 14:35:18 - Connecting to 'mongodb://evse-admin:<YourPassword>@localhost:27017'
07/07/2023, 14:35:18 - Try to acquire the lock entity 'database' ('check-database') of type 'E' in Tenant ID 'default'
07/07/2023, 14:35:18 - Acquired successfully the lock entity 'database' ('check-database') of type 'E' in Tenant ID 'default'
07/07/2023, 14:35:18 - Released the lock entity 'database' ('check-database') of type 'E' in Tenant ID 'default' after 0.03 secs
07/07/2023, 14:35:18 - Connected to 'mongodb' successfully
07/07/2023, 14:35:18 - Connected to the Database successfully in 0.072 secs
[Warning] Missing property 'Shield' in config.json
07/07/2023, 14:35:18 - MongoServerError: Unrecognized expression '$toString'
Trying to start ev-server on OpenSuSE-15.5 I have an error Unrecognized expression '$toString' that I fail to trace.
My ev-server connect to mongo-DB, I neverthless have an error message after the connection. It looks like this error prevent server from starting its operation as any of the other port REST, OCCP, ... are open as we can see with lsof here after trace.
My configuration is dam-stupid, outside of changing captcha and mongodb credential, everything else come from demo template. (note: I tried with master and v2.7.8 tag)
any idea ?
The text was updated successfully, but these errors were encountered: