Unable to access Solr beans, bean name isn't valid

Bug #1479857 reported by Erol Guzoglu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Jmxterm
New
Undecided
Unassigned

Bug Description

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.

Revision history for this message
Erol Guzoglu (erolguzoglu) wrote :

$>get -b solr/song:id=stats,type=stats *
java.lang.IllegalArgumentException: Bean name solr/song:id=stats,type=stats isn't valid
 at org.cyclopsgroup.jmxterm.cmd.BeanCommand.getBeanName(BeanCommand.java:77)
 at org.cyclopsgroup.jmxterm.cmd.GetCommand.displayAttributes(GetCommand.java:51)
 at org.cyclopsgroup.jmxterm.cmd.GetCommand.execute(GetCommand.java:157)
 at org.cyclopsgroup.jmxterm.cc.CommandCenter.doExecute(CommandCenter.java:189)
 at org.cyclopsgroup.jmxterm.cc.CommandCenter.doExecute(CommandCenter.java:153)
 at org.cyclopsgroup.jmxterm.cc.CommandCenter.execute(CommandCenter.java:207)
 at org.cyclopsgroup.jmxterm.boot.CliMain.execute(CliMain.java:156)
 at org.cyclopsgroup.jmxterm.boot.CliMain.main(CliMain.java:48)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:353)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:265)
 at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:376)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.uberjar.boot.Bootstrapper.bootstrap(Bootstrapper.java:211)
 at org.codehaus.classworlds.uberjar.boot.Bootstrapper.main(Bootstrapper.java:117)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.