- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Java server process fails with OutOfMemory error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 06:00 PM
11-22-2004 06:00 PM
Java server process fails with OutOfMemory error
we are running an ERP-System based on a java server. Now, we have the problem that the server terminates sometime with the error message:
Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 74286
0 bytes
Possible causes:
- not enough swap space left, or
- kernel parameter MAXDSIZ is very small.
JVM Starter by LDS ver. 2.8.4 Sep 1 2003
Started at Mon Nov 22 07:52:27 2004
Out of memory while reading in symbol table of ../lib/zeus/lib/jdk/hpux/jre/lib
/PA_RISC2.0/hotspot/libjvm.sl
( 0) 0xc6479468 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 1) 0xc63f1b30 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 2) 0xc6588f68 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 3) 0xc66f812c [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 4) 0xc672c20c [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 5) 0xc66cba78 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 6) 0xc66c8054 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 7) 0xc66ae79c [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 8) 0xc6603168 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
( 9) 0xc6602c50 [../lib/zeus/lib/jdk/hpux/jre/lib/PA_RISC2.0/hotspot/libjvm
.sl]
The server process is running with the following java parameters:
-XX:MaxPermSize=110m
-Xms256m
-Xmx768m
-DORBgcTimeout=86400
The java version is:
java version "1.3.1.12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.12-031205-12:07)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.12-_05_dec_2003_13_05 PA2.0, mixed mode)
System hpux 11.11 (PA_RISC)/ Goldbase Dec 02, model 9000/800/rp7410.
The machine has 8 GB physical RAM and 4 GB swap space. The MAXDSIZ is set to 1825361100.
Does someone know why the server process aborts sometime?
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 06:27 PM
11-22-2004 06:27 PM
Re: Java server process fails with OutOfMemory error
8 GB of RAM and 4 GB of swap space?. I assume you enabled 'swapmem_on' kernel parameter. If it is only 4 GB swap means, you can only bring up 4 GB worth processes. Post your 'swapinfo -t' output. I believe you may be running out of swap.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 07:46 PM
11-22-2004 07:46 PM
Re: Java server process fails with OutOfMemory error
see the following link.it gives a good explanation about this problem.
http://support.bea.com/support_news/product_troubleshooting/Investigating_Out_of_Memory_Memory_Leak_Pattern.html
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 08:00 PM
11-22-2004 08:00 PM
Re: Java server process fails with OutOfMemory error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 08:50 PM
11-22-2004 08:50 PM
Re: Java server process fails with OutOfMemory error
# swapinfo -t
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 0 4194304 0% 0 - 1 /dev/vg00/lvol2
dev 4194304 0 4194304 0% 0 - 0 /dev/vg00/lvol10
reserve - 3400676 -3400676
memory 6376260 1898816 4477444 30%
total 14764868 5299492 9465376 36% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:48 AM
11-23-2004 06:48 AM