HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- java -version not working for user
Operating System - HP-UX
1827452
Members
3899
Online
109965
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-19-2005 06:16 AM
07-19-2005 06:16 AM
java -version not working for user
Runtime.loadLibrary throws incorrect exception
Document Information Table
Runtime.loadLibrary throws incorrect exception DocId: KBRC00014504 Updated: 3/26/04 4:10:00 PM
PROBLEM
When doing a simple "java -version" one user got this error:
$ ./java -version
****************
Another exception has been detected while we were handling last
error. Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = c42227cb
SIGNAL = 11
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there
is any. Good bye. Abort
But other users are able to run java fine.
Why is this error occurring only with some users?
Document Information Table
Runtime.loadLibrary throws incorrect exception DocId: KBRC00014504 Updated: 3/26/04 4:10:00 PM
PROBLEM
When doing a simple "java -version" one user got this error:
$ ./java -version
****************
Another exception has been detected while we were handling last
error. Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = c42227cb
SIGNAL = 11
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there
is any. Good bye. Abort
But other users are able to run java fine.
Why is this error occurring only with some users?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 06:20 AM
07-19-2005 06:20 AM
Re: java -version not working for user
RESOLUTION
The JVM will try to create or open a directory named
/var/tmp/hsperfdata_myuser where myuser is the name of the user running the JVM. (In my case it was /var/tmp/hsperfdata_pipeuser)
Once the directory is open, the JVM will try to create a work file in that directory.
This error will occur if the user "myuser" launches the JVM and the directory /var/tmp/hsperfdata_myuser already exists, but myuser does not have read/write permission to that directory. The JVM create/write to the new work file will fail and will cause the JVM to generate the error
message.
To correct the problem, the directory /var/tmp/hsperfdata_myuser
should be removed and/or the permissions of the hsperfdata_myuser directory should be modified to allow read/write access to that directory for myuser.
I my case I just deleted directory called /var/tmp/hpperfdata_pipeuser and problem was resolved.
The JVM will try to create or open a directory named
/var/tmp/hsperfdata_myuser where myuser is the name of the user running the JVM. (In my case it was /var/tmp/hsperfdata_pipeuser)
Once the directory is open, the JVM will try to create a work file in that directory.
This error will occur if the user "myuser" launches the JVM and the directory /var/tmp/hsperfdata_myuser already exists, but myuser does not have read/write permission to that directory. The JVM create/write to the new work file will fail and will cause the JVM to generate the error
message.
To correct the problem, the directory /var/tmp/hsperfdata_myuser
should be removed and/or the permissions of the hsperfdata_myuser directory should be modified to allow read/write access to that directory for myuser.
I my case I just deleted directory called /var/tmp/hpperfdata_pipeuser and problem was resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 07:00 AM
07-19-2005 07:00 AM
Re: java -version not working for user
See Solution above
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP