• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MDB deployment problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in jbossm1-destinations-service.xml file i 'v configured the queue as.......



but at the time of deployment jboss is giving the problem as given below.....

ObjectName: jboss.j2ee:jar=SEPAMessage.jar,name=LongProcessMessageBean,service=EJB3
State: FAILED
Reason: javax.management.InstanceAlreadyExistsException: jboss.mq.destination:service=Queue,name=myQueue already registered.


there is only one myQueue name in the file
should i change something else?

can any body put some light on this problem?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There must be a myQueue declared in some other *-service.xml file. You can probably see it being deployed in the console log, but that probably will not tell you where it came from. You'll probably have to do a text search to find it.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic