Unable to Launch MyWebmethods Server

Hi,

I am unable to launch MyWebmethods server not sure why. I am not getting any obvious errors. I already checked and the DB is up and running. I launchec MWS via cmd “mws -s defeault run”. Checked on the full.log on the (\SoftwareAG\MWS\server\default\logs_full_.log) and could not see any errors that could guide me were else I could look.
full.log|attachment (723 KB)

which wM version you are using ? Is it the first time you are starting MWS ?

Thanks,

I am using WM 9.10 and it is the first time I am starting MWS.

Thanks,

Hi Gerald,

please create the database schema for MWS using DatabaseConfigurator before starting the IS for the first time.

This is indicated by the following stack trace:


2016-07-07 19:45:05 SGT (Framework:FATAL)  - [POP.004.0201] Cannot initialize MWS, invalid database schema is specified
java.sql.SQLSyntaxErrorException: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist

	at com.wm.dd.jdbc.oraclebase.ddcr.b(Unknown Source)
	at com.wm.dd.jdbc.oraclebase.ddcr.a(Unknown Source)
	at com.wm.dd.jdbc.oraclebase.ddcq.b(Unknown Source)
	at com.wm.dd.jdbc.oraclebase.ddcq.a(Unknown Source)
	at com.wm.dd.jdbc.oracle.ddal.a(Unknown Source)
	at com.wm.dd.jdbc.oracle.ddal.a(Unknown Source)
	at com.wm.dd.jdbc.oracle.ddam.t(Unknown Source)
	at com.wm.dd.jdbc.oraclebase.dde3.x(Unknown Source)
	at com.wm.dd.jdbc.oraclebase.dde3.w(Unknown Source)
	at com.wm.dd.jdbc.oraclebase.dde3.executeQuery(Unknown Source)
	at com.webmethods.portal.service.sql.core.BaseSqlWorker.executeQuery(BaseSqlWorker.java:540)
	at com.webmethods.portal.service.sql.core.ConnectionManager.validateDatasource(ConnectionManager.java:716)
	at com.webmethods.portal.service.sql.core.ConnectionManager.init(ConnectionManager.java:291)
	at com.webmethods.portal.service.sql.core.ConnectionManager.init(ConnectionManager.java:214)
	at com.webmethods.portal.system.init.impl.ClusterPhaseProvider.initializeDatabaseConfigLocator(ClusterPhaseProvider.java:232)
	at com.webmethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:30)
	at com.webmethods.portal.system.PortalSystem.init(PortalSystem.java:946)
	at com.webmethods.portal.system.PortalSystem.main(PortalSystem.java:868)
	at com.webmethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:57)
	at com.webmethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

Additionally it might be worth to check what this error message stands for:


2016-07-07 19:45:06 SGT (Osgi.Platform.Logger:ERROR)  - Message not found for messageKey Unexpected OSGi log level: 32

Regards,
Holger

Yes, I can also see Oracle related errors. Please install MWS related tables using DBCC and start again.

Thanks,