JPS-02592: Failed to push ldap config data to libOvd

Server subsystem failed. Reason: java.lang.NumberFormatException: null

Please find more details about Weblogic Issue- Server subsystem failed. Reason: java.lang.NumberFormatException: null

ERROR:

Error: <BEA-000386> Server subsystem failed. Reason: java.lang.NumberFormatException: null
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:417)
at java.lang.Integer.parseInt(Integer.java:499)
at weblogic.ldap.EmbeddedLDAP.validateVDEDirectories(EmbeddedLDAP.java:1097)
at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:242)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

SOLUTION:

This mostly happens when LDAP files are corrupted under the ../domain-name/server/AdminServer/data/ldap/ directory. A possible cause of corruption is when space on server is full. When the associated volume is full (100%) weblogic server will corrupt these files. Remove the replicas.prop corrupted file.

Rm -rf $Domain_name/servers/$server_name/data/ldap/conf/replicas.prop

And restart the server.

For more such weblogic issues and resolution click here.