While provisioning WebLogic environments to a new infrastructure, recently we started experiencing a problem where the Managed Server had problems starting up. It consistently failed with the error shown below. (more…)
Archive for the ‘embeddedLdap’ Category
WebLogic EmbeddedLDAP's MasterFirst Attribute saved my day!
Monday, August 10th, 2009Tags: boot.properties, embeddedLdap, MasterFirst
Posted in Uncategorized, WebLogic, embeddedLdap, java | 3 Comments »
Number Format Exception while starting WebLogic Server
Friday, October 24th, 2008Ok, this has occurred way too many times recently in our environment. This usually happens if your machine is running low on space and WebLogic Server corrupted a file in the embedded LDAP.
To fix this problem you can delete the file /servers//data/ldap/config/replicas.prop or add ‘replica.num=0′ to replicas.prop file.
> NumberFormatException: null
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:415)
at java.lang.Integer.parseInt(Integer.java:497)
at weblogic.ldap.EmbeddedLDAP.validateVDEDirectories(EmbeddedLDAP.java:1035)
at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:212)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
>
Posted in embeddedLdap, number format exception, weblogic server | 7 Comments »