• 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 51 Server Stops in the middle.

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have an Weblogic 51 Server running in a unix box. But sometimes this server doenot respond to even the welcome page even though the process is running in the back ground. This is happeniing randomly and we are unable to find a resolution as it does not register any error in the log. Please HELP.
[ December 18, 2002: Message edited by: Dibya G. Baruah ]
 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do u have to restart the server to get it to respond to requests again?
Is there any event that triggers this?
What WebServer are you using?
Is the server optimized for GC?
 
Dibya G. Baruah
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by sandy ind:
do u have to restart the server to get it to respond to requests again?
Is there any event that triggers this?
What WebServer are you using?
Is the server optimized for GC?


Thanks Sandy for the reply. Yes I do have to restart the server again and it works fine after that. Not a particular event.
All of a sudden it happens.I
We are not using any web server. We have only weblogic application server running.
I am not sure what do u mean by GC ?
can you please explain it more
 
sandy gupta
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Always here to help As it is i liked the name
Hmmm......Back to business
The GC is the garbage collector and runs when u have a lot of unmanaged heap memory lying about in the system. Interesting thing though is that all other applications automatically go into a wait state when the GC is running. So its like u'r app server is hung. You have to optimize the time that the GC runs on the Server(Memory based optimization.....done wisely).
Also Please make sure that none of your applications is leaking memory. Check the perf stats on the server when you run it and see if there is a spike when u run a certain one.
Sahil
 
What a show! What atmosphere! What fun! What a tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic