error messages during tomcat 4.1 startup

2005-07-06 Thread Tewari,kuldeep
org.apache.commons.digester.Digester error SEVERE: Parse Error at line 8 column 219: Document root element web-app, must match DOCTYPE root null. org.xml.sax.SAXParseException: Document root element web-app, must match DOCTYPE root null

Intermittent 500 Error

2005-07-05 Thread uttam.g.dubal
, there is an intermittent 500 Error in between a successful logon and the display of the tc page. Has anyone else encountered this or provide some insight? Thanks! This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received

RE: error while building with jakarta-ant-1.5.1

2005-07-01 Thread shyama
' Subject: AW: error while building with jakarta-ant-1.5.1 It looks like the tools.jar is missing in your classpath, this is not part of the JRE but the jdk and located under you jdk directory under the lib subdirectory. Cheers Bernhard -Ursprüngliche Nachricht- Von: shyama [mailto:[EMAIL

Re: error while building with jakarta-ant-1.5.1

2005-07-01 Thread Tim Diggins
- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 3:09 PM To: 'Tomcat Users List' Subject: AW: error while building with jakarta-ant-1.5.1 It looks like the tools.jar is missing in your classpath, this is not part of the JRE but the jdk and located under you jdk

RE: error while building with jakarta-ant-1.5.1

2005-07-01 Thread shyama
=6viewmonth=200402 Please go through this once and let me know your idea !! Thanx BS -Original Message- From: Tim Diggins [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 3:35 PM To: Tomcat Users List Subject: Re: error while building with jakarta-ant-1.5.1 are you sure that you're

AW: error while building with jakarta-ant-1.5.1

2005-07-01 Thread Bernhard Slominski
Hi Tim, Iam sure that Iam using the right tools.jar, and it is containing the class com.sun.tools.javah.Main I also think so, because that's what the errormessage says, it cannot find the requested constructor. I check my tools.jar (JDK 1.5.0_01) and I found this method signature, which

error count for http connector and localhost/ default context seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
whenever i access any web application deployed on tomcat, i notice that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count also increments. i'm checking these counter values via

Re: error count for http connector and localhost/ default context seem to increment for no reason: mbean bug?

2005-07-01 Thread Mark Thomas
that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count also increments. i'm checking these counter values via the tomcat manager web application as well as through my own servlet which

Re: error count for http connector and localhost/ default context seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
response. Mark Annie Wang wrote: whenever i access any web application deployed on tomcat, i notice that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count

Re: SEVERE: Error listenerStart when starting a context in tomcat 5.0.28

2005-07-01 Thread Joseph Silverman
I asked this a few days ago, and so far no answer. This is happening to me on a daily basis, more than once, actually.. Is there no one who has a clue what this is all about?? Thanks - Yossie On Jun 29, 2005, at 9:26 AM, Joseph Silverman wrote: I get the following error

how to customize mod_jk error messages

2005-06-30 Thread Michal Kwiatek
Hello all, I'm trying to find a way to customize the following mod_jk error message: OK The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error

RE: How to catch and fix this error

2005-06-30 Thread dan stephens
can you post excerts from the localhost log and catalint.out? From: st946tbf [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: How to catch and fix this error Date: Wed, 29 Jun 2005 14:15:55 -0400 We have

RE: How to catch and fix this error

2005-06-30 Thread Ben Kim
We have a web app running on Tomcat 5.028. When running at our company, it works. However, it crashes (exits) at client site when access certain page (it used to work). When we ask them to sent us the database used and run it at our company, it works fine. There is an Sql query in this

SEVERE: Error listenerStart when starting a context in tomcat 5.0.28

2005-06-29 Thread Joseph Silverman
I get the following error in the catalina.out log when I restart the server, but only for SOME of the contexts. I get the same error when using the manager start these contexts.. SEVERE: Error listenerStart The start fails, of course. Odd thing is, doing a start on these contexts

How to catch and fix this error

2005-06-29 Thread st946tbf
We have a web app running on Tomcat 5.028. When running at our company, it works. However, it crashes (exits) at client site when access certain page (it used to work). When we ask them to sent us the database used and run it at our company, it works fine. There is an Sql query in this

Re: How to catch and fix this error

2005-06-29 Thread Anoop kumar V
One suggestion I can give u (one which I / we follow when faced with a similar situation) is to go to the client site (ot necessarily prod) to debug it. If you have used log4j then there are ways u can enable trace logging in production and catch the problem From the looks of it - does ur

RE: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

2005-06-28 Thread Allistair Crossley
: java.net.SocketException: Connection reset by peer: socket write error Hello, I got this exception and I don't know how to solve it, I have a web application with a servlet which sends video with formats avi, mpeg, and mov, it shows the video but the tomcat throws this exception: ClientAbortException

RE: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

2005-06-28 Thread Ronald Klop
@jakarta.apache.org Subject: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Hello, I got this exception and I don't know how to solve it, I have a web application with a servlet which sends video with formats avi, mpeg, and mov, it shows

Re: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

2005-06-28 Thread Tim Funk
but the tomcat throws this exception: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apache.coyote.tomcat5.OutputBuffer.realWriteBytes(OutputBuffer.java:373

Please help with PermGen OutOfMemory error

2005-06-27 Thread Andy Kriger
After many webapp installs, I get this in my tomcat logs... Exception in thread ContainerBackgroundProcessor[StandardEngine[Catalina]] java.lang.OutOfMemory Error: PermGen space MaxPermSize=128m, but the errors still happen. I understand that this comes from apps not releasing all

RE: Please help with PermGen OutOfMemory error

2005-06-27 Thread Phillip Qin
with PermGen OutOfMemory error After many webapp installs, I get this in my tomcat logs... Exception in thread ContainerBackgroundProcessor[StandardEngine[Catalina]] java.lang.OutOfMemory Error: PermGen space MaxPermSize=128m, but the errors still happen. I understand that this comes from apps

Re: Please help with PermGen OutOfMemory error

2005-06-27 Thread James Black
into my webapps directory. After about 5-8 new versions within a few hours then I get this error and have to restart tomcat. - -- Love is mutual self-giving that ends in self-recovery. Fulton Sheen James Black[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (MingW32) Comment

RE: Please help with PermGen OutOfMemory error

2005-06-27 Thread Phillip Qin
method. Otherwise, you will have to go through your web app carefully to find out if there is any memory leak. -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: June 27, 2005 1:25 PM To: Tomcat Users List Subject: Re: Please help with PermGen OutOfMemory error

Re: Please help with PermGen OutOfMemory error

2005-06-27 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Qin wrote: I did see this issue happened with my tomcat 4.1/5.0. After I upgraded to 5.5, I have encountered any outofmemory even after 100 hundreds deployments. Does your web app use struts? You can always clean up resource by adding

Re: Please help with PermGen OutOfMemory error

2005-06-27 Thread Anoop kumar V
As per tools - I think you can use JMeter. It gives u some pretty useful graphs and analysis. -Anoop On 6/27/05, James Black [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Qin wrote: I did see this issue happened with my tomcat 4.1/5.0. After I upgraded to

ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

2005-06-27 Thread Adriana Suarez
write error at org.apache.coyote.tomcat5.OutputBuffer.realWriteBytes(OutputBuffer.java:373) at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:323) at org.apache.coyote.tomcat5.OutputBuffer.writeBytes(OutputBuffer.java:401) at org.apache.coyote.tomcat5

Solution for Error creating temporary file problem (5.0.x)

2005-06-23 Thread Stuart Piltch
Hi there, I just spent a bit too much time tracking this one down, so I thought I'd share my results for the next person searching this list. The symptom --- Error creating temporary file at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter. executeExternalCompile

Merlia driver error

2005-06-22 Thread Sue Roe
Hello We have a system set up with Tomcat 4.1 and SQL Server 7. We use a Merlia jdbc driver to communicate with SQL Server via a connection pool. Occasionally users get the following error when they first access a servlet that needs to call a stored procedure

Re: Merlia driver error

2005-06-22 Thread Guillaume Lederrey
On 6/22/05, Sue Roe [EMAIL PROTECTED] wrote: Hello We have a system set up with Tomcat 4.1 and SQL Server 7. We use a Merlia jdbc driver to communicate with SQL Server via a connection pool. Occasionally users get the following error when they first access a servlet that needs to call

Re: got an error for a admi-entry

2005-06-21 Thread Christian Stalp
Am Montag, 20. Juni 2005 20:20 schrieb Steve Ochani: Hi, You don't have the admin rolename defined. Yes, this it was. Thank you. But I have now another Problem. Now I can login as a 'manager' but still cannot login as an admin. I have changed the tomcat-user.xml this way: [code] ?xml

got an error for a admi-entry

2005-06-20 Thread Christian Stalp
] This is I think a really easy busyness. Isn't it? The last time the problems begann much later. Anyway... When I called these manager or admin sites I got an compiler error: [quote] HTTP Status 500 - type Exception report message description The server encountered an internal error

Re: got an error for a admi-entry

2005-06-20 Thread Steve Ochani
password=tomcat roles=tomcat,role1/ user username=role1 password=tomcat roles=role1/ /tomcat-users [/code] This is I think a really easy busyness. Isn't it? The last time the problems begann much later. Anyway... When I called these manager or admin sites I got an compiler error: [quote

error, any help appreciated

2005-06-20 Thread Alex Korneyev
Hello, i see this error in tomcat.4.1.30's catalina.out i host about 30 different domains, how can i find out which one of those domains is causing an error? Jun 21, 2005 12:06:17 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 2 column 10: Document

Re: error, any help appreciated

2005-06-20 Thread Sivaram Kumar
please check you server.xml file. - Original Message - From: Alex Korneyev [EMAIL PROTECTED] Cc: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, June 21, 2005 1:55 PM Subject: error, any help appreciated Hello, i see this error in tomcat.4.1.30's catalina.out

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

Removing the default server error pages

2005-06-13 Thread Robert Clarkson
Hi there, I am using tomcat 5.5 as an RTSP server, and I need to send response codes back, but I do not need to send any HTML response back. I know that I can change the response page that is returned by editing web.xml and adding the following error-page error-code404/error-code

Removing the default server error pages

2005-06-13 Thread Robert Clarkson
Hi there, I am using tomcat 5.5 as an RTSP server, and I need to send response codes back, but I do not need to send any HTML response back. I know that I can change the response page that is returned by editing web.xml and adding the following error-page error-code404/error-code

Jasper introspectHelper Error

2005-06-08 Thread Scott Dudley
I'm attempting to migrate an application from Orion to Tomcat and have encountered my first error. It is as follows: An error occurred at line: 27 in the jsp file: /index.jsp Generated servlet error: The method introspecthelper(Object, String, String, ServletRequest) in the type

Mod_JK error

2005-06-07 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Can anyone give me an idea of what might be causing this? I have searched the web to no avail. [jk_ajp_common.c (1250)]: Tomcat is down or network problems. No response has been sent to the client (yet) [Tue Jun 07 13:46:09 2005] [jk_ajp_common.c (1449)]: ERROR: Receiving from tomcat failed

RE: Mod_JK error

2005-06-07 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
My apologies... I should have added that I only get this error when the server comes under load and even then the errors are intermittent. -SB -Original Message- From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 2:12 PM To: Tomcat User List (E

How do I change the error page being served while tomcat is starting up?

2005-06-06 Thread j r
. Please try again later. Apache Server at server name Port 80 For obvious reasons, I removed the server name and apache version. I do not want either of these displayed to the customer. How can I changed those? I have tried to put the following in web.xml to no avail: error-page error

RE: How do I change the error page being served while tomcat is starting up?

2005-06-06 Thread Brian McGovern
: Monday, June 06, 2005 5:40 PM To: tomcat-user@jakarta.apache.org Subject: How do I change the error page being served while tomcat is starting up? When I start tomcat, it takes approximately 1 minute to complete its startup process. If apache is up during that period, the following page gets

Re: How do I change the error page being served while tomcat is starting up?

2005-06-06 Thread j r
the error page being served while tomcat is starting up? When I start tomcat, it takes approximately 1 minute to complete its startup process. If apache is up during that period, the following page gets served: Service Temporarily Unavailable The server is temporarily unable to service your

Issue with a class not being resolved with a strange error

2005-06-04 Thread Thomas Polliard
Has anyone seen this before and if so what does it mean? org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 5 in the jsp file: /index.jsp Generated servlet error: RidDB cannot be resolved or is not a type The code that makes the call is: %@ page

Re: Issue with a class not being resolved with a strange error

2005-06-04 Thread Parsons Technical Services
Unless you made a typo in your email, you have a typo in index.jsp. The error says RidDB. The a is missing. Search the file for RidDB. Doug - Original Message - From: Thomas Polliard [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, June 04, 2005

Re: Issue with a class not being resolved with a strange error

2005-06-04 Thread Thomas Polliard
Thanks I would have never seen that error. I had typed it multiple times. I feel like an idiot. Thanks again, Thomas Parsons Technical Services wrote: Unless you made a typo in your email, you have a typo in index.jsp. The error says RidDB. The a is missing. Search the file for RidDB. Doug

tomcat-error

2005-06-03 Thread Christian Stalp
-script!?! This is it: [quote] HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1

Eclipse/Error listenerStart problem need Class Loader Configuration Dumper

2005-06-03 Thread tomcat-users . list
be included within tomcat and used to emit a CLASSPATH walk for any ClassNotFoundExceptions thrown, this really basic error must cause developers many hours of head scratching when it would be nice if the error message indicated all the paths where it looked and did not find a matching class. So

Could not find a worker error

2005-06-03 Thread Michael Thompson
I am trying to configure mod_jk 1.2.11 to work with apache httpd 2.0.54 and tomcat 5.5 and having difficulties. It seems the worker is not configured correctly. The jk_mod log shows the following error: [Fri Jun 03 10:33:37 2005] [info] jk_handler::mod_jk.c (1976): Could not find a worker

RE: mod_jk jkloglevel not showing info/error messages

2005-05-31 Thread bill.shaffer
Can anyone tell me if they see similar behavior, or if they see appropriate error and info messages with JkLogLevel? Bill S. -Original Message- From: Shaffer, William (KnowledgeN) Sent: Monday, May 23, 2005 3:48 PM To: tomcat-user@jakarta.apache.org Subject: mod_jk jkloglevel

JK network error messages.

2005-05-31 Thread Findlay, Colin, VF-NZ
Hi, We're receiving the following error messages in our isapi_redirect.log, but are unable to determine the cause. We're running Tomcat 5.0.28 with JK 1.2.10 IIS on Windows 2000 Advanced Server SP4. The server.xml workers.properties are pretty much the default out-of-the box copies (But I can

Re: JK network error messages.

2005-05-31 Thread Mladen Turk
Findlay, Colin, VF-NZ wrote: Hi, [Wed Jun 01 02:56:19 2005] [error] write::jk_isapi_plugin.c (619): WriteClient failed with 2745 Means that the client closed the browser before all data has been set. [Wed Jun 01 02:56:19 2005] [info] ajp_process_callback::jk_ajp_common.c (1363

RE: JK network error messages.

2005-05-31 Thread Derrick Koes
Probably client's abandoning requests. -Original Message- From: Findlay, Colin, VF-NZ [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 2:54 PM To: tomcat-user@jakarta.apache.org Subject: JK network error messages. Hi, We're receiving the following error messages in our

Error java.lang.String.replace

2005-05-31 Thread afonseca
Hi, I'm not sure this is the rigth place to post my question, but I need help: I'm developing a digital library and have tomcat-5.0.28 on my machine and j2sdk1.4.2_06. I'm using a open source software that gives me an error: Error message java.lang.String.replace(Ljava/lang/CharSequence

RE: Error java.lang.String.replace

2005-05-31 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Error java.lang.String.replace Error message java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/Ch arSequence;)Ljava/lang/String; Exception typejava.lang.NoSuchMethodError I'm not a coder, so I try to figure

Error filterStart in org.apache.catalina.core.StandardContext st art

2005-05-27 Thread Strauss, Alexandra
Hi, I'm getting This Error while starting Tomcat. I searched the web an found out that this error can occur if starting Tomcat misses this param in CATALINA_OPTS: -Djava.awt.headless=true I checked the starting procedure and found out, that this param is set properly

RE: Error filterStart in org.apache.catalina.core.StandardContext start

2005-05-27 Thread Steve Kirk
but then only single slashes afterwards, is that right? Looks odd, / cannot be an escape if used alone, so why 4? -Original Message- From: Strauss, Alexandra [mailto:[EMAIL PROTECTED] Sent: Friday 27 May 2005 12:07 To: 'tomcat-user@jakarta.apache.org' Subject: Error filterStart

question about localhost/ error count in tomcat manager web app

2005-05-27 Thread Annie Wang
hi, i've configured my servlet to be at some location, say for instance: http://my_server:8080/xzy/abc when i access my servlet, it returns back okay and request count for my servlet increments okay on the tomcat manager web app. however, i also notice error count for localhost/ default

error-page not catching errors? Tomcat 4.1.31

2005-05-26 Thread David Johnson
Hi all I've added the following to my web.xml (thanks for the help) error-page error-code500/error-code location/error.jsp/location /error-page error-page error-code404/error-code location/error.jsp/location /error-page error-page error-codejava.lang.Exception/error-code location/error.jsp

Re: error-page not catching errors? Tomcat 4.1.31

2005-05-26 Thread Jon Wingfield
You should check tomcat's logs to see if there are any warnings. The last error-page def'n is invalid. It should be: error-page exception-typejava.lang.Exception/exception-type location/error.jsp/location /error-page Maybe tomcat is ignoring all the error-page definitions due

JAAS LoginModule weird error

2005-05-25 Thread Faine, Mark
-Processor13; MSG: [DM_API_E_NOUSERNAME]error: No user name have been provided for a connection. ... (more authentication failed messages from LoginModule code) ... Yet I haven't even tried to login yet. I am able to login successfully after this error but it still bothers me that something

error while precompiling JSP with ant file

2005-05-25 Thread bouml
Hi ! I want to precompile my JSP files with a ant file. after starting the ant file i get this error: java.lang.NoClassDefFoundError: org/apache/jasper/jspc Exception in Thread main. I'm working with tomcat 3.3. I searched in all jar files but didnt find anything. After searching in all

error while precompiling JSP with ant file

2005-05-25 Thread bouml
Hi ! I want to precompile my JSP files with a ant file. after starting the ant file i get this error: java.lang.NoClassDefFoundError: org/apache/jasper/jspc Exception in Thread main. I'm working with tomcat 3.3. I searched in all jar files but didnt find anything. After searching in all

Re: JAAS LoginModule weird error

2005-05-25 Thread Mark Thomas
is even presented to the user. The logs show: DfPrincipalException:: THREAD: http-443-Processor13; MSG: [DM_API_E_NOUSERNAME]error: No user name have been provided for a connection. ... (more authentication failed messages from LoginModule code) ... Yet I haven't even tried to login yet. I am

mod_jk jkloglevel not showing info/error messages

2005-05-23 Thread bill.shaffer
I'm running Apache 1.3.33 + mod_ssl 2.8.22 + mod_jk 1.2.13 on a Solaris 8 box. If I set JkLogLevel to debug, I get debug messages plus some info and error messages (when the tomcat instance is down, for example). If I set JkLogLevel to trace, I get the appropriate trace messages, as well

Re: Re: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
, The error say that web-app element is invlid for DTD. The order of child elements of web-app is not correct, maybe. But your web.xml seem correct. SEVERE: Parse Error at line 331 column 11: Does your web.xml have 331 lines? I think the error is cause by other web application

RE: Error at tomcat start up

2005-05-22 Thread Dale, Matt
The error may be in your main tomcat web.xml rather than your webapps as it appears to be at line 331 and your webapp web.xml does not have that many lines. Ta Matt -Original Message- From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 19:10 To: tomcat-user

Re: RE: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
 Hi Thanks for your email, problem is sorted out, it was due to another web.xml which was not in order. On Sun, 22 May 2005 Dale,Matt wrote : The error may be in your main tomcat web.xml rather than your webapps as it appears to be at line 331 and your webapp web.xml does not have

Error at tomcat start up

2005-05-21 Thread tushar S Kulkarni
Hi All, I am getting following error at tomcat start up. Nov 6, 2000 3:27:04 PM org.apache.struts.util.PropertyMessageResources init INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', retur nNull=true Nov 6, 2000 3:27:13 PM org.apache.commons.digester.Digester error SEVERE

Re: Error at tomcat start up

2005-05-21 Thread Shinji Miyamoto
Hi, The error say that web-app element is invlid for DTD. The order of child elements of web-app is not correct, maybe. But your web.xml seem correct. SEVERE: Parse Error at line 331 column 11: Does your web.xml have 331 lines? I think the error is cause by other web application

Error on Running Perl CGI on Tomcat

2005-05-20 Thread Robert Kerry
such error: Software error: Can't connect to MySQL database: Can't create TCP/IP socket (10106) 3. OS is Windows XP 4. I am pretty sure that Tomcat, Perl interpreter, MySQL runs well seperately. I don't know what to do and since it is a joint question of 3 softwares, I'm gonna send it to the three

Re: Error on Running Perl CGI on Tomcat

2005-05-20 Thread Jason Bainbridge
line 2. When Running on Tomcat, the html file gives such error: Software error: Can't connect to MySQL database: Can't create TCP/IP socket (10106) 3. OS is Windows XP 4. I am pretty sure that Tomcat, Perl interpreter, MySQL runs well seperately. I don't know what to do and since

error-page not working for error-code 503?

2005-05-19 Thread Raymond
- Original Message - From: Raymond [EMAIL PROTECTED] To: Tomcat Users tomcat-user@jakarta.apache.org Sent: Wednesday, May 18, 2005 9:54 PM Subject: error-page not working for error-code 503? Hi, I have these in my tomcat server's global web.xml file: error-page error-code404/error-code

error-page not working for error-code 503?

2005-05-19 Thread Raymond
Hi, I have these in my tomcat server's global web.xml file: error-page error-code404/error-code location/http404.jsp/location /error-page error-page error-code503/error-code location/maintenance.html/location /error-page It works for the 404 but not the 503 error code. What's wrong with it? I

Re: error-page not working for error-code 503?

2005-05-19 Thread Anto Paul
On 5/19/05, Raymond [EMAIL PROTECTED] wrote: Hi, I have these in my tomcat server's global web.xml file: error-page error-code404/error-code location/http404.jsp/location /error-page error-page error-code503/error-code location/maintenance.html/location /error-page

error-page not working for error-code 503?

2005-05-18 Thread Raymond
Hi, I have these in my tomcat server's global web.xml file: error-page error-code404/error-code location/http404.jsp/location /error-page error-page error-code503/error-code location/maintenance.html/location /error-page It works for the 404 but not the 503 error code. What's wrong with it? I

RE: error-page not working for error-code 503?

2005-05-18 Thread GDavis
You might want to take a look at http://www.experts-exchange.com/Web/Application_Servers/Q_20654602.html it seems to include several ways to override error pages. A friend has done custom error pages for his own webapps, but never tried to override every error page. -Original Message

shutdown script error

2005-05-17 Thread Fay, Michael
Getting the following error on the shutdown script with tomcat 5.5.7: soyuz-test 16 15:14:11 /usr/local/tomcat/jakarta-tomcat-5/build/bin % sudo ./shutdown.sh Using CATALINA_BASE: /usr/local/tomcat/jakarta-tomcat-5/build Using CATALINA_HOME: /usr/local/tomcat/jakarta-tomcat-5/build

RE: Error Running Tomcat 5.0.28 Service on Win2K3

2005-05-17 Thread Jackson James W MAJ MNF-I CIS KM Portal Manager
: Darryl Wilburn [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 10:37 PM To: Tomcat Users List Subject: Re: Error Running Tomcat 5.0.28 Service on Win2K3 It sounds to me as though it would have something to do with user rights. I'm assuming when you launch the bat files, you're most likely

RE: shutdown script error

2005-05-17 Thread Francois JEANMOUGIN
script error Getting the following error on the shutdown script with tomcat 5.5.7: soyuz-test 16 15:14:11 /usr/local/tomcat/jakarta-tomcat-5/build/bin % sudo ./shutdown.sh Using CATALINA_BASE: /usr/local/tomcat/jakarta-tomcat-5/build Using CATALINA_HOME: /usr/local/tomcat/jakarta

Re: Error Running Tomcat 5.0.28 Service on Win2K3

2005-05-16 Thread Darryl Wilburn
the service; however, when starting the service, I get the following error message in the jakarta_service_20050516.log [info] Starting service... [415 javajni.c] [error] CreateJavaVM Failed [770 prunsrv.c] [error] Failed initializing java C:\j2sdk1.4.2_05\lib\tools.jar;C:\cdcie\tomcat\bin

Tomcat 5.0.30 OutOfMemory error

2005-05-15 Thread Jack Park
, I log that a URL was missed. When I fire up 1, 2, 4, 8, or 16 threads, nothing unhappy is noted. When I jump to 32 threads, each running simultaneously, I start to get missed URLS. While it's running, I try to access a page from a browser and get the 500 error and out of memory. The java process

RE: Tomcat 5.0.30 OutOfMemory error

2005-05-15 Thread Caldarale, Charles R
From: Jack Park [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.0.30 OutOfMemory error It would be helpful if you told us what OS you're using, along with what version of the JDK you have installed. Did you check your logs for any pertinent diagnostic information? The java process is calling up

Re: Tomcat 5.0.30 OutOfMemory error

2005-05-15 Thread Jack Park
Thanks very much, Chuck. Looking in the server log did, indeed, show an error going on down in my database code. Nice theory, but fixing that changed nothing. Here is a typical error in that log now: 2005-05-15 17:49:29 StandardWrapperValve[TopicMap]: Servlet.service() for servlet TopicMap

Error Running Tomcat 5.0.28 Service on Win2K3

2005-05-15 Thread Jackson James W MAJ MNF-I CIS KM Portal Manager
, and Oracle 10g. All other services are not installed (notably IIS). We're able to start Tomcat successfully using catalina.bat. We're able to install the service; however, when starting the service, I get the following error message in the jakarta_service_20050516.log [info] Starting service

Problem in Parsing - Error while doing lookup - HELP

2005-05-11 Thread Sanjeev Srivastava
Hi All!, I saw your mail-id and response on Java Forum. I am stuck in some problem with web.xml, hope you can help me out. I am able to start the tomcat but web.xml is giving me problem Error whiel doing lookup. I don't see anything wrong in web.xml. Please HELP. Please find

Re: Problem in Parsing - Error while doing lookup - HELP

2005-05-11 Thread David Smith
in some problem with web.xml, hope you can help me out. I am able to start the tomcat but web.xml is giving me problem Error whiel doing lookup. I don't see anything wrong in web.xml. Please HELP. Please find below the logs: WebappClassLoader: validateJarFile(/var/ian/pdgm/tomcat/webapps/pdgm/WEB-INF

Strange error

2005-05-11 Thread Fredrik Liden
Does anyone have any idea what this error means? I'm using jdk 1.5, tomcat 5.5.9 and intellij. Thanks! Connected to server ERROR [/]: Session event listener threw exception java.lang.NullPointerException at org.objectstyle.cayenne.conf.WebApplicationListener.sessionCreated(WebAp

Re: Strange error

2005-05-11 Thread Mark Thomas
You need to look at line 125 of WebApplicationListener in the org.objectstyle.cayenne.conf package and see which object might be null that you have assumed isn't. Mark Fredrik Liden wrote: Does anyone have any idea what this error means? I'm using jdk 1.5, tomcat 5.5.9 and intellij. Thanks

Please help RE: Servlet app error (runs on kaffe but not on sun jvm)

2005-05-10 Thread Gastón Simone
On 5/6/05, Gastón Simone [EMAIL PROTECTED] wrote: Hi! Does anybody know how to solve this problem? Please excuse me if the cuestion is too stupid. I am really newbie. :) root cause java.lang.NoClassDefFoundError at

error trying to run a jsp

2005-05-10 Thread Fay, Michael
We are getting the following error when trying use a jsp, either directly through tomcat, or through apache with the tomcat connector: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

RE: error trying to run a jsp

2005-05-10 Thread Raghupathy,Gurumoorthy
Please check If the directory /usr/local/tomcat/jakarta-tomcat-5/build/work/Catalina/localhost/ has write permission for wwwrun user ? Guru -Original Message- From: Fay, Michael [mailto:[EMAIL PROTECTED] Sent: 10 May 2005 17:17 To: 'Tomcat Users List' Subject: error trying to run a jsp

RE: error trying to run a jsp

2005-05-10 Thread Fay, Michael
Both tomcat and httpd have write permissions to the directory...is someone else supposed to be in the tomcat group? -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 9:21 AM To: 'Tomcat Users List' Subject: RE: error trying to run

RE: error trying to run a jsp

2005-05-10 Thread Fay, Michael
I just realized that root owned everything under work. When I changed it to tomcat, it works now. Thanks. -Original Message- From: Fay, Michael Sent: Tuesday, May 10, 2005 9:36 AM To: 'Tomcat Users List' Subject: RE: error trying to run a jsp Both tomcat and httpd have write

Re: Tomcat Install error: cannot replace directory

2005-05-06 Thread FL
removing that line. Is it a fix, or does it eliminate an error during the build that causes problems later? (I'm guessing the former). FL

Servlet app error

2005-05-06 Thread =?iso-8859-1?Q?Gast=F3n_Simone?=
Hi! Does anybody know how to solve this problem? Please excuse me if the cuestion is too stupid. I am really newbie. :) Thanks a lot! Cheers, Gaston HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling

Re: Servlet app error

2005-05-06 Thread Guillaume Lederrey
On 5/6/05, Gastón Simone [EMAIL PROTECTED] wrote: Hi! Does anybody know how to solve this problem? Please excuse me if the cuestion is too stupid. I am really newbie. :) root cause java.lang.NoClassDefFoundError at com.genexus.webpanels.GXWebObjectStub.callExecute(Unknown

Re: Tomcat Install error: cannot replace directory

2005-05-06 Thread FL
- just deduction really - no other mkdirs in there. regards George -Original Message- *From:* FL [mailto:[EMAIL PROTECTED] *Sent:* 06 May 2005 15:25 *To:* George Gunson *Cc:* tomcat-user@jakarta.apache.org *Subject:* Re: Tomcat Install error: cannot replace directory On 5

socket error

2005-05-05 Thread Maarten Janssen
Hi, Does anybody know where his is coming from? java.net.SocketTimeoutException: Read timed out Seems not al the clients have the problem with using my application (Tomcat 5.5) but one has the problem producing above errors. Any ideas?? Maarten -- No virus found in this outgoing message.

Re: socket error

2005-05-05 Thread Anoop kumar V
Although not 100% sure - I can bet it is your database /db connection that is pushing this error!! Anoop On 5/5/05, Maarten Janssen [EMAIL PROTECTED] wrote: Hi, Does anybody know where his is coming from? java.net.SocketTimeoutException: Read timed out Seems not al the clients have

<    1   2   3   4   5   6   7   8   9   10   >