• 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

Heap size maxing out - weblogic clustered environment

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

I our prod environment we have two linux boxes and weblogic cluster setup . Number of java server processes are same on both servers. Some how on one box one java server is maxing out heaping size(1GB). But it is not happening on other server. This problem started only few days ago. Earlier it was fine. On other box I have set max heap size as 512 MB and it perfectly fine. I need to keep bouncing the server whenever the server is hitting max heap size. If there is any memory leak it should create issue on both servers right? I tried to get Thread dump using kill -3 <pid>. But it is not working. Some how I am not able to connect jconsole also.

I am not sure how to debug this problem. Do you guys think of any possible reasons? Any help appreciated.
 
Ranch Hand
Posts: 152
VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds like some routing problem, but might be
almost anything else

How does the cluster get accessed?
WL plugin? Cluster servlet? Hardware load balancer?

what version of WebLogic are you on?

Is it Server, DSP, Portal, Integration or ALSB?

 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving thread as too difficult for "beginning."
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you compare the infrastructure on both of your linux boxes .. aare they both same.. That could be a potential reason for problems of this kind..
 
reply
    Bookmark Topic Watch Topic
  • New Topic