MWS is not working in local 8585

HI Team ,

I have installed all the components to my local PC. But My MWS is not coming up.

Logs:
varun@varun-Inspiron-3543:~/SAG/profiles/MWS_default/logs$ ls -lrt
total 136
sag-osgi-log.txt (55.2 KB)
wrapperlog.txt (36.7 KB)
platform.log.txt (11.6 KB)

-rw-rw-r-- 1 varun varun 11655 Feb 22 23:03 platform.log
-rw-rw-r-- 1 varun varun 56172 Feb 22 23:03 sag-osgi.log
-rw-rw-r-- 1 varun varun 60002 Feb 22 23:04 wrapper.log

I have attached all these three logs.

varun@varun-Inspiron-3543:~/SAG/MWS/server/default/logs$ ls -lrt
total 8
-rw-rw-r-- 1 varun varun 98 Jun 6 2022 soap.xml
-rw-rw-r-- 1 varun varun 102 Jun 6 2022 errors.xml
varun@varun-Inspiron-3543:~/SAG/MWS/server/default/logs$ cat errors.xml

<?xml version="1.0"?> <!DOCTYPE errors []>

&ref;
varun@varun-Inspiron-3543:~/SAG/MWS/server/default/logs$

Here i cant see any full logs or problem logs. From error logs also nothing there to check. Please do assist.

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.

Wayne

2 Likes

@VARUN_K_M
Did you get this working?

Hi @wayne.leishman.20059 , Thanks for the response. But i have not configured any Database

Ummmm, ok.
MWS requires a database.

1 Like

Added the database and MWS works.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.