Yeah I tried all in this guide, But Axis Servlete init fails when I start the we application.
Do I need to do any specific configuration for WebSphere? -----Original Message----- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: 15 January 2007 19:04 To: [email protected] Subject: Re: Axis2 Deployment in WebSphere Hope you had a look at this document [1]. ~Thilina [1] http://ws.apache.org/axis2/1_1_1/app_server.html On 1/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > I get the following error when I deploy the axis2.war in WebSphere5.1. > > [1/15/07 17:15:12:940 GMT] 46289403 ServletInstan E SRVE0100E: Did not > realize init() exception thrown by servlet AxisServlet: > javax.servlet.ServletException > > at > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:195) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServl etInstance.java:82) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifec ycleServlet.java:147) > at > com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLi fecycleServlet.java:270) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecy cleServlet.java:113) > at > com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.jav a:189) > at > javax.servlet.GenericServlet.init(GenericServlet.java:258) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppSer vletManager.java:870) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppSe rvletManager.java:224) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets (WebAppServletManager.java:542) > at > com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:127 7) > at > com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283) > at > com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387) > at > com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209) > at > com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java :1005) > at > com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.j ava:136) > at > com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.jav a:356) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl .java:505) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjec > tStart(DeployedApplicationImpl.java:808) > > at > com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl .java:354) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli cationImpl.java:578) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:299) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:576) > at > sun.reflect.GeneratedMethodAccessor412.invoke(Unknown > Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java(Compiled > Code)) > at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInvoker.java:46) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(MMBInvoker.java:115 ) > at > com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(DynamicModelMB eanSupport.java:409) > at > javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean .java:323) > at > com.tivoli.jmx.GenericMBeanSupport.invoke(GenericMBeanSupport.java:178) > at > com.tivoli.jmx.MBeanAccess.invoke(MBeanAccess.java:113) > at > com.tivoli.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:290) > at > com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:659) > at > com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:141) > at > com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction > .perform(ApplicationDeploymentCollectionAction.java:315) > > at > org.apache.struts.action.ActionServlet.processActionPerform(ActionServle t.java:1791) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586) > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(Strict > ServletInstance.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(Strict > LifecycleServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecyc > leServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictL > ifecycleServlet.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstanc > e.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Va > lidServletReferenceState.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Serv > letInstanceReference.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDis > patch(WebAppRequestDispatcher.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebApp > RequestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppR > equestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java > (Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppI > nvoker.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvoca > tion(CachedInvocation.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.in > voke(CacheableInvocationContext.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Serv > letRequestProcessor.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEL > istener.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnecti > on.java(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.jav > a(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled > Code)) > at > com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled > Code)) > ---- Begin backtrace for Nested Throwables > javax.servlet.ServletException > at > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServle t.java:218) > at > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:182) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServl etInstance.java:82) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifec ycleServlet.java:147) > at > com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLi fecycleServlet.java:270) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecy cleServlet.java:113) > at > com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.jav a:189) > at > javax.servlet.GenericServlet.init(GenericServlet.java:258) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppSer vletManager.java:870) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppSe rvletManager.java:224) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets (WebAppServletManager.java:542) > at > com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:127 7) > at > com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283) > at > com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387) > at > com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209) > at > com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java :1005) > at > com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.j ava:136) > at > com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.jav a:356) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl .java:505) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjec > tStart(DeployedApplicationImpl.java:808) > > at > com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl .java:354) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli cationImpl.java:578) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:299) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:576) > at > sun.reflect.GeneratedMethodAccessor412.invoke(Unknown > Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java(Compiled > Code)) > at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInvoker.java:46) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(MMBInvoker.java:115 ) > at > com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(DynamicModelMB eanSupport.java:409) > at > javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean .java:323) > at > com.tivoli.jmx.GenericMBeanSupport.invoke(GenericMBeanSupport.java:178) > at > com.tivoli.jmx.MBeanAccess.invoke(MBeanAccess.java:113) > at > com.tivoli.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:290) > at > com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:659) > at > com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:141) > at > com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction > .perform(ApplicationDeploymentCollectionAction.java:315) > > at > org.apache.struts.action.ActionServlet.processActionPerform(ActionServle t.java:1791) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586) > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(Strict > ServletInstance.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(Strict > LifecycleServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecyc > leServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictL > ifecycleServlet.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstanc > e.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Va > lidServletReferenceState.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Serv > letInstanceReference.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDis > patch(WebAppRequestDispatcher.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebApp > RequestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppR > equestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java > (Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppI > nvoker.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvoca > tion(CachedInvocation.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.in > voke(CacheableInvocationContext.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Serv > letRequestProcessor.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEL > istener.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnecti > on.java(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.jav > a(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled > Code)) > at > com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled > Code)) > ---- Begin backtrace for Nested Throwables > java.lang.NullPointerException > at > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxis Configurator.java:81) > at > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServle t.java:213) > at > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:182) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServl etInstance.java:82) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifec ycleServlet.java:147) > at > com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLi fecycleServlet.java:270) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecy cleServlet.java:113) > at > com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.jav a:189) > at > javax.servlet.GenericServlet.init(GenericServlet.java:258) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppSer vletManager.java:870) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppSe rvletManager.java:224) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets (WebAppServletManager.java:542) > at > com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:127 7) > at > com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283) > at > com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387) > at > com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209) > at > com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java :1005) > at > com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.j ava:136) > at > com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.jav a:356) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl .java:505) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjec > tStart(DeployedApplicationImpl.java:808) > > at > com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl .java:354) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli cationImpl.java:578) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:299) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:576) > at > sun.reflect.GeneratedMethodAccessor412.invoke(Unknown > Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java(Compiled > Code)) > at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInvoker.java:46) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(MMBInvoker.java:115 ) > at > com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(DynamicModelMB eanSupport.java:409) > at > javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean .java:323) > at > com.tivoli.jmx.GenericMBeanSupport.invoke(GenericMBeanSupport.java:178) > at > com.tivoli.jmx.MBeanAccess.invoke(MBeanAccess.java:113) > at > com.tivoli.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:290) > at > com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:659) > at > com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:141) > at > com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction > .perform(ApplicationDeploymentCollectionAction.java:315) > > at > org.apache.struts.action.ActionServlet.processActionPerform(ActionServle t.java:1791) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586) > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(Strict > ServletInstance.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(Strict > LifecycleServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecyc > leServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictL > ifecycleServlet.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstanc > e.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Va > lidServletReferenceState.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Serv > letInstanceReference.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDis > patch(WebAppRequestDispatcher.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebApp > RequestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppR > equestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java > (Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppI > nvoker.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvoca > tion(CachedInvocation.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.in > voke(CacheableInvocationContext.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Serv > letRequestProcessor.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEL > istener.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnecti > on.java(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.jav > a(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled > Code)) > at > com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled > Code)) > > [1/15/07 17:15:12:955 GMT] 46289403 WebGroup E SRVE0020E: [Servlet > Error]-[AxisServlet]: Failed to load servlet: > java.lang.NullPointerException > > at > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxis Configurator.java:81) > at > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServle t.java:213) > at > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:182) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServl etInstance.java:82) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifec ycleServlet.java:147) > at > com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLi fecycleServlet.java:270) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecy cleServlet.java:113) > at > com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.jav a:189) > at > javax.servlet.GenericServlet.init(GenericServlet.java:258) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppSer vletManager.java:870) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppSe rvletManager.java:224) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets (WebAppServletManager.java:542) > at > com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:127 7) > at > com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283) > at > com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387) > at > com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209) > at > com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java :1005) > at > com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.j ava:136) > at > com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.jav a:356) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl .java:505) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjec > tStart(DeployedApplicationImpl.java:808) > > at > com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl .java:354) > at > com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli cationImpl.java:578) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:299) > at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica tionMgrImpl.java:576) > at > sun.reflect.GeneratedMethodAccessor412.invoke(Unknown > Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java(Compiled > Code)) > at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInvoker.java:46) > at > com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(MMBInvoker.java:115 ) > at > com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(DynamicModelMB eanSupport.java:409) > at > javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean .java:323) > at > com.tivoli.jmx.GenericMBeanSupport.invoke(GenericMBeanSupport.java:178) > at > com.tivoli.jmx.MBeanAccess.invoke(MBeanAccess.java:113) > at > com.tivoli.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:290) > at > com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:659) > at > com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:141) > at > com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction > .perform(ApplicationDeploymentCollectionAction.java:315) > > at > org.apache.struts.action.ActionServlet.processActionPerform(ActionServle t.java:1791) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586) > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(Strict > ServletInstance.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(Strict > LifecycleServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecyc > leServlet.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictL > ifecycleServlet.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstanc > e.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Va > lidServletReferenceState.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Serv > letInstanceReference.java(Inlined > Compiled Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDis > patch(WebAppRequestDispatcher.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebApp > RequestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppR > equestDispatcher.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java > (Compiled > Code)) > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppI > nvoker.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvoca > tion(CachedInvocation.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.in > voke(CacheableInvocationContext.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Serv > letRequestProcessor.java(Compiled > Code)) > > at > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEL > istener.java(Compiled > Code)) > at > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnecti > on.java(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.jav > a(Compiled > Code)) > at > com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled > Code)) > at > com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled > Code)) > > > > I've done all right as per the user and architecture guide but can not > overcome this error? Is any special configuration needed for WebSphere? > > Thanks in Advance!! > > Regards, > Jayadeba > > Visit our website at http://www.ubs.com > > This message contains confidential information and is intended only > for the individual named. If you are not the named addressee you > should not disseminate, distribute or copy this e-mail. Please notify > the sender immediately by e-mail if you have received this e-mail by > mistake and delete this e-mail from your system. > > E-mail transmission cannot be guaranteed to be secure or error-free as > information could be intercepted, corrupted, lost, destroyed, arrive > late or incomplete, or contain viruses. The sender therefore does not > accept liability for any errors or omissions in the contents of this > message which arise as a result of e-mail transmission. If > verification is required please request a hard-copy version. This > message is provided for informational purposes and should not be > construed as a solicitation or offer to buy or sell any securities or > related financial instruments. > > UBS Limited is a company registered in England & Wales under company > number 2035362, whose registered office is at 1 Finsbury Avenue, > London, EC2M 2PP, United Kingdom. > > UBS AG (London Branch) is registered as a branch of a foreign company > under number BR004507, whose registered office is at > 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. > > UBS Clearing and Execution Services Limited is a company registered in > England & Wales under company number 03123037, whose registered office > is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne WSO2, Inc.; http://www.wso2.com/ Home page: http://webservices.apache.org/~thilina/ Blog: http://thilinag.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. UBS Limited is a company registered in England & Wales under company number 2035362, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS AG (London Branch) is registered as a branch of a foreign company under number BR004507, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS Clearing and Execution Services Limited is a company registered in England & Wales under company number 03123037, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
