DuplicateHomeNameException

When I try to deploy an EJB in Websphere Application Server 6.0, I m getting the following exception.Can anybody help me. Thanks in advance.
[1/20/05 19:58:26:950 IST] 00000049 EJBContainerI E WSVR0040E: addEjbModule failed for NextGenEJB.jar [class com.ibm.ws.runtime.component.DeployedEJBModuleImpl]
com.ibm.ws.exception.RuntimeWarning: com.ibm.websphere.csi.CSIException: Major Error, PM Exception when installing bean: - com.ibm.ejs.container.DuplicateHomeNameException: NextGen#NextGenEJB.jar#NextGenDMSXMLMessage; nested exception is:
     com.ibm.ejs.container.DuplicateHomeNameException: NextGen#NextGenEJB.jar#NextGenDMSXMLMessage
     at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1730)
     at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2664)
     at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3419)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
     at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
     at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1366)
     at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1012)
     at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:233)
     at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
     at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:86)
     at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
     at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
     at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:167)
     at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1249)
     at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:901)
     at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
     at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:184)
     at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:458)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     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:1212)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)
     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
     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:1332)
Caused by: com.ibm.websphere.csi.CSIException: Major Error, PM Exception when installing bean: - com.ibm.ejs.container.DuplicateHomeNameException: NextGen#NextGenEJB.jar#NextGenDMSXMLMessage; nested exception is:
     com.ibm.ejs.container.DuplicateHomeNameException: NextGen#NextGenEJB.jar#NextGenDMSXMLMessage
     at com.ibm.ejs.container.EJSContainer.processBean(EJSContainer.java:4808)
     at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1651)
     ... 50 more
Caused by: com.ibm.ejs.container.DuplicateHomeNameException: NextGen#NextGenEJB.jar#NextGenDMSXMLMessage
     at com.ibm.ejs.container.HomeOfHomes.createHomeRecord(HomeOfHomes.java:173)
     at com.ibm.ejs.container.EJSContainer.processBean(EJSContainer.java:4767)
     ... 51 more
[1/20/05 19:58:26:966 IST] 00000049 EJBContainerI I WSVR0041I: Stopping EJB jar: NextGenEJB.jar

Hi all,
I am also getting the same error for websphere 6.1. I can able to deploy all other .ear's...
When i searched in IBM forums and all i've seen that deploying it in some other name might not throw that exception, bt it did not work for me.
I've created another profile to check that, still I'm getting the same error.
Here I'm pasting the error,
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R      at com.ibm.ejs.container.EJSContainer.processBean(EJSContainer.java:4923)
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R      at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1734)
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R      ... 86 more
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R Caused by: com.ibm.ejs.container.DuplicateHomeNameException: EximBill#EximBillEJB.jar#ASEGAPIAsyncMsg
     at com.ibm.ejs.container.HomeOfHomes.createHomeRecord(HomeOfHomes.java:179)
     at com.ibm.ejs.container.EJSContainer.processBean(EJSContainer.java:4885)
     at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1734)
     at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2798)
     at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3634)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:948)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1478)
     at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:3731)
     at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:3813)
     at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1483)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
     at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
     at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
     at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
     at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1055)
     at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:948)
     at com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
     at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:239)
     at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:536)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     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:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:308)
     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
     at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
     at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
     at com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:159)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     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:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
     at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
     at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R      at com.ibm.ejs.container.HomeOfHomes.createHomeRecord(HomeOfHomes.java:179)
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R      at com.ibm.ejs.container.EJSContainer.processBean(EJSContainer.java:4885)
[1/17/08 10:00:29:518 GST] 00000027 SystemErr R      ... 87 more
Thanks in advance...
soorya

Similar Messages

  • Duplicate home name exception

    Dear friends,
    I am using Websphere 6.0. I deployed ear. when i start the application,i got following error:
    [12/12/05 17:57:58:607 EST] 00000028 EJBContainerI I WSVR0037I: Starting EJB jar: ADNALoadUpdateEJB.jar
    [12/12/05 17:57:58:614 EST] 00000028 EJSContainer E CNTR0035E: EJB container caught com.ibm.ejs.container.DuplicateHomeNameException: ADNAService#ADNALoadUpdateEJB.jar#ADNAServiceProcess
    at com.ibm.ejs.container.HomeOfHomes.createHomeRecord(HomeOfHomes.java:173)
    at com.ibm.ejs.container.EJSContainer.processBean(EJSContainer.java:4767)
    at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1651)
    at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2664)
    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3419)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
    at com.ibm.ws.ru
    I check on ejb descriptor, no duplicates there.Could not figure out what's wrong.
    Any help will be appreciated.

    HI please find the IBM's explanation for your problem
    CNTR0035E: EJB container caught {0} and is throwing {1}.
    Explanation: This is an unexpected exception. The cause can not be immediately determined.
    User Response: For further information on resolving this error, please consult the IBM WebSphere Application Server Support website available at: http://www-3.ibm.com/software/webservers/appserv/support.html. The site provides searchable databases of technotes, solutions, and e-fixes. Information on contacting the WebSphere Support team is also provided.its funny
    Ashok.

Maybe you are looking for

  • Deleting a row from a Procedure

    Hi All Can one of you tell me how to delete a row from a Procedure It is created with CREATE OR REPLACE PROCEDURE report.NAMEOFTABLE (nPutId IN Report.ID%TYPE, cArea IN Report.Area%TYPE, cSubject IN Report.Subject%TYPE, nUserId IN Report.EngineerID%T

  • How to work with Preview in Lion (autosave, etc)

    Just installed Lion and am tweaking and adjusting.  Run headlong into Autosave/Versioning with Preview.  Was very used to using preview to quickly look at and play with adjustments to images (but used Photoshop for heavy lifting).  Most of the time,

  • ("HTTP Code 200  : OK") SRT: Unsupported xstream found

    Hi, when I am trying send a request to an external webservice I am getting this message. Do you have an idea what can cause this error. Regards ilhan Server: SAP Web Application Server (ICM) HTTP/1.1 500 Internal Server Error set-cookie: MYSAPSSO2=Aj

  • What size should I rescale to?

    Hi there, I have been given a load of MPEG 2 files which I need to edit in FCP. I know that they need to be converted to an editable format. The output will be going to the web and also for a DVD to be played on a large screen in a presentation. What

  • Lookup on multiple ejb instances accross servers using servicelocator

    Hi all, i have a weird problem. I have to hit multiple ejbs hosted in diffrent server. The problem is with the lookup and accessing.. some server's components have username and passwords and other server donot have. So though i create a new Initial c