Can't start MWS after upgrading

Hi experts,
My webMethods can’t start up after upgrading, some log information shows:
Current DB component level is 45
Expected DB component level not found. Found 45, but expected 45.1. Update DB component level.
No registered exception delegate
Caught throwable:
com.webMethods.portal.system.init.InitializationException
at com.webMethods.portal.system.boot.StartupManager.verifyDbComponentLevel(StartupManager.java:60)
at com.webMethods.portal.system.boot.StartupManager.init(StartupManager.java:29)
at com.webMethods.portal.system.init.impl.DefaultPhase$InitializableWrapper.init(DefaultPhase.java:136)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:643)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:147)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:643)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:147)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:939)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:861)
at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
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)

I have install all fix of 9.8 version. I think I shoud upgrade database, But I don’t know how to do this. I have used Database configurator to recreate all tables, but it doesn’t work.
My webMethods version is 9.8.
thanks in advance.
full.log|attachment (88.1 KB)

Please run migration scripts using dbconfigruator.

Regards,
Syed Faraz Ahmed

1 Like

Hi,

please make sure you have applied the latest DC_DBS-Fix for your database configurator.

After that run database configurator to apply the migration scripts to the database schema.

Restart MWS afterwards.

Regards,
Holger

1 Like

R u upgrading or installing new version.

Thanks,
Krish

Hi Syed,
thanks a lot, you are right, it works now.