Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: bean name isn't valid #22

Open
erolg opened this issue Jul 30, 2015 · 3 comments
Open

ERROR: bean name isn't valid #22

erolg opened this issue Jul 30, 2015 · 3 comments

Comments

@erolg
Copy link

erolg commented Jul 30, 2015

Hi there,
Im using jmxterm to monitor jmx mbeans of Solr.

When i set the domain like => "domain solr/song" then run beans command. It gives me all beans list.
Well. When i send request any attribute of any beans, i get it, bean name isn't valid.

How could it be ?

Example :
$>domain solr/song
$>beans

domain = solr/song:

solr/song:id=debug,type=debug
solr/song:id=facet,type=facet
solr/song:id=get,type=get
solr/song:id=highlight,type=highlight
solr/song:id=mlt,type=mlt
$>get -b solr/song:id=mlt,type=mlt *

IllegalArgumentException: Bean name solr/song:id=mlt,type=mlt isn't valid.

@jiaqi
Copy link
Owner

jiaqi commented Aug 26, 2015

Can you please run it with verbose output

run command "option -v verbose" before get command.

@codecounselor
Copy link

same problem for me

$>bean com.spider:instance=ROOT\ (4.0.2.18),name=asyncRunner
java.lang.IllegalArgumentException: Bean name com.spider:instance=ROOT isn't valid
	at org.cyclopsgroup.jmxterm.cmd.BeanCommand.getBeanName(BeanCommand.java:74)
	at org.cyclopsgroup.jmxterm.cmd.BeanCommand.execute(BeanCommand.java:122)
	at org.cyclopsgroup.jmxterm.cc.CommandCenter.doExecute(CommandCenter.java:161)
	at org.cyclopsgroup.jmxterm.cc.CommandCenter.doExecute(CommandCenter.java:134)
	at org.cyclopsgroup.jmxterm.cc.CommandCenter.execute(CommandCenter.java:176)
	at org.cyclopsgroup.jmxterm.boot.CliMain.execute(CliMain.java:149)
	at org.cyclopsgroup.jmxterm.boot.CliMain.main(CliMain.java:41)

@codecounselor
Copy link

Looks like someone else figured out two \\ are needed #55 (comment)
Seems like a great tool, would be superb if this just worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants