<?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 threads)</title>
		<link>http://wiki.cyclopsgroup.org/forum/c-53269/jmxterm</link>
		<description>Threads 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>Mon, 06 Feb 2012 00:15:18 +0000</lastBuildDate>
		
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-437006</guid>
				<title>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</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-223184</guid>
				<title>jmxterm:  Operation requires JDK instead of JRE</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre</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</guid>
				<title>Data format</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-213045/data-format</link>
				<description>What is the data format used?</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</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</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-172342</guid>
				<title>RPM bundling for jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-172342/rpm-bundling-for-jmxterm</link>
				<description>How to bundle jmxterm for an RPM</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</guid>
				<title>Setting MBean</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean</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</guid>
				<title>ActiveMQ and jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-168081/activemq-and-jmxterm</link>
				<description>complex query in ActiveMQ queue</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-86538</guid>
				<title>Building on top of jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-86538/building-on-top-of-jmxterm</link>
				<description>1. Public API?
2. Available in any Maven Repositories?</description>
				<pubDate>Fri, 05 Sep 2008 10:14:57 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I'd like to build some command line tools on top of jmxterm. Is there a public API I can use to do this?</p> <p>Also, is jmxterm available in any Maven Repositories so that I can add a dependency to my pom?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-84587</guid>
				<title>Great Utility</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-84587/great-utility</link>
				<description>Thank you for a great solution.</description>
				<pubDate>Thu, 28 Aug 2008 21:23:15 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am fairly new to the world of Java. I just recently figured out how to add a simple MXBean interface to my POJOs. About an half an hour ago I asked Google if there was a command line alternative to JConsole. Now I have an easy interface to all the functionality of my simple Java class and all I had to do was download one jar. Thank you for making this great tool available.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
