• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

java.lang.NoSuchFieldError

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

when i try starting WebLogic using my unix shell script,

i get the following error.
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:2441)
at com.sun.management.jmx.MBeanServerImpl.<init>(MBeanServerImpl.java:113)
at weblogic.management.internal.RemoteMBeanServerImpl.<init>(RemoteMBeanServerImpl.java:103)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:242)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:753)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
Reason: loaders

Any help will be appreciatable.


Thanks & Regards,
Kishan
 
No. No. No. No. Changed my mind. Wanna come down. To see this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic