• 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 managed server is going down very often

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys!
I am having a problem with weblogic managed server which is hosting my application. Managed server is going down very often with the following stacktrace.

<ExecuteThread: '47' for queue: 'weblogic.kernel.Default' has been busy for "1,094" seconds working on the request "weblogic.rmi.internal.dgc.DGCClientImpl$HeartBeat@77d320ee", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>

It was fine for months.suddenly getting this problem any help to resolve this issue is greatly appreciated.
thanks in advance
-Chandra
 
Ranch Hand
Posts: 425
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


dgc.DGCClientImpl$HeartBeat



Is related to distributed garbage collection. It will be really difficult to find the root cause as it's WebLogic internal task. You can search WebLogic support site or in dev2dev forum. Share your findings!!
 
chandu kondu
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
purushottam thanks a lot.I will try to find much about this garbage collection.But where can we find information to read about
weblogic.rmi.internal.dgc.DGCClient..... stuff.Please share your knowledge.
Thanks
-Chandra
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic