Hi All,
Please help me.
I am getting the below error in WAS 7.0 post creating BUS, messaging engines. I am unable to do test connection.
SystemOut O 2013/04/08 16:15:00:793 | ERROR | WebContainer : 4 | | EventPublisherService | Exception in Eventpublisher
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ; nested exception is: javax.ejb.EJBException: nested exception is: com.ptp.impact.common.event.EventServiceException: Error in posting message to Event Subscriber JMS queue
nested exception is-- javax.jms.JMSException- CWSIA0241E: An exception was received during the call to the method JmsManagedConnectionFactoryImpl.createConnection: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0019E: No suitable messaging engine is available on bus MESSAGE-BUS that matched the specified connection properties {multicastInterface=none, connectionProximity=Bus, targetSignificance=Preferred, subscriptionProtocol=Unicast, targetType=BusMember, busName=MESSAGE-BUS}. Reason for failure: CWSIT0103E: No messaging engine was found that matched the following parameters: bus=MESSAGE-BUS, targetGroup=null, targetType=BusMember, targetSignificance=Preferred, transportChain=InboundBasicMessaging, proximity=Bus..
at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:235)
at com.ibm.CORBA.iiop.UtilDelegateImpl.wrapException(UtilDelegateImpl.java:743)
at javax.rmi.CORBA.Util.wrapException(Util.java:296)
at com.ptp.impact.ejb.event._EventSession_Stub.publishEvent(_EventSession_Stub.java:562)
at com.ptp.impact.common.event.EventPublisherService._publish(EventPublisherService.java:302)
at com.ptp.impact.common.event.EventPublisherService.publish(EventPublisherService.java:211)
at com.ptp.eclipse.common.util.SessionData.triggerIDRL(SessionData.java:1618)
at com.ptp.eclipse.common.util.SessionData.cleanUpLoanLevelData(SessionData.java:213)
at com.ptp.client.common.web.listeners.ClientSessionListener.cleanUpLoanLevelData(ClientSessionListener.java:71)
at com.ptp.client.common.web.listeners.ClientSessionListener.sessionDestroyed(ClientSessionListener.java:55)
at com.ibm.ws.session.http.HttpSessionObserver.sessionDestroyed(HttpSessionObserver.java:179)
at com.ibm.ws.session.SessionEventDispatcher.sessionDestroyed(SessionEventDispatcher.java:160)
at com.ibm.ws.session.StoreCallback.sessionInvalidated(StoreCallback.java:126)
at com.ibm.ws.session.store.memory.MemorySession.invalidate(MemorySession.java:224)
at com.ibm.ws.session.http.HttpSessionImpl.invalidate(HttpSessionImpl.java:303)
at com.ibm.ws.session.SessionData.invalidate(SessionData.java:246)
at com.ibm.ws.session.HttpSessionFacade.invalidate(HttpSessionFacade.java:200)
at com.ptp.eclipse.contact.action.Logout.execute(Logout.java:138)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at com.ptp.eclipse.common.servlets.Controller.process(Controller.java:34)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at
Thanks,
Chinna.