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

2024-09-24 Thread Shekhar Dhotre
.james.perdi...@accenture.com Subject: tomcat startup error, IBM DB2 related (database) Good afternoon, we've been having trouble trying to start-up our server for a while, tried restarting again and again and error still persists we can't run our website. It's been ok for the past few w

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

tomcat startup error, IBM DB2 related (database)

2024-09-24 Thread Michael Lau
Good afternoon, we've been having trouble trying to start-up our server for a while, tried restarting again and again and error still persists we can't run our website. It's been ok for the past few weeks it's just we failed to shut down the server properly and may have messed things up with resid

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 >

tomcat startup error on windows 10

2019-10-01 Thread Barry Kimelman
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 *** * C:\Tomcat_9_0_14\logs

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

Tomcat startup error!

2011-05-13 Thread 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 java.io.FileNotFoundException: c:\a

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

Tomcat startup error

2010-04-09 Thread Amit Agarwal
After upgrading to the latest 6.0.26 ver from 6.0.13, I see the following error while starting embedded Tomcat. Any ideas how to get around this? WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError: org.apache.tomcat.util.IntrospectionUtils.setProperty(Ljava/lang/Obje

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 conf

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

2009-10-14 Thread Imad Hachem
Dear all, 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" : Oct 14, 2009 2:31:58 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster start INFO: Cluster is about to start Oct 14, 2009 2:31:58 PM org.apache

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

Tomcat startup error

2007-08-08 Thread R Y
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/tomcat script, it responses: * Starting Tomcat servlet engine tomcat5.5 [ OK ] but when check its running status, it is: * Tomcat servlet engine

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

Tomcat startup error

2006-09-06 Thread socio_pal
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImp Could anyone please tell me where the problem would be. I need an answer ASAP, please. Thanks, socio -- View this message in context: http://www.nabble.com/Tomcat-startup-error-tf2229230.html#a6178609 Sent from the Tomcat - User forum at Nabble.com

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

Tomcat Startup Error

2006-09-01 Thread Zach Calvert
I have a problem with Tomcat and I cannot figure out what is going on. I am using Tomcat 4.1.31. When running bootstrap.jar's main, I get Starting service Tomcat-Standalone Apache Tomcat/4.1.31 Catalina.start: LifecycleException: Context startup failed due to previous errors LifecycleException: