HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot start tomcat
Operating System - HP-UX
1831580
Members
3678
Online
110025
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
04-05-2005 09:36 AM
04-05-2005 09:36 AM
Cannot start tomcat
Hello everyone,
I am trying to start tomcat and am getting the following error message in the log file:
Cannot exec large heap executable: No such file or directory
Could not create the Java virtual machine.
Any thoughts on how to resolve this problem?
I am trying to start tomcat and am getting the following error message in the log file:
Cannot exec large heap executable: No such file or directory
Could not create the Java virtual machine.
Any thoughts on how to resolve this problem?
If at first you don't succeed, change the rules!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 09:12 AM
04-06-2005 09:12 AM
Re: Cannot start tomcat
Find your tomcat.sh file
(/opt/tomcat/bin/tomcat.sh) if its not there,
cd /opt/tomcat
find . -name tomcat.sh
Look at that file - depending on the version of tomcat you are running, you may have a JAVA_HOME variable set up there. Verify that java exists where it thinks it is.
Next - check your environment
in csh,
type env | grep -i classpath
or echo $CLASSPATH
is your classpath set up? If not, that is most likely your problem.
setenv CLASSPATH path_to_java:other_paths:path_to_odbc:path_to jdbc:whatever
good luck - let me know how you make out.
(/opt/tomcat/bin/tomcat.sh) if its not there,
cd /opt/tomcat
find . -name tomcat.sh
Look at that file - depending on the version of tomcat you are running, you may have a JAVA_HOME variable set up there. Verify that java exists where it thinks it is.
Next - check your environment
in csh,
type env | grep -i classpath
or echo $CLASSPATH
is your classpath set up? If not, that is most likely your problem.
setenv CLASSPATH path_to_java:other_paths:path_to_odbc:path_to jdbc:whatever
good luck - let me know how you make out.
Man The Bilge Pumps!
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP