Re: [xwiki-users] org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.infinispan Exception?

2012-04-25 Thread mohit gupta
Thanks Thomas. On Tue, Apr 24, 2012 at 6:21 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: At init Infinispan register its cache manager to JMX server and does not really like much when something is already registered with the same domain name (IMO they should probably just print a

[xwiki-users] org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.infinispan Exception?

2012-04-24 Thread mohit gupta
Hi All, i have my application deployed as myApp1 on tomcat 6 service. Due to some requirement, i copied myApp1 and pasted under webapp as myApp2.Now i restarted tomcat and hit my url for myApp1. Worked fine . But on hitting the url for app2 , i get org.infinispan.jmx.JmxDomainConflictException:

Re: [xwiki-users] org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.infinispan Exception?

2012-04-24 Thread Thomas Mortagne
At init Infinispan register its cache manager to JMX server and does not really like much when something is already registered with the same domain name (IMO they should probably just print a warning). In you case I think the best is to have a different JMX domain for each instance of XWiki. You