IBM Support

webMethods Knowlegebase : My WebMethods Server page is inaccessible after restart (1787910)

Troubleshooting


Problem

After restarting My WebMethods Server (2-node cluster), the page becomes inaccessible, although no errors were seen from the full.log. Full.log indicated that My WebMethods Server was started successfully, example:

2018-03-23 18:07:19 SGT (Framework:INFO) - My webMethods Server "default" Node "default" took 911 seconds to initialize

role: notification

role: search

role: taskengine

role: autodeploy

http listening at: localhost:8585

https listening at: localhost:8443

FrontEndUrl: http://localhost:8585

From the problem.log however, a warning message was seen as below:

==================================================================

2018-03-26 17:08:51 SGT (o.e.j.u.c.AbstractLifeCycle:WARN) [MWS Startup-1] - FAILED SslContextFactory@158038c8(c:\\wm101\\MWS\\server/default/config/security/localhost.p12,c:\\wm101\\MWS\\server/default/config/security/sagdemoca.jks): java.io.FileNotFoundException: C:\wm101\MWS\server\default\config\security\localhost.p12 (The system cannot find the path specified)

java.io.FileNotFoundException: C:\wm101\MWS\server\default\config\security\localhost.p12 (The system cannot find the path specified)

at java.io.FileInputStream.open0(Native Method)

at java.io.FileInputStream.open(FileInputStream.java:195)

at java.io.FileInputStream.<init>(FileInputStream.java:138)

at org.eclipse.jetty.util.resource.FileResource.getInputStream(FileResource.java:290)

at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:43)

at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:867)

at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:271)

at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)

at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)

at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:64)

at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)

at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)

at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:256)

at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)

at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)

at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

at org.eclipse.jetty.server.Server.doStart(Server.java:366)

at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

at org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper.start(ServerInstanceWrapper.java:305)

at org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker.serviceChanged(JettyServerServiceTracker.java:116)

at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)

at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:914)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)

at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)

at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)

at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)

at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)

at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)

at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)

at com.webmethods.portal.webapp.jetty7.JettySystem.initializeServer(JettySystem.java:229)

at com.webmethods.portal.webapp.jetty7.JettySystem.initializeJetty(JettySystem.java:137)

at com.webmethods.portal.webapp.jetty7.JettySystem.init(JettySystem.java:133)

at com.webmethods.portal.webapp.jetty7.JettySystem.main(JettySystem.java:118)

at com.webmethods.portal.webapp.jetty7.JettySystem.init(JettySystem.java:78)

at com.webmethods.portal.system.init.impl.DefaultPhase$InitializableWrapper.init(DefaultPhase.java:142)

at com.webmethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:122)

at com.webmethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:737)

at com.webmethods.portal.system.impl.BaseProvider.init(BaseProvider.java:239)

at com.webmethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:53)

at com.webmethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:308)

at com.webmethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:737)

at com.webmethods.portal.system.impl.BaseProvider.init(BaseProvider.java:239)

at com.webmethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:102)

at com.webmethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:159)

at com.webmethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:46)

at com.webmethods.portal.system.PortalSystem.init(PortalSystem.java:1361)

at com.webmethods.portal.system.impl.PortalSystemInit.init(PortalSystemInit.java:92)

at com.webmethods.portal.system.PortalSystem.doStartup(PortalSystem.java:1266)

at com.webmethods.portal.system.impl.PortalSystemActivator$StartupWorker.call(PortalSystemActivator.java:177)

at com.webmethods.portal.system.impl.PortalSystemActivator$StartupWorker.call(PortalSystemActivator.java:162)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

==================================================================

Document Location

Worldwide

[{"Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSVYEV","label":"IBM webMethods Integration"},"ARM Category":[{"code":"a8mKe00000000AQIAY","label":"My webMethods Server (MWS)"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Red Hat Enterprise Linux"}],"Version":"10.1"},{"Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSAWP1J","label":"IBM webMethods BPM"},"ARM Category":[{"code":"a8mKe00000000AQIAY","label":"My webMethods Server (MWS)"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Red Hat Enterprise Linux"}],"Version":"10.1"},{"Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSFIWYE","label":"IBM webMethods B2B"},"ARM Category":[{"code":"a8mKe00000000AQIAY","label":"My webMethods Server (MWS)"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Red Hat Enterprise Linux"}],"Version":"10.1"},{"Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSQG2X","label":"IBM webMethods Managed File Transfer"},"ARM Category":[{"code":"a8mKe00000000AQIAY","label":"My webMethods Server (MWS)"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Red Hat Enterprise Linux"}],"Version":"10.1"}]

Log InLog in to view more of this document

This document has the abstract of a technical article that is available to authorized users once you have logged on. Please use Log in button above to access the full document. After log in, if you do not have the right authorization for this document, there will be instructions on what to do next.

Document Information

Modified date:
20 March 2025

UID

ibm17215182