martes, 28 de abril de 2015

NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl


Al tratar de iniciar un servidor administrado en Linux se puede presentar el siguiente error:

<Apr 28, 2015 4:44:16 AM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl
java.lang.NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl
       at weblogic.protocol.URLManager.createAdminHttpConnection(URLManager.java:374)
       at weblogic.management.provider.internal.BootStrapHelper.getBootStrapStruct(BootStrapHelper.java:83)
       at weblogic.management.provider.internal.RuntimeAccessImpl.initialize(RuntimeAccessImpl.java:432)
       at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:49)
       at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
       at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
       at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
       at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
       at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
       at weblogic.Server.main(Server.java:71) 
 

El error anterior es debido a alguna configuración errónea a nivel de red del sistema operativo, por lo que se recomienda se revise si ha habido algún cambio recientemente en el hostname, DNS, archivo de hosts etc.

1 comentario:

  1. Esta nota me salvo a nivel productivo de un sufrimiento eterno! Gracias!!!

    ResponderEliminar