MWS is not getting start

Hello,

while trying to start the MWS, i’m getting the error:connection com.wm.dd.jdbc.oraclebase.ddai@7fd7ba0d is not contained in either idle pool or check out pool.

For the JDBC pool, I’ve checked and test the by IS Administrator and it’s working fine.

for full error message i’ve attached the mws server log file.

can you please suggest me to solve the issue?

Regards,
Amit Makwana.T
full.log|attachment (226 KB)

Hi Amit ,

Can you please attach problems.log file as well , for better analysis of the issue.

Hi Rakesh,

please find attached problem.log file.
problems.log|attachment (25.4 KB)

Amit – Did you install MWS tables using DBCC ? Did you see any errors while installation of wM ? which wM version you are on ? I didn’t see much details of the error in your shared logs.

Thanks,

@Amit -
Try installing the MWS Database tables using Database component configurator and try to bring up your MWS.
Share the logs if still problem persist.

Hello,

The issue was resolved now.

Issue:The existing oracle database was updated on the server with new patches.that’s the reason at the time of login MWS,It threw the error “connection com.wm.dd.jdbc.oraclebase.ddai@7fd7ba0d is not contained in either idle pool or check out pool.”

Resolution :
we generated the new cluster file and placed it.

webMethods9\MWS\bin>mws.bat getconfig cluster.xml
Put this new cluster.xml in mws/server/default/config
Execute this command : mws.bat putconfig cluster.xml

Then restart mws.

Thanks for your suggestions :smiley: