<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>jmxterm (new posts)</title>
		<link>http://wiki.cyclopsgroup.org/forum/c-53269/jmxterm</link>
		<description>Posts in the forum category &quot;jmxterm&quot; - General discussions about Jmxterm project. For bug reporting, please goto http://launchpad.net/jmxterm</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 05 Feb 2012 23:35:06 +0000</lastBuildDate>
		
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-437006#post-1359811</guid>
				<title>How to do a &quot;local connection&quot; like VisualVM does?: Re: How to do a &quot;local connection&quot; like VisualVM does?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-437006/how-to-do-a-local-connection-like-visualvm-does#post-1359811</link>
				<description></description>
				<pubDate>Fri, 27 Jan 2012 20:08:25 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm not sure how VisualVM works but listing JVM processes(started with same run as user) is supported in JDK(like in jps or jconsole). Jmxterm takes advantage of this feature and allows you to list pids or connect to a pid.</p> <p>In Jmxterm, you may use jvms command to list all running JMV processes started with current user and use open command to open it. For example</p> <p>$&gt;jvms<br /> 5641 ( ) - jmxterm-1.0-alpha-3-uber.jar<br /> 20276 ( ) - org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -os linux -ws gtk -arch x86 -showsplash -launcher /opt/local/eclipse/eclipse-java-helios-SR2-linux-gtk/eclipse -name Eclipse &#8212;launcher.library /opt/local/eclipse/eclipse-java-helios-SR2-linux-gtk<em>plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/eclipse_1310.s -startup /opt/local/eclipse/eclipse-java-helios-SR2-linux-gtk</em>plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -exitdata 72800b -product org.eclipse.epp.package.java.product -vm /opt/local/sun/jdk1.7.0/bin/java -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx384m -jar /opt/local/eclipse/eclipse-java-helios-SR2-linux-gtk//plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar<br /> $&gt;open 5641<br /> #Connection to 5641 is opened<br /> $&gt;domains<br /> #following domains are available<br /> JMImplementation<br /> com.sun.management<br /> java.lang<br /> java.util.logging</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-437006#post-1359246</guid>
				<title>How to do a &quot;local connection&quot; like VisualVM does?: How to do a &quot;local connection&quot; like VisualVM does?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-437006/how-to-do-a-local-connection-like-visualvm-does#post-1359246</link>
				<description></description>
				<pubDate>Thu, 26 Jan 2012 21:19:48 +0000</pubDate>
				<wikidot:authorName>David Karr</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>VisualVM automatically lists the Java processes running on my local box, and I just double-click my appserver instance in the list, and I can see my jmx mbeans. I can't figure out how to do something equivalent with jmxterm. How do I connect to a local instance with jmxterm?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-1319540</guid>
				<title>Executing several commands in non-interactive-mode: </title>
				<link>http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode#post-1319540</link>
				<description></description>
				<pubDate>Fri, 02 Dec 2011 19:17:59 +0000</pubDate>
				<wikidot:authorName>Kevin Mullet</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've had good luck wrapping the commands in a bash script, though this technique isn't peculiar to any particular shell:</p> <p>#!/bin/bash<br /> /opt/yaddayadda/java -jar<br /> /opt/sumthin/utilities/jars/jmxterm-1.0-alpha-4-uber.jar&#171;EOF<br /> open localhost:1234<br /> domains<br /> quit<br /> EOF</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-1307605</guid>
				<title>Executing several commands in non-interactive-mode: </title>
				<link>http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode#post-1307605</link>
				<description></description>
				<pubDate>Wed, 16 Nov 2011 21:48:56 +0000</pubDate>
				<wikidot:authorName>mike</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>somehow I need to stop the '&amp;' from being recognized as a delimiter</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-1307570</guid>
				<title>Executing several commands in non-interactive-mode: </title>
				<link>http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode#post-1307570</link>
				<description></description>
				<pubDate>Wed, 16 Nov 2011 21:03:31 +0000</pubDate>
				<wikidot:authorName>mike</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I'm trying to set the jmxproperty to a value that has multiple &quot;=&quot; in the string. For example: open PID &amp;&amp; bean BeanName &amp;&amp; set propertyX queryString?arg1=x&amp;arg2=y&amp;arg3=z &amp;&amp; bye | java -jar jmxterm-1.0-alpha-uber.jar -n</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-213045#post-725351</guid>
				<title>Data format: Re: Data format</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-213045/data-format#post-725351</link>
				<description></description>
				<pubDate>Tue, 16 Mar 2010 06:52:48 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I don't have an official document yet. Will create one.<br /> In short, the format is either of following three:</p> <p>For Collection or array, it's [ ele1, ele2, …], the expression of element follows same rules<br /> For Map, it's { key1 = value1, key2 = value2, …}, the expression of key and value follows same rules<br /> For others, it's what toString() returns.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-223184#post-712922</guid>
				<title>jmxterm:  Operation requires JDK instead of JRE: Re: jmxterm:  Operation requires JDK instead of JRE</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre#post-712922</link>
				<description></description>
				<pubDate>Tue, 02 Mar 2010 09:45:59 +0000</pubDate>
				<wikidot:authorName>ivan</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>thanks for reply. it's clear.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-223184#post-712719</guid>
				<title>jmxterm:  Operation requires JDK instead of JRE: Re: jmxterm:  Operation requires JDK instead of JRE</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre#post-712719</link>
				<description></description>
				<pubDate>Tue, 02 Mar 2010 02:31:21 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>To list running JVMs, Jmxterm needs jars from JDK_HOME/lib that doesn't exist in JRE. Is the java command that you ran from a JDK or JRE? For example, …/jdk1.6.0/bin/java is good, …/jdk1.6.0/jre/bin/java or …/jre1.6.0/bin is bad. If you are not sure, run "which java" and let me know the result. Thank you.</p> <p>Regards<br /> -Jiaqi</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-223184#post-712199</guid>
				<title>jmxterm:  Operation requires JDK instead of JRE: jmxterm:  Operation requires JDK instead of JRE</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre#post-712199</link>
				<description></description>
				<pubDate>Mon, 01 Mar 2010 13:16:06 +0000</pubDate>
				<wikidot:authorName>ivan</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>hi all,<br /> i'm trying to start jmxterm (java -jar jmxterm.jar) and listing all running JVM processes (command 'jvms' in jmxterm) … . but jvms commnad throw me exception like this:<br /> #UnsupportedOperationException: Operation requires JDK instead of JRE.<br /> I'm using java:<br /> java version "1.6.0_14"<br /> Java(TM) SE Runtime Environment (build 1.6.0_14-b08)<br /> Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)</p> <p>could you give me some advice where is problem or what i did wrong??</p> <p>thanks,</p> <p>ivan</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-213045#post-680168</guid>
				<title>Data format: Data format</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-213045/data-format#post-680168</link>
				<description></description>
				<pubDate>Thu, 21 Jan 2010 01:32:53 +0000</pubDate>
				<wikidot:authorName>Mark</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I'm controlling jmxterm from a Python script, and I'd like an automated way to funnel the data returned in Python objects. What is the data format that is used to return the values?</p> <p>Thanks,</p> <p>Mark</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-644969</guid>
				<title>Executing several commands in non-interactive-mode: Re: Executing several commands in non-interactive-mode</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode#post-644969</link>
				<description></description>
				<pubDate>Mon, 30 Nov 2009 12:56:18 +0000</pubDate>
				<wikidot:authorName>Jiaqi</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I should document it somewhere. The delimiter is &amp;&amp;, not ;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-636572</guid>
				<title>Executing several commands in non-interactive-mode: Executing several commands in non-interactive-mode</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode#post-636572</link>
				<description></description>
				<pubDate>Wed, 18 Nov 2009 12:42:06 +0000</pubDate>
				<wikidot:authorName>Sven Schliesing</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I'd like to execute several commands when using Jmxterm in non-interactive-mode. First I'd like to connect (via "open") and then I'd like to get the value of a mbean. I tried</p> <div class="code"> <pre> <code>echo "open 7358; get java.lang:type=Runtime Name" | java -jar jmxterm-1.0-alpha-4-uber.jar -n</code> </pre></div> <br /> but didn't succeed. Cause I only have the pid of the process I'm not able to open the connection with "-l". Besides that also wouldn't help me with executing other commands than "open". <p>Many thanks in advance!</p> <p>Sven</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-168081#post-573359</guid>
				<title>ActiveMQ and jmxterm: Re: ActiveMQ and jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-168081/activemq-and-jmxterm#post-573359</link>
				<description></description>
				<pubDate>Mon, 31 Aug 2009 20:26:14 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Aside from the purpose, ActiveMQ or arbitrary object, MBean is simple conception for remote object with attributes, operations and notifications. What exactly is the object name and operation that you want to call?</p> <p>"run browse myprop LIKE 'foobar_%'" calls operation browse("myprop", "LIKE", "'foobar_%'") of selected bean, is it the right operation you attempt to call?</p> <p>Regards</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-172342#post-573300</guid>
				<title>RPM bundling for jmxterm: Re: RPM bundling for jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-172342/rpm-bundling-for-jmxterm#post-573300</link>
				<description></description>
				<pubDate>Mon, 31 Aug 2009 19:18:52 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That sounds very helpful. I'd like to add this script that creates RPM to source repository, and start including RPM file as part of release. Is the script available somewhere? Thanks!</p> <p>Regards<br /> -Jiaqi Guo</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-172342#post-546773</guid>
				<title>RPM bundling for jmxterm: RPM bundling for jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-172342/rpm-bundling-for-jmxterm#post-546773</link>
				<description></description>
				<pubDate>Tue, 28 Jul 2009 17:23:21 +0000</pubDate>
				<wikidot:authorName>Nico Kadel-Garcia</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I deploy software to RHEL and Fedora systems, and needed an RPM to bundle up this tool. I've written one to publish the .jar file to /usr/share/jmxterm, and dump a shell script called /usr/bin/jmxterm. Does anyone want it?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-171061#post-542985</guid>
				<title>Setting MBean: Re: Setting MBean</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean#post-542985</link>
				<description></description>
				<pubDate>Fri, 24 Jul 2009 06:42:09 +0000</pubDate>
				<wikidot:authorName>crazytmac</wikidot:authorName>				<wikidot:authorUserId>107720</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Did you try escaping dash with \? I never had a name with dashes but \ can escape white space without problem.</p> <p>So try "bean module\-name=cluster". If you still see an error, please feel free to report a bug in <a href="http://wiki.cyclopsgroup.org/jmxterm:support">http://wiki.cyclopsgroup.org/jmxterm:support</a>. Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-171061#post-541101</guid>
				<title>Setting MBean: Re: Setting MBean</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean#post-541101</link>
				<description></description>
				<pubDate>Wed, 22 Jul 2009 12:59:26 +0000</pubDate>
				<wikidot:authorName>Haydn</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Actually, the real MBean name has a hypen, e.g:</p> <p>foo-baa.xyz.cluster:module-name=cluster</p> <p>Looking at PATTERN_PROPERTIES in the source, it uses the word regex "\w", I don't think this allows for hyphens although I haven't coded in java in a long time.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-171061#post-541079</guid>
				<title>Setting MBean: Setting MBean</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean#post-541079</link>
				<description></description>
				<pubDate>Wed, 22 Jul 2009 12:13:14 +0000</pubDate>
				<wikidot:authorName>Haydn</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I'm trying to test jmxterm, unfortunately I can't set the MBean (although I can set the domain). From the below output of "beans" what exactly is the "bean" command to set the MBean to that showed below?</p> <p>$&gt;domain foo.baa.cluster<br /> #domain is set to foo.baa.cluster<br /> $&gt;beans<br /> #domain = foo.baa.cluster:<br /> foo.baa.cluster:module-name=cluster<br /> $&gt;</p> <p>No matter what arguments I pass to the "bean" command I always get a Bean name isn't valid error.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-168081#post-529946</guid>
				<title>ActiveMQ and jmxterm: ActiveMQ and jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-168081/activemq-and-jmxterm#post-529946</link>
				<description></description>
				<pubDate>Thu, 09 Jul 2009 21:06:52 +0000</pubDate>
				<wikidot:authorName>david</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I All,</p> <p>I have an ActiveMQ enviroment. I'd like to use jmxterm for quering my 'FOO.BAR' queue.</p> <p>I need to retrieve all messages matching a condition on a custom message property (e.g. in my messages the myprop property can assume the values foobar_1,….,foobar_N).</p> <p>I tried to call:<br /> run browse myprop LIKE 'foobar_%'</p> <p>but it doesn't work, instead it works perfectly e.g. in jconsole :(</p> <p>Someone can help me?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-84587#post-506970</guid>
				<title>Great Utility: Re: Great Utility</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-84587/great-utility#post-506970</link>
				<description></description>
				<pubDate>Fri, 12 Jun 2009 10:33:30 +0000</pubDate>
				<wikidot:authorName>Michael</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I'd like to thank you as well. Tried several alternatives but came to a close on this one. Function, ease of use - excellent!</p> <p>Best regards,</p> <p>Michael</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
