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: 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

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

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.

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)
Hello, I have modified something and it seems to work now!!! If the problem comes back I will e-mail you again. Thank you Elisabeth -Original Message- From: Jason Bell [mailto:[EMAIL PROTECTED] Sent: miércoles, 21 de septiembre de 2005 12:38 To: tomcat-user@jakarta.apache.org Subject: RE

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

2005-09-21 Thread Bachler, Elisabeth (Elisabeth)
List' Subject: RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5 .9 Hello, I have modified something and it seems to work now!!! If the problem comes back I will e-mail you again. Thank you Elisabeth -Original Message- From: Jason Bell [mailto:[EMAIL PROTECTED] Sent

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 the

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

2005-09-20 Thread Jason Bell
Your config file suggests that you expect Tomcat to load the .html files to a path on your server. The specified files should be relevent to your web application. So more than likely it will look something like: location/NotFound.html/location If memory serves me Tomcat, according to your

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: 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

Re: CLIENT-CERT / Error : null cert chain

2005-07-17 Thread Mark Thomas
A few pointers: 1. The trust store is the list of trusted CAs, not the list of trusted client certificates. The CA that issued your client cert must be in the trust store. 2. You need to modify your user details in your realm. If you are using tomcat-users.xml it should look something like

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 a

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

Re: got an error for a admi-entry

2005-06-20 Thread Steve Ochani
Hi, You don't have the admin rolename defined. On 20 Jun 2005 at 18:17, Christian Stalp wrote: Hello out there. I have the really weirdest Tomcat-installation ever!!! I installed it for a new time on Debian-Linux. With the stable Debian-Packages! But then I try to make a new entry into the

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

RE: shutdown script error

2005-05-17 Thread Francois JEANMOUGIN
You need to give the CATALINA_HOME ad such variables, I think. Some versions of sudo do not transmit environment variables. François. -Original Message- From: Fay, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 12:19 AM To: 'Tomcat Users List' Subject: shutdown

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

Re: Tomcat Install error: cannot replace directory

2005-05-06 Thread FL
On 5/6/05, George Gunson [EMAIL PROTECTED] wrote: Actually, just fixed it: changed /opt/jakarta-tomcat-5.5.9-src/jakarta-tomcat-5/build.xml and removed the line: 691 about mkdir dir=${tomcat-dbcp.home}/src/java/org/apache/tomcat/dbcp/ good luck Question: I was concerned about

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

Re: Change standart error page?

2005-04-13 Thread rassylkaformazaj
Hello All. Can someone theoretically answer on my question here? Or I choosed wrong maillist. run I have installed Apache 2.0.40 and Tomcat 5.0.30. They are connected run using mod_jk2. run I have setuped in the httpd.conf the following ErrorDocument 500 /500.htm run so when somebody tries

RE: Problem with error-handling

2005-03-26 Thread Ramu, Vinod
Hi, This what I did 1. I added below configuration error-page exception-typejava.sql.SQLException/exception-type location/index.html/location /error-page 2. Then added below lines to my doPost() throw new ServletException(SQLException, new SQLException());

RE: Problem with error-handling

2005-03-26 Thread bar_rin
yeah it works. But i still cannot understand why my code does not work. Theoretically my code should work right? --- Ramu, Vinod [EMAIL PROTECTED] wrote: Hi, This what I did 1. I added below configuration error-page exception-typejava.sql.SQLException/exception-type

RE: Problem with error-handling

2005-03-26 Thread Ramu, Vinod
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 8:17 PM To: Tomcat Users List Subject: RE: Problem with error-handling yeah it works. But i still cannot understand why my code does not work. Theoretically my code should work right? --- Ramu, Vinod [EMAIL

RE: Problem with error-handling

2005-03-26 Thread bar_rin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 8:17 PM To: Tomcat Users List Subject: RE: Problem with error-handling yeah it works. But i still cannot understand why my code does not work. Theoretically my code should work right? --- Ramu, Vinod [EMAIL

Re: com.sybase.jdbc2.jdbc.SybDriver error

2005-03-09 Thread David Smith
Move jconn2.jar to C:\Tomcat\common\lib and restart. Tomcat ignores the classpath in favor of it's classloaders and eliminates a huge load of headaches with it. --David [EMAIL PROTECTED] wrote: Hi there, i'm sure this issue has been raised before, i get the following error when running one

RE: Tomcat 5.5.7 - error trying to replicate session on Linux

2005-02-22 Thread Richard Mixon (qwest)
BTW, Each of my two servers has two network cards: a) One facing the internet; b) the second is a private connection between the two servers. The second connection is intended for session replication. Also, I did not specify an mcastBindAddr - though it probably should be specified as the

RE: Tomcat 5.5.7 - error trying to replicate session on Linux [SOLVED]

2005-02-22 Thread Richard Mixon (qwest)
OK, I just had to re-read the comments in server.xml and think about my setup a bit more. It still seems like it should have worked the other way [shrug]. Basically I had to tell the cluster setup to use only the network adapters that represent the private link between the two servers (ignoring

Re: [Fwd: IO Error while parsing file '/WEB-INF/tiles.xml'. Connection timed out]

2005-02-02 Thread Tim Funk
It looks like your tiles file contains external references for DTD or schema validation. The timeout occurs when your server is trying to download those resources. -Tim Sébastien GALLET wrote: Hi, I've got a problem with my struts application. Here is the trace : *Type* Rapport d'exception

Re: [Fwd: IO Error while parsing file '/WEB-INF/tiles.xml'. Connection timed out]

2005-02-02 Thread Sébastien GALLET
Thank you Tim. Everything works fine. I've create an apache site which holds my dtds... but ... Is there a way to include dtds in tomcat application ? Tim Funk a écrit : It looks like your tiles file contains external references for DTD or schema validation. The timeout occurs when your server

Re: ThreadPool logFull ERROR

2005-01-28 Thread Remy Maucherat
On Fri, 28 Jan 2005 16:14:10 +0800, fan lianjie [EMAIL PROTECTED] wrote: i USE tomcat 5.54. 2005-1-28 15:59:42 org.apache.tomcat.util.threads.ThreadPool logFull : All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status Did you try out what it

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Mladen Turk
Tom Kennelly wrote: I am running Apache 2.0.52, Tomcat 5.5.7 (and have tested with Tomcat 5.5.4 as well) and mod_jk is 1.28. All of these major components were download in binary mode (no compiling on any component) to run on my Fedora system. Just to clarify both Apache and Tomcat are

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
Should I also rename the folder in CATALINA_HOME/conf/Catalina from tkennelly to tkennelly.gotdns.com ? - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, January 25, 2005 2:18 PM Subject: Re: Cannot solve error

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
25, 2005 2:18 PM Subject: Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7 Tom Kennelly wrote: I am running Apache 2.0.52, Tomcat 5.5.7 (and have tested with Tomcat 5.5.4 as well) and mod_jk is 1.28. All of these major components were download

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
I switched the host name and alias as suggested below, recycled both Tomcat and Apache and received the same error. - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, January 25, 2005 2:18 PM Subject: Re: Cannot

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Mladen Turk
Tom Kennelly wrote: I switched the host name and alias as suggested below, recycled both Tomcat and Apache and received the same error. Did you set all the permissions correctly? Is your vhost directory readable by the tomcat user? Mladen.

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
Great question. I rechecked the permissions and set them at 777 to make sure. - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, January 25, 2005 3:41 PM Subject: Re: Cannot solve error - No Host name matches

RE: web.xml parsing error SEVERE

2005-01-18 Thread Carlos Martins
Thank you François! Reinstalled tomcat and it worked!! Regards Carlos -Original Message- From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 17 de Janeiro de 2005 16:12 To: Tomcat Users List Subject: RE: web.xml parsing error SEVERE

RE: web.xml parsing error SEVERE

2005-01-17 Thread Allistair Crossley
personally it looks ok to me ;) probably a character out of place. i would try this .. 1) run it through an XML validator 2) gradually remove elements and see when the error goes away. start with the servlet mappings and servlets and continue ... A. -Original Message- From: Carlos

RE: web.xml parsing error SEVERE

2005-01-17 Thread Carlos Martins
To: Tomcat Users List Subject: RE: web.xml parsing error SEVERE personally it looks ok to me ;) probably a character out of place. i would try this .. 1) run it through an XML validator 2) gradually remove elements and see when the error goes away. start with the servlet mappings and servlets

RE: web.xml parsing error SEVERE

2005-01-17 Thread Francois JEANMOUGIN
java.lang.ClassNotFoundException: org.apache.catalina.Container Ouch! Are you sure your tomcat installtion is OK? You could have a version mismatch (between TC4 and TC5) or a jar found at two places or any other reason why tomcat can't find this class. This is not an XML issue, this is a class

RE: persisted Exception error

2004-11-29 Thread Dale, Matt
At least one of the objects in your session does not implement the Serializable interface, which it would need to do in order for you to persist sessions accross a tomcat reboot. Ta Matt -Original Message- From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] Sent: 29 November 2004

RE: help - Java error starting Tomcat 5

2004-11-29 Thread Shapira, Yoav
Hi, What version of Tomcat 5, and from what distribution? It seems like your installation is incomplete or corrupt. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Billy Talton [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 10:44 AM To: [EMAIL PROTECTED]

Re: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:44, Billy Talton wrote: All, I'm attempting to install Tomcat 5 on my Fedora 2 server. The packages appear to install just fine but I get the following error when I try to start the server. I'm using java version 1.4.1_03. Any ideas? [EMAIL PROTECTED]

RE: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:50, Shapira, Yoav wrote: Hi, What version of Tomcat 5, and from what distribution? It seems like your installation is incomplete or corrupt. Yoav Shapira http://www.yoavshapira.com We have had some corruption issues on Solaris with Tomcat distributions. Because:

Re: TC 5.0.28 error creating temporary file

2004-11-27 Thread M.Hockings
Tim Funk wrote: Ant is trying to create some temporary files to compile the JSP. Ant cannot write the temp file. Somewhere in the archives or in bugzilla there was a discussion about this. -Tim I found a few hits in the archives about this but they seemed to be related to permissions for the

RE: TC 5.0.28 error creating temporary file

2004-11-27 Thread Mark Thomas
Have you tried pre-compiling your JSPs before deployment? Mark -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of M.Hockings Sent: Saturday, November 27, 2004 12:59 PM To: [EMAIL PROTECTED] Subject: Re: TC 5.0.28 error creating temporary file Tim Funk wrote

Re: TC 5.0.28 error creating temporary file

2004-11-27 Thread Tim Funk
http://issues.apache.org/bugzilla/show_bug.cgi?id=19765 Tomcat uses Ant to do a compile. Ant creates a temp file to assist in compliation. I am guessing the tempdir is not set correctly. (or something similar) -Tim M.Hockings wrote: Tim Funk wrote: Ant is trying to create some temporary files

Re: TC 5.0.28 error creating temporary file

2004-11-26 Thread Tim Funk
Ant is trying to create some temporary files to compile the JSP. Ant cannot write the temp file. Somewhere in the archives or in bugzilla there was a discussion about this. -Tim M.Hockings wrote: Hello, I apologize for the length of this note but I have attempted to shorten it as much as

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-24 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 4:28 AM To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Yoav, Has this one been noted by your good self for invesigation or propogation to the appropriate place? It's still all over our logs

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-24 Thread Allistair Crossley
to the appropriate place? It's still all over our logs. Allistair -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 23 November 2004 12:42 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi, Well, it was noted

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-23 Thread Allistair Crossley
Yoav, Has this one been noted by your good self for invesigation or propogation to the appropriate place? It's still all over our logs. Allistair -Original Message- From: Allistair Crossley Sent: 19 November 2004 14:47 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error

Re: Embedded Tomcat error (tomcat 5.5.4)

2004-11-23 Thread Vy Ho
Yes, I see this error before myself, and did the same tracing. Instead of patching the code, I just created the connector externally (instead of calling createConnector). That may not be the right thing to do though. Strangely that so many things that works with the version 5.028 is broken

RE: Embedded Tomcat error (tomcat 5.5.4)

2004-11-23 Thread Shapira, Yoav
Hi, I think the problem with developers is lack of concrete documentation on this area. As always, your (and anyone else's) help is welcome. Feel free to submit documentation and code patches to your heart's content. Or alternatively, feel free to pay people to write documentation for you ;)

Re: Embedded Tomcat error (tomcat 5.5.4)

2004-11-23 Thread Remy Maucherat
On Tue, 23 Nov 2004 10:31:07 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, I think the problem with developers is lack of concrete documentation on this area. As always, your (and anyone else's) help is welcome. Feel free to submit documentation and code patches to your heart's

Re: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-23 Thread Bill Barker
logs. Allistair -Original Message- From: Allistair Crossley Sent: 19 November 2004 14:47 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi OK, ran an e-Load script covering home page (database query heavy), 2 navigations

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
... and to add to my previous message, also check out the Tomcat FAQ's section on logging with log4j and commons-logging. Yoav Shapira http://www.yoavshapira.com -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:16 AM To: [EMAIL PROTECTED]

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
Hi, This is not an out-of-the-box Tomcat. Modify your log4j properties so that they don't look for a non-existent (or not running) JMS server ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:16 AM To:

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Shapira, Yoav
Hi, I think I already know the answer to this, but I'll ask anyways: does it happen with Tomcat standalone? My guess is no. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 6:32 AM To: [EMAIL

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 13:38 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi, I think I already know the answer to this, but I'll ask anyways: does it happen with Tomcat standalone? My

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Shapira, Yoav
: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi Yoav, Tomcat standalone no. IIS Tomcat SQL Server Content Management System However, we have the same setup on test and production servers and test does not exhibit this behaviour, perhaps due to load

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
14:19 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi, The next step, then, is to run a stress test in your test environment. See if you get the same errors. Yoav Shapira http://www.yoavshapira.com -Original Message

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Shapira, Yoav
Hi, I am guessing you don't know why this is happening? That guess is right, and then some. As you might know by now, I don't care to spend my time on connector issues. or are you just trying to get me to get this tested in another environment so you know to take it seriously ;) ? No, that's

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
. Allistair. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 14:19 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi, The next step, then, is to run a stress test in your test environment

RE: Tomcat auth error?

2004-11-13 Thread Mark Thomas
Looks like an error in your code. This isn't a tomact problem. -Original Message- From: Sunitha Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 9:53 PM To: [EMAIL PROTECTED] Subject: Tomcat auth error? ERROR [http8443-Processor20] authentication.Credentials

Re: Return Custom Error Page from Realm

2004-10-30 Thread Tim Funk
Not really. The archives have a similar discussion. -Tim Anderson, M. Paul wrote: I've created a derived realm that performs a custom authentication scheme. I'd like to be return a custom error page when the user has attempted to login to the system 3 times and failed. The user will be locked

Re: Sv: jasper error compiling jsp

2004-10-22 Thread Sarath PS
hi, Thanks for the replay . But this not an application i develop. I just want to deploy it on my tomcat. It seems the app is developed for some other container. Is there any work around to run it on tomcat ? regards, Sarath PS Roland Carlsson wrote: Hi! I'm not sure but I don't think you

Re: Customizing Tomcat error page

2004-10-16 Thread Lukas Bradley
Unfortunately, the exception-type does not catch return code. I already have one exception-typejava.lang.Exception/exception-type which is a good umbrella for all exception an alike. However, it does not catch 404, for example. Try this in your web.xml error-page

RE: Customizing Tomcat error page

2004-10-15 Thread Shapira, Yoav
Hi, You can use exception-type to catch a broad class of exceptions (such as java.lang.Exception for example ;) Or maybe javax.servlet.ServletException). If you use the error-code approach, you have to list them individually, which you're right is verbose and time-consuming. There might be a

Re: Customizing Tomcat error page

2004-10-15 Thread Rick Wong
Unfortunately, the exception-type does not catch return code. I already have one exception-typejava.lang.Exception/exception-type which is a good umbrella for all exception an alike. However, it does not catch 404, for example. It seems like Tomcat catches it and handles it separately. Due

RE: Customizing Tomcat error page

2004-10-15 Thread Shapira, Yoav
Hi, Unfortunately, the exception-type does not catch return code. I I didn't say it does ;) I was just offering an alternative, and it looks like you'd already taken advantage of it, so that's a good thing. web applications. I really don't look forward to managing a long list of error-page

Re: Tomcat Compiling Error - Form Based Authentication

2004-10-04 Thread Omar Adobati
, 2004 9:53 PM Subject: RE: Tomcat Compiling Error - Form Based Authentication Hi Omar, You should install the entire new JDK. Having 1 jar file from 1 version of the JDK and all the other JAR files from another version could cause a lot of problems. I'd be surprised if it doesn't. Also, to avoid

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-04 Thread Dale, Matt
; Tomcat Users List Subject: Re: Tomcat Compiling Error - Form Based Authentication I have to give u a bad news. What i said yesterday night was wrong. I have the same error also putting tools.jar (the JDK 1.5 ones)... so I'm in trouble again! Omar - Original Message - From: John Najarian

RE: Tomcat Compiling Error

2004-10-03 Thread Dale, Matt
This will happen if you are using only a JRE and not a JDK. I've also occasionaly seen it when using a JDK and also with tools.jar on the classpath which is a strange one. As it says if you copy tools.jar from the JDK to the common/lib directory of your tomcat install it will definitely solve

Re: Tomcat Compiling Error

2004-10-03 Thread Omar Adobati
, October 03, 2004 4:29 PM Subject: RE: Tomcat Compiling Error This will happen if you are using only a JRE and not a JDK. I've also occasionaly seen it when using a JDK and also with tools.jar on the classpath which is a strange one. As it says if you copy tools.jar from the JDK to the common/lib

RE: Tomcat Compiling Error

2004-10-03 Thread Dale, Matt
I'm not really sure then i've always been able to solve it with one of the suggestions below. Are there any other tips in the log files? -Original Message- From: Omar Adobati [mailto:[EMAIL PROTECTED] Sent: 03 October 2004 15:51 To: Tomcat Users List Subject: Re: Tomcat Compiling Error

Re: Tomcat Compiling Error

2004-10-03 Thread Omar Adobati
There nothing more in the log file. Maybe should help that I'm using a form-based authentication? - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 4:56 PM Subject: RE: Tomcat Compiling Error I'm not really

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Dale, Matt
I've run out of ideas but could this be a permissions problem? Either on the tools.jar or on the work directory for the webapp? Which version of tomcat are you running? -Original Message- From: Omar Adobati [mailto:[EMAIL PROTECTED] Sent: 03 October 2004 16:35 To: Tomcat Users List

Re: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Omar Adobati
tools.jar Tomcat version I'm using is the 5.0.18 Hope this help you to help me in solving this trouble! - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 7:07 PM Subject: RE: Tomcat Compiling Error - Form Based

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread John Najarian
Subject: RE: Tomcat Compiling Error - Form Based Authentication I've run out of ideas but could this be a permissions problem? Either on the tools.jar or on the work directory for the webapp? Which version of tomcat are you running? -Original Message- From: Omar Adobati [mailto:[EMAIL

Re: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Omar Adobati
Tomcat: 5.0.18 JDK jre: 1.4.2 O.S.: Linux ther's anything wrong? - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 8:07 PM Subject: RE: Tomcat Compiling Error - Form Based Authentication This may

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread John Najarian
:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 11:25 AM To: Tomcat Users List Subject: Re: Tomcat Compiling Error - Form Based Authentication Tomcat: 5.0.18 JDK jre: 1.4.2 O.S.: Linux ther's anything wrong? - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users

Re: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Omar Adobati
On the windows box I'm using: - Tomcat 5.0.28 - JDK jre: 1.5.0 beta every help is wellcome! - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 8:45 PM Subject: RE: Tomcat Compiling Error - Form Based

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread John Najarian
can get jdk 1.5 and tomcat 5.28 for Linux download, install them and rebuild your app. -Original Message- From: Omar Adobati [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 11:50 AM To: Tomcat Users List Subject: Re: Tomcat Compiling Error - Form Based Authentication

Re: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Omar Adobati
I hope you've right. Tomorrow i'll do it and write here if it works... thx a lot - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 9:07 PM Subject: RE: Tomcat Compiling Error - Form Based Authentication

Re: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Omar Adobati
: Sunday, October 03, 2004 9:11 PM Subject: Re: Tomcat Compiling Error - Form Based Authentication I hope you've right. Tomorrow i'll do it and write here if it works... thx a lot - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent

Re: Compile jk2 error on Redhat Enterprise 3

2004-09-22 Thread Sébastien GALLET
pratak a écrit : I try to compile jk2 for apache httpd-2.0.46-25.ent. configuration is run ok but I found error when I compile it. What happen on it? got the same on debian (look in archives). I think there's a but when creating Makefile list=' server/apache2'; \ ... /usr/bin/libtool

Re: mod_jk2 : apr_socket_send error

2004-09-10 Thread QM
On Fri, Sep 10, 2004 at 01:03:42PM -0400, Jacques Poulin wrote: : Cannot load /etc/httpd/modules/mod_jk2.so into server: : /etc/httpd/modules/mod_jk2.so: undefined symbol: apr_socket_send : [snip] : I was hoping someone could help me. I've seen a lot of messages in the : archive about the

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
1-Sep-2004 1:46:26 PM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 These two lines say that the JK2 connector has started normally it seems to me that the problem isn't on the java side ld.so.1: /usr/java/bin/java: fatal: relocation error: file

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread Jonathan Rengifo
Hi all... I ran the ldd utility on the jni dynamic library libjkjni.so with the following results: ldd libjkjni.so libcrypt_i.so.1 = /usr/lib/libcrypt_i.so.1 libapr-0.so.0 = /usr/local/apache-httpd-2.0.50/lib/libapr-0.so.0 libc.so.1 = /usr/lib/libc.so.1

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread QM
On Fri, Sep 03, 2004 at 10:44:13AM -0400, Jonathan Rengifo wrote: : nm /usr/local/apache-httpd-2.0.50/lib/libapr-0.so.0 | grep div : [337] | 0| 0|FUNC |GLOB |0|UNDEF |.div : [640] | 0| 0|FUNC |GLOB |0|UNDEF |.udiv : [909] | 0| 0|NOTY |GLOB

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread Jonathan Rengifo
Hi, thanks for your very important help.. I ran the ldd utility on the libapr-0.so.0 lib, with the following results: /usr/local/apache-httpd-2.0.50/lib ldd libapr-0.so.0 libsendfile.so.1 = /usr/lib/libsendfile.so.1 librt.so.1 =/usr/lib/librt.so.1 libm.so.1 =

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread Jonathan Rengifo
Hi, all... My problem is definitive related with the libjkjni.so lib, when I add the path of the library to the LD_LIBRARY_PATH I get the error message: ld.so.1: /usr/java/bin/java: fatal: relocation error: file /usr/local/apache-httpd-2.0.50/lib/libapr-0.so.0: symbol __divdi3: referenced symbol

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread John Villar
Try to make a small java test (without tomcat) that use the unix sockets and see what happens maybe you can debug it and find what/where is happenning Jonathan Rengifo escribió: Hi, all... My problem is definitive related with the libjkjni.so lib, when I add the path of the library to the

  1   2   3   4   5   6   7   8   9   >