Try bin/catalina.sh run -debug
what does it say? ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 6:21 PM Subject: Re: Tomcat not starting on initialization > > Hello, > > I don't get any SegFaults when the server is started up. At the same time, > there is no java process running on doing a "ps -ef". I am using JDK 1.3 > downloaded from java.sun.com. The JDK installed without any hassles. I don't > have any other java applications running so cannot say. > > Samarth > > > > > > "Mika Goeckel" <[EMAIL PROTECTED]> on 12/13/2001 10:56:27 AM > > Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > cc: (bcc: Samarth Kumar/IT/VGI) > Subject: Re: Tomcat not starting on initialization > > > > Hi Samarth, > > yes, tomcat shows up as java process(es). > Do you get the SegFault as well when you start? > Could be a problem with your jdk. What jdk are you using? > Do you have other java applications running without problems? > > Mika > ^X^S > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 13, 2001 1:53 PM > Subject: Tomcat not starting on initialization > > > > > > Following up to my last email about tomcat not starting up, when I point > my > > browser to http://localhost:8888, I don't get any response. > > > > Another question, does the process show up when you do a "ps -ef". > > > > > > > > > > Folks, > > > > I have installed Tomcat 4.0.1 on a system with Apache 1.3.20 on a > Slackware 8.0 > > distribution. All the environment variables have also been set in the > .profile > > file. > > > > While starting up tomcat using the startup.sh script, I get the following > > messages: > > > > Using CLASSPATH: > > > /usr/local/tomcat-4.0.1/bin/bootstrap.jar:/usr/local/java/j2se-1.3.1/jdk1.3. > 1_01/lib/tools.jar > > Using CATALINA_BASE: /usr/local/tomcat-4.0.1 > > Using CATALINA_HOME: /usr/local/tomcat-4.0.1 > > Using JAVA_HOME: /usr/local/java/j2se-1.3.1/jdk1.3.1_01 > > > > > > Similarly while shutting down tomcat using the shutdown.sh script, I get > the > > following messages: > > > > Using CLASSPATH: > > > /usr/local/tomcat-4.0.1/bin/bootstrap.jar:/usr/local/java/j2se-1.3.1/jdk1.3. > 1_01/lib/tools.jar > > Using CATALINA_BASE: /usr/local/tomcat-4.0.1 > > Using CATALINA_HOME: /usr/local/tomcat-4.0.1 > > Using JAVA_HOME: /usr/local/java/j2se-1.3.1/jdk1.3.1_01 > > > > /usr/local/tomcat-4.0.1/bin/catalina.sh: line 234: 6865 Segmentation fault > > $JAVA_HOME/bin/java $CATALINA_OPTS -classpath > $CP -Dcatalina.base=$CATALINA_BASE > > -Dcatalina.home=$CATALINA_HOME org.apache.catalina.startup.Bootstrap "$@" > stop > > > > Also, the catalina.out log file does not have any entries. I have changed > the > > paths around but to no avail. Any suggestions on where I am going wrong > that > > will enable me to start using tomcat will be very helpful. > > > > Also, the port is 8888. > > > > > > Thanks in advance, > > > > Samarth Kumar > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
