When I am trying to start weblogic8 I am getting following message. It used to work before suddenly after removing some classes to my project, I am getting this error. This is still coming even after reverting back to the changes I made. I am using myeclipseide 4.1.1 GA and Eclipse 3.1.2 and JDK 1.4.2_05. I read in this topic https://www.genuitec.com/forums/topic/tomcat-app-server-preferences-not-picking-up-sdk/#post-244422
that full SDK is required. I did this as well.
I also downloaded jmxri.jar added to my classpath, and verified that addClassLoader method is present in it. Any solutions on this would be helpful and thank you in advance
-Praveen
**************************************************************************
The WebLogic Server did not start up properly.
java.lang.NoSuchFieldError: loaders
at com.sun.management.jmx.DefaultLoaderRepository.addClassLoader(DefaultLoaderRepository.java:38)
at com.sun.management.jmx.MBeanServerImpl.initialize(MBeanServerImpl.java:2444)
at com.sun.management.jmx.MBeanServerImpl.<init>(MBeanServerImpl.java:113)
at weblogic.management.internal.RemoteMBeanServerImpl.<init>(RemoteMBeanServerImpl.java:105)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:242)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
at weblogic.Server.main(Server.java:32)
Reason: loaders
***************************************************************************