Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread Konstantin Kolinko
2012/6/18 James Lampert jam...@touchtonecorp.com: We're attempting to bring up apache-tomcat-7.0.25.zip on a customer's AS/400, the same as we've done on several other AS/400s (including our own), and it's not working. In catalina.out, I'm seeing this: Jun 18, 2012 11:36:23 AM

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
Found the problem: The lines # Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre export -s CATALINA_HOME=/wintouch/tomcat

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread Mark Thomas
On 18/06/2012 22:02, James Lampert wrote: Found the problem: The lines # Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
Mark Thomas wrote: On 18/06/2012 22:02, James Lampert wrote: Found the problem: The lines # Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre

RE: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread Hedrick, Brooke - 43
-Original Message- From: James Lampert [mailto:jam...@touchtonecorp.com] Sent: Monday, June 18, 2012 4:03 PM To: Tomcat Users List Subject: Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help? Found the problem: The lines # Java 6 settings

Re: Tomcat not starting properly on a customer's AS/400, and I have no idea why. Help?

2012-06-18 Thread James Lampert
# Java 6 settings if needed export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre export -s CATALINA_HOME=/wintouch/tomcat export -s JAVA_OPTS=-Dos400.awt.native=true -Djava.awt.headless=true -Djava.version=1.6 -Xms256m -Xmx512m I just tried moving them out of bin/catalina.sh and

Re: Tomcat not starting properly.

2007-08-29 Thread David Smith
Could you post messages from the tomcat catalina.out log file? The console messages doesn't really say much. In particular, I'd like to see more of the exception that started to show there. --David Potri Raaja wrote: Operating System : Suse Linux Enterprise Server 9. TOMCAT Version :

Re: Tomcat not starting properly.

2007-08-29 Thread Potri Raaja
Hi, Since we were not able to start the server the catalina.out file is not updated, so I am giving you the information in catalina.out file, when the tomcat was started last time. Aug 9, 2007 9:57:04 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=1/22

Re: Tomcat not starting properly.

2007-08-29 Thread Potri Raaja
Hi, Finally we got it working, now I extract the tomcat in to a new folder and replaced all the jars and set all the path as before and it's working fine. Thankyou very much , for all your suggestions. Regards, Potri Raaja.M. David Smith-2 wrote: Hmmm running it from the root

Re: Tomcat not starting properly.

2007-08-29 Thread Brian Munroe
On 8/29/07, David Smith [EMAIL PROTECTED] wrote: able to find the endorsed directory, you should probably get a new copy of the jars from your .tar.gz or .zip download and replace the jars. Who knows what else is wrong. My vote is for just get a fresh copy of Tomcat. -- brian

Re: Tomcat not starting properly.

2007-08-28 Thread Manivannan Palanichamy
which tomcat version are you using? can you also specify the value of PATH and CLASSPATH variables? -- Manivannan Palanichamy http://mani.gw.googlepages.com/index.html On 8/28/07, Potri Raaja [EMAIL PROTECTED] wrote: Hi, When I try to start my tomcat I am getting the following error,

RE: Tomcat not starting properly.

2007-08-28 Thread Caldarale, Charles R
From: Manivannan Palanichamy [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat not starting properly. which tomcat version are you using? From the shell prompts, it seems pretty obvious that it's 5.0.28. can you also specify the value of PATH and CLASSPATH variables? The CLASSPATH

Re: Tomcat not starting properly.

2007-08-28 Thread Potri Raaja
Operating System : Suse Linux Enterprise Server 9. TOMCAT Version : jakarta-tomcat-5.0.28 HC-APACHE:~/jakarta-tomcat-5.0.28 # echo $PATH