- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- java crash
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
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
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
тАО01-20-2005 10:04 AM
тАО01-20-2005 10:04 AM
java crash
System: HP 11.00 9000
We have an application that crashed. The outfile that it produced has a few java.lang.NullPointerException first . After that I can see
"Java HotSpot(TM) Server VM warning: Cannot allocate alt signal stack" messages. After that "Java HotSpot(TM) Server VM warning: Java HotSpot(TM) Server VM warning: Cannot allocate alt signal stack" and ater that
Exception in thread "AppTen[585:Down File]" java.lang.OutOfMemoryError: requested 1000 bytes
Possible causes:
- not enough swap space left, or
- kernel parameter MAXDSIZ is very small.
Out of memory while reading in symbol table of /opt/java1.3/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl
Error<1>: Out of memory while tracing stack.
Can someone help!!!
java -showversion
java version "1.3.1.08"
swapinfo:
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1572864 0 1572864 0% 0 - 1 /dev/vg00/lvol2
reserve - 829692 -829692
memory 1592076 440948 1151128 28%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2005 10:22 AM
тАО01-20-2005 10:22 AM
Re: java crash
This is what I was using for some java servlets with hotspot... (alas, no longer in place for good comparisons)
maxdsiz 2147483648 - 2147483648
maxdsiz_64bit 4294967296 - 4294967296
I got those java servlets up to about 1.3 Gig with java 1.3.1.07 if I recall correctly...
Also, check out your start up parameters (possibly wrapper.bin.parameters in your web servers jserv.properties file? or in your httpd.conf file?) -Xmx -Xms ... etc. Those parameters set up how large your java server will run. My experience is to keep jacking up this number until it won't start up any longer then back off by 200M or so to give the java server itself some headroom for itself besides your stuff...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2005 12:08 PM
тАО01-20-2005 12:08 PM
Re: java crash
MAXDSIZ is 67108864
maxssiz 8388608
We don't have webserver. this is standalone application
any help??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2005 02:04 AM
тАО01-21-2005 02:04 AM
Re: java crash
any help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2005 11:07 PM
тАО01-24-2005 11:07 PM
Re: java crash
Find tuning recommendations on
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1604,00.html and http://www.hp.com/products1/unix/java/infolibrary/prog_guide/expanding_memory.html
hope this helps, Katharina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2005 11:12 AM
тАО01-26-2005 11:12 AM