Hi!
Thanks for your reply.
I confirm the error. I checked out the JBossCache src code and inserted some debug.
When I run JBoss configured to use the default JVM MBeanServer
(JAVA_OPTS="$JAVA_OPTS -Djboss.platform.mbeanserver"), the call
server.getDefaultDomain() returns null (It seems that the JVM is starting its MBean server
with a null Default Domain). If I start the JVM without sharing the MBeanServers, the call
server.getDefaultDomain() returns "jboss". In both cases I have obly one
MBeanServer (It seems that the default JVM MBeanServer isn't created by default, only
when it is needed).
Below we can see the Debug I have inserted. If I got a null Default Domain I was printing
its domains (there are no java domains).
2007-02-09 18:10:05,340 INFO [org.jboss.cache.TreeCache] PTECH Found 1 MBean Servers.
2007-02-09 18:10:05,340 INFO [org.jboss.cache.TreeCache] .PTECH:null
(server.getDefaultDomain())
2007-02-09 18:10:05,340 INFO [org.jboss.cache.TreeCache] PTECH MBean Server Default
DOMAIN is NULL. Ignoring it.
MBeanServer:org.jboss.system.server.jmx.LazyMBeanServer@166f936
2007-02-09 18:10:05,340 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:jboss.deployment
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jmx.loading
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.web
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.rmi
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:pt.ptinovacao.wappremium
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.security
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:Catalina
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.jdbc
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.mq
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.jca
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.bean
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.j2ee
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.jms
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.aop
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:jboss.net
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.jmx
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:jboss.web.deployment
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.cache
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:jboss.mq.destination
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:JMImplementation
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.deployer
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.ejb
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.system
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH: Domain:jboss.alerts
2007-02-09 18:10:05,341 INFO [org.jboss.cache.TreeCache] ..PTECH:
Domain:jboss.management.local
I started with JbossCache-1.4.1.GA. I repeated the process with JbossCache-1.4.1.SP1 and I
have exactly the same problem.
Thanks in advance.
Regards,
Victor Batista
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013889#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...