Hi, I have trouble with the following line of code: MBeanServer server = MBeanServerLocator.locate(); when executing the method it is in I get the following error: anonymous wrote : java.util.NoSuchElementException | at java.util.AbstractList$Itr.next(AbstractList.java:427) | at org.jboss.mx.util.MBeanServerLocator.locate(MBeanServerLocator.java:79) | at org.jboss.mx.util.MBeanServerLocator.locate(MBeanServerLocator.java:92) | at trail.SE.client.Client.main(Client.java:30)
The result of the code would be used for getting a stub to a ServiceBean any help would be grealty appreciated, cheers deus machinarum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952065#3952065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952065 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
