Issue starting up My webMethods

Hi

I am having an issue starting up My webMethods…below is part of the log…has anyone encountered the same issue?

Thanks

.
.
.
2009-09-19 11:51:24 EST (Framework : INFO) - Initializing components of: postInit
2009-09-19 11:51:24 EST (dataAccess : INFO) - Caching service versionDCVSServer
2009-09-19 11:51:24 EST (Framework : INFO) - Initializing components of: wm_managecomponents_service
2009-09-19 11:51:24 EST (Framework : INFO) - Starting email notification deliverer
2009-09-19 11:51:24 EST (wsclient : INFO) - WSClient: SocketTimeout=300000 ms
SocketTimout is configured in portal.properties with key “DWSClientConfig.SocketTimeout”
2009-09-19 11:51:24 EST (Framework : INFO) - Not initializing the search indexer because this cluster segment does not have the ‘search’ role.
2009-09-19 11:51:24 EST (Framework : INFO) - Loading phase: [phaseID, phaseName] [wsrp, wsrp]
2009-09-19 11:51:24 EST (Framework : INFO) - Initializing components of: wsrp
2009-09-19 11:51:24 EST (Framework : INFO) - Initializing components of: WSRPProducer
2009-09-19 11:51:24 EST (Framework : INFO) - Loading phase: [phaseID, phaseName] [webserver, webserver]
2009-09-19 11:51:24 EST (Framework : INFO) - Initializing components of: webserver
2009-09-19 11:51:26 EST (Framework : INFO) - No registered exception delegate
2009-09-19 11:51:26 EST (Framework : FATAL) - [POP.001.0002] A “org.mortbay.util.MultiException” occurred with the Message “Multiple exceptions”
org.mortbay.util.MultiException[java.lang.NullPointerException]
at org.mortbay.http.HttpServer.doStart(HttpServer.java:686)
at org.mortbay.jetty.plus.Server.doStart(Server.java:153)
at org.mortbay.util.Container.start(Container.java:72)
at com.webMethods.portal.webApplication.JettySystem.initializeJetty(JettySystem.java:108)
at com.webMethods.portal.webApplication.JettySystem.init(JettySystem.java:103)
at com.webMethods.portal.webApplication.JettySystem.main(JettySystem.java:90)
at com.webMethods.portal.webApplication.JettySystem.init(JettySystem.java:53)
at com.webMethods.portal.system.init.impl.DefaultPhase$InitializableWrapper.init(DefaultPhase.java:118)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:99)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:512)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:125)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:44)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:257)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:512)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:125)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:89)
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:27)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:868)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:827)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.webMethods.portal.system.start.Main.start(Main.java:131)
at com.webMethods.portal.system.start.Main.main(Main.java:48)
java.lang.NullPointerException
at electric.util.license.License.isClientLicense(License.java:193)
at electric.server.http.ServletServer.init(ServletServer.java:225)
at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:383)
at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:243)
at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:446)
at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:321)
at org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
at com.webMethods.portal.webApplication.WmWebAppContext.doStart(WmWebAppContext.java:150)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
at org.mortbay.jetty.plus.Server.doStart(Server.java:153)
at org.mortbay.util.Container.start(Container.java:72)
at com.webMethods.portal.webApplication.JettySystem.initializeJetty(JettySystem.java:108)
at com.webMethods.portal.webApplication.JettySystem.init(JettySystem.java:103)
at com.webMethods.portal.webApplication.JettySystem.main(JettySystem.java:90)
at com.webMethods.portal.webApplication.JettySystem.init(JettySystem.java:53)
at com.webMethods.portal.system.init.impl.DefaultPhase$InitializableWrapper.init(DefaultPhase.java:118)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:99)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:512)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:125)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:44)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:257)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:512)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:125)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:89)
at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:27)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:868)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:827)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.webMethods.portal.system.start.Main.start(Main.java:131)
at com.webMethods.portal.system.start.Main.main(Main.java:48)
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down PortalAxisServlet
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down PortalServlet
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down PortalServlet
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down PortalServlet
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down…
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: MWS
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: wsrp
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: postInit
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: DataPhaseTwo
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: webApplication
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: webApp
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: webAppRuntimeConfigManager
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: portletWebManager
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: propertyEditorManager
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: presManager
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: dispatchManager
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: sessionManager
2009-09-19 11:51:26 EST (Framework : INFO) - Shutting down components of: authManager
.
.
.

Found the answer. It turns out that my glue license has expired.

Update [FONT=Helv][SIZE=2][FONT=Helv][SIZE=2]
\common\conf\webMethods-license.xml

with the new license and everything works hunky-dory!
[/size][/font][/SIZE][/FONT]

Hi

Where can i get this License because during installation we are not providing this License.

Thanks
Pranith

Just get it from any of your other working webMethods instances and overwrite the one that doesn’t work. (don’t forget to make a backup)

Just get it from any of your working webMethods instances. Overwrite the one that doesn’t work and don’t forget to make a backup.