Re: tomcat startup error, IBM DB2 related (database) [SPAM]

2024-09-27 Thread Shekhar Dhotre
Ok 👍 sorry about that, I thought it would help him. It was for free advice, not selling any service. SD From: Christopher Schultz Sent: Friday, September 27, 2024 8:36:36 PM To: users@tomcat.apache.org Subject: Re: tomcat startup error, IBM DB2 related

Re: tomcat startup error, IBM DB2 related (database) [SPAM]

2024-09-27 Thread Christopher Schultz
Shekhar, On 9/24/24 04:51, Shekhar Dhotre wrote: Contact Neel at neel.dho...@contractor.tatacommunications.com , He recently restored our important financial app which is running same setup. Tomcat, Db2 , IBM ldap, Redhat, oracle, etc. There is a endorsement on the same at LinkedIn. Please do

RE: tomcat startup error, IBM DB2 related (database)

2024-09-24 Thread Shekhar Dhotre
Contact Neel at neel.dho...@contractor.tatacommunications.com , He recently restored our important financial app which is running same setup. Tomcat, Db2 , IBM ldap, Redhat, oracle, etc. There is a endorsement on the same at LinkedIn. https://www.linkedin.com/search/results/all/?heroEntityKey

Re: tomcat startup error, IBM DB2 related (database)

2024-09-24 Thread Mark Thomas
On 24/09/2024 08:58, Michael Lau wrote: here's a clip of the error from the cmd window of my friend: 0-Sep-2024 13:51:51.584 INFO [Timer-0] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could

Re: tomcat startup error on windows 10

2019-10-01 Thread Mark Thomas
On 01/10/2019 22:12, Barry Kimelman wrote: > my laptop is windows 10 , 64 bit > > I am running tomcat 9.0.14. it has been running fine since I installed it, > until today. Today for the first time in a long while I could not start > tomcat. > > I found the following logfile >

Re: Tomcat startup error!

2011-05-15 Thread Konstantin Kolinko
2011/5/14 red phoenix : > I use tomcat 7.0.12 with hibernate 3,when I startup first,it can work well > and no errors.then I shutdown tomcat,and startup again,it raise following > warning information: > Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] > from WEB-INF/lib >

RE: Tomcat startup error!

2011-05-13 Thread Caldarale, Charles R
> From: red phoenix [mailto:rodphoe...@gmail.com] > Subject: Tomcat startup error! > Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] > from WEB-INF/lib > java.io.FileNotFoundException: > c:\apache-tomcat-7.0.12\temp\jar_cache1803949900871975219.tmp (Another > program

Re: Tomcat Startup : Tomcat as a Service

2010-08-13 Thread Pid
On 13/08/2010 10:10, Richard da Silva wrote: > > Sorry, my Tomcat version is : 6.0.18 Why not use the latest version from http://tomcat.apache.org/? And the filename of the installer? p > Richard da Silva > > --- On Fri, 8/13/10, Pid wrote: > > From: Pid > Sub

Re: Tomcat Startup : Tomcat as a Service

2010-08-13 Thread Richard da Silva
Sorry, my Tomcat version is :  6.0.18 Richard da Silva --- On Fri, 8/13/10, Pid wrote: From: Pid Subject: Re: Tomcat Startup : Tomcat as a Service To: "Tomcat Users List" Date: Friday, August 13, 2010, 11:49 AM On 13/08/2010 06:47, Richard da Silva wrote: > I installed Tom

Re: Tomcat Startup : Tomcat as a Service

2010-08-13 Thread Pid
On 13/08/2010 06:47, Richard da Silva wrote: > I installed Tomcat 6.1 on my machine. Are you sure? The version should be 6.0.nn. The 'nn' part is important. > During the installation, I was not asked to choose whether or not I want it > installed as a "Service" or whatever. > > I want to co

Re: Tomcat startup error

2010-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 4/10/2010 5:33 PM, Bill Barker wrote: >> Another thing to note is that the Tomcat folks have made an unstable >> change, here, by changing a public API. It would have been better to >> create a method with a new signature and deprecated the o

Re: Tomcat startup error

2010-04-11 Thread Amit Agarwal
Thanks all -- I could resolve this after compiling with the latest jars. On Sun, Apr 11, 2010 at 3:03 AM, Bill Barker wrote: > > > "Christopher Schultz" wrote in message > news:4bbf945e.4050...@christopherschultz.net... > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Harry, >> >> On

Re: Tomcat startup error

2010-04-10 Thread Bill Barker
"Christopher Schultz" wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find

Re: Tomcat startup error

2010-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: > you are using some piece of software (com.mypkg.packaging.*) that is calling > tomcat code. > It expects to find a method in org.apache.tomcat.util.IntrospectionUtils > that is no longer there in 6.0.2

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find a method in org.apache.tomcat.util.IntrospectionUtils that is no longer there in 6.0.26, which causes the NoSuchMethodError. Basically your embedder does not support this version of Tomcat,

Re: Tomcat startup error

2010-04-09 Thread Amit Agarwal
Hi Harry, Thanks for the tip. Here is the full stack trace. I am not sure what did you mean by compile with embedding package. Could you put some more light on it. WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError: org.apache.tomcat.util.IntrospectionUtils.setPrope

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
Amit, you should post the full stacktrace, but it looks like your embedding package was compiled against an older version of Tomcat than the one you are running. The method signature of org.apache.tomcat.util.IntrospectionUtils.setProperty has changed (return type void => boolean) in revision 467

Re: Tomcat startup exception

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/9/2009 11:08 AM, Pid wrote: > On 09/11/2009 15:46, André Warnier wrote: >> and mimsy were the borogroves > > Aha! You've employed the Inclined Sandle Variation presuming that will > flummox me; but I have the perfect riposte: marmoset sin

Re: Tomcat startup exception

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Milan, On 11/9/2009 6:32 AM, Milan Tomic wrote: > I have just installed it and moved some apps from tomcat 5.0. You should start over with the server.xml that came with Tomcat 6.0 and add whatever configuration you need. TC 5.0 server.xml is unlikel

Re: Tomcat startup exception

2009-11-09 Thread Pid
On 09/11/2009 21:04, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat startup exception Goo goo g'joob. Sirs, you've got me smacked, two episodes ago already. Hint: "I am the Walrus" (Lennon, not Carroll - althoug

RE: Tomcat startup exception

2009-11-09 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Tomcat startup exception > > > Goo goo g'joob. > > > Sirs, you've got me smacked, two episodes ago already. Hint: "I am the Walrus" (Lennon, not Carroll - although there are numerous simil

Re: Tomcat startup exception

2009-11-09 Thread André Warnier
Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat startup exception I think you'll find you've been boxed. Goo goo g'joob. Sirs, you've got me smacked, two episodes ago already. In my defense, I'll quote Samuel Clemens : To

RE: Tomcat startup exception

2009-11-09 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Tomcat startup exception > > I think you'll find you've been boxed. Goo goo g'joob. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the

Re: Tomcat startup exception

2009-11-09 Thread Pid
On 09/11/2009 15:46, André Warnier wrote: and mimsy were the borogroves Aha! You've employed the Inclined Sandle Variation presuming that will flummox me; but I have the perfect riposte: marmoset singlehat. I think you'll find you've been boxed. p ---

Re: Tomcat startup exception

2009-11-09 Thread André Warnier
Pid wrote: My cat's name is Mittens. and mimsy were the borogroves. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat startup exception

2009-11-09 Thread Pid
on, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 9 Nov 2009 03:49:48 -0800 From: tomicmi...@yahoo.com Subject: Re: Tomcat startup exception To: users@tomcat.apache.org Oh, I have missed this line: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging

RE: Tomcat startup exception

2009-11-09 Thread Martin Gainty
e: Mon, 9 Nov 2009 03:49:48 -0800 > From: tomicmi...@yahoo.com > Subject: Re: Tomcat startup exception > To: users@tomcat.apache.org > > Oh, I have missed this line: > > Caused by: java.lang.NoClassDefFoundError: > org/apache/commons/logging/LogFactory >

Re: Tomcat startup exception

2009-11-09 Thread Pid
9, 2009 12:32:47 PM Subject: Re: Tomcat startup exception Hi Pid, Post the full stacktrace please. At the end of this mail. Your server.xml with comments removed At the end of this mail. Is this a vanilla install? I have just installed it and moved some apps from tomcat 5.0. On which OS

Re: Tomcat startup exception

2009-11-09 Thread Milan Tomic
Oh, I have missed this line: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory it seems that Log4J is missing. Best regards, Milan - Original Message From: Milan Tomic To: Tomcat Users List Sent: Mon, November 9, 2009 12:32:47 PM Subject: Re: Tomcat

Re: Tomcat startup exception

2009-11-09 Thread Milan Tomic
Hi Pid, > Post the full stacktrace please. At the end of this mail. > Your server.xml with comments removed At the end of this mail. > Is this a vanilla install? I have just installed it and moved some apps from tomcat 5.0. > On which OS/version? Windows 2003 Server Thank you! :) LOG: Using

Re: Tomcat startup exception

2009-11-09 Thread Pid
On 09/11/2009 09:40, Milan Tomic wrote: I got this excpetion while starting Tomcat 6.0.20: INFO: Starting service Catalina 9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.20 java.lang.reflect.InvocationTargetException at

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
Subject: Re: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 12:03 PM, Imad Hachem wrote: > As per the ifconfig command, it seems BROADCAST and MULTICAST are > enabled on my AIX 5.3 Network int

Re: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 12:03 PM, Imad Hachem wrote: > As per the ifconfig command, it seems BROADCAST and MULTICAST are > enabled on my AIX 5.3 Network interface: Yes, it appears that all of your interfaces have MULTICAST enabled. > Is there another pl

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml > From: Imad Hachem [mailto:ihac...@lb.path-solutions.com] > Subject: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in > server.xml > > I am getting the below error durin

Re: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 9:43 AM, Imad Hachem wrote: > I have installed the latest Tomcat version "Tomcat-6.0.20" and I am > still getting the same Error. > > Is there anything to do on the IBM AIX level or at the level of Tomcat > Settings or Startup scr

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
any errors, omissions, computer viruses and other defects.] -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, October 14, 2009 7:54 PM To: Tomcat Users List Subject: RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-14 Thread Caldarale, Charles R
> From: Imad Hachem [mailto:ihac...@lb.path-solutions.com] > Subject: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in > server.xml > > I am getting the below error during Tomcat-5.5.12 Startup on "IBM AIX > 5.3" after enabling the Cluster configuration in "server.xml" : You might wa

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
Ok, I changed the owner and it works now. :) tomcatastrophe wrote: > > I have gotten the script to work now, but I do want to change the user. > When I change to a user that isn't root I get permission denied errors > when trying to run the script. > > What do I need to do to get a different u

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
I have gotten the script to work now, but I do want to change the user. When I change to a user that isn't root I get permission denied errors when trying to run the script. What do I need to do to get a different user to be able to run the script? Normally I'd just run sudo, but I'm not sure ho

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Markus Schönhaber
tomcatastrophe: > I was using root just trying to get it to work. I'm not sure what you mean > about line endings here... I don't have any \n in my file... or do you mean > the character return ? I'm a little confused. I'm talking about the character(s) that denotes a line ending, "return" in a m

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
Sure enough, this did it! VERY helpful. Jason Pyeron wrote: > > >> -Original Message- >> From: tomcatastrophe >> Sent: Thursday, June 25, 2009 9:47 >> Subject: Tomcat startup as service on CentOS 5.3 >> >> >> I have found and tried some startup scripts online and added >> them to /

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
I was using root just trying to get it to work. I'm not sure what you mean about line endings here... I don't have any \n in my file... or do you mean the character return ? I'm a little confused. Markus Schönhaber-10 wrote: > > tomcatastrophe: > >> When I try to run /etc/init.d/tomcat restart

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Markus Schönhaber
tomcatastrophe: > When I try to run /etc/init.d/tomcat restart or /sbin/service tomcat restart > (or stop or start) I get this error: > > -bash: /etc/init.d/tomcat: /bin/bash^M: bad interpreter: No such file or > directory When you create script files for Linux on a Windows box, make sure you sa

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Jason Pyeron
> -Original Message- > From: tomcatastrophe > Sent: Thursday, June 25, 2009 9:47 > Subject: Tomcat startup as service on CentOS 5.3 > > > I have found and tried some startup scripts online and added > them to /etc/init.d as tomcat, so /etc/init.d/tomcat > > I ran chmod a+x tomcat on t

Re: tomcat startup

2009-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, On 3/26/2009 7:52 AM, Nathan Aaron wrote: > I deploy several applications using one instance of Tomcat. The > Application uses a database that resides on a separate server. When > these servers are rebooted I would prefer that Tomcat start on

Re: tomcat startup

2009-03-27 Thread Nathan Aaron
y will fail to start. Thanks, Nathan Caldarale, Charles R wrote: From: Nathan Aaron [mailto:naa...@glenraven.com] Subject: Re: tomcat startup This had no effect. All the contexts started when Tomcat started. I don't think they did - at least they didn't in my testing with 6.0.

Re: tomcat startup

2009-03-26 Thread Rusty Wright
nraven.com] Subject: Re: tomcat startup This had no effect. All the contexts started when Tomcat started. I don't think they did - at least they didn't in my testing with 6.0.18. However, ten seconds *after* Tomcat started, the autoDeploy monitor kicked in, and that did deploy

Re: tomcat startup

2009-03-26 Thread Nathan Aaron
Aaron [mailto:naa...@glenraven.com] Subject: Re: tomcat startup This had no effect. All the contexts started when Tomcat started. I don't think they did - at least they didn't in my testing with 6.0.18. However, ten seconds *after* Tomcat started, the autoDeploy monitor kicked in

RE: tomcat startup

2009-03-25 Thread Caldarale, Charles R
> From: Nathan Aaron [mailto:naa...@glenraven.com] > Subject: Re: tomcat startup > > unpackWARs="true" autoDeploy="true" deployXML="true" > xmlValidation="false" xmlNamespaceAware="false" > deployOnStartup="false">

RE: tomcat startup

2009-03-25 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: tomcat startup > > did you try to update catalina.properties as rainier suggested? Rainer's comment was in a completely different thread for a completely different problem. > in any event please post your

RE: tomcat startup

2009-03-25 Thread Martin Gainty
To: users@tomcat.apache.org > Subject: Re: tomcat startup > > Thanks, > > I changed the following in the server.xml: > > unpackWARs="true" autoDeploy="true" deployXML="true" > xmlValidation="false" xmlNamespaceAware="false"&

RE: tomcat startup

2009-03-25 Thread Caldarale, Charles R
> From: Nathan Aaron [mailto:naa...@glenraven.com] > Subject: Re: tomcat startup > > All the contexts started when Tomcat started. What version of Tomcat are you using? (You should always state that in the first post of a new thread, along with the JRE/JDK and platform you'

Re: tomcat startup

2009-03-25 Thread Nathan Aaron
Thanks, I changed the following in the server.xml: to This had no effect. All the contexts started when Tomcat started. Any other ideas? Nathan Caldarale, Charles R wrote: From: Nathan Aaron [mailto:naa...@glenraven.com] Subject: tomcat startup Is it possible to start Tomcat and not s

RE: tomcat startup

2009-03-25 Thread Caldarale, Charles R
> From: Nathan Aaron [mailto:naa...@glenraven.com] > Subject: tomcat startup > > Is it possible to start Tomcat and not start deployed Contexts. Set deployOnStartup in the element to false: http://tomcat.apache.org/tomcat-6.0-doc/config/host.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFI

Re: Tomcat startup issue

2009-02-03 Thread dan_b
y, February 3, 2009 3:59:57 PM GMT -05:00 US/Canada Eastern Subject: Re: Tomcat startup issue da...@comcast.net wrote: > > Chuck, > > Thanks for the reply. That did the trick. > And, just by curiosity, did y

Re: Tomcat startup issue

2009-02-03 Thread André Warnier
da...@comcast.net wrote: Chuck, Thanks for the reply. That did the trick. And, just by curiosity, did you have to quote the "\Program Files\" or not ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addit

Re: Tomcat startup issue

2009-02-03 Thread dan_b
Chuck, Thanks for the reply. That did the trick. Thanks again! -Dan - Original Message - From: "Charles R Caldarale" To: "Tomcat Users List" Sent: Tuesday, February 3, 2009 3:28:49 PM GMT -05:00 US/Canada Eastern Subject: RE: Tomcat startu

RE: Tomcat startup issue

2009-02-03 Thread Caldarale, Charles R
> From: da...@comcast.net [mailto:da...@comcast.net] > Subject: Tomcat startup issue > > I've opened "Apache Tomcat Properties", selected the Startup > tab and appended -security to start That's wrong; the -security option is for the startup.bat (and catalina.bat) scripts, not for the Bootstrap c

Re: Tomcat startup problem

2008-05-20 Thread TheKurgan
I get this exception too and you can't just compile a JSP page in Netbeans. It doesn't seem to cause any user impact, but I keep seeing the exception in the logs alot. -- View this message in context: http://www.nabble.com/Tomcat-startup-problem-tp17228551p17351398.html Sent from the Tomcat - U

Re: Tomcat startup problem

2008-05-14 Thread Johnny Kewl
. --- - Original Message - From: "Neil B. Cohen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 14, 2008 1:45 PM Subject: Re: Tomcat startup problem Johnny Kewl wrote: Thanks Johnny - I'll save this for the next time - as I indicated, it seems to be w

Re: Tomcat startup problem

2008-05-14 Thread Neil B. Cohen
Johnny Kewl wrote: Thanks Johnny - I'll save this for the next time - as I indicated, it seems to be working again but I have no idea why... I was not running it inside of Netbeans - I was actually copying the war file to a separate tomcat installation and running it there - but your suggestio

Re: Tomcat startup problem

2008-05-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- - Origi

Re: Tomcat Startup Hitting Webpage

2008-01-09 Thread Troy Davidson
Charles, Thanks for the info. I knew it was out there somewhere. Troy Davidson Senior Programmer Maverik, Inc. 880 W. Center St. NSL, Utah 84054 Thank you for allowing us to service your technical needs, Your Technical Services Team Caldarale, Charles R wrote: From: Troy Davidson [mailto:[EM

RE: Tomcat Startup Hitting Webpage

2008-01-09 Thread Caldarale, Charles R
> From: Troy Davidson [mailto:[EMAIL PROTECTED] > Subject: Tomcat Startup Hitting Webpage > > I have a few apps that need to have threads started when > Tomcat starts. Read the servlet spec, especially the section on lifecycle listeners. Make sure you terminate the threads when the webapp is sh

RE: tomcat startup w/ aggressiveheap option

2007-09-02 Thread Caldarale, Charles R
> From: Jeff Schindler [mailto:[EMAIL PROTECTED] > Subject: tomcat startup w/ aggressiveheap option > > I think it actually starts up fine from the command line, > but I'd have to confirm that Definitely need to confirm that first, before trying the service. There are some checks made when sett

Re: Tomcat startup error

2007-08-08 Thread Manivannan Palanichamy
Proabably, you have wronly edited server.xml or tomcat-users.xml. Revert the changes or get fresh files & then try again. On 8/8/07, R Y <[EMAIL PROTECTED]> wrote: > > I install tomcat 5.5 package on Ubuntu, it run server on port 8180 by > default. > > I start Tomcat 5.5 by running /etc/init.d/tom

Re: Tomcat startup error

2007-08-08 Thread David Delbecq
According to your log, i fails to parse the tomcat xml password file. It is malformed from xml point of view. Perhaps you have characters not allowed in xml like < or " or > in a password field? or maybe you forgot to close a xml tag? hints on reading the log: Error at line 11 column 2: The markup

Re: Tomcat startup error

2006-09-06 Thread Mark Thomas
socio_pal wrote: > I am new to tomcat and I am using tomcat version 5.5.16. After deplying the > tar files in tomcat, I tried to start it using startup.sh and it throws me > the following error: Have you read http://apache.mirrors.tds.net/tomcat/tomcat-5/v5.5.17/README.html ? Did you use an appro

Re: Tomcat startup error

2006-09-06 Thread Steve R Burrus
"Socio_pal" I might suggest that you maybe see that all of your env. variables are set correctly especially the classpath since you are getting the "java.lang.ClassNotFoundException" Java exception. socio_pal wrote: I am new to tomcat and I am using tomcat version 5.5.16. After deplying t

Re: Tomcat Startup Error

2006-09-01 Thread Filip Hanik - Dev Lists
Class not found problem java.lang.ClassNotFoundException: org.apache.catalina.Container you're probably missing some environment variable that is used to setup class loaders, such as CATALINA_BASE or CATALINA_HOME etc Filip Zach Calvert wrote: I have a problem with Tomcat and I cannot fig

Re: tomcat startup problem

2006-06-30 Thread David Smith
You may want to consider saving a copy of server.xml as server.orginal.xml (or something to that effect) and then stripping out all the comments in a production version of the server.xml. Makes reading the config s much easier. If you really need the docs, go back and take a look at the o

Re: tomcat startup problem

2006-06-30 Thread IMRANKHAN
May it be bcoz of firewall blocking this port. server.xml: factory org.apache.catalina.users.MemoryUserDatabaseFactory pathname conf/tomcat-users.xml

Re: tomcat startup problem

2006-06-30 Thread Pid
post your server.xml IMRANKHAN wrote: > Hi Steve, > I run the command netstat -an. It is showing that port 9099 is not > listening. > Plz provide your valuable feedback > > Thanks, > Imran KHan - To start a new topic, e-mail:

Re: tomcat startup problem

2006-06-30 Thread IMRANKHAN
Hi Steve, I run the command netstat -an. It is showing that port 9099 is not listening. Plz provide your valuable feedback Thanks, Imran KHan -- View this message in context: http://www.nabble.com/tomcat-startup-problem-tf1871506.html#a5120395 Sent from the Tomcat - User forum at Nabble.com.

Re: tomcat startup problem

2006-06-30 Thread Steve Ochani
Date sent: Thu, 29 Jun 2006 23:29:53 -0700 (PDT) From: IMRANKHAN <[EMAIL PROTECTED]> Subject:tomcat startup problem To: users@tomcat.apache.org Send reply to: Tomcat Users List > > I am facing problem regarding tomcat st

RE: tomcat startup problem

2006-06-29 Thread MW Janssen
Starting Coyote HTTP/1.1 on http-9099 so 9099 -Oorspronkelijk bericht- Van: Edoardo Panfili [mailto:[EMAIL PROTECTED] Verzonden: donderdag 29 juni 2006 19:39 Aan: Tomcat Users List Onderwerp: Re: tomcat startup problem IMRANKHAN ha scritto: > I am facing problem regarding tom

Re: tomcat startup problem

2006-06-29 Thread Edoardo Panfili
IMRANKHAN ha scritto: I am facing problem regarding tomcat startup. I started tomcat, from its log file it seems that tomcat server is running successfully but i can't browse the tomcat homepage that is http://206.225.93.187:8180(tomcat index page) says page can't be displayed. sorry for my ans

RE: Tomcat Startup Messages

2006-02-07 Thread Ralph.Grothe
t (along with the implicit either start or stop) $ grep catalina /etc/ha.d/haresources catalina::-security > -Original Message- > From: Warren Pace [mailto:[EMAIL PROTECTED] > Sent: Monday, February 06, 2006 10:50 PM > To: Tomcat Users List > Subject: Re: Tomcat Startup Mess

Re: Tomcat Startup Messages

2006-02-06 Thread Warren Pace
> > From: <[EMAIL PROTECTED]> > Date: 2006/02/06 Mon AM 11:17:08 EST > To: > Subject: Tomcat Startup Messages > > Hello, > > although I didn't find an answer whether to have catalina run as > root proc or under unprivileged uid > (Charles Cladarale mentioned it was required for binding to low

RE: Tomcat Startup Messages

2006-02-06 Thread Ralph.Grothe
; To: Tomcat Users List > Subject: Re: Tomcat Startup Messages > > > > In the catalina.out I stumbled over these entries. > > > > > > Feb 6, 2006 4:55:17 PM > > org.apache.catalina.core.AprLifecycleListener > > lifecycleEvent > > INFO: The Apache To

Re: Tomcat Startup Messages

2006-02-06 Thread Nikola Milutinovic
> In the catalina.out I stumbled over these entries. > > > Feb 6, 2006 4:55:17 PM > org.apache.catalina.core.AprLifecycleListener > lifecycleEvent > INFO: The Apache Tomcat Native library which allows > optimal > performance in production environments was not found > on the > java.library.path: >

RE: Tomcat startup class loading differences

2006-02-04 Thread Caldarale, Charles R
> From: Casey Dunn [mailto:[EMAIL PROTECTED] > Subject: Tomcat startup class loading differences > > Tomcat 4.1.24 java 1.4.2_09 > > Some days it works (either 200's or 404's) and others it does not > (403's) when making a request to our service. Is the problem reproducible on the current leve

Re: Tomcat Startup

2005-10-28 Thread feilong
nterpreted. So I change CATALINA_HOME=C:\Programme\jakarta-tomcat-5.0.30 This problem is fixed. A good weekend! Best Feilong - Original Message - From: "andy gordon" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, October 28, 2005 12:30 PM Subject: R

Re: Tomcat Startup

2005-10-28 Thread andy gordon
I am wondering about that extra slash for your temp directory. could the slash at the end of your base and home be causing tomcat to look for the CONF/server xml in a non-existent place. hope this helps - andy feilong <[EMAIL PROTECTED]> wrote: Hi, My Catalina_Home: C:\Programme\jakarta-tom

RE: Tomcat Startup

2005-10-28 Thread Steve Kirk
This... > Can't load server.xml ...suggests that you need to check your %Catalina_Home%\conf\server.xml file check its permissions as well, against the user that TC is running as > -Original Message- > From: feilong [mailto:[EMAIL PROTECTED] > Sent: Friday 28 October 2005 10:51 > To: use