Re: JMX in weblogic 8

2007-04-13 Thread Hugo Palma
=*/ /contribution Any ideas ? again. Thanks, Hugo On 4/13/07, Hugo Palma [EMAIL PROTECTED] wrote: That was it Thanks On 4/13/07, Achim Hügen [EMAIL PROTECTED] wrote: Hugo, the rmi registry probably gets created because you have these lines in your descriptor: contribution

Re: JMX in weblogic 8

2007-04-13 Thread Hugo Palma
i also can't find any logs made by the LogManagementMBean. Is there any way i can know if it gets registered ? On 4/13/07, Hugo Palma [EMAIL PROTECTED] wrote: Not quite :o) I don't get any errors logged but i also don't see any new MBean registered. Here's my hivemodule: contribution

Re: JMX in weblogic 8

2007-04-13 Thread Hugo Palma
me again :o) I found this log from MBeanRegistry: Trying to register MBean hivemind:id=LogManagementMBean,module= hivemind.management.log4j,type=service although i get no success log after this. On 4/13/07, Hugo Palma [EMAIL PROTECTED] wrote: i also can't find any logs made

Re: JMX in weblogic 8

2007-04-16 Thread Hugo Palma
Right now i'm just trying to find them using MC4J JMX console.. On 4/14/07, Achim Hügen [EMAIL PROTECTED] wrote: Actually, there is no success logging, so the registration probably was successful. How do you access the mbeans? Achim Am Fri, 13 Apr 2007 19:42:09 +0200 schrieb Hugo Palma

Re: JMX in weblogic 8

2007-04-17 Thread Hugo Palma
? Achim Am Fri, 13 Apr 2007 19:42:09 +0200 schrieb Hugo Palma [EMAIL PROTECTED]: me again :o) I found this log from MBeanRegistry: Trying to register MBean hivemind:id=LogManagementMBean,module= hivemind.management.log4j,type=service although i get no success log after this. On 4/13/07

Registry trouble in a cluster

2007-05-18 Thread Hugo Palma
I'm getting the following exception all over the logs in a clustered environment : org.apache.hivemind.ApplicationRuntimeException: The ServiceSerializationSupport instance has not been set; this indicates that the HiveMind Registry has not been created within this JVM. The application seems to

Re: Registry trouble in a cluster

2007-07-02 Thread Hugo Palma
a thread local variable. So, it's only set for the calling thread (the webapp's startup thread). I think the thread local is what's messing it up. On 5/18/07, Hugo Palma [EMAIL PROTECTED] wrote: But the setServiceSerializationSupport method is called from the startup method

Re: Where's the 1.1.1 source code in SVN ?

2007-07-05 Thread Hugo Palma
? On 7/5/07, Hugo Palma [EMAIL PROTECTED] wrote: I can only find a 1.1 tag and a 1.1 branch. Thanks, Hugo