Re: UIMA AS: Logging JMX stats

2011-08-24 Thread Jaroslaw Cwiklik
Meghana, make sure the ActiveMQ broker is running before starting your UIMA AS service. I use the following vm args to enable service jmx monitor: -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Duima.jmx.monitor.interval=1000

Re: UIMA AS: Logging JMX stats

2011-08-22 Thread Meghana
P.S.: I do get logs of the form when the AS is initialized: 8/22/11 5:19:14 PM - 20: DefaultMBeanServerInterceptor.sendNotification: FINER: JMX.mbean.registered org.apache.uima:type=ee.jms.services,s=AnalysisAggregator Uima EE Service,p0=AnalysisAggregator Components,name=SentencePOSAnnotator But

Re: UIMA AS: Logging JMX stats

2011-08-22 Thread Jaroslaw Cwiklik
Meghana, in addition to -Duima.jmx.monitor.interval=1000 -Duima.jmx.monitor.formatter= org.apache.uima.aae.jmx.monitor.BasicUimaJmxMonitorListener -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false add -Dcom.sun.management.jmxremote.port=xxx, where

Re: UIMA AS: Logging JMX stats

2011-08-22 Thread Meghana
I've tried with both setting: -Dcom.sun.management.jmxremote.port=8009 and -Dcom.sun.management.jmxremote for local monitoring. But still no logs. :( Thanks, ..meghana On 23 August 2011 09:15, Meghana meghana.mara...@germinait.com wrote: Hey Jerry, Thanks for your reply. Sorry, I skipped