Issue in starting MWS8.0 server

Hi,

I am getting below error when I try to start the MWS server for the first time after its installed. I have successfully created database component and mws.db.xml in the MWS default folder is having right database connection details.
Using the same details am able to access the wM component database tables with the help of Toad but when I try to start the server I am receiving below error…Can you please help me in resolving the issue?

Database: Oracle 11g
Environment: Windows 64 bit
MWS 8.0

Error Log:

<log4j:event logger=“Framework” timestamp=“1382175520565” level=“FATAL” thread=“main”>
log4j:message</log4j:message>
log4j:throwable</log4j:throwable>
</log4j:event>

<log4j:event logger=“Framework” timestamp=“1382175520580” level=“WARN” thread=“main”>
log4j:message</log4j:message>
</log4j:event

Regards,
Santosh

Error says that database is not available

Have you run the database scripts?

Yes, I ran databse scripts, database component tables got created successfully and database is up.
Using the same connection parameters I could configure JDBC pools and ran sucessfully but the issue is coming with the MWS when I try to up the server.

Do one thing open MWS.db file in notepad

edit user & password to correct values and restart again and also cross check whether URL information should be following

com.wm.dd.jdbc.oracle.OracleDriver
jdbc:wm:oracle://Servername:1521;serviceName=orcl

Database connectivity properties in MWS.db file has correct values.
Database driver and URL are also correct. But still the issue persist.

Ok, ummmmmmmmmm

I think so Oracle11g R1/R2 is supported for MWS 8.0 but can you cross check system requirement document for Oracle 11g support for MWS

Looks like it is a Network error

1)check whether all the jars are in place.
2) Make sure you test the jdbc pools corresponding to MWS in Admin page.
3)Try to create an adapter connection to the database and enable it.

Hi Srinivas,

Thanks for your mail,

1)check whether all the jars are in place. (i have placed Ojdbc5 driver in wMJDBCAdapter, Can you please let me know If i need to check anything else apart from this)
2) Make sure you test the jdbc pools corresponding to MWS in Admin page.(JDBC pools are created and successfully tested by connecting to webMethods Component Tables)
3)Try to create an adapter connection to the database and enable it.(Have created JDBC Adapter connection to the database and its enabled)

Regards,
Santosh

Try to uninstall(delete registries & folder structure)

Install again!!!