Hi,
I am using Eclipse2.1.3,with Lombose and JBoss 3.2.3,configured everything as said in
www.tusc.com.au/tutorial/html/chap1.htm. and started a new lombose j2ee project added web container and ejb container.But when clicking new ejb creation wizard nothing appears.
also when starting server through eclipse it shows error like this.
jboss is running while used from command prompt. please give soln
Failed to boot JBoss:
java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.system.server.ServerInfo
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:161)
at org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(UnifiedClassLoader3.java:169)
at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:123)
at org.jboss.mx.loading.UnifiedLoaderRepository3.loadClass(UnifiedLoaderRepository3.java:169)
at org.jboss.mx.loading.UnifiedLoaderRepository3.loadClass(UnifiedLoaderRepository3.java:569)
at javax.management.loading.DefaultLoaderRepository.loadClass(DefaultLoaderRepository.java:78)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:822)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:258)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:297)
at org.jboss.system.server.ServerImpl.createMBean(ServerImpl.java:411)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:342)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)