BeanAlreadyExistsException - Oracle WebLogic
11:45 29 Jun 2012

I deployed an app on my web server and now I am trying to deply another one on the web server and I am getting a BeanAlreadyExistsException. I thought it might be due to the fact that I have two beans with the same name in the two different projects. So I removed the first project from the server - however that didn't work - I still ended up getting this exception when deploying the second app.

Here is the stack trace:

####     <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1340984147265>   
####     <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1340984147265>  

Here is the web.xml:



  jwds0002
  
    index.html
    index.htm
    index.jsp
    default.html
    default.htm
    default.jsp
  
  
    
    PubAlertAccessor
    PubAlertAccessor
    com.myPackage.PubAlertAccessor
   
 
    PubAlertAccessor
    /PubAlertAccessor
  
  
    com.myPackage.Configurator
        

java oracle-database servlets weblogic