Hey Jerry, Thanks for your reply. Sorry, I skipped that in the email. I've set the port number to 8009. Could you please give me an example of what the output is supposed to look like?
I've setup log4j for UIMA (-Dorg.apache.uima.logger.class=org.apache.uima.util.impl.Log4jLogger_impl) and get UIMA logs upto the FINER level, so i don't know what i'm missing. Thanks, Meghana On 22 August 2011 22:37, Jaroslaw Cwiklik <[email protected]> wrote: > 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 xxx is a port number. > > Jerry C > > On Mon, Aug 22, 2011 at 7:49 AM, Meghana <[email protected] > >wrote: > > > 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 no stats afterwards. Please help. > > > > Thanks, > > > > ..meghana > > > > > > On 22 August 2011 17:14, Meghana <[email protected]> wrote: > > > > > Hi, > > > > > > I have deployed a broker & client on one machine & the AS on another. > On > > > both, i've added the following JVM properties, as mentioned in the > > > documentation: > > > > > > -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 > > > > > > However, i am unable to find any JMX information in the logs :( I can, > > > however, connect to the process via jconsole. > > > > > > Suggestions please? > > > > > > Thanks, > > > > > > Meghana > > > > > >
