Hi,
I have installed weblogic server 7.0. It works fine. Server Started in Running mode. But If i restart or shutdown my system, I could not able to start the weblogic server again. I got this error. Can anyone help me for solve my problem.. Thanks..
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at
:[port]/console]http://[hostname]:[port]/console *
***************************************************
C:\bea\user_projects\mydomain>"C:\bea\jdk131_06\bin\java" -hotspot -Xms32m -Xmx2
00m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea\weblogic700\server\lib\cace
rts -Dweblogic.Name=myserver -Dbea.home="C:\bea" -Dweblogic.management.username=
-Dweblogic.management.password= -Dweblogic.ProductionModeEnabled= -Djava.securi
ty.policy="C:\bea\weblogic700\server\lib\weblogic.policy" weblogic.Server
<Apr 29, 2005 4:32:35 PM IST> <Info> <Security> <090065> <Getting boot identity
from user.>
Enter username to boot WebLogic server:ram
Enter password to boot WebLogic server:
Starting WebLogic Server...
<Apr 29, 2005 4:32:41 PM IST> <Notice> <Management> <140005> <Loading configurat
ion C:\bea\user_projects\mydomain\.\config.xml>
<Apr 29, 2005 4:32:43 PM IST> <Error> <EmbeddedLDAP> <171516> <Could not get exc
lusive access to the embedded LDAP data files directory: .\myserver\ldap\ldapfil
es>
<Apr 29, 2005 4:32:43 PM IST> <Critical> <WebLogicServer> <000364> <Server faile
d during initialization. Exception:weblogic.server.ServiceFailureException: Coul
d not get exclusive access to embedded LDAP data files due to existing server
weblogic.server.ServiceFailureException: Could not get exclusive access to embed
ded LDAP data files due to existing server
at weblogic.ldap.EmbeddedLDAP.ensureExclusiveAccess(EmbeddedLDAP.java:89
9)
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:204)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:717)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
>
<Apr 29, 2005 4:32:43 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to i
nitialize the server: Fatal initialization exception
Throwable: weblogic.server.ServiceFailureException: Could not get exclusive acce
ss to embedded LDAP data files due to existing server
weblogic.server.ServiceFailureException: Could not get exclusive access to embed
ded LDAP data files due to existing server
at weblogic.ldap.EmbeddedLDAP.ensureExclusiveAccess(EmbeddedLDAP.java:89
9)
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:204)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:717)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
>
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised:
weblogic.server.ServiceFailureException: Could not get exclusive access to embed
ded LDAP data files due to existing server
at weblogic.ldap.EmbeddedLDAP.ensureExclusiveAccess(EmbeddedLDAP.java:89
9)
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:204)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:717)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
Reason: Fatal initialization exception
Throwable: weblogic.server.ServiceFailureException: Could not get exclusive acce
ss to embedded LDAP data files due to existing server
weblogic.server.ServiceFailureException: Could not get exclusive access to embed
ded LDAP data files due to existing server
at weblogic.ldap.EmbeddedLDAP.ensureExclusiveAccess(EmbeddedLDAP.java:89
9)
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:204)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:717)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
***************************************************************************
Ram..