This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes wli7.0sp1 startup problem.. another one Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "wli7.0sp1 startup problem.. another one" Watch "wli7.0sp1 startup problem.. another one" New topic
Author

wli7.0sp1 startup problem.. another one

Mandar Gandhe
Greenhorn

Joined: Aug 01, 2002
Posts: 29
Hi..
This is another problem I am facing while wli7.0sp1 startup. When I try to RESTART the server, it fails giving the following exception.
----------
<Jan 3, 2003 1:48:22 PM GMT> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.server.ServiceFailureException: Could not get exclusive access to embedded LDAP data files due to existing server
weblogic.server.ServiceFailureException: Could not get exclusive access to embedded LDAP data files due to existing server
at weblogic.ldap.EmbeddedLDAP.ensureExclusiveAccess(EmbeddedLDAP.java:899)
at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:204)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:691)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
at weblogic.Server.main(Server.java:32
----------
the ldapfiles are located inside <domain>/<domain-name>/ldap/ directory.
If I rename or remove the <domain-name> directory, the servers starts properly, but gives the same problem when attempted a restart.
Can someone provide me a help on this ?
Thank you in advance
Mandar
Rahul Mahindrakar
Ranch Hand

Joined: Jul 28, 2000
Posts: 1831
Hi,
To be frank I have no idea about the answer to the problem but I think that the LDAP connection is not being dropped after the server start and stop after the first time.
How do you stop your server. Is it the proper way. How is the LDAP connection get closed after the server stop. Can you close the LDAP connection in a configured shutdown class.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: wli7.0sp1 startup problem.. another one
 
Similar Threads
Weblogic is not getting started
got error while running weblogic from the unix environment
error while starting the weblogic
Weblogic server problem.
Problem in running servlet in JBuilder