- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JVM Problems - Unable to initialize threads
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
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
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
тАО07-05-2005 11:19 PM
тАО07-05-2005 11:19 PM
JVM Problems - Unable to initialize threads
The DBA's are trying to start a Java installtion app for Oracle on the second box, but are being given the following error:
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
I've had a look round and this appears to be an issue with JAVA_HOME or something similar. I'm not sure how to resolve it though. I've compared $PATH for oracle user on both servers and they're identical.
I have seem to have three versions of Java running, 1.2, 1.4 and 1.5. I've tried exporting JAVA_HOME=/opt/java1.5 and /opt/java1.5/bin, but neither seem to resolve the problem.
I found an hp doc that suggested checking the Java Programmers guide, but that didn't really help.
Any help would be appreciated.
Thanks
Robin
- Tags:
- Java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2005 11:29 PM
тАО07-05-2005 11:29 PM
Re: JVM Problems - Unable to initialize threads
what happens if you try java-version command(whith oracle user) on both servers? Are there any differences?
Hope this helps
Giacomo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2005 12:15 AM
тАО07-06-2005 12:15 AM
Re: JVM Problems - Unable to initialize threads
Try installing latest Java patches.Pls refer to following site:
http://www5.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_30544&context=hpux:800:11:11
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2005 01:37 AM
тАО07-06-2005 01:37 AM
Re: JVM Problems - Unable to initialize threads
The versions are the same:
erbhap2:9.2.0:LNKT:/apps/oracle::/opt/java1.5/bin/java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-_24_nov_2004_16_29)
Java HotSpot(TM) Server VM (build 1.5.0 FCS (JS B64) jinteg:11.24.04-15:51 PA2.0 (aCC_AP), mixed mode)
However we seem to have three versions installed:
# ls /opt/java*
/opt/java1.2:
jre plugin
/opt/java1.4:
3D.release.notes LICENSE.Java3D include man
COPYRIGHT THIRDPARTYLICENSEREADME.txt java.os11.release.notes
COPYRIGHT.Java3D bin jre
LICENSE demo lib
/opt/java1.5:
COPYRIGHT bin java.os11.release.notes.html sample
LICENSE demo jre
THIRDPARTYLICENSEREADME.txt include lib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2005 01:57 AM
тАО07-06-2005 01:57 AM
Re: JVM Problems - Unable to initialize threads
I've run the HPjconfig 3.0, and the only patch it's highlighted is PHKL_32927
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2005 03:21 AM
тАО07-06-2005 03:21 AM
Re: JVM Problems - Unable to initialize threads
That is your CLASSPATH set to?
What does your java command line look like?
Is there a bootclasspath?
Has rt.jar been edited?