I am trying to setup and configure JBoss AS to work with MyEclipse. I did a clean install of JBoss and put it into c:\JBoss directory. Configured it within MyEclipse according to the tutorial. When I start the server from MyEclipse it gives me the following message:
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:name=Default,service=LoaderRepository
at com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1680)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1524)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:599)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:397)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:536)
When I start JBoss from a command line it works fine.
Any suggestions?
Thanks