Monitoring portlet - Server with JMX as protocol has problems

2008-02-25 Thread Vamsavardhana Reddy
In the monitoring portlet, I have added a server with JMX as the protocol.
Upon clicking, Enable Query, the following error is displayed.

*MRC ERROR: Snapshot thread could NOT be started on server 127.0.0.1:
geronimo:ServiceModule=org.apache.geronimo.plugins.monitoring
/agent-car-jmx/2.1/car,J2EEServer=geronimo,name=MasterRemoteControlJMX,j2eeType=GBean
*
Is this a known problem?


Re: Monitoring portlet - Server with JMX as protocol has problems

2008-02-25 Thread Vamsavardhana Reddy
Aah...  that is the missing link.  Thanks.

++Vamsi

On Tue, Feb 26, 2008 at 12:53 AM, Erik B. Craig [EMAIL PROTECTED] wrote:

 Vamsi,
 Did you deploy the JMX Monitoring agent plugin before attempting to
 connect?

 Thanks,
 Erik B. Craig
 [EMAIL PROTECTED]




 On Feb 25, 2008, at 1:08 PM, Vamsavardhana Reddy wrote:

 In the monitoring portlet, I have added a server with JMX as the
 protocol.  Upon clicking, Enable Query, the following error is displayed.

 *MRC ERROR: Snapshot thread could NOT be started on server 127.0.0.1:
 geronimo:ServiceModule=org.apache.geronimo.plugins.monitoring
 /agent-car-jmx/2.1/car,J2EEServer=geronimo,name=MasterRemoteControlJMX,j2eeType=GBean
 *
 Is this a known problem?





Re: Monitoring portlet - Server with JMX as protocol has problems

2008-02-25 Thread Erik B. Craig

On that note,
While i was making sure everything was okay, seems as though the  
plugin repository we host at geronimo.apache.org is out of date for  
2.1 (version on everything is still 2.1-snapshot), and is also  
therefore lacking the JMX agent... so, heads up on that until that  
gets updated.


Thanks,
Erik B. Craig
[EMAIL PROTECTED]




On Feb 25, 2008, at 1:30 PM, Vamsavardhana Reddy wrote:


Aah...  that is the missing link.  Thanks.

++Vamsi

On Tue, Feb 26, 2008 at 12:53 AM, Erik B. Craig [EMAIL PROTECTED]  
wrote:

Vamsi,

Did you deploy the JMX Monitoring agent plugin before attempting to  
connect?


Thanks,
Erik B. Craig
[EMAIL PROTECTED]




On Feb 25, 2008, at 1:08 PM, Vamsavardhana Reddy wrote:

In the monitoring portlet, I have added a server with JMX as the  
protocol.  Upon clicking, Enable Query, the following error is  
displayed.


MRC ERROR: Snapshot thread could NOT be started on server  
127.0.0.1:  
geronimo:ServiceModule=org.apache.geronimo.plugins.monitoring/agent- 
car-jmx/2.1/ 
car,J2EEServer=geronimo,name=MasterRemoteControlJMX,j2eeType=GBean


Is this a known problem?







Re: Monitoring portlet - Server with JMX as protocol has problems

2008-02-25 Thread Erik B. Craig

Vamsi,

Did you deploy the JMX Monitoring agent plugin before attempting to  
connect?


Thanks,
Erik B. Craig
[EMAIL PROTECTED]




On Feb 25, 2008, at 1:08 PM, Vamsavardhana Reddy wrote:

In the monitoring portlet, I have added a server with JMX as the  
protocol.  Upon clicking, Enable Query, the following error is  
displayed.


MRC ERROR: Snapshot thread could NOT be started on server 127.0.0.1:  
geronimo:ServiceModule=org.apache.geronimo.plugins.monitoring/agent- 
car-jmx/2.1/ 
car,J2EEServer=geronimo,name=MasterRemoteControlJMX,j2eeType=GBean


Is this a known problem?




Re: Monitoring portlet - Server with JMX as protocol has problems

2008-02-25 Thread Vamsavardhana Reddy
I plan to build 2.1 locally so that my local m2 repo will have the required
plugin.

++Vamsi

On Tue, Feb 26, 2008 at 1:09 AM, Erik B. Craig [EMAIL PROTECTED] wrote:

 On that note,While i was making sure everything was okay, seems as though
 the plugin repository we host at geronimo.apache.org is out of date for
 2.1 (version on everything is still 2.1-snapshot), and is also therefore
 lacking the JMX agent... so, heads up on that until that gets updated.

 Thanks,
 Erik B. Craig
 [EMAIL PROTECTED]




 On Feb 25, 2008, at 1:30 PM, Vamsavardhana Reddy wrote:

 Aah...  that is the missing link.  Thanks.

 ++Vamsi

 On Tue, Feb 26, 2008 at 12:53 AM, Erik B. Craig [EMAIL PROTECTED] wrote:

  Vamsi,
  Did you deploy the JMX Monitoring agent plugin before attempting to
  connect?
 
   Thanks,
  Erik B. Craig
  [EMAIL PROTECTED]
 
 
 
 
  On Feb 25, 2008, at 1:08 PM, Vamsavardhana Reddy wrote:
 
  In the monitoring portlet, I have added a server with JMX as the
  protocol.  Upon clicking, Enable Query, the following error is displayed.
 
  *MRC ERROR: Snapshot thread could NOT be started on server 127.0.0.1:
  geronimo:ServiceModule=org.apache.geronimo.plugins.monitoring
  /agent-car-jmx/2.1/car,J2EEServer=geronimo,name=MasterRemoteControlJMX,j2eeType=GBean
  *
  Is this a known problem?
 
 
 




Re: Monitoring portlet - Server with JMX as protocol has problems

2008-02-25 Thread Joe Bohn

Erik B. Craig wrote:

On that note,
While i was making sure everything was okay, seems as though the plugin 
repository we host at geronimo.apache.org is out of date for 2.1 
(version on everything is still 2.1-snapshot), and is also therefore 
lacking the JMX agent... so, heads up on that until that gets updated.




FYI, I just checked in what I think is the correct, updated 
geronimo-plugins.xml by building 2.1 and the 2.1 samples locally and 
making some minor edits to add in the license header and remove 
references to .m2/repository.  Hopefully it will be correct.  Give it 
about an hour or so to get pushed to the site.


Joe