On Thu, 2012-07-19 at 15:10 -0700, James Lampert wrote:
> Theoretically, I've ironed out the bugs concerning which JVMs Tomcat
> will run under, but it still isn't coming up.
>
> The STDOUT from attempting to start Tomcat is as follows:
>
> > /wintouch/tomcat/bin/catalina.sh: 001-0019 Error found searching for
> > command tty. No such path or directory.
> > Using CATALINA_BASE: /wintouch/tomcat
> >
> > Using CATALINA_HOME: /wintouch/tomcat
> >
> > Using CATALINA_TMPDIR: /wintouch/tomcat/temp
> >
> > Using JRE_HOME: /QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit
> >
> > Using CLASSPATH:
> > /wintouch/tomcat/bin/bootstrap.jar:/wintouch/tomcat/bin/tomcat-juli.jar
> >
>
>
> Which is to say, /QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre is a JVM
> that, so far as I'm aware, doesn't have any problems with Tomcat.
> Everything above is exactly the same as in a successful launch on our
> V6R1 box.
>
> And Catalina.out is mercifully short this time:
>
> > java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:432)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:642)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:608)
> > at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:236)
> > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
>
>
> It's obviously trying to tell me SOMETHING, but I can't determine WHAT
> it's trying to tell me.
>
It's trying to tell you it can't find the class o.a.c.startup.Catalina.
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?> Any ideas? I don't see the class it's complaining about in either of the > two JARs listed on the classpath dumped to STDOUT, but if that were the > problem, it wouldn't work here, either. > > -- > JHHL > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
signature.asc
Description: This is a digitally signed message part
