About Me
Facebook
Facebook
Linked In
Linked In
Twitter
Twitter
YouTube
YouTube
Google +
Google +

Tuesday, December 21, 2010

Module not staring while deploy in to Websphere Process Server

[12/21/10 13:06:47:866 IST] 00000056 ProcessContai E   Configuration.PendingUpdatesError
[12/21/10 13:06:47:866 IST] 00000056 ApplicationMg W   WSVR0101W: An error occurred starting, OBII_MP_ProcessCARApp
[12/21/10 13:06:47:866 IST] 00000056 MBeanHelper   E   Could not invoke an operation on object: WebSphere:name=ApplicationManager,process=server1,platform=dynamicproxy,node=widNode,version=6.1.0.23,type=ApplicationManager,mbeanIdentifier=ApplicationManager,cell=widCell,spec=1.0 because of an mbean exception: com.ibm.ws.exception.RuntimeWarning: could not start application OBII_MP_ProcessCARApp because of filter com.ibm.bpe.framework.ProcessContainer@181e181e
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R   com.ibm.ws.exception.RuntimeWarning: could not start application OBII_MP_ProcessCARApp because of filter com.ibm.bpe.framework.ProcessContainer@181e181e
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:896)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1461)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4132)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4229)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1466)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at java.lang.reflect.Method.invoke(Method.java:618)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at java.lang.reflect.Method.invoke(Method.java:618)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1092)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:973)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1106)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:999)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:239)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:544)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1149)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1084)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:587)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:321)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:206)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1149)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1084)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:792)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:363)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:587)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
[12/21/10 13:06:47:866 IST] 00000056 SystemErr     R       at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)


2 comments :

  1. I faced This problem wile deploying module. Finally i found the problem and solution for this problem.

    This Exception accrued because of the process name already Existed in the server. That means previously i deployed 1 module in the sever that process name is BP_PrepareCAR. After some days i tried to deploy another module and this process name also BP_PrepareCAR. so this two modules contain same process name, so this exception occurred.

    The solution for this problem is to change any one of the process name and Deploy in the server.

    ReplyDelete
  2. Hi Dear,

    i Like Your Blog Very Much..I see Daily Your Blog ,is A Very Usefull For me.

    You Can see also my services..Legal Process Server & Process Service In Orange County


    Legal process server & process service in Orange County. Process server express provides legal document service, court filing services at affordable prices.


    Visit Now - https://www.processserverexpress.net/

    ReplyDelete

IBM-WebSphere Process Server
Designed By AMEER BASHA G
Design by : AMEER BASHA G