webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Unable to Launch MyWebmethods Server

    Posted Thu July 07, 2016 10:56 AM

    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)


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Unable to Launch MyWebmethods Server

    Posted Thu July 07, 2016 11:57 AM

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

    Thanks,


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Unable to Launch MyWebmethods Server

    Posted Thu July 07, 2016 01:18 PM

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

    Thanks,


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: Unable to Launch MyWebmethods Server

    Posted Thu July 07, 2016 02:38 PM

    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


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 5.  RE: Unable to Launch MyWebmethods Server

    Posted Thu July 07, 2016 02:54 PM

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

    Thanks,


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB