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

Tuesday, February 15, 2011

While testing a module, after recieve sending Error

Originator becomes administrator of task BP_RunInterface_Proxy.
[2/14/11 11:10:59:843 IST] 00000086 EventBusSende E com.ibm.events.emitter.impl.EventBusSender initialize CEIEM0020E The emitter failed to initialize because the JNDI lookup on the event bus home name failed.
JNDI name: ejb/com/ibm/events/bus/EventBus
Context: widCell/nodes/widNode/servers/server1
Exception (if any): javax.naming.NameNotFoundException
[2/14/11 11:10:59:843 IST] 00000086 cem           W com.ibm.websphere.cem getEmitter CEMEM0005E: An exception occurred while using an emitter. {0}
[2/14/11 11:10:59:859 IST] 00000086 ExceptionUtil E   CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "bpc_onMessage" on bean "BeanId(OBII_MP_RunInterface_ProxyApp#OBII_MP_RunInterface_ProxyEJB.jar#component.BP_RunInterface_Proxy, null)". Exception data: com.ibm.bpe.api.EngineStateObserverEventError: CWWBE0013E: An error occurred during the event handling of 'activityStarted' in the observer plug-in type 'com.ibm.bpe.engine.observer.CEMStateObserverPlugin'.
com.ibm.websphere.cem.exception.EmitterCreationException: CEMEM0005E: An exception occurred while using an emitter. com.ibm.events.emitter.EmitterException: CEIEM0020E The emitter failed to initialize because the JNDI lookup on the event bus home name failed.
JNDI name: ejb/com/ibm/events/bus/EventBus
Context: widCell/nodes/widNode/servers/server1
Exception (if any): javax.naming.NameNotFoundException  : Context: widCell/nodes/widNode/servers/server1, name: ejb/com/ibm/events/bus/EventBus: First component in name EventBus not found.
com.ibm.events.emitter.EmitterException: CEIEM0020E The emitter failed to initialize because the JNDI lookup on the event bus home name failed.
JNDI name: ejb/com/ibm/events/bus/EventBus
Context: widCell/nodes/widNode/servers/server1
Exception (if any): javax.naming.NameNotFoundException  : Context: widCell/nodes/widNode/servers/server1, name: ejb/com/ibm/events/bus/EventBus: First component in name EventBus not found.
javax.naming.NameNotFoundException: Context: widCell/nodes/widNode/servers/server1, name: ejb/com/ibm/events/bus/EventBus: First component in name EventBus not found.
org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
    at com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.do_resolve_complete_info(WsnOptimizedNamingImpl.java:545)
    at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.resolve_complete_info(WsnOptimizedNamingImplBase.java:2215)
    at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java:4375)
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1905)
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1866)
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1556)
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1358)
    at com.ibm.events.emitter.impl.JndiHelper.lookup(JndiHelper.java:113)
    at com.ibm.events.emitter.impl.EventBusSender.initialize(EventBusSender.java:289)
    at com.ibm.events.emitter.impl.EmitterImpl.initialize(EmitterImpl.java:1099)
    at com.ibm.events.emitter.impl.EmitterImpl.createEmitter(EmitterImpl.java:1513)
    at com.ibm.events.emitter.impl.EmitterImpl.<init>(EmitterImpl.java:189)
    at com.ibm.events.emitter.impl.EmitterFactoryImpl.getEmitter(EmitterFactoryImpl.java:135)
    at com.ibm.websphere.cem.ECSEmitter.getEmitter(ECSEmitter.java:924)
    at com.ibm.websphere.cem.ECSEmitter.<init>(ECSEmitter.java:141)
    at com.ibm.ws.monitoring.core.cei.ECSAccess.getECSEmitter(ECSAccess.java:104)
    at com.ibm.ws.monitoring.core.BaseMonitor.getECSEmitter(BaseMonitor.java:334)
    at com.ibm.bpe.monitor.MonitoredComponent.getECSEmitter(MonitoredComponent.java:203)
    at com.ibm.bpe.engine.observer.EventHelper.getECSEmitter(EventHelper.java:184)
    at com.ibm.bpe.engine.observer.ActivityInstanceEventTypeHandler.processBPELEvent(ActivityInstanceEventTypeHandler.java:1530)
    at com.ibm.bpe.engine.observer.CEMSOPContextRestored.activityInstanceEvent(CEMSOPContextRestored.java:170)
    at com.ibm.bpe.engine.observer.BpelStateObserverContextImpl.restoreContextAndFireActivityInstanceEvent(BpelStateObserverContextImpl.java:1173)
    at com.ibm.bpe.engine.observer.CEMStateObserverPlugin.activityInstanceEvent(CEMStateObserverPlugin.java:424)
    at com.ibm.bpe.engine.observer.BpelStateObserver.observe(BpelStateObserver.java:1323)
    at com.ibm.bpe.engine.observer.BpelStateObserver.observeOrDelay(BpelStateObserver.java:1286)
    at com.ibm.bpe.engine.observer.BpelStateObserver.activityStarted(BpelStateObserver.java:67)
    at com.ibm.bpe.engine.BpelActivityState.setActivityState(BpelActivityState.java:428)
    at com.ibm.bpe.engine.BpelActivityState.setActivityState(BpelActivityState.java:109)
    at com.ibm.bpe.engine.BpelActivityState.setActivityState(BpelActivityState.java:91)
    at com.ibm.bpe.engine.BpelActivityKindScript.doActivate(BpelActivityKindScript.java:68)
    at com.ibm.bpe.engine.BpelActivityStateInactive.activateOrSkip(BpelActivityStateInactive.java:248)
    at com.ibm.bpe.engine.BpelEngineCore.continueControlLink(BpelEngineCore.java:317)
    at com.ibm.bpe.engine.BpelContinueLinkMessage3.execute(BpelContinueLinkMessage3.java:86)
    at com.ibm.bpe.engine.BpelEngine.onMessage(BpelEngine.java:1385)
    at com.ibm.bpe.framework.sca.ProcessImplementationHandler.bpc_onMessage(ProcessImplementationHandler.java:588)
    at com.ibm.bpe.framework.sca.ProcessImplementationHandler.handleScaParameterWrapper(ProcessImplementationHandler.java:249)
    at com.ibm.bpe.framework.sca.ProcessImplementationHandler.processMessage(ProcessImplementationHandler.java:148)
    at com.ibm.ws.sca.internal.message.impl.MessageDispatcherImpl.processMessageWithPCI(MessageDispatcherImpl.java:714)
    at com.ibm.ws.sca.internal.message.impl.MessageDispatcherImpl.processMessage(MessageDispatcherImpl.java:1166)
    at com.ibm.ws.sca.internal.proxy.impl.ProxyInvocationHandlerImpl.invoke(ProxyInvocationHandlerImpl.java:822)
    at $Proxy90.processMessage(Unknown Source)
    at com.ibm.bpe.framework.sca.ProcessSessionBean.runInComponentContext(ProcessSessionBean.java:1458)
    at com.ibm.bpe.framework.sca.ProcessSessionBean.bpc_onMessage(ProcessSessionBean.java:2170)
    at com.ibm.bpe.framework.sca.ProcessSessionBean.bpc_onMessage(ProcessSessionBean.java:2155)
    at com.ibm.bpe.framework.sca.EJSLocalStatelesscomponent_BP_RunInterface_Proxy_fcc054c7.bpc_onMessage(EJSLocalStatelesscomponent_BP_RunInterface_Proxy_fcc054c7.java:708)
    at com.ibm.bpe.framework.BpelProcessWorkObjectImpl.processV6EngineMessage(BpelProcessWorkObjectImpl.java:322)
    at com.ibm.bpe.framework.BpelProcessWorkObjectImpl.run(BpelProcessWorkObjectImpl.java:193)
    at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:261)
    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.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:328)
    at java.security.AccessController.doPrivileged(AccessController.java:246)
    at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:757)
    at com.ibm.ws.asynchbeans.ExecutionContextImpl.go(ExecutionContextImpl.java:85)
    at com.ibm.bpe.framework.ProcessExecutionContextImpl.go(ProcessExecutionContextImpl.java:78)
    at com.ibm.bpe.framework.ProcessMDB.processEngineMessage(ProcessMDB.java:860)
    at com.ibm.bpe.framework.ProcessMDB.onMessage(ProcessMDB.java:466)
    at com.ibm.ejs.container.MessageEndpointHandler.invokeMdbMethod(MessageEndpointHandler.java:1014)
    at com.ibm.ejs.container.MessageEndpointHandler.invoke(MessageEndpointHandler.java:747)
    at $Proxy48.onMessage(Unknown Source)
    at com.ibm.ws.sib.api.jmsra.impl.JmsJcaEndpointInvokerImpl.invokeEndpoint(JmsJcaEndpointInvokerImpl.java:201)
    at com.ibm.ws.sib.ra.inbound.impl.SibRaDispatcher.dispatch(SibRaDispatcher.java:788)
    at com.ibm.ws.sib.ra.inbound.impl.SibRaSingleProcessListener$SibRaWork.run(SibRaSingleProcessListener.java:585)
    at com.ibm.ejs.j2c.work.WorkProxy.run(WorkProxy.java:419)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Read More
IBM-WebSphere Process Server
Designed By AMEER BASHA G
Design by : AMEER BASHA G