<?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>wiki.cyclopsgroup.org - new forum posts</title>
		<link>http://wiki.cyclopsgroup.org/forum/start</link>
		<description>Posts in forums of the site &quot;wiki.cyclopsgroup.org&quot; - Wiki site for www.cyclopsgroup.org</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 05 Feb 2012 23:33:14 +0000</lastBuildDate>
		
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-437006#post-1359811</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-437006/how-to-do-a-local-connection-like-visualvm-does">How to do a &quot;local connection&quot; like VisualVM does?</a>
				 	]]>
				</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?</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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-437006/how-to-do-a-local-connection-like-visualvm-does">How to do a &quot;local connection&quot; like VisualVM does?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-1319540</guid>
				<title></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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode">Executing several commands in non-interactive-mode</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-1307605</guid>
				<title></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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode">Executing several commands in non-interactive-mode</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-1307570</guid>
				<title></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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode">Executing several commands in non-interactive-mode</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-122940#post-1061243</guid>
				<title>The output is name=value without -s and value with -s</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language#post-1061243</link>
				<description></description>
				<pubDate>Thu, 17 Mar 2011 16:05:15 +0000</pubDate>
				<wikidot:authorName>crazytmac</wikidot:authorName>				<wikidot:authorUserId>107720</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For example<br /> $&gt;bean<br /> java.lang:type=Memory<br /> $&gt;get Verbose<br /> #mbean = java.lang:type=Memory:<br /> Verbose = false;</p> <p>$&gt;get -s Verbose<br /> #mbean = java.lang:type=Memory:<br /> false</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language">E. Embed in script language</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-122940#post-1058126</guid>
				<title></title>
				<link>http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language#post-1058126</link>
				<description></description>
				<pubDate>Wed, 16 Mar 2011 15:23:06 +0000</pubDate>
				<wikidot:authorName>Wim Deblauwe</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>What does the '-s' stand for? I keep getting an exception using the 1.0-alpha-4 version if I try to use that.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language">E. Embed in script language</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-296024#post-965664</guid>
				<title>Rules Of The NFL Overtime New Debuts This Weekend</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-296024/rules-of-the-nfl-overtime-new-debuts-this-weekend#post-965664</link>
				<description></description>
				<pubDate>Thu, 06 Jan 2011 02:37:38 +0000</pubDate>
				<wikidot:authorName>nfl jerseys</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>When the NFL playoffs kick off Saturday in a wild-card round of exciting new league rules will be available.</p> <p>After last season's NFC championship game went to overtime, the competition committee of the league has recommended a modified form of sudden death where both teams will be allowed to possess the ball.</p> <p>The new standard, approved by the owners in March, a team keeps winning the lottery, then a field goal on the first possession to win the game.</p> <p>However, a touchdown in the first series would win the game.</p> <p>If the team makes a field goal after the opposing team receives possession of the ball for a field goal or score a touchdown victory. If the team matches in a basket, then come back to play the sudden death rules.</p> <p>"We, the coaches were not expected, number one, change the way the games are over," said Rich McKay, president of Falcon, co-president of competition . "In other words, change the way you play the last two minutes of regulation time. Number two, it would not change their behavior in the way they played overtime … taking the blow sent. I think the rule does both objectives. "</p> <p>The new system does not guarantee that the possession of each team. It does not guarantee "the opportunity to be" the ball if the results of the first team to score. So if a team kicks the kick-return game and the ball , you could win half the field of play the home team was a "possibility" in the possession of the ball.</p> <p>—-<br /> cheap authentic nfl jerseys : <a href="http://www.buycnjersey.com">http://www.buycnjersey.com</a></p> <p>nfl jerseys throwback classic : <a href="http://www.buycnjersey.com/en/nfl-jersey-1-2.html">http://www.buycnjersey.com/en/nfl-jersey-1-2.html</a></p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53267">Hidden / Deleted threads</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-296024/rules-of-the-nfl-overtime-new-debuts-this-weekend">Rules Of The NFL Overtime New Debuts This Weekend</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-296023#post-965662</guid>
				<title>Seahawks Near Its All-time Worst</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-296023/seahawks-near-its-all-time-worst#post-965662</link>
				<description></description>
				<pubDate>Thu, 06 Jan 2011 02:34:48 +0000</pubDate>
				<wikidot:authorName>nfl jerseys</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Yes, it can be shown that the Seattle Seahawks are the worst playoff team in NFL history with a record of 7-9 and a number of beatdowns got into double figures this season . But, according to Football Outsiders "handy-dandy efficiency ratings of a team playoff could be worse (2004 St. Louis Rams), and in 1998 was close to the Arizona Cardinals</p> <p>Now, here's the scary part: Each of these teams won their first playoff game. As Butler said, "New Orleans, watch out!"</p> <p>In general, I think the current seeding system undermines the idea that excellence should be rewarded. Or the Seahawks and Rams play-off place was secured by the power of their NFC West title, while Tampa Bay Buccaneers - who will win both teams during the regular season and had a better overall record than either of the team - had to ask for help get the tournament. And the New York Giants, the team that beat a record of 10-6 barrel out of the Seahawks in week 9, sitting at home wondering why not play The Cool Kids.</p> <p>The need for a return to spot seeding NFL best team in the playoffs did not get traction on BCS playoffs, but I would say that it is equally important for the integrity of sport. NFL commissioner Roger Goodell has responded strongly and quickly to several things during his tenure - and certainly not always successfully - but it is a case where he will play more fairly. The best team to return, period end of story. And the argument that a division series victory over a team with more than sentenced to death it deserves.</p> <p>—-<br /> cheap authentic nfl jerseys : <a href="http://www.buycnjersey.com">http://www.buycnjersey.com</a></p> <p>nfl jerseys throwback classic : <a href="http://www.buycnjersey.com/en/nfl-jersey-1-2.html">http://www.buycnjersey.com/en/nfl-jersey-1-2.html</a></p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53267">Hidden / Deleted threads</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-296023/seahawks-near-its-all-time-worst">Seahawks Near Its All-time Worst</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-233034#post-747825</guid>
				<title>Wiki</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-233034/wiki#post-747825</link>
				<description></description>
				<pubDate>Fri, 09 Apr 2010 11:01:18 +0000</pubDate>
				<wikidot:authorName>anabolic steroids</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I like this site really much. This is such a outstanding web. And it is not like other money directed website, the content here is truly useful.<br /> I am definitely bookmarking it as well as sharin it with my friends. Regards David, CEO <a href="http://www.omnibet.ro/">Pariuri Live</a></p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-233034/wiki">Wiki</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226263#post-732898</guid>
				<title>Re: Options which have no short version?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226263/options-which-have-no-short-version#post-732898</link>
				<description></description>
				<pubDate>Wed, 24 Mar 2010 06:02:52 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I created bug <a href="https://bugs.launchpad.net/jcli/+bug/545757">https://bugs.launchpad.net/jcli/+bug/545757</a> to trace the progress of supporting option without short name.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226263/options-which-have-no-short-version">Options which have no short version?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226259#post-732892</guid>
				<title>Re: How to control the help output?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226259/how-to-control-the-help-output#post-732892</link>
				<description></description>
				<pubDate>Wed, 24 Mar 2010 05:59:34 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is also in my todo list. I created <a href="https://bugs.launchpad.net/jcli/+bug/545756">https://bugs.launchpad.net/jcli/+bug/545756</a> to trace the progress. Thank you for bringing it out and going through detail, which is very constructive.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226259/how-to-control-the-help-output">How to control the help output?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226261#post-732890</guid>
				<title>Re: Sub-commands in JCli</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226261/sub-commands-in-jcli#post-732890</link>
				<description></description>
				<pubDate>Wed, 24 Mar 2010 05:55:41 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is in my todo list. Jmxterm command line implemented such feature but the code wasn't decoupled yet. I created bug <a href="https://bugs.launchpad.net/jcli/+bug/545750">https://bugs.launchpad.net/jcli/+bug/545750</a> to trace the progress. Meanwhile, people needs to subarray the argument by themselves.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226261/sub-commands-in-jcli">Sub-commands in JCli</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-224610#post-728168</guid>
				<title></title>
				<link>http://wiki.cyclopsgroup.org/forum/t-224610/e-example#post-728168</link>
				<description></description>
				<pubDate>Fri, 19 Mar 2010 02:45:00 +0000</pubDate>
				<wikidot:authorName>seanf</wikidot:authorName>				<wikidot:authorUserId>453982</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Couple of missing things:</p> <p>The main class APojo should have the annotation Cli:<br /> @Cli(name="something")<br /> public class APojo {<br /> …</p> <p>The left over arguments will not be passed in unless the class has a setter method (naturally enough):<br /> public void setArguments(List&lt;String&gt; arguments) {<br /> this.arguments = arguments;<br /> }</p> <p>See also <a href="https://bugs.launchpad.net/jcli/+bug/537132">https://bugs.launchpad.net/jcli/+bug/537132</a> .</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-224610/e-example">E. Example</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226263#post-725355</guid>
				<title>Re: Options which have no short version?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226263/options-which-have-no-short-version#post-725355</link>
				<description></description>
				<pubDate>Tue, 16 Mar 2010 06:54:35 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you very much for participation. JCli project just started recently so many features, even documentation, are still under development. I'll look into all three of your comments and make corresponding changes soon.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226263/options-which-have-no-short-version">Options which have no short version?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-213045#post-725351</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-213045/data-format">Data format</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226263#post-721876</guid>
				<title>Options which have no short version?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226263/options-which-have-no-short-version#post-721876</link>
				<description></description>
				<pubDate>Fri, 12 Mar 2010 04:39:22 +0000</pubDate>
				<wikidot:authorName>seanf</wikidot:authorName>				<wikidot:authorUserId>453982</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I don't seem to be able to define options which only have a longName. Sometimes, a —long-name option is all I want.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226263/options-which-have-no-short-version">Options which have no short version?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226261#post-721871</guid>
				<title>Sub-commands in JCli</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226261/sub-commands-in-jcli#post-721871</link>
				<description></description>
				<pubDate>Fri, 12 Mar 2010 04:33:59 +0000</pubDate>
				<wikidot:authorName>seanf</wikidot:authorName>				<wikidot:authorUserId>453982</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Suppose I wanted to implement a command like the "svn" command, which has subcommands ("svn commit", "svn checkout", and even "svn help commit")? Sub-commands in svn have their own options, as well as the global options. Can JCli help with any of that?</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226261/sub-commands-in-jcli">Sub-commands in JCli</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-226259#post-721866</guid>
				<title>How to control the help output?</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-226259/how-to-control-the-help-output#post-721866</link>
				<description></description>
				<pubDate>Fri, 12 Mar 2010 04:31:32 +0000</pubDate>
				<wikidot:authorName>seanf</wikidot:authorName>				<wikidot:authorUserId>453982</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is there some way I can specify the order of options in the help? They don't seem to have any particular order at present. Can I sort them, or specify my own order, perhaps using priorities?</p> <p>Also, can I group options together (separated by blank lines), so that —username and —password can be together, for instance?</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-72115">projects / jcli</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-226259/how-to-control-the-help-output">How to control the help output?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-223184#post-712922</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre">jmxterm: Operation requires JDK instead of JRE</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-223184#post-712719</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre">jmxterm: Operation requires JDK instead of JRE</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-223184#post-712199</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#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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-223184/jmxterm:operation-requires-jdk-instead-of-jre">jmxterm: Operation requires JDK instead of JRE</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-213045#post-680168</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-213045/data-format">Data format</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-122940#post-658291</guid>
				<title>Re: typo</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language#post-658291</link>
				<description></description>
				<pubDate>Fri, 18 Dec 2009 23:44:39 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>it's supposed to be the same</p> <p>echo "get -s -b java.lang:type=Runtime Name" | java -jar …</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language">E. Embed in script language</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-122940#post-657537</guid>
				<title>Re: typo</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language#post-657537</link>
				<description></description>
				<pubDate>Thu, 17 Dec 2009 18:20:24 +0000</pubDate>
				<wikidot:authorName>eli</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Does anyone know how to script this within windows using a batch file?</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language">E. Embed in script language</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-644969</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode">Executing several commands in non-interactive-mode</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-197978#post-636572</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-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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-197978/executing-several-commands-in-non-interactive-mode">Executing several commands in non-interactive-mode</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-122940#post-615715</guid>
				<title>Re: typo</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language#post-615715</link>
				<description></description>
				<pubDate>Fri, 23 Oct 2009 17:22:29 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for pointing out!</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language">E. Embed in script language</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-122940#post-607994</guid>
				<title>typo</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language#post-607994</link>
				<description></description>
				<pubDate>Tue, 13 Oct 2009 18:42:00 +0000</pubDate>
				<wikidot:authorName>Geraald</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>You need the "-n" on the "java -jar" command in the perl example.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53268">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-122940/e-embed-in-script-language">E. Embed in script language</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-168081#post-573359</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-168081/activemq-and-jmxterm">ActiveMQ and jmxterm</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-172342#post-573300</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-172342/rpm-bundling-for-jmxterm">RPM bundling for jmxterm</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-172342#post-546773</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-172342/rpm-bundling-for-jmxterm">RPM bundling for jmxterm</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-171061#post-542985</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean">Setting MBean</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-171061#post-541101</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean">Setting MBean</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-171061#post-541079</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-171061/setting-mbean">Setting MBean</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-168081#post-529946</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-168081/activemq-and-jmxterm">ActiveMQ and jmxterm</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-84587#post-506970</guid>
				<title>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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-84587/great-utility">Great Utility</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-91551#post-362766</guid>
				<title>Re: NPE when running jmxterm from uber jar</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-91551/npe-when-running-jmxterm-from-uber-jar#post-362766</link>
				<description></description>
				<pubDate>Wed, 21 Jan 2009 17:09:12 +0000</pubDate>
				<wikidot:authorName>crazytmac</wikidot:authorName>				<wikidot:authorUserId>107720</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I created bug <a href="https://bugs.launchpad.net/jmxterm/+bug/319375">https://bugs.launchpad.net/jmxterm/+bug/319375</a> to track this issue. Thanks for reporting it.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53276">deleted / jmxterm support</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-91551/npe-when-running-jmxterm-from-uber-jar">NPE when running jmxterm from uber jar</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-91551#post-267584</guid>
				<title>Re: NPE when running jmxterm from uber jar</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-91551/npe-when-running-jmxterm-from-uber-jar#post-267584</link>
				<description></description>
				<pubDate>Thu, 25 Sep 2008 02:29:42 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In fact I've never done test drive on windows, this error shows some incompatibility between windows and jline library. I could try different version of jline and if problem still exists, I'll have to write something that knows to scarify auto completion when jline fails to start. Thank you for reporting this problem. In the next release, I believe at least this annoying error won't show up anymore.</p> <p>Regards<br /> -Jiaqi Guo</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53276">deleted / jmxterm support</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-91551/npe-when-running-jmxterm-from-uber-jar">NPE when running jmxterm from uber jar</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-91551#post-266427</guid>
				<title>NPE when running jmxterm from uber jar</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-91551/npe-when-running-jmxterm-from-uber-jar#post-266427</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 19:53:25 +0000</pubDate>
				<wikidot:authorName>anshulj</wikidot:authorName>				<wikidot:authorUserId>207645</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here's the stack trace:</p> <p><tt>C:\play\jmxterm&gt;"\Program Files\Java\jdk1.6.0_07\bin\java.exe" -jar jmxterm-1.0-alpha-1-uber.jar<br /> Welcome to JMX terminal. Type "help" for available commands.<br /> java.lang.NullPointerException<br /> at jline.WindowsTerminal.loadLibrary(WindowsTerminal.java:269)<br /> at jline.WindowsTerminal.initializeTerminal(WindowsTerminal.java:240)<br /> at jline.Terminal.setupTerminal(Terminal.java:75)<br /> at jline.Terminal.getTerminal(Terminal.java:26)<br /> at jline.ConsoleReader.&lt;init&gt;(ConsoleReader.java:191)<br /> at jline.ConsoleReader.&lt;init&gt;(ConsoleReader.java:186)<br /> at org.cyclopsgroup.jmxterm.boot.Main.execute(Main.java:88)<br /> at org.cyclopsgroup.jmxterm.boot.Main.main(Main.java:54)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:597)<br /> at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:353)<br /> at org.codehaus.classworlds.Launcher.launch(Launcher.java:264)<br /> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)<br /> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:597)<br /> at org.codehaus.classworlds.uberjar.boot.Bootstrapper.bootstrap(Bootstrapper.java:209)<br /> at org.codehaus.classworlds.uberjar.boot.Bootstrapper.main(Bootstrapper.java:116)<br /> $<br /></tt></p> <p>Is there a way to fix this issue or prevent this NPE from showing. Also, the CLI seems fairly verbose, is it possible to turn off all the messages that report what its doing.</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53276">deleted / jmxterm support</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-91551/npe-when-running-jmxterm-from-uber-jar">NPE when running jmxterm from uber jar</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-89536#post-265160</guid>
				<title>Re: username and password authentication</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-89536/username-and-password-authentication#post-265160</link>
				<description></description>
				<pubDate>Mon, 22 Sep 2008 03:26:23 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Specifying user/password in boot command line isn't implemented yet. I believe you can start jmxterm without connecting the mbean server first, then use "open localhost:8999 -u user -p password" to connect. The user authentication for "open" command is implemented.</p> <p>The next release will allow you to specify user name with boot command argument. Sorry for the inconvenience.</p> <p>Regards<br /> -Jiaqi</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53276">deleted / jmxterm support</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-89536/username-and-password-authentication">username and password authentication</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-89536#post-261127</guid>
				<title>username and password authentication</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-89536/username-and-password-authentication#post-261127</link>
				<description></description>
				<pubDate>Tue, 16 Sep 2008 14:17:29 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am unable to get jmxterm working with user and password authentication.<br /> connecting with jconsole just works fine so i'm sure its not the user/pass thats wrong.</p> <p>the error output i get:</p> <p>/usr/local/jdk1.6.0_07/bin/java -jar /usr/local/apache-tomcat/bin/jmxterm-1.0-alpha-1-uber.jar —url localhost:8999 -u user -p pass<br /> Welcome to JMX terminal. Type "help" for available commands.</p> <hr /> <p>constituent[0]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/jmxterm.jar<br /> constituent[1]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/commons-beanutils.jar<br /> constituent[2]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/commons-cli.jar<br /> constituent[3]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/commons-collections.jar<br /> constituent[4]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/commons-lang.jar<br /> constituent[5]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/commons-logging.jar<br /> constituent[6]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/jcli.jar<br /> constituent[7]: jar:file:/usr/local/apache-tomcat-5.5.17/bin/jmxterm-1.0-alpha-1-uber.jar!/WORLDS-INF/lib/jline.jar<br /> constituent[8]: file:/usr/local/jdk1.6.0_07/jre/../lib/tools.jar<br /> constituent[9]: file:/usr/local/jdk1.6.0_07/jre/../lib/jconsole.jar</p> <hr /> <p>java.lang.SecurityException: Authentication failed! Credentials required<br /> at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticationFailure(JMXPluggableAuthenticator.java:193)<br /> at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticate(JMXPluggableAuthenticator.java:145)<br /> at sun.management.jmxremote.ConnectorBootstrap$AccessFileCheckerAuthenticator.authenticate(ConnectorBootstrap.java:172)<br /> at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:214)<br /> at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:181)<br /> at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:585)<br /> at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)<br /> at sun.rmi.transport.Transport$1.run(Transport.java:153)<br /> at java.security.AccessController.doPrivileged(Native Method)<br /> at sun.rmi.transport.Transport.serviceCall(Transport.java:149)<br /> at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)<br /> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)<br /> at java.lang.Thread.run(Thread.java:595)<br /> at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)<br /> at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)<br /> at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)<br /> at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)<br /> at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2312)<br /> at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277)<br /> at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)<br /> at org.cyclopsgroup.jmxterm.impl.ConnectionAwareSession.doConnect(ConnectionAwareSession.java:71)<br /> at org.cyclopsgroup.jmxterm.impl.ConnectionAwareSession.connect(ConnectionAwareSession.java:64)<br /> at org.cyclopsgroup.jmxterm.impl.CommandCenter.connect(CommandCenter.java:89)<br /> at org.cyclopsgroup.jmxterm.boot.Main.execute(Main.java:71)<br /> at org.cyclopsgroup.jmxterm.boot.Main.main(Main.java:54)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:597)<br /> at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:353)<br /> at org.codehaus.classworlds.Launcher.launch(Launcher.java:264)<br /> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)<br /> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:597)<br /> at org.codehaus.classworlds.uberjar.boot.Bootstrapper.bootstrap(Bootstrapper.java:209)<br /> at org.codehaus.classworlds.uberjar.boot.Bootstrapper.main(Bootstrapper.java:116)</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53276">deleted / jmxterm support</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-89536/username-and-password-authentication">username and password authentication</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-84587#post-257049</guid>
				<title>Re: Great Utility</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-84587/great-utility#post-257049</link>
				<description></description>
				<pubDate>Wed, 10 Sep 2008 06:11:59 +0000</pubDate>
				<wikidot:authorName>jiaqi</wikidot:authorName>				<wikidot:authorUserId>184919</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you for support. I'm glad to see this tool really start being helpful. Please feel free to post questions or concerns if you have any.</p> <p>Regards<br /> -Jiaqi</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-84587/great-utility">Great Utility</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-86538#post-257048</guid>
				<title>Re: Building on top of jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-86538/building-on-top-of-jmxterm#post-257048</link>
				<description></description>
				<pubDate>Wed, 10 Sep 2008 06:09:40 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>jmxterm is built by maven2, groupId=org.cyclopsgroup and artifactId=jmxterm. Check out<br /> <a href="http://repo1.maven.org/maven2/org/cyclopsgroup/jmxterm/">http://repo1.maven.org/maven2/org/cyclopsgroup/jmxterm/</a></p> <p>So far I didn't intend to exposed public API for people to extend. I thought the best way to call JMX programmatically is to call javax.management.remote directly. However most classes are public(<a href="http://cyclopsgroup.org/projects/jmxterm/apidocs/index.html">http://cyclopsgroup.org/projects/jmxterm/apidocs/index.html</a>) and you are always free to call them directly. If you do, you will take the risk of API signature change in future releases.</p> <p>Can you talk a little more about the use case for public API usage? So that we can figure out the best way to handle it together.</p> <p>Regards<br /> -Jiaqi</p> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-86538/building-on-top-of-jmxterm">Building on top of jmxterm</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-86538#post-253701</guid>
				<title>Building on top of jmxterm</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-86538/building-on-top-of-jmxterm#post-253701</link>
				<description></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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-86538/building-on-top-of-jmxterm">Building on top of jmxterm</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.cyclopsgroup.org/forum/t-84587#post-248148</guid>
				<title>Great Utility</title>
				<link>http://wiki.cyclopsgroup.org/forum/t-84587/great-utility#post-248148</link>
				<description></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> <br/>Forum category: <a href="http://wiki.cyclopsgroup.org/forum/c-53269">projects / jmxterm</a><br/>Forum thread: <a href="http://wiki.cyclopsgroup.org/forum/t-84587/great-utility">Great Utility</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
