One of the errors in your logs is “2022-06-14 16:56:01,367 ERROR [com.w.p.s.s.c.p.p.ConnectionPoolManager ] - Error creating database connection to: null
java.sql.SQLException: The url cannot be null”
Looks like database connection issue.
Have a look in the mws.db.xml file (within \MWS\server\default\config).
Double check your DB connection info. Make sure it is valid. If you mistyped your DB connection info or user connection password, that will be a problem.
If your connection info looks ok, you can retype the password between the PASSWORD tags. Don’t worry, the clear text password will be encrypted at startup.