- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Java and Tomcat install - cannot find class ja...
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
06-24-2002 02:01 AM
06-24-2002 02:01 AM
Java and Tomcat install - cannot find class java/lang/Thread
I've posted a similar question last week and got some feedback. However, even though I followed all steps, still cannot startup Tomcat.
The version of Java is:
HP-UX Java C.01.18.05 01/25/2001
The version of Tomcat is 4.0
Upon executing startup.sh I get error:
Unable to initialize threads: cannot find class java/lang/Thread.
I've setup PATH variable to point to $JAVA_HOME/bin and .
CLASSPATH is pointing to $JAVA_HOME/lib/classes.zip. Also, as indicated on hp site I've setup SHLIB_PATh to point to ${JAVA_HOME}/lib/PA_RISC/green_threads and ${JAVA_HOME}/lib/PA_RISC/native_threads).
Is there a special sequence of commands to start tomcat or the vesion of java is old?
Please help, really stuck with this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 05:40 PM
06-24-2002 05:40 PM
Re: Java and Tomcat install - cannot find class java/lang/Thread
What version of Java are you using? (ie, SDK 1.3.1_01). To find this, type "java -version" and you should receive a message like:
java version "JavaVM-1.3.0.01"
Java(TM) 2 Runtime Environment, Standard Edition (build jinteg:02/14/01-23:51)
HotSpot VM (build 1.0.1fcs jinteg:02/15/01-02:43 PA2.0, mixed mode)
Java2 does not have classes.zip in the lib directory, instead, it has dt.jar and tools.jar in the $JAVA_HOME/lib directory. Have a look and add these jar files instead (if you're using Java2).
btw, Tomcat 4.0 needs JDK version 1.2 or better.
Hope this helps!
Regards,
Leigh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:25 AM
06-25-2002 12:25 AM
Re: Java and Tomcat install - cannot find class java/lang/Thread
This what I get when i run
java -version
HP-UX Java C.01.18.05 01/25/2001
It came preinstalled on the server. I've downloaded the latest jsdk 1.4 depot file, but the swinstall is aborted because the file is corrupt. They give a checksum on the website - how can I correctly verify it?
If i do ls -l filename it shows me a part of filesize, not whole checksum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 12:11 PM
07-12-2002 12:11 PM
Re: Java and Tomcat install - cannot find class java/lang/Thread
cksum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 12:10 AM
07-15-2002 12:10 AM
Re: Java and Tomcat install - cannot find class java/lang/Thread
I downloaded HP Apache web server, it works fine. The original Jakarta Tomcat from apache.com was giving the problems.