|
From: Christian M. <chr...@ta...> - 2013-05-10 08:44:18
|
Hi Mitch, I'm very sorry for the delay. Please note that you are setting the property 'wrapper.java.additional.7' twice, which results in the second declaration overwriting the first. You should change: wrapper.java.additional.7=-Dcom.sun.management.jmxremote.port=12345 to: wrapper.java.additional.11=-Dcom.sun.management.jmxremote.port=12345 in order to fix it. Hope this information helps you out. Best Regards, Christian Mueller Tanuki Software, Ltd. On Wed, May 8, 2013 at 12:38 AM, Smith, Mitchell <mit...@cw...>wrote: > Hi > > I am trying to enable jmx remote monitoring in the service wrapper. I > added the following to the wrapper.conf configuration file but still cannot > seem to connect to the wrapper to monitor the state of the jvm. > > wrapper.java.additional.7=-Dcom.sun.management.jmxremote > > wrapper.java.additional.7=-Dcom.sun.management.jmxremote.port=12345 >> >> wrapper.java.additional.8=-Dorg.tanukisoftware.wrapper.WrapperManager.mbean=TRUE >> >> wrapper.java.additional.9=-Dcom.sun.management.jmxremote.authenticate=FALSE >> wrapper.java.additional.10=-Dcom.sun.management.jmxremote.ssl=FALSE > > > *OS:* Centos 6.3 > *Wrapper Version:* 3.2.3 > *Java: *1.7.0_21 > My hosted application in mule 3.4 > > I have also tried using the built in RMI server in the mule application I > am developing. This appears to work until I add any addition params to the > JVM to adjust the heap sizes. > > Any assistance would be greatly appreciated, as this is currently blocking > my progression to running this application under the service wrapper > > -- > *Mitchell Smith > * > > > The information contained in this email (and any attachments) is confidential and may be privileged. If you are not the intended recipient > and have received this email in error, please notify the sender immediately by reply email and delete the message and any attachments. > If you are not the named addressee, you must not copy, disclose, forward or otherwise use the information contained in this email. > Cable & Wireless Communications Plc and its affiliates reserve the right to monitor all email communications through their networks to > ensure regulatory compliance. > > Cable & Wireless Communications Plc is a company registered in England & Wales with number: > 07130199 and offices located at 3rd Floor, 26 Red Lion Square, London WC1R 4HQ > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |