The error might be a red herring or a show stopper but I also have:

export -s JAVA_OPTS="-Dos400.awt.native=true -Djava.awt.headless=true -Xms256m -Xmx512m"

In my catalina.sh script. That took care of a tty error I had (although I don't know if that is the issue in your case).

Pete Helgren
Value Added Software, Inc
www.petesworkshop.com
GIAC Secure Software Programmer-Java

On 7/19/2012 6:25 PM, James Lampert wrote:
Tim:
This is normally in <TC_HOME>/lib/catalina.jar.
     A. Does it exist there?
     B. Does the user the process is running as have permission to read
        that file and directory?
     C. If yes to A & B, is the file corrupt?

/wintouch/tomcat/lib/catalina.jar exists. I had to FTP it elsewhere to check its validity, but it seems valid. And the authorities for it look exactly the same as those for /wintouch/tomcat/bin/bootstrap.jar.

Rainer:

- if catalina.jar is not in /wintouch/tomcat/lib or it is not readable

- if catalina.properties is not in /wintouch/tomcat/conf, or it is not readable, or the entries for the server.loader or common.loader are broken

- the start scripts do not set -Dcatalina.base=/wintouch/tomcat/ and -Dcatalina.home=/wintouch/tomcat/ when starting the JVM

- you are changing the place of the used properties file by giving a non-default value in the system property -Dcatalina.config during startup.

Everything looks like it's in the right place, undamaged, and without authority issues.

--
JHHL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to