• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

OutOfMemory Error

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
My application is deployed on Weblogic 6.1 SP4. I am getting OutOfMemoryError nested inside a RemoteException. The stack trace for the same is not available. Also this error is not observed everytime but was seen only once in the last one week.

My application communicates with a backend application over RMI.

Any pointers will be of great help.

Thanks and regards,
Amruta Deo
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may want to take a look at the BEA JVM Tuning Documentation.

The server's Monitoring�>Performance tab in the graphs real-time data on JVM memory heap usage, see Server Performance Monitoring in Console.

You may need to use a profiler to find a memory leak or your heap may just be set too low. The performance monitoring graph can give you a quick look at the heap usage.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the JVM option
Xmx
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic