Re: Example build.xml error?

2005-10-12 Thread Anto Paul
On 10/10/05, René Schade [EMAIL PROTECTED] wrote: Hi List, Starting a new project, I deceided to move to Tomcat 5.5. In the Application Developer's Guide http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html There is an example build.xml file for installing reloading the

RE: Illegal Field Name Error

2005-10-12 Thread Asad Habib
,Gurumoorthy wrote: Cant you send the struts-config.xml ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 14:59 To: tomcat-user@jakarta.apache.org Subject: Illegal Field Name Error I am receiving the following error when trying to run a Struts

RE: Illegal Field Name Error

2005-10-12 Thread Raghupathy,Gurumoorthy
Can you prove me the action registration.RegistrationTypeAction as well ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 12:42 To: Raghupathy,Gurumoorthy Cc: [EMAIL PROTECTED]; 'Tomcat Users List' Subject: RE: Illegal Field Name Error Hello, below

Context Relative versus Path Relative error pages

2005-10-12 Thread Arlene Milgram
errorPage directive then Tomcat 5.5.9 seems to assume that the errorPage path is relative to the path of the initial HTTP request not the JSP page. Is this behavior correct? For example, Error 404, /servlet/PopError.jsp appears if an HTTP request of /servlet/PathServ forwards to a JSP page, /popdrv

Problems with error handling framework in Tomcat 5.5 (includes workaround)

2005-10-11 Thread Robert Graf-Waczenski
Hi! We have a complex web application with lots of JSPs and a considerable amount of servlets for various purposes. Our app runs in Tomcat 5.5 and among other custom error handling techniques we also used the Servlet API mechanism of placing the following directive in our web.xml: error-page

Illegal Field Name Error

2005-10-11 Thread Asad Habib
I am receiving the following error when trying to run a Struts application. I checked and it seems that I do have all of the appropriate jar files installed. But for some reason, the Action class is not being recognized. Any help would be greatly appreciated. Thank you. - Asad HTTP Status

RE: Illegal Field Name Error

2005-10-11 Thread Raghupathy,Gurumoorthy
Cant you send the struts-config.xml ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 14:59 To: tomcat-user@jakarta.apache.org Subject: Illegal Field Name Error I am receiving the following error when trying to run a Struts application. I checked

Re: Illegal Field Name Error

2005-10-11 Thread Anto Paul
On 10/10/05, Asad Habib [EMAIL PROTECTED] wrote: I am receiving the following error when trying to run a Struts application. I checked and it seems that I do have all of the appropriate jar files installed. But for some reason, the Action class is not being recognized. Any help would

Illegal Field Name Error

2005-10-10 Thread Asad Habib
I am receiving the following error when trying to run a Struts application. I checked and it seems that I do have all of the appropriate jar files installed. But for some reason, the Action class is not being recognized. Any help would be greatly appreciated. Thank you. - Asad HTTP Status

Example build.xml error?

2005-10-10 Thread René Schade
, but the changed files are never deployed to the server. Maybe my setup is wrong, maybe it is not supposed to support this, or maybe it's just an error? Regards, René - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

tomcat 5.0.28 redirect issue (error 302)

2005-10-10 Thread Tony Qian
All, I installed jakarta-tomcat-5.0.28 on my PC and changed port to 8283 and added a simple servlet which has doGet and doPost. I used a java program which uses httpclient to send doGet and doPost requests to that servlet. doGet worked well. However, I got following error msg for doPost

Re: Getting NoClassDefFound error for Rectangle.class (rt.jar)

2005-10-09 Thread Bob Hall
Instead of rebuilding FOP, I wrote a simple test class that attempts to instantiate 'Rectangle'. It runs successfully on one system and fails on the other (the one with the NoClassDefFoundError): $ java -Djava.awt.headless=true TestRectangle Exception in thread main

Error: Connection was refused when attempting to contact 127.0.0.1

2005-10-07 Thread André
Hi people! I'm facing this error with my Tomcat (version 4.0.6) on Debian. It seems that is everything ok: I can access the JSP and servlets examples, the tomcat docs and others without any errors. The problem occurs when I attempt to run an application called maca_ad_web.war, that is available

error-page 503 in web.xml not working in tomcat 5.5.9

2005-10-06 Thread Archana Mathur
Hi,I am using tomcat 5.5.9. I have set up global error pages for 404 and 503 in web.xml file under tomcat home dir/conf folder. Example - error-page error-code404/error-code location/systemDown.html/location /error-page error-page error-code503/error-code location/systemDown.html/location

Error: Connection was refused when attempting to contact

2005-10-05 Thread André
Hi people! I'm facing this error with my Tomcat (version 4.0.6) on Debian. It seems that is everything ok: I can access the JSP and servlets examples, the tomcat docs and others without any errors. The problem occurs when I attempt to run an application called maca_ad_web.war, that is available

Getting NoClassDefFound error for Rectangle.class (rt.jar)

2005-10-03 Thread Bob Hall
I'm getting a NoClassDefFoundError in a FOP class, PageViewport. At line 89, the code is attempting to do 'new Rectangle()'. The same code works fine on 3 other systems (2 Windows, and one Linux). It does not work on a Linux box. The two linux boxes have the same version of Java (1.4.2_08-b03)

Re: Getting NoClassDefFound error for Rectangle.class (rt.jar)

2005-10-03 Thread David Delbecq
if it's *java.awt.Rectangle* and the computer you are trying to run fop on does not have graphical environment, maybe you should wonsider using headless java see http://java.sun.com/j2se/1.4.2/docs/guide/awt/AWTChanges.html#headless Bob Hall a écrit : I'm getting a NoClassDefFoundError in a FOP

Why getting this error?

2005-10-03 Thread Ritchie Gillam
Do anyone out there know why I am getting this Tomcat error? SEVERE: Servlet.service() for servlet jsp threw exception javax.faces.el.EvaluationException: java.lang.OutOfMemoryError: PermGen space at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:206

RE: Why getting this error?

2005-10-03 Thread Peter Crowther
From: Ritchie Gillam [mailto:[EMAIL PROTECTED] java.lang.OutOfMemoryError: PermGen space Although your Java virtual machine has enough memory allocated to it, something (probably the number of classes being loaded, or the number of times you're reloading the webapp) is causing the permanent

RE: Why getting this error?

2005-10-03 Thread Ritchie Gillam
Thanks Peter! Can you provide an example please? Is this defined somewhere in the server.xml file? Thanks Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167 Fax: (902) 490-6583 [EMAIL PROTECTED] 10/03/05

RE: Why getting this error?

2005-10-03 Thread Peter Crowther
Tomcat on UNIX) or from the command line before starting Tomcat: export JAVA_OPTS=-XX:MaxPermSize=128m Put it in the same place as the options to set your heap size. If you aren't already setting the heap size by some means, my guess is that that'll be the next out-of-memory error you get

RE: Why getting this error?

2005-10-03 Thread Trung Nguyen
@jakarta.apache.org Subject: RE: Why getting this error? Thanks Peter! Can you provide an example please? Is this defined somewhere in the server.xml file? Thanks Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490

RE: Why getting this error?

2005-10-03 Thread Ritchie Gillam
To: tomcat-user@jakarta.apache.org Subject: RE: Why getting this error? Thanks Peter! Can you provide an example please? Is this defined somewhere in the server.xml file? Thanks Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone

RE: Why getting this error?

2005-10-03 Thread Trung Nguyen
@jakarta.apache.org Subject: RE: Why getting this error? Thanks, I will set the JAVA_OPTS variable. Is there a way to see what the Size is now before I change it? Thanks, Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167

RE: Why getting this error?

2005-10-03 Thread Ritchie Gillam
Subject: RE: Why getting this error? Thanks, I will set the JAVA_OPTS variable. Is there a way to see what the Size is now before I change it? Thanks, Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167 Fax

RE: Why getting this error?

2005-10-03 Thread Lisa Woodring
I get the java.lang.OutOfMemoryError: PermGen space error periodically when I use Tomcat Manager to deploy my web application (as opposed to re-starting Tomcat). It eventually runs out of memory on the deploy. However, since I only use the manager for development -- I just restart Tomcat when

Re: Getting NoClassDefFound error for Rectangle.class (rt.jar)

2005-10-03 Thread Bob Hall
Thanks, David. I'll try that. If that doesn't do the trick I plan to build fop.jar from source on the target machine. - Bob --- David Delbecq [EMAIL PROTECTED] wrote: if it's *java.awt.Rectangle* and the computer you are trying to run fop on does not have graphical environment, maybe you

Re: Getting NoClassDefFound error for Rectangle.class (rt.jar)

2005-10-03 Thread Bob Hall
No joy with -Djava.awt.headless=true; looks a rebuild of FOP on the target system... though that *really* does not make sense. - Bob --- Bob Hall [EMAIL PROTECTED] wrote: Thanks, David. I'll try that. If that doesn't do the trick I plan to build fop.jar from source on the target machine.

XP SP1 and WebDav, login error (domain name prefix)

2005-09-29 Thread Salvatore Denaro
I'm having troubles setting up WebDav with tomcat 5.5.9 on JDK 1.5_04 on Fedora Linux FC4 The webdav share works perfectly from my Mac running OS X.3. When I try to connect to the WebDav share from my laptop running XP, the login box comes up and insists on putting changing the login name to

Re: An error about Tomcat 4.0

2005-09-27 Thread Tim Funk
See the error logs .. java.lang.NoClassDefFoundError at ... org.apache.jsp.fr110_0005fchartTest$jsp._jspService(fr110_0005fchartTest$jsp.java:72) For some reason - a class is missing. The source of the JSP should tell you the missing class. -Tim Greece wrote: Hi,Everyone, I am using

An error about Tomcat 4.0

2005-09-26 Thread Greece
Hi,Everyone, I am using cewolf to draw chart in Tomcat 4.0. And The program has been run successfully, but when I moved the same program file and used JAR file to the web server, whose OS is Solorias, there has been appearing the error message as below: javax.servlet.ServletException

NullPointerException during error page forward

2005-09-26 Thread Scott Goldstein
I'm running Tomcat 5.0.28 and running into a problem during forward to the error page. Specifically, I'm seeing a NullPointerException and I'm losing the original exception which I'd like to track. When looking into the source code, in JspServlet.service(), I see the following

error in the servlet spec v2.4?, not the Session issue!

2005-09-26 Thread Trond Hersløv
Hi, How precise is the servlet spec v2.4? I guess the spec has been worked over many, many times before it is released so probably it is me that has got it wrong. The introduction of srv.5 The Response: .this information is transmitted from the server to the client either by HTTP headers

An error about Tomcat 4.0

2005-09-26 Thread Greece
Hi,Everyone, I am using cewolf to draw chart in Tomcat 4.0. And The program has been run successfully, but when I moved the same program file and used JAR file to the web server, whose OS is Solorias, there has been appearing the error message as below: javax.servlet.ServletException

Tomcat on Unix - error message at shutdown

2005-09-23 Thread Sabitha
Hi, Every time I stop tomcat 5.0 on Unix , it gives the following error. I think this issue is already been discussed, but I could not find any link to the solution. I would appreciate if you could help me solving this issue. Sep 23, 2005 1:31:22 PM

someone familar with this error?

2005-09-22 Thread Leon Rosenberg
starting tomcat: 22.09.2005 12:41:27 org.apache.coyote.tomcat5.MapperListener init WARNUNG: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap$EntryIterator.next(HashMap.java:824

Re: someone familar with this error?

2005-09-22 Thread andy gordon
Leon, Not sure if this will help, but it looks like there was an error when registering MBeans. Did make any modifications with the Coyote Connnector? This is the connector that integrates with Apachr or IIS for example. - andy Leon Rosenberg [EMAIL PROTECTED] wrote: starting tomcat

Re: someone familar with this error?

2005-09-22 Thread Jilles van Gurp
Leon Rosenberg wrote: starting tomcat: 22.09.2005 12:41:27 org.apache.coyote.tomcat5.MapperListener init WARNUNG: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap

Re: someone familar with this error?

2005-09-22 Thread Leon Rosenberg
Thanx Jilles. On 9/22/05, Jilles van Gurp [EMAIL PROTECTED] wrote: Leon Rosenberg wrote: starting tomcat: 22.09.2005 12:41:27 org.apache.coyote.tomcat5.MapperListener init WARNUNG: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap

HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5.9

2005-09-21 Thread Bachler, Elisabeth (Elisabeth)
Hello, I am using Tomcat 5.5.9 and I have found out that the errorPage directive is not working. I always get a HTTP 500 ERROR. I can solve the problem handling excpetion but I don't want to do it. I want to use the errorPage.jsp Looking into Google, I found out the following comment but I don't

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5.9

2005-09-21 Thread Jason Bell
Elisabeth, Could you post a small snippet of your code, then I will try and have a look at what is going on. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

RE: Error with Error Document defined (really need ideas)

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this reply list. Thanks -Original Message- From: Jason Bell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 5:33 PM To: tomcat-user@jakarta.apache.org Subject: RE: Error with Error Document defined (really need ideas) Your config file suggests that you

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5 .9

2005-09-21 Thread Bachler, Elisabeth (Elisabeth)
: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5.9 Elisabeth, Could you post a small snippet of your code, then I will try and have a look at what is going on. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b

RE: 5.5.9 Build Script Error Help !!!

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this list. Thanks -Original Message- From: Bovy, Stephen J [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 3:57 PM To: Tomcat Users List Subject: RE: 5.5.9 Build Script Error Help !!! BUILD FAILED C:\ESI\jakarta-tomcat-5.5.9-src\build.xml:49

AW: 5.5.9 Build Script Error Help !!!

2005-09-21 Thread Markus . Jakob
Please send an email to this adress!! ;-( [EMAIL PROTECTED] Markus -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 21. September 2005 13:29 An: tomcat-user@jakarta.apache.org Betreff: RE: 5.5.9 Build Script Error Help !!! Wichtigkeit

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5 .9

2005-09-21 Thread Bachler, Elisabeth (Elisabeth)
exception % // throw ArithmeticException int badInt = 12/0; % /body /html errorPage0.jsp html head titlePaacute;gina de Error/title script language=JavaScript javascript:window.history.forward(1); /script /head %@ page language=java isErrorPage=true % centerH1 DETALLES DEL

Re: Error with Error Document defined (really need ideas)

2005-09-20 Thread Yassine ELassad
directBOX Reply --- From: Yassine ELassad ([EMAIL PROTECTED]) To: tomcat-user@jakarta.apache.org Date: 19.09.2005 17:57:50 hello every one i have a strange issue again with tomcat :) here is the problem: i defined an error 404 document unnder the web.xml lie

WARNING: Error registering contexts

2005-09-20 Thread Dom Cara
, 2005 1:59:17 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Sep 20, 2005 1:59:17 PM org.apache.coyote.tomcat5.MapperListener init WARNING: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap

RE: 5.5.9 Build Script Error Help !!!

2005-09-20 Thread Bovy, Stephen J
BUILD FAILED C:\ESI\jakarta-tomcat-5.5.9-src\build.xml:49: The following error occurred while executing this line: C:\ESI\jakarta-tomcat-5.5.9-src\jakarta-tomcat-5\build.xml:1811: The following e rror occurred while executing this line: C:\ESI\jakarta-tomcat-5.5.9-src\jakarta-tomcat-5\build.xml

RE: Error with Error Document defined (really need ideas)

2005-09-20 Thread Jason Bell
xml config, would be looking for the error pages in http://localhost:8080/srv/www/tomcat/base/errorpages/NotFound.html I hope this helps you. == 2005-09-19 17:28:37 StandardContext[/Servlets]default: DefaultServlet.serveResource: Serving resource

Error Document defined and Served but still not visible any idea ??

2005-09-19 Thread Yassine ELassad
hello every one i have a strange issue again with tomcat :) here is the problem: i defined an error 404 document unnder the web.xml lie the following : = welcome-file-list welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome

Re: password authentication causes 403 error

2005-09-18 Thread paul
to login and then gives me access to the webapp as expected. If I go to http://localhost:8080/ it asks me to login and if I get it wrong is gives me a 401 error as expected but if I get it right it gives me a 403 error instead of allowing access to the webapp. This happens with all webapps

javax.servlet.UnavailableException: Parsing error processing resource path

2005-09-17 Thread Kam Lung Leung
Hi, I have not been able to figure out why I have the following exception from tomcat: StandardContext[/ClientComponentTier]: Servlet /ClientComponentTier threw load() exception javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config-client.xml

Re: Suppress Connection reset by peer: socket write error.

2005-09-17 Thread Bill Barker
Dola Woolfe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I apologize for asking this question again for I remembering asking this question in the past, but I can't find the response. What setting (and where) will suppress the aforementioned exception in the tomcat log?

Re: password authentication causes 403 error

2005-09-17 Thread Bill Barker
access to the webapp as expected. If I go to http://localhost:8080/ it asks me to login and if I get it wrong is gives me a 401 error as expected but if I get it right it gives me a 403 error instead of allowing access to the webapp. This happens with all webapps that do not have their own

password authentication causes 403 error

2005-09-16 Thread paul
to login and then gives me access to the webapp as expected. If I go to http://localhost:8080/ it asks me to login and if I get it wrong is gives me a 401 error as expected but if I get it right it gives me a 403 error instead of allowing access to the webapp. This happens with all webapps that do

Suppress Connection reset by peer: socket write error.

2005-09-16 Thread Dola Woolfe
Hi, I apologize for asking this question again for I remembering asking this question in the past, but I can't find the response. What setting (and where) will suppress the aforementioned exception in the tomcat log? Thank you very much in advance, again! Dola

Struts, JSP 2.0 and Jasper2 compiler/code generation error

2005-09-13 Thread Clark Wright
I am running into a class hierarchy mismatch with taglibs and jasper2 out of tomcat 5.5 and precompiling jsp pages built with the struts taglibs. I have: Jboss AS 4.0.2 Tomcat 5.5 (bundled) Struts 1.2.4 The error I am getting at compile time is: [javac] F:\Sandboxes\Projects\rainier-1

Getting this error when trying to generate a graphic

2005-09-13 Thread Ritchie Gillam
(5.5.7) I get this error. Any help is greatly appreciated. Thanks, Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167 Fax: (902) 490-6583

Re: Getting this error when trying to generate a graphic

2005-09-13 Thread Sonja Löhr
Hi! Althogh my error sounded a bit different, I think I had the same problem. You already specified headless=true as sysprop or java option in catalina.sh? Unfortunately this is not enough under linux/unix. On my linux at home, there are a lot of .so-files under /usr/X11R6/lib, especially

RE: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-09 Thread Guernsey, Byron \(GE Consumer Industrial\)
Thanks Dave, I'll second the report and confirm that it is an issue on Solaris as well. Byron -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 2:30 PM To: Tomcat Users List Subject: Re: JK 1.2.14.1 SIG BUS Error on Solaris 9 On 9/6/05

RE: jasper jsp precompilation error

2005-09-07 Thread Ramnish Kalsi
@jakarta.apache.org Subject: jasper jsp precompilation error Hi I am trying to do JSP precompilation as described at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html. I can run the application fine if I do not precompile, but when I do attempt to precompile the JSP, I get the message

Re: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-06 Thread David Rees
On 9/2/05, Guernsey, Byron (GE Consumer Industrial) [EMAIL PROTECTED] wrote: I apoligize for adding to this, but I'm hoping to jar someones memory. I gdb'ed the process now and the BUS error occurs in: snip Program received signal SIGBUS, Bus error. 0xfdfb4208 in service (e=0xf7c90, s

Re: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-06 Thread David Rees
On 9/6/05, David Rees [EMAIL PROTECTED] wrote: That is the exact same core dump and back trace that I reported a while back when running on SGI Irix. Could be a 64bit or big endian problem? http://marc.theaimsgroup.com/?l=tomcat-devm=112501659012202w=2 I've opened a bug for this issue:

jasper jsp precompilation error

2005-09-06 Thread Aaron Phillips
Hi I am trying to do JSP precompilation as described at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html. I can run the application fine if I do not precompile, but when I do attempt to precompile the JSP, I get the message: BUILD FAILED

Re: Manager error 'FAIL - Invalid context path null was specified'

2005-09-04 Thread Mark Thomas
Andy wrote: When I request a reload like this - http://testxtb.example.com/manager/reload?xtb I get this response- FAIL - Invalid context path null was specified However according to this page - http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html This is a valid syntax You

Manager error 'FAIL - Invalid context path null was specified'

2005-09-03 Thread Andy
Hi All, I'm trying to configure the manager application with virtual hosts. When I request a reload like this - http://testxtb.example.com/manager/reload?xtb I get this response- FAIL - Invalid context path null was specified However according to this page -

Re: How to specify Tomcat error encoding?

2005-09-02 Thread Volker Krebs
Hi there, Hiroshi Iwatani wrote: Our environment is LANG=ja_JP.UTF-8 on Linux Fedora Core 3. My question is: how could we have Tomcat display correct Japanese error message when JSP java code has errors for java compiler et al? Thanks in advance. We have the same problem. IMO

JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-02 Thread Guernsey, Byron \(GE Consumer Industrial\)
I tried to upgrade our JK modules from 1.2.12 to 1.2.14.1 and now every Apache process crashes while processing a request with: [Fri Sep 02 14:23:54 2005] [notice] child pid 11079 exit signal Bus error (10) For every request in the logs. The config works fine with JK 1.2.12 (I can swap

RE: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-02 Thread Guernsey, Byron \(GE Consumer Industrial\)
a debug version of apache/mod_jk and gdb it to find this issue. Help? Byron -Original Message- From: Guernsey, Byron (GE Consumer Industrial) Sent: Friday, September 02, 2005 4:00 PM To: Tomcat Users List Subject: JK 1.2.14.1 SIG BUS Error on Solaris 9 I tried to upgrade our JK modules

RE: JK 1.2.14.1 SIG BUS Error on Solaris 9

2005-09-02 Thread Guernsey, Byron \(GE Consumer Industrial\)
I apoligize for adding to this, but I'm hoping to jar someones memory. I gdb'ed the process now and the BUS error occurs in: Starting program: /usr/local/apache2/bin/httpd -X -f /opt/GEinet/webconfigs/ap_i1/conf/httpd.conf -DMOD_JK -DCGI [New LWP2] [New LWP3] [New LWP4

How to specify Tomcat error encoding?

2005-09-01 Thread Hiroshi Iwatani
Our environment is LANG=ja_JP.UTF-8 on Linux Fedora Core 3. --below are copies from browser screen-- Tomcat error output for JSP page is garbled for Japanese: [Tomcat(5.0.19) with javac]--compiler error mesg part quoted: /usr/jakarta-tomcat-5.0.19/work/Catalina/localhost/testapp/org/apache/jsp

RE: How to specify Tomcat error encoding?

2005-09-01 Thread Hildegard Bronkhorst XH (ZA/ESA)
-mail disclaimer This communication is confidential and intended solely for the addressee(s). Any unauthorized review; use, disclosure, or distribution is prohibited. If you believe this message has been sent to you in error, please notify the sender by replying to this transmission

RE: How to specify Tomcat error encoding?

2005-09-01 Thread Hildegard Bronkhorst XH (ZA/ESA)
-mail disclaimer This communication is confidential and intended solely for the addressee(s). Any unauthorized review; use, disclosure, or distribution is prohibited. If you believe this message has been sent to you in error, please notify the sender by replying to this transmission

RE: How to specify Tomcat error encoding?

2005-09-01 Thread pacea
, or distribution is prohibited. If you believe this message has been sent to you in error, please notify the sender by replying to this transmission and delete the message without disclosing it. Thank you. E-mail including attachments is susceptible to data corruption, interruption

Re: No Host matches server name localhost error

2005-08-31 Thread Thomas Corte
Hello, Parsons Technical Services wrote: Now as for the issue, I am not sure that it is a bug but just a feature. Unless you can show where it does not meet the servlet specs then it will not be considered a bug. Ok, and since the issue is actually documented, it cannot be called a bug.

RE: Page cannot be displayed error

2005-08-31 Thread Barnett, Brian W.
, 2005 3:23 PM To: 'tomcat-user@jakarta.apache.org' Subject: Page cannot be displayed error We are experiencing a strange problem that we can't seem to figure out. We have a Struts web app running on Tomcat 5.0.28/Apache web server. All the computers of a particular client are getting a Page

JNDI resource error

2005-08-31 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Can anyone give me some insite on this??? I am getting this error: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:780

Re: JNDI resource error

2005-08-31 Thread Brian Cook
That error means that Tomcat could not find the JNDI resource requested in either the web.xml, and or context.xml files. What do they look like? BATCHELOR, SCOTT (CONTRACTOR) wrote: Can anyone give me some insite on this??? I am getting this error

RE: JNDI resource error

2005-08-31 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
PM To: Tomcat Users List Subject: Re: JNDI resource error That error means that Tomcat could not find the JNDI resource requested in either the web.xml, and or context.xml files. What do they look like? BATCHELOR, SCOTT (CONTRACTOR) wrote: Can anyone give me some insite on this??? I am

RE: JNDI resource error

2005-08-31 Thread Sunjay Gunda
Web Services Administrator [EMAIL PROTECTED] (317)510-7389 -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 3:14 PM To: Tomcat Users List Subject: Re: JNDI resource error That error

Error starting modern compiler, (Unknown Source) errors

2005-08-30 Thread rueh hänä
doublechecked the permissions, they are ok. I run tomcat5-5.0.30-5jpp_6fc and apache 2.0.54 on a Fedora Core 4 Server. They work together. Here is the log entry. it doesnt say much to me: 2005-08-29 13:30:44 ApplicationDispatcher[] Servlet.service() for servlet jsp threw exception Error

No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
i'm using tomcat 5.5.9 with a single webapp deployed with a context path of and a default host named localhost. when i request the webapp's root resource (http://localhost:8080/), i get a 400 error with the message No Host matches server name localhost. as you can see from my very minimal

Re: No Host matches server name localhost error

2005-08-30 Thread Paul Austin
Try renaming the context.xml to ROOT.xml, I normally get the 400 error if it can't find the context for a particular path. For some reason Tomcat tends to ignore the path on the context. Paul On Tue, 2005-08-30 at 09:50 -0700, Brian Moseley wrote: i'm using tomcat 5.5.9 with a single webapp

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Cook
The error your getting is more likely saying that you computer can not resolve localhost as domain name. If so it would have nothing to do with your server config. Try using the loop back IP(127.0.0.1). If this is happening on a windows box you may want to run a check for viruses

Re: No Host matches server name localhost error

2005-08-30 Thread Parsons Technical Services
[EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, August 30, 2005 12:50 PM Subject: No Host matches server name localhost error i'm using tomcat 5.5.9 with a single webapp deployed with a context path of and a default host named localhost. when i request

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Parsons Technical Services wrote: Per the 5.5 doc you can't do it that way. You can only specify the path as a blank string when the context element is in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html Look at the path attribute. aha! man, if only

RE: No Host matches server name localhost error

2005-08-30 Thread Caldarale, Charles R
From: Brian Moseley [mailto:[EMAIL PROTECTED] Subject: Re: No Host matches server name localhost error thanks for the pointer. after moving my context definition into server.xml Bad move. This is specifically discouraged in 5.5. i wonder what the motivation was for making

RE: No Host matches server name localhost error

2005-08-30 Thread Paul Austin
On Tue, 2005-08-30 at 13:25 -0500, Caldarale, Charles R wrote: From: Brian Moseley [mailto:[EMAIL PROTECTED] Subject: Re: No Host matches server name localhost error thanks for the pointer. after moving my context definition into server.xml Bad move. This is specifically

RE: No Host matches server name localhost error

2005-08-30 Thread Caldarale, Charles R
From: Paul Austin [mailto:[EMAIL PROTECTED] Subject: RE: No Host matches server name localhost error But the context path is only supported when you put it in the server.xml so you can't deploy the wars to any other path other than the name of the context file so deploying to /apps

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
that same 400 error). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Brian Moseley wrote: i don't recall seeing any references to a ROOT.xml. i tried renaming my context xml file to ROOT.xml (within conf/Catalina/localhost of course) but it did not seem to have been processed (requests to / gave that same 400 error). and gosh, what a misleading error message

Re: No Host matches server name localhost error

2005-08-30 Thread Thomas Corte
Hi, Parsons Technical Services wrote: Per the 5.5 doc you can't do it that way. You can only specify the path as a blank string when the context element is in the server.xml. To reiterate: so the only 2 ways to define the *default web app* for the host are either - to define the context

Re: No Host matches server name localhost error

2005-08-30 Thread Parsons Technical Services
somewhere there is someone who doesn't like it. Doug - Original Message - From: Thomas Corte [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, August 30, 2005 4:28 PM Subject: Re: No Host matches server name localhost error Hi, Parsons Technical

Error listenerStart when deploying an application

2005-08-29 Thread Ittay Dror
2005-08-29 19:01:27,106 DEBUG [WebappClassLoader] (main:) Loading class from local repository 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Error listenerStart 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Error listenerStart 2005-08-29 19:01:27,115 ERROR [StandardContext

Tomcat crash with no error messages!

2005-08-29 Thread Kenneth Litwak
. Any suggestions for the first step? If I had an error message, that would be good. Thanks. Ken Kenneth D. Litwak Software Engineer III IMT Azusa Pacific University 901 E. Alosta Azusa, CA 91702 - To unsubscribe, e-mail

Connection timed out error when shutting down tomcat

2005-08-29 Thread Darek Czarkowski
Hello, Tomcat takes long time to shut down, it takes about a minute from the shut down command until it terminates with an error in catalina.out. Apache should have nothing to do with it. Tomcat version: jakarta-tomcat-4.1.27 Server version: Apache/2.0.46 with mod_jk2 OS RHE Linux 2.4.21

Page cannot be displayed error

2005-08-29 Thread Barnett, Brian W.
We are experiencing a strange problem that we can't seem to figure out. We have a Struts web app running on Tomcat 5.0.28/Apache web server. All the computers of a particular client are getting a Page cannot be displayed error when they click a certain button. They can then go home and access

How to Configure Tomcat to display the error on to Client rather than into logs

2005-08-26 Thread shyama
Hi All, When a client asks for a jsp file and an error has been encountered by Server while compiling the .jsp to .class then I would like to display that on the client browser rather than it dumping to the log file local_host ...log. Please let me know whether there is any parameter

Re: How to Configure Tomcat to display the error on to Client rather than into logs

2005-08-26 Thread Brian Cook
What is it you want to display? The stack trace? shyama wrote: Hi All, When a client asks for a jsp file and an error has been encountered by Server while compiling the .jsp to .class then I would like to display that on the client browser rather than it dumping to the log file local_host

  1   2   3   4   5   6   7   8   9   10   >