MWS not starting. Facing com.webmethods.portal.system.init.InitializationException: null

Hi all,

I am facing below issue during my MWS startup .

This is a first start.

Please provide related solutions.

I verified mws.db.xml file and details are correct.

Error log(Also attached SS) :

ā€˜2022-12-08 12:47:36 IST (E.B.o.e.e.registry:INFO) [Start Level: Equinox Container: 3dd2342e-948d-45fc-a762-fc6fd1f4108f] - BundleEvent 200
2022-12-08 12:47:36 IST (E.B.o.e.e.registry:INFO) [Start Level: Equinox Container: 3dd2342e-948d-45fc-a762-fc6fd1f4108f] - BundleEvent STARTING
2022-12-08 12:47:36 IST (c.w.p.s.i.i.ClusterPhaseProvider:INFO) [MWS Startup-1] - Obtained cluster bootstrap lock
2022-12-08 12:47:36 IST (c.w.p.s.b.StartupManager:INFO) [MWS Startup-1] - Current DB component level is v10.5.fix1
2022-12-08 12:47:36 IST (c.w.p.s.b.StartupManager:INFO) [MWS Startup-1] - Current DB component level is v10.5.fix1
2022-12-08 12:47:36 IST (c.w.p.s.i.BuildVersion:INFO) [MWS Startup-1] - MWS BuildVersion: 0.0.0.0.0
2022-12-08 12:47:36 IST (c.w.p.s.i.BuildVersion:INFO) [MWS Startup-1] - MWS InstalledVersion: 10.5.0.0010-0189
2022-12-08 12:47:36 IST (c.w.p.PortalException:INFO) [MWS Startup-1] - No registered exception delegate
2022-12-08 12:47:36 IST (c.w.p.s.i.i.ClusterPhaseProvider:INFO) [MWS Startup-1] - Released cluster bootstrap lock
2022-12-08 12:47:36 IST (c.w.p.s.PortalSystem:ERROR) [MWS Startup-1] - null
com.webMethods.portal.system.init.InitializationException: null
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:194) ~[?:?]
at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:46) ~[?:?]
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:1304) ~[com.webMethods.caf.server.common_10.5.0.0010-0189.jar:10.5.0.0010-0189]
at com.webMethods.portal.system.impl.PortalSystemInit.init(PortalSystemInit.java:100) ~[?:?]
at com.webMethods.portal.system.PortalSystem.doStartup(PortalSystem.java:1212) [com.webMethods.caf.server.common_10.5.0.0010-0189.jar:10.5.0.0010-0189]
at com.webMethods.portal.system.impl.PortalSystemActivator$StartupWorker.call(PortalSystemActivator.java:177) [com.webMethods.caf.server_10.5.0.0010-0189.jar:10.5.0.0010-0189]
at com.webMethods.portal.system.impl.PortalSystemActivator$StartupWorker.call(PortalSystemActivator.java:162) [com.webMethods.caf.server_10.5.0.0010-0189.jar:10.5.0.0010-0189]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Caused by: com.webMethods.portal.system.init.InitializationException
at com.webMethods.portal.system.boot.PortalBootManager.init(PortalBootManager.java:57) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.verifyDatabaseState(ClusterPhaseProvider.java:224) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:189) ~[?:?]
ā€¦ 10 more
Caused by: com.webMethods.portal.PortalException
at com.webMethods.portal.system.boot.PortalBootManager.verifyPortalBoot(PortalBootManager.java:95) ~[?:?]
at com.webMethods.portal.system.boot.PortalBootManager.init(PortalBootManager.java:53) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.verifyDatabaseState(ClusterPhaseProvider.java:224) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:189) ~[?:?]
ā€¦ 10 more
2022-12-08 12:47:36 IST (c.w.r.p.ShutdownManager:INFO) [Thread-13] - Shutdown Manager running all shutdown hooks.
2022-12-08 12:47:36 IST (c.w.r.p.ShutdownManager:INFO) [Thread-13] - Portal state: 4ā€™

Please provide more details about the use case? Is it a first start (init) or?
It fails on verifyDatabaseState so likely your DB is inconsistent state and if this is the first start, then you should recreate the DB and try again.

Hi,

This is a first start.

In this case you can:

1 Like

Ok, will try with this.

MWS is starting now. Thanks.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.