• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic getting shutdown while restarting

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Approximately after 1 month I have tried to stop and start the weblogic server, but while starting the weblogic server it is throwing the below error and getting shutdown.

<Dec 16, 2014 5:27:35 AM EST> <Error> <EmbeddedLDAP> <BEA-000000> <Error adding entry: uddi-Overview-Doc-ID=1,uddi-TModel-Key=uuid:40E2D30F-03FE-3CC3-B126-6B662D2EACB4,ou=TModels,ou=UDDI,dc=***DomainName***>
<Dec 16, 2014 5:27:35 AM EST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.ldap.EmbeddedLDAPException: [EmbeddedLDAP:171525]Error loading initial replica file. Check EmbeddedLDAP log for more details.
weblogic.ldap.EmbeddedLDAPException: [EmbeddedLDAP:171525]Error loading initial replica file. Check EmbeddedLDAP log for more details.
at weblogic.ldap.EmbeddedLDAP.loadInitialReplicaFile(EmbeddedLDAP.java:1344)
at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:298)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173).

Kindly share your ideas what might be the cause for this.

Thanks in Advance
Krishna
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Error loading initial replica file. Check EmbeddedLDAP log for more details.


What does your EmbeddedLDAP.log say?
 
kona krishnakumar
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EmbeddedLDAP.log is empty

0 Dec 9 00:10 EmbeddedLDAPAccess.log.6
0 Dec 9 00:10 EmbeddedLDAP.log.6
0 Dec 10 00:10 EmbeddedLDAPAccess.log.5
0 Dec 10 00:10 EmbeddedLDAP.log.5
0 Dec 11 00:10 EmbeddedLDAPAccess.log.4
0 Dec 11 00:10 EmbeddedLDAP.log.4
0 Dec 12 00:10 EmbeddedLDAPAccess.log.3
0 Dec 12 00:10 EmbeddedLDAP.log.3
0 Dec 13 00:10 EmbeddedLDAPAccess.log.2
0 Dec 13 00:10 EmbeddedLDAP.log.2
0 Dec 14 00:10 EmbeddedLDAPAccess.log.1
0 Dec 14 00:10 EmbeddedLDAP.log.1
0 Dec 15 00:10 EmbeddedLDAPAccess.log.0
0 Dec 15 00:10 EmbeddedLDAP.log.0
0 Dec 16 00:10 EmbeddedLDAP.log
694972 Dec 16 05:11 EmbeddedLDAPAccess.log
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this a managed server? If so, are you seeing other errors pertaining to the host name?
Is the disk where Weblogic is running full?
 
kona krishnakumar
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes I have two managed servers which are configured in horizontal clustering.

Last two times when I tried to restart the two managed servers, I am getting the errors which I shared earlier. Other than these errors I am not seeing any errors related to hostname.

First machine on which managed server 1 is hosted, 59% disk space is used. And on second machine on which managed server is hosted, 93 % is used.


FYI. When ever I will face this issue, If I do the compete domain restart including node managers and Admin server, issue is getting resolved.
 
reply
    Bookmark Topic Watch Topic
  • New Topic