Group: ibm.software.websphere.application-server




Subject: J2CA0144W: No mappingConfigAlias found for connection factory
From: santoshk19
Date: 10/23/2006 3:03:54 PM
Hi, I have deployed my application on RAD 6.0 development environment (Websphere Application Server 6.0). There are different components in the EAR that communicate with each other through internal messaging, so for that I have configured Websphere "Default Messaging" with SIB service. Now when I am trying to login into the application I get this error on log ============================================= [10/23/06 15:49:59:652 EDT] 0000003f WSRdbDataSour I DSRA8206I: JDBC driver version : 9.2.0.5.0 [10/23/06 15:49:59:823 EDT] 00000057 PrivExAction W J2CA0144W: No mappingConfigAlias found for connection factory or datasource jms/FOUNDATION_SERVER_TOPIC_CONNECTION_FACTORY. [10/23/06 15:49:59:893 EDT] 0000003f SystemOut O <Mon Oct 23 15:49:59 EDT 2006> <1161632999893> <ERROR> <Thd=WebContainer : 4> <com.chordiant.session.service.customobjects.SessionTopicHelper.send()> <Setup not finished. <com.chordiant.service.CommandException: JMS helper for [jms/com_chordiant_session_SessionTopic] has not finished setup. Please wait till system is active> > [10/23/06 15:49:59:893 EDT] 0000003f SystemOut O <Mon Oct 23 15:49:59 EDT 2006> <1161632999893> <ERROR> <Thd=WebContainer : 4> <com.chordiant.session.service.SessionService.postMessage()> <Error sending session message to topic helper. <com.chordiant.service.CommandException: JMS helper for [jms/com_chordiant_session_SessionTopic] has not finished setup. Please wait till system is active> > [10/23/06 15:49:59:893 EDT] 0000003f SystemOut O <Mon Oct 23 15:49:59 EDT 2006> <1161632999893> <ERROR> <Thd=WebContainer : 4> <com.chordiant.session.service.SessionService.processRequest()> <Exception occured <com.chordiant.service.ServiceException: Error sending message to topic helper. Original exception: com.chordiant.service.CommandException Original message: JMS helper for [jms/com_chordiant_session_SessionTopic] has not finished setup. Please wait till system is active Original exception stack trace: com.chordiant.service.CommandException: JMS helper for [jms/com_chordiant_session_SessionTopic] has not finished setup. Please wait till system is active at com.chordiant.session.service.customobjects.SessionTopicHelper.send(Unknown Source) at com.chordiant.session.service.customobjects.SessionTopicListener.send(Unknown Source) at com.chordiant.session.service.SessionService.postMessage(Unknown Source) at com.chordiant.session.service.SessionService.createSession(Unknown Source) at com.chordiant.session.service.SessionService.createSession(Unknown Source) at com.chordiant.session.service.SessionService.processRequest(Unknown Source) at com.chordiant.service.MasterStatelessServiceBean.processRequest(Unknown Source) at com.chordiant.service.GatewayHandler.processRequest(Unknown Source) at com.chordiant.service.ejb.EJBGatewayServiceBean.processRequestObject(Unknown Source) at com.chordiant.service.ejb.EJSRemoteStatelessEJBGatewayServiceBMT_bb357797.processRequestObj ect(EJSRemoteStatelessEJBGatewayServiceBMT_bb357797.java:41) at com.chordiant.service.ejb._EJBGatewayService_Stub.processRequestObject(_EJBGatewayService_S tub.java:351) at com.chordiant.service.clientagent.EJBSmartStub.processRequestObject(Unknown Source) at com.chordiant.service.clientagent.BaseSmartStub.baseProcessRequestObject(Unknown Source) at com.chordiant.service.clientagent.ClientAgentBaseClass.processRequestObject(Unknown Source) at com.chordiant.service.clientagent.ClientAgentBaseClass.processRequest(Unknown Source) at com.chordiant.session.client.SessionClientAgent.createSession(Unknown Source) at com.chordiant.cafe.common.UserSessionHelper.localCreateUserSession(Unknown Source) at com.chordiant.cafe.common.UserSessionHelper.createUserSession(Unknown Source) at com.chordiant.cafe.servlets.AdvisorLogin.doLogin(Unknown Source) at com.ctfs.common.servlets.CommonLoginServlet.service(CommonLoginServlet.java:89) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code)) at com.ibm.ws.webcontainer.extension.InvokerExtensionProcessor.handleRequest(InvokerExtensionP rocessor.java:248) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java :250) at com.chordiant.application.RequestHandler.runApplicationLogicResource(Unknown Source) at com.chordiant.application.RequestHandler.handleRequest(Unknown Source) at com.chordiant.application.RequestHandler.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java: 80) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.j ava:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.j ava:367) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java: 94) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code)) > > [10/23/06 15:49:59:903 EDT] 0000003f SystemOut O <Mon Oct 23 15:49:59 EDT 2006> <1161632999903> <ERROR> <Thd=WebContainer : 4> <com.chordiant.session.service.client.SessionClientAgent.createSession()> <Exception occured com.chordiant.service.ServiceException: Error sending message to topic helper. ============================================= I dont know what is missing and why I am getting this error? Please help me in resolving this error. Thanks Santosh -- santoshk19 ------------------------------------------------------------------------ Posted via http://www.webservertalk.com ------------------------------------------------------------------------ View this thread: http://www.webservertalk.com/message1708927.html