AW: Tomcat - Error

2022-03-07 Thread Thomas Hoffmann (Speed4Trade GmbH)
Users List Betreff: RE: Tomcat - Error Hello Thomas/Christopher, - Error message - /cgi/sales_BTSTEngine: error while loading shared libraries: libdb2.so.1: cannot open shared object file: No such file or directory We have tried to search the libdb2.so.1 lib file on the server and it do exist

RE: Tomcat - Error

2022-03-07 Thread Kumawat, Priyanka
83 EMail - priyanka.kuma...@dxc.com DL - ams-leveraged-webadmin-offsh...@dxc.com DXC Technology -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: 08 March 2022 00:54 To: Tomcat Users List Subject: AW: Tomcat - Error Hello, it looks like your application is us

Re: AW: Tomcat - Error

2022-03-07 Thread Christopher Schultz
org/wiki/JDBC_driver#Type_4_driver_%E2%80%93_Database-Protocol_driver/Thin_Driver(Pure_Java_driver) Von: Kumawat, Priyanka Gesendet: Montag, 7. März 2022 19:48 An: Tomcat Users List Betreff: Tomcat - Error Hello Team , We are getting the below error on the tomcat

AW: Tomcat - Error

2022-03-07 Thread Thomas Hoffmann (Speed4Trade GmbH)
n the LD_LIBRARY_PATH. Greetings, Thomas Von: Kumawat, Priyanka Gesendet: Montag, 7. März 2022 19:48 An: Tomcat Users List Betreff: Tomcat - Error Hello Team , We are getting the below error on the tomcat Catalina .out logs , needed your help as is there any lib

RE: Tomcat - Error

2022-03-07 Thread Kumawat, Priyanka
ams-leveraged-webadmin-offsh...@dxc.com DXC Technology -Original Message- From: Kumawat, Priyanka Sent: 08 March 2022 00:18 To: Tomcat Users List Subject: Tomcat - Error Hello Team , We are getting the below error on the tomcat Catalina .out logs , needed your help as is there

Tomcat - Error

2022-03-07 Thread Kumawat, Priyanka
Hello Team , We are getting the below error on the tomcat Catalina .out logs , needed your help as is there any lib file corrupted , can you please help us on this error - this has occurred on production env. WsUtils(getUserName)-> authentication is [org.springframework.security.authenticatio

Re: Tomcat Error: VersionLoggerListener

2021-04-01 Thread Christopher Schultz
Kishor, On 4/1/21 11:31, KISHOR S.JADHAV wrote: Hi Chris, Please check the required details below, 1. Your OS vendors and full version: Windows 10 Enterprise 2. Your JVM vendor and full version: jre1.8.0_281 java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java

Re: Tomcat Error: VersionLoggerListener

2021-04-01 Thread KISHOR S.JADHAV
Hi Chris, Please check the required details below, 1. Your OS vendors and full version: Windows 10 Enterprise 2. Your JVM vendor and full version: jre1.8.0_281 java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mix

Re: Tomcat Error: VersionLoggerListener

2021-04-01 Thread Christopher Schultz
Kishor, On 4/1/21 08:57, KISHOR S.JADHAV wrote: Hi Team, I am trying to run my war file in tomcat version 8.5 is not working so I have decreased the tomcat version and using the Tomcat8 but in this, I am getting the below error, Apr 01, 2021 6:25:11 PM org.apache.tomcat.util.digester.SetPro

Re: Tomcat Error: VersionLoggerListener

2021-04-01 Thread KISHOR S.JADHAV
Hi Team, I am trying to run my war file in tomcat version 8.5 is not working so I have decreased the tomcat version and using the Tomcat8 but in this, I am getting the below error, Apr 01, 2021 6:25:11 PM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Serve

Re: Tomcat Error: VersionLoggerListener

2021-04-01 Thread Martin Grigorov
Hi, On Thu, Apr 1, 2021 at 1:42 PM KISHOR S.JADHAV wrote: > Hi Team, > I am trying to run my war file in tomcat version 8.5 is not working so I > have decrease the tomcat version and using the Tomcat8 but in this, I am > getting the below error, > > [image: image.png] > > > [image: image.png]

Tomcat Error: VersionLoggerListener

2021-04-01 Thread KISHOR S.JADHAV
Hi Team, I am trying to run my war file in tomcat version 8.5 is not working so I have decrease the tomcat version and using the Tomcat8 but in this, I am getting the below error, [image: image.png] [image: image.png] Getting this error *org.apache.catalina.startup.VersionLoggerListener log*

Re: Tomcat Error Value/server info

2019-01-08 Thread Zamani, Karim
Hi Mark, Agree that hiding the version is not the way to deal with vulnerabilities. Having said that, revealing information about the stack or its version in the error handler to the world can still be a security issue. What kind of debugging are we expecting when the server type and version ar

Re: Tomcat Error Value/server info

2019-01-08 Thread Mark Thomas
On 08/01/2019 23:30, Zamani, Karim wrote: Hi, Tomcat’s default error handler has showServerInfo set to true by default. This is not a good security practice because it exposes Tomcat’s version (version disclosure). Is there a reason why this property is not set to false by default? Yes. If

Tomcat Error Value/server info

2019-01-08 Thread Zamani, Karim
Hi, Tomcat’s default error handler has showServerInfo set to true by default. This is not a good security practice because it exposes Tomcat’s version (version disclosure). Is there a reason why this property is not set to false by default? Thanks, Karim

答复: [Tomcat] Error page not work for 400 error.

2018-08-05 Thread Leonard Afeng
ed but the return was not worked. 发送自 Windows 10 版邮件应用 发件人: Mark Thomas 发送时间: 2018年8月6日 3:32 收件人: users@tomcat.apache.org 主题: Re: [Tomcat] Error page not work for 400 error. On 05/08/2018 04:13, Leonard Afeng wrote: > Dear all, > > I custom the error page in web.xml as below: >

Re: [Tomcat] Error page not work for 400 error.

2018-08-05 Thread Mark Thomas
On 05/08/2018 04:13, Leonard Afeng wrote: Dear all, I custom the error page in web.xml as below: And I added some log action in org.apache.catalina.util.ErrorPageSupport and found out that in some case the 400 error page not working but the default error page. 20:02:59.674 INFO [http

[Tomcat] Error page not work for 400 error.

2018-08-04 Thread Leonard Afeng
Dear all, I custom the error page in web.xml as below: 400 /error400.html 404 /error404.html java.lang.IllegalArgumentException /error404.html And I added some log action in org.apache.catalina.util.ErrorPageSupport and found out that in some case the 400 error pag

Re: Tomcat error at run-time.

2018-08-03 Thread noel joseph
Thanks Luis. Will definitely try it. On Fri, Aug 3, 2018 at 2:23 PM, Luis Rodríguez Fernández wrote: > Hello Noel, > > mmm, perhaps you could consider to use spring-boot for this. It provides a > nice out-of-the-box embedded tomcat: > https://spring.io/blog/2014/03/07/deploying-spring-boot-appli

Re: Tomcat error at run-time.

2018-08-03 Thread Luis Rodríguez Fernández
Hello Noel, mmm, perhaps you could consider to use spring-boot for this. It provides a nice out-of-the-box embedded tomcat: https://spring.io/blog/2014/03/07/deploying-spring-boot-applications Hope it helps, Luis 2018-08-03 7:06 GMT+02:00 noel joseph : > Hey Chris, > > This is my code... > > p

Re: Tomcat error at run-time.

2018-08-02 Thread noel joseph
Hey Chris, This is my code... package com.TomCat.EmbTC; import java.io.File; import javax.servlet.ServletException; import org.apache.catalina.LifecycleException; import org.apache.catalina.startup.Tomcat; public class App { public static void main(String[] args) throws LifecycleException, Int

Re: Tomcat error at run-time.

2018-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Noel, On 8/1/18 1:13 AM, noel joseph wrote: > Hey Chris, I am having a little difficulty in logging. As mentioned > before I am new to tomcat and don't exactly know how to enable > logging. Could you please instruct me on how to do so. Can you post

Re: Tomcat error at run-time.

2018-07-31 Thread noel joseph
Hey Chris, I am having a little difficulty in logging. As mentioned before I am new to tomcat and don't exactly know how to enable logging. Could you please instruct me on how to do so. Thanks, Noel On Tue, Jul 31, 2018 at 7:49 PM, noel joseph wrote: > Thank you so much Cris I will try your me

Re: Tomcat error at run-time.

2018-07-31 Thread noel joseph
Thank you so much Cris I will try your methods and let you know off the results. Thanks for the quick response! Cheers Noel On Tue, Jul 31, 2018, 6:44 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Noel, > > On 7/31/18 2:54 A

Re: Tomcat error at run-time.

2018-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Noel, On 7/31/18 2:54 AM, noel joseph wrote: > Hi, I am rather new to tomcat, I've been trying to embed tomcat in > a java application. I further want to convert this into a java web > start file so that on deploying it I can have a separate tomcat

Tomcat error at run-time.

2018-07-30 Thread noel joseph
Hi, I am rather new to tomcat, I've been trying to embed tomcat in a java application. I further want to convert this into a java web start file so that on deploying it I can have a separate tomcat server for my application. The error I am facing is... org.apache.catalina.LifecycleException: A c

Re: Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread tomcat
On 25.05.2016 18:09, sebastien.boulia...@cpu.ca wrote: Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:

Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread Sebastien.Boulianne
Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomc

Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread Sebastien.Boulianne
Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomc

Re: Tomcat error log

2015-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kaouthar, On 7/9/15 6:42 AM, Kaouthar Ghorbel wrote: > I want to have a file that contains just the program execution > errors in a new folder (not the log folder ) indicating the name of > the servlet that caused the error . Are you asking how to

Tomcat error log

2015-07-09 Thread Kaouthar Ghorbel
Hello everyone, I want to have a file that contains just the program execution errors in a new folder (not the log folder ) indicating the name of the servlet that caused the error . thanks ..

Re: Strange tomcat error and running out of file handles

2013-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 6/24/13 5:19 PM, Caldarale, Charles R wrote: >> From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: Re: >> Strange tomcat error and running out of file handles > >>> SEVERE: Unable to proces

RE: Strange tomcat error and running out of file handles

2013-06-24 Thread Caldarale, Charles R
> From: Daniel Mikusa [mailto:dmik...@gopivotal.com] > Subject: Re: Strange tomcat error and running out of file handles > > SEVERE: Unable to process request in NioReceiver > > java.lang.ThreadDeath > >at java.lang.Thread.stop(Thread

Re: Strange tomcat error and running out of file handles

2013-06-24 Thread Daniel Mikusa
On Jun 24, 2013, at 4:32 PM, Tom Freestone wrote: > Hello, > We are running tomcat 6.0.36 (java build 1.6.0_31) on REHL5. It works most > of time except recently we started running out of files. Here is the error > I am getting: > > > Exception in thread "pool-1-thread-1" java.lang.IllegalMon

Strange tomcat error and running out of file handles

2013-06-24 Thread Tom Freestone
Hello, We are running tomcat 6.0.36 (java build 1.6.0_31) on REHL5. It works most of time except recently we started running out of files. Here is the error I am getting: Exception in thread "pool-1-thread-1" java.lang.IllegalMonitorStateException at java.util.concurrent.locks.Reentrant

Re: Tomcat error -54

2012-07-23 Thread André Warnier
Kavya C B wrote: While checking the logs i got the following error : Following error is seen in the tomcat log files. " [Mon Feb 28 06:33:29 2011] [jk_ajp_common.c (1146)]: ERROR sending data to client. Connection aborted or network problems [Mon Feb 28 06:33:29 2011] [jk_ajp_common.c (1462)]:

Re: Tomcat error -54

2012-07-23 Thread Kavya C B
While checking the logs i got the following error : Following error is seen in the tomcat log files. " [Mon Feb 28 06:33:29 2011] [jk_ajp_common.c (1146)]: ERROR sending data to client. Connection aborted or network problems [Mon Feb 28 06:33:29 2011] [jk_ajp_common.c (1462)]: ERROR: Client conne

Re: Tomcat error -54

2012-07-23 Thread André Warnier
Kavya C B wrote: Can you tell, why this error is coming : can't receive the response message from tomcat, network problems or tomcat is down (10.182.18.2:8009), err=-54 Despite the total lack of information provided, and thus borrowing Pid's crystal ball for a moment, I would guess tha

Re: Tomcat error -54

2012-07-23 Thread Kavya C B
> > Can you tell, why this error is coming : > > can't receive the response message from tomcat, network > >> problems or tomcat is down (10.182.18.2:8009), err=-54 > > >

RE: Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

2012-06-21 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Confusing tomcat error - can't find > javax.servlet.http.HttpSessionAttributeListener > Odd that it's a java.lang.Error and not something more specific like > NCDFE, etc. Which makes me

Re: Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

2012-06-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 6/21/12 7:08 AM, Pid wrote: > On 20/06/2012 18:57, Cassano, Chris wrote: >> Hi, I'm getting a fatal error when I start tomcat. Now I would >> think that servlet-api.jar is missing from the tomcat classpath >> but if I do -verbose:class I can c

Re: Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

2012-06-21 Thread Pid
> > > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Thursday, June 21, 2012 7:09 AM > To: Tomcat Users List > Subject: Re: Confusing tomcat error - can't find > javax.servlet.http.HttpSessionAttributeListener > > On 20/06/2012 18:5

RE: Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

2012-06-21 Thread Cassano, Chris
ne 21, 2012 7:09 AM To: Tomcat Users List Subject: Re: Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener On 20/06/2012 18:57, Cassano, Chris wrote: > Hi, I'm getting a fatal error when I start tomcat. Now I would think that > servlet-api.jar is mi

Re: Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

2012-06-21 Thread Pid
On 20/06/2012 18:57, Cassano, Chris wrote: > Hi, I'm getting a fatal error when I start tomcat. Now I would think that > servlet-api.jar is missing from the tomcat classpath but if I do > -verbose:class I can clearly see tomcat using other classes from that jar so > I know it's already included:

Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

2012-06-20 Thread Cassano, Chris
Hi, I'm getting a fatal error when I start tomcat. Now I would think that servlet-api.jar is missing from the tomcat classpath but if I do -verbose:class I can clearly see tomcat using other classes from that jar so I know it's already included: [Loaded javax.servlet.http.HttpServletRequest fro

Re: Oracle UCP in tomcat: error messages about oracles threads failing to stop

2012-03-20 Thread Mark Thomas
On 20/03/2012 20:11, newsdkeu...@techno.ms wrote: > Hi! > > We are using Oracle the UCP driver (Oracle Universal Connection Pool) in > tomcat 6 configured like in Oracles > http://www.oracle.com/technetwork/articles/oem/ucp-jdbc-tomcat-355431.html. > The problem is that the driver starts a lot of

Oracle UCP in tomcat: error messages about oracles threads failing to stop

2012-03-20 Thread newsdkeuksl
Hi! We are using Oracle the UCP driver (Oracle Universal Connection Pool) in tomcat 6 configured like in Oracles http://www.oracle.com/technetwork/articles/oem/ucp-jdbc-tomcat-355431.html. The problem is that the driver starts a lot of threads (Thread-0 to 57, UCP-worker-thread-1 to 24) which

Re: tomcat error 404

2011-10-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, On 10/23/2011 12:20 PM, Dave Filchak wrote: > Ok, perhaps this will be more helpful. To follow is the way the db > connection is set up now, and I am not sure it is correct because, > as I understand it, you are supposed to add a context to the

Re: Re: : tomcat error 404

2011-10-24 Thread Tim Watts
On Mon, 2011-10-24 at 12:41 -0400, Dave Filchak wrote: > Humm, well I did the whole export CLASSPATH thing. So I should just have > to place them in my apps lib directory, as shown below, and it should > load automagically? > Indeed it should. No need to monkey with CLASSPATH. You may need to

Re: RE: Re: : tomcat error 404

2011-10-24 Thread Dave Filchak
As I said, I have been trying to crash learn. I am not, I repeat not, a tomcat user but willing to try and learn. It is not always clear to us who have not been doing this for a long time. Try to be patient with us I did actually move the context to META-INF. Cheers, Dave On 22/07/64 2:59 PM

Re: Re: : tomcat error 404

2011-10-24 Thread Dave Filchak
Humm, well I did the whole export CLASSPATH thing. So I should just have to place them in my apps lib directory, as shown below, and it should load automagically? Dave On 22/07/64 2:59 PM, Pid wrote: On 24/10/2011 00:18, Dave Filchak wrote: I upload the JavaMail and JAF libs to /home/##/

Re: : tomcat error 404

2011-10-23 Thread Pid
On 24/10/2011 00:18, Dave Filchak wrote: > I upload the JavaMail and JAF libs to > /home/##/public_html/WEB-INF/lib/ and added them to my $CLASSPATH I > now get the following: How did you add them to the classpath? Tomcat automatically loads Jars & resources found in its various lib & classes

RE: : tomcat error 404

2011-10-23 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: : tomcat error 404 > Apparently I'm rusty too... :s Time flies when you're having bugs... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the int

Re: : tomcat error 404

2011-10-23 Thread Pid
On 24/10/2011 00:07, Caldarale, Charles R wrote: >> From: Dave Filchak [mailto:sub...@zuka.net] >> Subject: Re: Re: : tomcat error 404 > >> So where should the Context be? > > Apparently, you haven't read the 5.5 docs. To quote: Apparently I'm rusty t

RE: Re: : tomcat error 404

2011-10-23 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Re: : tomcat error 404 > So where should the Context be? Apparently, you haven't read the 5.5 docs. To quote: "For Tomcat 5, unlike Tomcat 4.x, it is NOT recommended to place elements directly in the server.

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
The logs, at least the catalina.err and catalina.out files do not say anything much, at least as far as an error goes. I cannot find any other log files specific only to this app so they appear not to be working. I only see this in catalina.err in the last while: Oct 23, 2011 2:59:10 PM org.ap

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
Yes ... can't find him. On 22/07/64 2:59 PM, Pid wrote: On 23/10/2011 19:57, Dave Filchak wrote: Please contact Nick should any questions or issues arise about this application. Have you tried contacting 'Nick'? p --

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
So where should the Context be? On 22/07/64 2:59 PM, Pid wrote: Don't put a Context in server.xml. That is a massive can of worms all on its own. On 23/10/2011 19:57, Dave Filchak wrote: /> The above won't work, it should really stop Tomcat from starting. Wrong: /> Right:

Re: Re: tomcat error 404

2011-10-23 Thread Dave Filchak
te: Hello Charles, Hopefully this helps and it is not too much info. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I c

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: > I know this is probably screwed up now so I appreciate the help I have > had so far and would seriously appreciate any input as to how to > straighten this out and get the connection to the database functional. I > really need to get the site up and runnin

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: > > Please contact Nick should any questions or issues arise about > this application. > Have you tried contacting 'Nick'? p signature.asc Description: OpenPGP digital signature

Re: : tomcat error 404

2011-10-23 Thread Pid
Don't put a Context in server.xml. That is a massive can of worms all on its own. On 23/10/2011 19:57, Dave Filchak wrote: >username="#_#" > password="#" > driverClassName="com.mysql.jdbc.Driver" > > url="jdbc:mysql://localhost:33

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: > My environment.xml file @ /home/##/public_html/WEB-INF/conf/ Once again: this is not a Tomcat configuration file, it's application specific. p signature.asc Description: OpenPGP digital signature

Re:: tomcat error 404

2011-10-23 Thread Dave Filchak
Alright well, I am having a hell of a time getting this to work. I am adding all my pertinent xml files so that maybe someone has some time to help me get this straightened out. I know everyone is busy and it is Sunday so I'll let it sit after this but at this point, I have pages that work but

Re: tomcat error 404

2011-10-23 Thread Pid *
gt;> Do this carefully, as it may be the basic cause why the whole thing >>> is not working. >>> Keep a backup of the original, for each file that you start editing. >>> >>> (Another note: there exist text editors which can show you if a file >>> i

Re: Re: Re: tomcat error 404

2011-10-23 Thread Dave Filchak
fo. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I cannot seem to connect to the site using 8080 either or the

Re: Re: tomcat error 404

2011-10-22 Thread Dave Filchak
PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I cannot seem to connect to the site using 8080 either or the example files but, this

Re: tomcat error 404

2011-10-22 Thread André Warnier
: Hello Charles, Hopefully this helps and it is not too much info. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I cannot

Re: RE: tomcat error 404

2011-10-22 Thread Dave Filchak
Hello Charles, Hopefully this helps and it is not too much info. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I

RE: tomcat error 404

2011-10-21 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: tomcat error 404 > I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? > I have verified that tomcat and apache are running. By "apache" [sic], I presume you mean http

tomcat error 404

2011-10-21 Thread Dave Filchak
Folks, I know I have asked about this site befor with a number of problems and one of the suggestions was to find the original programmer for help. Well I cannot find him ... he is not available unfortunately. I was originally getting some except errors but now, after my host "turned off" my serve

Re: Antwort: Re: mod_jk doesn`t distribute and failover on tomcat-error

2011-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, On 9/20/2011 3:18 AM, steffen.scheu...@fiducia.de wrote: >> 1. You should look into using "template" workers. > Yes, the configuration would be cleaner, but is it a functional > problem? No, but it allows people to more easily debug your con

Antwort: Re: mod_jk doesn`t distribute and failover on tomcat-error

2011-09-20 Thread Steffen . Scheuler
effen Christopher Schultz schrieb am 19.09.2011 17:47:39: > Von: Christopher Schultz > An: Tomcat Users List > Datum: 19.09.2011 17:48 > Betreff: Re: mod_jk doesn`t distribute and failover on tomcat-error > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Steffe

Re: mod_jk doesn`t distribute and failover on tomcat-error

2011-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, On 9/19/2011 4:49 AM, steffen.scheu...@fiducia.de wrote: > If one out of 6 balanced Tomcat-Server, throws an > OutOfMemory-Error, mod_jk doestn´t distribute any Reqeuest to the > other Servers, until we restart the faultet Server or stop the

Antwort: Re: mod_jk doesn`t distribute and failover on tomcat-error

2011-09-19 Thread Steffen . Scheuler
Hy André, sorry its a typo in my posting. The real workers.properties ist correct. Greets Steffen Von:André Warnier An: Tomcat Users List Datum: 19.09.2011 11:45 Betreff:Re: mod_jk doesn`t distribute and failover on tomcat-error Hi. steffen.scheu...@fiducia.de wrote

Re: mod_jk doesn`t distribute and failover on tomcat-error

2011-09-19 Thread André Warnier
Hi. steffen.scheu...@fiducia.de wrote: ... workers.properties Configuration: worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=Server1,Server2,Server3,Server4,Server5,Server6,Server7,Server8 worker.loadbalancer.sticky_session=True worker.loadbalancer.sticky_session_force=False wo

mod_jk doesn`t distribute and failover on tomcat-error

2011-09-19 Thread Steffen . Scheuler
Hello Users, we have a problem in one of our environments. If one out of 6 balanced Tomcat-Server, throws an OutOfMemory-Error, mod_jk doestn´t distribute any Reqeuest to the other Servers, until we restart the faultet Server or stop the Server via jkstatus. Here is a sample of the mod_jk-Logfi

Re: Tomcat error com.inet.tds.at: [TDS Driver]java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind Windows 2008

2011-04-14 Thread Arunkumar Janarthanan
I see similar issues / problem in my other Tomcat instances running on same server. On Tue, Apr 12, 2011 at 2:36 AM, André Warnier wrote: > On the face of it, this has absolutely nothing to do with Tomcat. > Why did you think it relates to tomcat ? > > > > Arunkumar Janarthanan wrote: > >> Hi Al

Re: Tomcat error com.inet.tds.at: [TDS Driver]java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind Windows 2008

2011-04-11 Thread André Warnier
On the face of it, this has absolutely nothing to do with Tomcat. Why did you think it relates to tomcat ? Arunkumar Janarthanan wrote: Hi All, I have a scheduler application was running on win 2k fine, when we moved this application to windows 2008 there is an issue appearing the windows sock

Tomcat error com.inet.tds.at: [TDS Driver]java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind Windows 2008

2011-04-11 Thread Arunkumar Janarthanan
Hi All, I have a scheduler application was running on win 2k fine, when we moved this application to windows 2008 there is an issue appearing the windows socket error. Apprently this seems the process / connection / sockets created by JVM not closed. Any idea if this appears to be know issue ? th

Re: trouble starting tomcat: "error 0" on Windows 64bit SOLVED

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 7:35 PM, Caldarale, Charles R wrote: >> No catalina.out at all, and stderr and stdout are empty. Only the >> jakarta logs from when we tried running it as a service had any info, >> as previously reported. > That's because of your incorrect "server" option - tomcat never g

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Caldarale, Charles R
> From: will trillich [mailto:trill...@gmail.com] > Subject: Re: trouble starting tomcat: "error 0" on Windows 64bit > > Intel Xeon E5530 running @ 2.40GHz That's AMD64 architecture, despite Intel's reluctance to admit it. > Java(TM) 2 Runtime Environment, S

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 5:24 PM, Martin Gainty wrote: > just to clarify > statement reads you ARE dealing with binaries.. > > Martin Gainty Thanks, Martin, but... >> From: mgai...@hotmail.com >> To: users@tomcat.apache.org >> Subject: RE: trouble starting tomc

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: mgai...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: trouble starting tomcat: "error 0" on Windows 64bit > Date: Sat, 16 May 2009 18:16:58 -0400 > > > read the

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Martin Gainty
euvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 16 May 2009 15:04:38 -0500 > Subject: Re: trouble starting tomcat: "error 0" on Windows 64bit > From: w...@serensoft.com > To: users@tomca

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread w...@serensoft.com
taller (jdk-1_5_0_18-windows-amd64.exe) so in theory they should be compatible, no? >> Date: Sat, 16 May 2009 00:17:39 -0500 >> Subject: trouble starting tomcat: "error 0" on Windows 64bit >> From: w...@serensoft.com >> To: users@tomcat.apache.org >> >> We&

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
:) Java is working -- we slapped together a quick recursive-directory module and it works nice and sweet. So there must be some tomcat conflict with this JVM. > - Original Message > From: "w...@serensoft.com" > To: users@tomcat.apache.org > Sent: Friday, May 15, 2009

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
Thanks for your input, guys! Responses interleaved below: On Sat, May 16, 2009 at 12:16 PM, Caldarale, Charles R wrote: > AMD invented the x86-64 instruction set, and Intel copied it from them.   > However, > there is an older Intel 64-bit architecture called IA64 (aka Itanium); you'll > need >

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Mark Thomas
w...@serensoft.com wrote: > We're having a heck of a time getting tomcat running on windows server > 2003 enterprise x64 -- it barely gets started, and instantly quits. We > installed java from jdk-1_5_0_18-windows-amd64.exe which seems to be > the only 64-bit version available? Our processor is i

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Todd Hivnor
rg Sent: Friday, May 15, 2009 10:17:39 PM Subject: trouble starting tomcat: "error 0" on Windows 64bit We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets started, and instantly quits. We installed java from jdk-1_5_0_18-windo

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Caldarale, Charles R
> From: trill...@gmail.com [mailto:trill...@gmail.com] On Behalf Of > w...@serensoft.com > Subject: trouble starting tomcat: "error 0" on Windows 64bit > > Our processor is intel, tho... Is there an intel-not-amd > version we missed? AMD invented the x86-64 instruct

trouble starting tomcat: "error 0" on Windows 64bit

2009-05-15 Thread w...@serensoft.com
We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets started, and instantly quits. We installed java from jdk-1_5_0_18-windows-amd64.exe which seems to be the only 64-bit version available? Our processor is intel, tho... Is there an intel-not

Re: [OT] Tomcat error: It is not available the ServletAction

2009-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/2/2009 3:27 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Tomcat error: It is not available the ServletAction >> >> I think the reason

RE: [OT] Tomcat error: It is not available the ServletAction

2009-04-02 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat error: It is not available the ServletAction > > I think the reason Xerces works within the application's ClassLoader is > because of the backward way that webapp ClassLoaders work (load l

Re: Tomcat error: It is not available the ServletAction

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/2/2009 10:30 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Tomcat error: It is not available the ServletAction >> >> Apache Cocoon, for instanc

RE: Tomcat error: It is not available the ServletAction

2009-04-02 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat error: It is not available the ServletAction > > Apache Cocoon, for instance, ships with xercesImpl-2.9.1.jar > (actual Xerces) along with xml-apis-1.3.04.jar (the org.w3c.*, > org.x

Re: Tomcat error: It is not available the ServletAction

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/2/2009 9:08 AM, Caldarale, Charles R wrote: >> From: bladu [mailto:ego...@hotmail.com] >> Subject: Re: Tomcat error: It is not available the ServletAction > > When you send the same message four times, you become

Re: Tomcat error: It is not available the ServletAction

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bladu, On 4/2/2009 2:42 AM, bladu wrote: > Version of Java --->jdk1.5.0_17 Okay. > Do you have xerces.jar in your webapp's lib directory? --->Yes, int he > application deployed and also in the WAR I have xerces-1.2.3.jar OMG that version is like 10

RE: Tomcat error: It is not available the ServletAction

2009-04-02 Thread Caldarale, Charles R
> From: bladu [mailto:ego...@hotmail.com] > Subject: Re: Tomcat error: It is not available the ServletAction When you send the same message four times, you become extremely annoying - don't do that. > Do you have xerces.jar in your webapp's lib directory? --->Yes, int he

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread bladu
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 4/1/2009 11:45 AM, Caldarale, Charles R wrote: >>> From: bladu [mailto:ego...@hotmail.com] >>> Subject: Re: Tomcat error: It is not available the Servlet

  1   2   >