Critical WebLogicServer BEA-000386 Server subsystem failed. Reason: A MultiException has 12 exceptions.

CAUSE OF ERROR

In my case weblogic server was crashed due to space pressure at /u01/ where Weblogic was installed. then we unmount the disk and arranged space then nomount the disk. arranged. 

Image During Space Pressure Occurred

but when i restart the server, weblogic server become crashed with above error logs. 

<Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: A MultiException has 12 exceptions.

  1. java.lang.NumberFormatException: null
  2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.ldap.PreEmbeddedLDAPService
  3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.ldap.EmbeddedLDAP errors were found
  4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.ldap.EmbeddedLDAP
  5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.security.PreSecurityService errors were found
  6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.security.PreSecurityService
  7. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.security.SecurityService errors were found
  8. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.security.SecurityService
  9. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
  10. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
  11. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cluster.migration.MigrationService errors were found

 

  1. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cluster.migration.MigrationService

SOLUTION

Go To > $MW_home/user_projects/domains/domain_name/servers/AdminServer/data/ldap/conf>

1) Copy or Move of “relicas.prop” for save site. 

2) mv replicas.prop replicas.prop_bkup

3) Start the Oracle WebLogic Admin Server.

4) Start (MS) Managed Server.

In my case Oracle WebLogic Server and their associate Managed Server are working fine. I hope it’ll solve your query.