Hello,
I have installed 10.15 MWS and getting below portal initialization error while starting the MWS. When i delete the DB and recreate it i am able to bring up the MWS but second time onwards i am getting below error. Our team has successfully installed this version MWS in lower environments but for me i am getting below error when i try to install in production . did anyone come across this issue?
Error Details:
(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:230) ~[?:?]
at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:46) ~[?:?]
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:1324) ~[com.webMethods.caf.server.common_10.15.0.0000-0385.jar:10.15.0.0000-0385]
at com.webMethods.portal.system.impl.PortalSystemInit.init(PortalSystemInit.java:100) ~[?:?]
at com.webMethods.portal.system.PortalSystem.doStartup(PortalSystem.java:1232) [com.webMethods.caf.server.common_10.15.0.0000-0385.jar:10.15.0.0000-0385]
at com.webMethods.portal.system.impl.PortalSystemActivator$StartupWorker.call(PortalSystemActivator.java:177) [com.webMethods.caf.server_10.15.0.0000-0385.jar:10.15.0.0000-0385]
at com.webMethods.portal.system.impl.PortalSystemActivator$StartupWorker.call(PortalSystemActivator.java:162) [com.webMethods.caf.server_10.15.0.0000-0385.jar:10.15.0.0000-0385]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: com.webMethods.portal.system.init.InitializationException
at com.webMethods.portal.system.boot.PortalBootManager.init(PortalBootManager.java:77) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.verifyDatabaseState(ClusterPhaseProvider.java:269) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:224) ~[?:?]
… 10 more
Caused by: com.webMethods.portal.PortalException
at com.webMethods.portal.system.boot.PortalBootManager.verifyPortalBoot(PortalBootManager.java:124) ~[?:?]
at com.webMethods.portal.system.boot.PortalBootManager.init(PortalBootManager.java:73) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.verifyDatabaseState(ClusterPhaseProvider.java:269) ~[?:?]
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:224) ~[?:?]
after migrating the cloned database schema to new version you have to run the migration utility before starting the new MWS so that the entries in the database get updated to the newly installed components.