[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread [EMAIL PROTECTED]
You're going to need to provide more details; e.g. a stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959347#3959347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959347 _

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
Hi, Thanks for your reply, Here is what I get on the weblogic server. I was getting errors on the jconsole side also which are not coming now after I started it with the following set up, Let me know what more information I need to provide. I am using spring to export the pojo cache as mbean to w

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread [EMAIL PROTECTED]
Seems to me you are trying to serialize the whole cache instance somehow? PojoCache itself has corresponding MBean that you should be able to view it from jconsole though so why do via Spring? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959392#3959392 Rep

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
Spring is exporting the PojoCache(TreeCacheAop) to the Weblogic MBean Server , All the JMX opertations like registration of mbeans are handled by spring, The PojoCache is also running on the weblogic server itself and not stand alone. Did I answer your question ? View the original post : h

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
This is the actual configuration I am using for spring weblogic weblogic weblogic.management.remote

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
opps ..how do i post a xml ..wanted to post the spring xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959407#3959407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959407

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-20 Thread sphinxmember
| | | | | | | | weblogic | weblogic | | weblogic.management.remote | | | | | | | | | | | | | |

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-22 Thread sphinxmember
Even after not using spring for registration of cache mbean with weblogic mbean server, the same classcast exception is visible inthe server logs. I dint know that the cache automatically registers with the mbean server when you start the service. Any help would be great... View the original p

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-24 Thread [EMAIL PROTECTED]
Not sure exactly what happened there but not cache won't register with the mbean server directly. Some client code is doing that registration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960410#3960410 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-24 Thread sphinxmember
Hi Ben, Can you help me find out the cause of this classcast exception and resolve it , That would be of great help. JMX registration Does Jboss cache registers with the available MBean server , when the jvm is started with the jmx agent enabled by setting the property in the weblogic startu

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-24 Thread JerryGauth
JBoss Cache will register with an MBean server if you have statistics enabled. You can disable this behavior by adding the following attribute to your JBoss cache instance definition. false The statistics (e.g., hit/miss ratio) are dispalyed via interceptor mbeans that are associated with you

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-24 Thread JerryGauth
Sorry - my response needed to have HTML disabled. Here it is again. false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960553#3960553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960553 ___

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-24 Thread sphinxmember
try putting it inside the code tags View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960554#3960554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960554 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-24 Thread JerryGauth
Aargh! Reponse looks fine in preview mode but is wrong when displayed. Once again. false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960555#3960555 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Hi , I was trying the example supplied by JBossCacheMBeansWithBeaWeblogic (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMBeansWithBeaWeblogic) Few Questions 1. On Server startup I get the following exception 2. How can the MBean registered with the Server be seen from the weblogic a

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread JerryGauth
re: 3) You might try debugging further by eliminating WebLogic and Spring from the mix. You can try a standalone JBossCache client and see if jconsole will display its mbeans successfully. How to do this is described in the TreeCache user documentation under the section titled Accessing Cache

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Just tried that , here is my observations. 1. There is no classcast exception in the jvm running stand alone cache client 2. The Jconsole mbean view of the treecache , under the attibutes tab I see the following attributes as red. Name Value a. Instance

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Another observation is that lot of operations are displayed as disabled in the jconsole view . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960838#3960838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960838 ___

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-26 Thread JerryGauth
Attributes that are displayed in red with a NotSerializableException in jconsole are probably correctly handled. Since jconsole is remote, it only displays serializable attributes. In your example, the "Instance" attribute represents the cache itself and the cache instance isn't serializable.

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-26 Thread JerryGauth
The operations error messages on the console seem to relate to the disabled operations. It looks at first glance that these operations are the ones with non-serializable parameters such as Fqn. The operations that take serializable parameters such as String are enabled and seem to work properl

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-28 Thread sphinxmember
ya ..thats right jconsole disables those methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961600#3961600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961600 ___ jbo