Tomcat startup error

2005-06-16 Thread marco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, if i start tomcat 5.5.9 i get the following AssertionError: Exception in thread main java.lang.ExceptionInInitializerError Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.AssertionError (Caused by

tomcat startup error

2005-03-03 Thread t.n.a.
I'm using eclipse and sysdeo. I attempted to make a small prototype application, but I can't get tomcat to start. This is what tomcat says when I try: SEVERE: Error deploying configuration descriptor klapa9.xml java.lang.NoClassDefFoundError: org/apache/log4j/Layout klapa9.xml looks like this:

Tomcat startup error.

2004-11-22 Thread g k
Hi I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup tomcat using the startup.bat i get the following error (apologies for the long details). 22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8081 22-Nov-2004

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
] Subject: Tomcat startup error. Hi I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup tomcat using the startup.bat i get the following error (apologies for the long details). 22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: Tomcat startup error. Hi I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup tomcat using the startup.bat i get the following error (apologies for the long details). 22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init INFO

RE: Tomcat startup error

2004-08-13 Thread Shapira, Yoav
:28 PM To: Tomcat Users List Subject: Re: Tomcat startup error On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote: : We're running tomcat 4.1 on redhat linux 9, when I try to start the service : it it fails. The following is located in the catalina.out file: : : java.util.zip.ZipException

Tomcat startup error

2004-08-12 Thread Techs
We're running tomcat 4.1 on redhat linux 9, when I try to start the service it it fails. The following is located in the catalina.out file: java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at

Re: Tomcat startup error

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote: : We're running tomcat 4.1 on redhat linux 9, when I try to start the service : it it fails. The following is located in the catalina.out file: : : java.util.zip.ZipException: No such file or directory : at

Re: Tomcat startup error

2003-08-14 Thread vikas jain
try this: http://www.moreservlets.com/Using-Tomcat-4.html#Set-CLASSPATH From: krishnakumar kumaraswamypillai [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat startup error Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT) hi all i have installed JAVA

Re: Tomcat startup error

2003-08-14 Thread Jeff Tulley
-CLASSPATH From: krishnakumar kumaraswamypillai [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat startup error Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT) hi all i have installed JAVA 2 SDK 1.3.1_08 Apache HTTP server 2.0.47

RE: Tomcat startup error

2003-08-14 Thread Shapira, Yoav
, August 08, 2003 6:20 AM To: [EMAIL PROTECTED] Subject: Tomcat startup error hi all i have installed JAVA 2 SDK 1.3.1_08 Apache HTTP server 2.0.47 Apache Tomcat 4.1 on starting tomcat i get the error: Created catalinaLoader in: C:\Program Files\Apache Group\Tomcat

Tomcat startup error

2003-08-09 Thread krishnakumar kumaraswamypillai
hi all i have installed JAVA 2 SDK 1.3.1_08 Apache HTTP server 2.0.47 Apache Tomcat 4.1 on starting tomcat i get the error: Created catalinaLoader in: C:\Program Files\Apache Group\Tomcat 4.1\server\lib java.lang.NoClassDefFoundError: org/xml/sax/InputSource

HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Hi, Here is a debug of my startup. Could someone please help me?? C:\catalina run -debug Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp Using JAVA_HOME: C:\JAVA\JDK1.3.1_02

Re: HELP! Tomcat startup error

2002-03-19 Thread matt
Looks like you don't have xerces-j installed. You can download it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/ Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place. Matt Hi, Here is a debug of my startup. Could someone

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
I figured it out. I needed jdk1.4 because there are extra classes being called in tomcat 4.03. talk to you later, Will -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:54 AM To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Andy Eastham
William, Try renaming the tomcat directory so that it has no spaces in it. This usually breaks anything written in java. Andy -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 19:54 To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Thanks Matt. That made me realize I downloaded the light version. I downloaded the full version and it works great. Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Re: HELP! Tomcat startup

Tomcat startup error

2001-11-15 Thread Srinivas Velidanda
Following error is occuring while starting up the Tomcat server. I have downloaded tomcat archive for 2 times still i am not able to work with JSPs. Server is working fine with Servlets. Please suggest me the solution. java.lang.ClassNotFoundException:

RE: Tomcat startup error

2001-11-15 Thread Larry Isaacs
Velidanda [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 5:03 AM To: [EMAIL PROTECTED] Subject: Tomcat startup error Importance: High Following error is occuring while starting up the Tomcat server. I have downloaded tomcat archive for 2 times still i am not able to work

Tomcat Startup Error

2001-06-06 Thread Mike Alba
Hi, Sorry for the beginner question but at least it is a tomcat question ;) Anyway when I try to start tomcat on port 80 I get a java.net.BindException: Permission denied Error and it fails can someone please tell me why? Thanks in advance for yor help!

RE: Tomcat Startup Error

2001-06-06 Thread Ryan Thompson
you must be root to start it on a port below 1024 run it on 8080 or start it when you are root -Original Message-From: Mike Alba [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 06, 2001 2:55 PMTo: [EMAIL PROTECTED]Subject: Tomcat Startup Error Hi, Sorry

Re: Tomcat Startup Error

2001-06-06 Thread Michael Jennings
to use port 80? Do you prefer pepsi or coke? Any information you can send along helps! -Mike - Original Message - From: Mike Alba To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 2:55 PM Subject: Tomcat Startup Error Hi, Sorry for the beginner question

Re: Tomcat Startup Error

2001-06-06 Thread Milt Epstein
, 2001 2:55 PM Subject: Tomcat Startup Error Hi, Sorry for the beginner question but at least it is a tomcat question ;) Anyway when I try to start tomcat on port 80 I get a java.net.BindException: Permission denied Error and it fails can someone please tell me why

tomcat startup error

2000-12-23 Thread utsab koirala
hi, i am using tomcat server in linux platform. It was working well but afterwards i tried to install xml in my linux box. then xml was also working well. but when i reboot the system and tried to startup the tomcat-apache server i got this type of error: and also i tried by removing the

Re: tomcat startup error

2000-12-23 Thread javabettin
You need to put parser.jar in your classpath. Download at: http://java.sun.com/xml Dave --- utsab koirala [EMAIL PROTECTED] wrote: hi, i am using tomcat server in linux platform. It was working well but afterwards i tried to install xml in my linux box. then xml was also working well. but