Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2006

Tip: Looking for answers? Try searching our database.

Problem with weblogic 8.1SP5

Thread view: 
Sam - 15 Jun 2006 12:52 GMT
Hi,

I am deploying my application on bea weblogic 8.1SP5........and it
showing errors below::::

JVMDG217: Dump Handler is Processing OutOfMemory - Please Wait.
JVMDG315: JVM Requesting Heap dump file
.........JVMDG318: Heap dump file written to
/soft_dump/BEA815/user_projects/dom
ains/mydomain/heapdump274442.1150373114.phd
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to
/soft_dump/BEA815/user_projects/domains/mydo
main/javacore274442.1150373147.txt
JVMDG274: Dump Handler has Processed OutOfMemory.

Is dere any solution for it?

Thanks

Samit Katiyar
samit_katiyar@rediffmail.com
Juha Laiho - 15 Jun 2006 21:14 GMT
"Sam" <samit.katiyar@gmail.com> said:
>I am deploying my application on bea weblogic 8.1SP5........and it
>showing errors below::::
...
>JVMDG274: Dump Handler has Processed OutOfMemory.
>
>Is dere any solution for it?

Well, you have three choices:
- you've not allocated enough memory to your server
 (JVM startup parameters)
- your code is leaking memory (or, WebLogic server is leaking
 memory, but your code is more probable of the two)
- your code (or, again, WebLogic server code) is causing
 memory fragmentation; that is, there is free JVM heap
 available, but not in large enough contiguous chunks

The first two: look at the memory utilization of your system
(WebLogic console provides graphing tools for this); if it's
steady, linear growth of used memory, and you get OutOfMemory
when the curve hits the top, then there either is not enough
memory or the application is leaking memory. Make an educated
guess whether your application should consume the amount of
memory you've allocated for it, and if it could, increase the
memory allocation. Do this until your memory allocation is
so large that you're certain that you've exceeded the run size
of your application. If you still encounter the OutOfMemory
errors, your code is leaking memory (i.e. not properly releasing
references to created objects), and should be fixed.

The third: looking at the memory usage graph, you get OutOfMemory
error when there seemingly is still memory available. Allocating
more memory may help, also changing VM memory-related parameters
may help.
Signature

Wolf  a.k.a.  Juha Laiho     Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
        PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)

Sam - 19 Jun 2006 07:49 GMT
Thanks for ur valuable response........

But unfortunately I m not able to solve my problem...

I tried to view memory lekedge through JRockit but i couldm't configure
my console.......

Can u plz tell me the exact way to solve this problem?

I'll be thankful to u.

Thanks

> "Sam" <samit.katiyar@gmail.com> said:
> >I am deploying my application on bea weblogic 8.1SP5........and it
[quoted text clipped - 35 lines]
>          PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
> "...cancel my subscription to the resurrection!" (Jim Morrison)


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.