<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: container initialization error in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047871#M415324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hAVE YOU FIND A SOLUTION? thanks.&lt;/P&gt;&lt;P&gt;Vito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2005 19:58:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-29T19:58:28Z</dc:date>
    <item>
      <title>container initialization error</title>
      <link>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaq-p/1047869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to deploy an application on NW04 J2E that I have migrated from JBoss. I am getting the following error. Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; deployed with warning : file:/C:/DOCUME&lt;SUB&gt;1/RKUTNI&lt;/SUB&gt;1/LOCALS~1/Temp/temp48100ChampOneEAR.ear&lt;/P&gt;&lt;P&gt;Finished with warnings: development component 'ChampOneEAR'/'sap.com'/'localhost'/'2005.11.16.13.51.50':&lt;/P&gt;&lt;P&gt;Caught exception during application startup from SAP J2EE Engine's deploy service:&lt;/P&gt;&lt;P&gt;java.rmi.RemoteException: Error occurred while starting application sap.com/ChampOneEAR and wait. Reason: Clusterwide exception: server ID 7517350:com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Exception during the initialization of container boot class ChampOne.ejb.beans.message.NotificationMessageBean10ContainerFP.&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.EJBAdmin.prepareLoad(EJBAdmin.java:990)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.EJBAdmin.prepareStart(EJBAdmin.java:2400)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:370)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:318)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:299)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:301)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:110)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:212)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4605)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4512)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4485)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)&lt;/P&gt;&lt;P&gt;	at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)&lt;/P&gt;&lt;P&gt;Caused by: com.sap.engine.services.ejb.ContainerInitializationException: Cannot initialize message system bridge com.sap.engine.services.ejb.message.JMSBridgeFP.&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.message.MessageContainer.load(MessageContainer.java:437)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.message.MessageContainer.init(MessageContainer.java:132)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.message.MessageContainerFP.init(MessageContainerFP.java:53)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.EJBAdmin.prepareLoad(EJBAdmin.java:984)&lt;/P&gt;&lt;P&gt;	... 20 more&lt;/P&gt;&lt;P&gt;Caused by: com.sap.engine.services.ejb.message.JMSBridgeException: Destination name &amp;lt;destination name (topic or queue)&amp;gt; not found in the naming.&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.message.JMSBridge.registerListener(JMSBridge.java:117)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.message.MessageContainer.load(MessageContainer.java:435)&lt;/P&gt;&lt;P&gt;	... 23 more&lt;/P&gt;&lt;P&gt;Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during lookup operation of object with name ejbContainer/mdb/sap.com/ChampOneEAR/&amp;lt;connection factory name&amp;gt;, cannot resolve object reference. [Root exception is com.sap.engine.services.connector.exceptions.BaseResourceException: ConnectionFactory "&amp;lt;connection factory name&amp;gt;" does not exist. Possible reasons: the connector in which ConnectionFactory "&amp;lt;connection factory name&amp;gt;" is defined is not deployed or not started.]&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:504)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:614)&lt;/P&gt;&lt;P&gt;	at javax.naming.InitialContext.lookup(InitialContext.java:347)&lt;/P&gt;&lt;P&gt;	at javax.naming.InitialContext.lookup(InitialContext.java:347)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.ejb.message.JMSBridge.registerListener(JMSBridge.java:92)&lt;/P&gt;&lt;P&gt;	... 24 more&lt;/P&gt;&lt;P&gt;Caused by: com.sap.engine.services.connector.exceptions.BaseResourceException: ConnectionFactory "&amp;lt;connection factory name&amp;gt;" does not exist. Possible reasons: the connector in which ConnectionFactory "&amp;lt;connection factory name&amp;gt;" is defined is not deployed or not started.&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.connector.ResourceObjectFactory.getObjectInstance(ResourceObjectFactory.java:207)&lt;/P&gt;&lt;P&gt;	at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:280)&lt;/P&gt;&lt;P&gt;	at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:414)&lt;/P&gt;&lt;P&gt;	... 28 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deployment exception : Got problems during deployment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 08:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaq-p/1047869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T08:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: container initialization error</title>
      <link>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047870#M415323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI, I HAVE THE SAME PROBLEM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 19:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047870#M415323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T19:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: container initialization error</title>
      <link>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047871#M415324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hAVE YOU FIND A SOLUTION? thanks.&lt;/P&gt;&lt;P&gt;Vito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 19:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047871#M415324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T19:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: container initialization error</title>
      <link>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047872#M415325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1041635"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 16:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/container-initialization-error/qaa-p/1047872#M415325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T16:12:21Z</dc:date>
    </item>
  </channel>
</rss>

