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)
Read More

Thursday, November 11, 2010

java.lang.ArrayStoreException

java.lang.ArrayStoreException
    at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
    at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
    at org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
    at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:307)
    at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
    at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
    at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
    at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
    at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
    at com.ibm.wbit.comptest.controller.util.GeneralUtils.createObject(Unknown Source)
    at com.ibm.wbit.comptest.controller.util.GeneralUtils.createSCADataObject(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.AdhocInvoker.createInputData(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.locateService(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.managedLocate(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.locate(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.BaseInvocationHandler.getInvoker(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.BaseInvocationHandler.invoke(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager.doInvoke(Unknown Source)
    at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at javax.security.auth.Subject.doAs(Subject.java:495)
    at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
    at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager.invoke(Unknown Source)
    at com.ibm.wbit.comptest.controller.command.impl.BaseInteractiveEventHandler.processEvent(Unknown Source)
    at com.ibm.wbit.comptest.controller.command.impl.BaseCommandHandler.doCommand(Unknown Source)
    at com.ibm.wbit.comptest.controller.command.impl.CommandProcessor.doCommand(Unknown Source)
    at com.ibm.wbit.comptest.controller.command.impl.CommandProcessor.doCommand(Unknown Source)
    at com.ibm.wbit.comptest.controller.servlet.TestControllerServlet.process(Unknown Source)
    at com.ibm.wbit.comptest.controller.servlet.TestControllerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1081)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:550)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:115)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Read More

java.lang.OutOfMemoryError

[11/9/10 15:24:38:500 IST] 000003f5 SystemErr     R com.ibm.bpe.plugins.DeploymentCodeGenerationCompileFailedException: CWWBD0338E: The compilation of the Java code for the BPEL file '<multiple bpel files>' failed. The Java compiler produced the following output: 'Exception in thread "LT=1:P=57703:O=0:port=9404" java.lang.OutOfMemoryError
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:455)
    at java.net.ServerSocket.implAccept(ServerSocket.java:462)
    at com.ibm.jsse2.hc.accept(hc.java:67)
    at com.ibm.rmi.transport.ListenerThread.run(ListenerThread.java:166)


The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError
    at java.util.zip.ZipEntry.initFields(Native Method)
    at java.util.zip.ZipEntry.<init>(ZipEntry.java:117)
    at java.util.zip.ZipFile$3.nextElement(ZipFile.java:485)
    at java.util.zip.ZipFile$3.nextElement(ZipFile.java:463)
    at com.sun.tools.javac.jvm.ClassReader.openArchive(ClassReader.java:1468)
    at com.sun.tools.javac.jvm.ClassReader.list(ClassReader.java:1763)
    at com.sun.tools.javac.jvm.ClassReader.listAll(ClassReader.java:1903)
    at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:1924)
    at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:1559)
    at com.sun.tools.javac.code.Symbol.complete(Symbol.java:382)
    at com.sun.tools.javac.comp.Enter.visitTopLevel(Enter.java:261)
    at com.sun.tools.javac.tree.Tree$TopLevel.accept(Tree.java:403)
    at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:226)
    at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:240)
    at com.sun.tools.javac.comp.Enter.complete(Enter.java:453)
    at com.sun.tools.javac.comp.Enter.main(Enter.java:438)
    at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:438)
    at com.sun.tools.javac.main.Main.compile(Main.java:605)
    at com.sun.tools.javac.main.Main.compile(Main.java:557)
    at com.sun.tools.javac.Main.compile(Main.java:98)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.ibm.bpe.util.Javac.compile(Javac.java:210)
    at com.ibm.bpe.deployment.BPEGeneratorForDeployment.compile(BPEGeneratorForDeployment.java:547)
    at com.ibm.bpe.processarchive.SCDLProcessComponentUpdateTask.updateGeneratedCode(SCDLProcessComponentUpdateTask.java:508)
    at com.ibm.bpe.processarchive.SCDLProcessComponentUpdateTask.computeUpdates(SCDLProcessComponentUpdateTask.java:112)
    at com.ibm.bpe.management.application.AbstractUpdateTask.performTask(AbstractUpdateTask.java:94)
    at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:262)
    at java.lang.Thread.run(Thread.java:810)
'
    at com.ibm.bpe.deployment.BPEGeneratorForDeployment.compile(BPEGeneratorForDeployment.java:550)
    at com.ibm.bpe.processarchive.SCDLProcessComponentUpdateTask.updateGeneratedCode(SCDLProcessComponentUpdateTask.java:508)
    at com.ibm.bpe.processarchive.SCDLProcessComponentUpdateTask.computeUpdates(SCDLProcessComponentUpdateTask.java:112)
    at com.ibm.bpe.management.application.AbstractUpdateTask.performTask(AbstractUpdateTask.java:94)
    at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:262)
    at java.lang.Thread.run(Thread.java:810)
Read More

Wednesday, November 10, 2010

ThreadMonitor W WSVR0605W:

ThreadMonitor W   WSVR0605W: Thread "Default : 0" (0000008a) has been active for 713578 milliseconds and may be hung.
There is/are 1 thread(s) in total in the server that may be hung.
Read More
IBM-WebSphere Process Server
Designed By AMEER BASHA G
Design by : AMEER BASHA G