Re: very strange 'documentroot' problems

2005-08-28 Thread Arjan
Caldarale, Charles R wrote: > The .jsp files of the ROOT app (as well as those of most > of the other sample apps) is precompiled. What's > actually being executed is > org/apache/jsp/index_jsp.class, which can be found in > webapps/ROOT/WEB-INF/lib/catalina-root.jar. You should > be able to just

RE: very strange 'documentroot' problems

2005-08-28 Thread Caldarale, Charles R
> From: Arjan [mailto:[EMAIL PROTECTED] > Subject: very strange 'documentroot' problems > > BUT when i edit the file, or even completely > remove it, i still get to see 'If you're seeing this page via > a web browser, it means you've setup Tomcat su

very strange 'documentroot' problems

2005-08-28 Thread Arjan
Hi, I installed Apache Tomcat/5.0.28 and got it running, when i visit localhost:8080, i get the standard 'If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!' message. So far so good. Then it says: 'As you may have guessed by now, this is t

Re: Strange behavior of Tooltip when used with JComponent with in Applet

2005-08-11 Thread Brian Bonner
This doesn't sound like a tomcat question--or am I missing something? Brian [EMAIL PROTECTED] wrote: I have a problem with a JComboBox placed in an applet which is having a ToolTip text set on it. While moving the mouse over the ComboBox I am getting the following error stack in the Java Con

Strange behavior of Tooltip when used with JComponent with in Applet

2005-08-10 Thread ajith.skumar
I have a problem with a JComboBox placed in an applet which is having a ToolTip text set on it. While moving the mouse over the ComboBox I am getting the following error stack in the Java Console. java.lang.Error: Destination component not connected to component tree hierarchy at javax.swing.S

Re: Strange redirects with Apache 2.0, mod_jk and Tomcat 5.5

2005-08-10 Thread Sven Köhler
> often, Firefox tellst me, that the redirect limit is execeeded when > surfing one of my pages. > > So i tried wget, and look at the result: > > [strange result] > > That's no joke! (www.mysite.com is a replacement for the real-website). > Look at the redir

Strange redirects with Apache 2.0, mod_jk and Tomcat 5.5

2005-08-10 Thread Sven Köhler
Hi, often, Firefox tellst me, that the redirect limit is execeeded when surfing one of my pages. So i tried wget, and look at the result: $ LANG=C wget www.mysite.com --05:29:04-- http://www.mysite.com/ => `index.html.1' Resolving www.mysite.com... 80.70.176.140 Connecting to www.mys

Re: strange cache behavior in Tomcat 5.5.9?

2005-08-01 Thread Seth Ladd
Gabriel Belingueres wrote: Hi, In my JSP pages I put the following tags to avoid the browser cache the pages. I wouldn't trust this way. I would always use the below method for manipulating any cache control or general HTTP headers. <% response.setHeader("Cache-Control","no-store");

strange cache behavior in Tomcat 5.5.9?

2005-07-31 Thread Gabriel Belingueres
Hi, In my JSP pages I put the following tags to avoid the browser cache the pages. ... When used in Tomcat 4.1.12 it behaves correctly (the "back" button in the browser doesn't work) but in Tomcat 5.5.9 it seems not to be working since when pressing back button it brings me the previous page

Strange mrf files generated in tomat temp directory

2005-07-29 Thread Holly, Michael
I am using Tomcat 4.1.29 on solaris 9. I have files uploaded to my site and then I write them to the temp dir using File.createTempFile() in anticipation of moving them elsewhere. I have noticed that somthing else is writing very larg files to this directory as well. Some of the files are > 3GB.

Strange problem with tomcat 5.5.9

2005-07-14 Thread Paulo Neves
Hi all, I've a strange problem with my tomcat. When I have a network problem with my router my tomcat that is install in another machine reload webapps (balancer, manager, admin ) except my webapp. If i run tomcat manager and see webapps list, manager said that webapp is running but is no

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

2005-06-04 Thread Thomas Polliard
for RidDB. Doug - Original Message - From: "Thomas Polliard" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, June 04, 2005 11:07 PM Subject: Issue with a class not being resolved with a strange error Has anyone seen thi

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

2005-06-04 Thread Parsons Technical Services
une 04, 2005 11:07 PM Subject: Issue with a class not being resolved with a strange error 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

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 impor

Re: AW: strange autodeploy behaviour on 5.5.9

2005-05-13 Thread Remy Maucherat
On 5/13/05, teknokrat <[EMAIL PROTECTED]> wrote: > I don't understand this. I am packing my MyApp.xml context with the war > ( in the root ). Is this wrong? Whats are the surefire instructions to > have your war hot deploy? The bug linked is not related to your situation in any way (it should be o

Re: AW: strange autodeploy behaviour on 5.5.9

2005-05-13 Thread teknokrat
news [mailto:[EMAIL PROTECTED] Auftrag von teknokrat Gesendet: Freitag, 13. Mai 2005 11:56 An: tomcat-user@jakarta.apache.org Betreff: strange autodeploy behaviour on 5.5.9 I have set up a new installation of tomcat 5.5.9 running on java 5(Windows XP). It starts up Ok and my webapp loads. I hav

AW: strange autodeploy behaviour on 5.5.9

2005-05-13 Thread Pfingstl Gernot
See http://issues.apache.org/bugzilla/show_bug.cgi?id=34840 -Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Auftrag von teknokrat Gesendet: Freitag, 13. Mai 2005 11:56 An: tomcat-user@jakarta.apache.org Betreff: strange autodeploy behaviour on 5.5.9 I have set up a new

strange autodeploy behaviour on 5.5.9

2005-05-13 Thread teknokrat
I have set up a new installation of tomcat 5.5.9 running on java 5(Windows XP). It starts up Ok and my webapp loads. I have the following context xml The problem occurs when I copy over another version of my MyApp.war to the webapps directory. Tomcat only unpacks some of the files! There is a

RE: Strange error

2005-05-11 Thread Fredrik Liden
l Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 11:41 AM To: Tomcat Users List Subject: Re: Strange error 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 assu

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! Conn

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 plicationListene

Re: strange exception - need advise

2005-05-05 Thread Igor
ursday, May 05, 2005 11:45 AM Subject: RE: strange exception - need advise thanks. so what should i look for to solve this? -Original Message- From: Igor [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 11:41 AM To: tomcat-user@jakarta.apache.org Subject: Re: strange exception - nee

RE: strange exception - need advise

2005-05-05 Thread Guy Katz
thanks. so what should i look for to solve this? -Original Message- From: Igor [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 11:41 AM To: tomcat-user@jakarta.apache.org Subject: Re: strange exception - need advise Hello! I think, that when exception occurs, something has

Re: strange exception - need advise

2005-05-05 Thread Igor
uot;Tomcat Users List" Sent: Sunday, May 01, 2005 8:44 AM Subject: strange exception - need advise hi; i keep getting this exception below (tomcat 5.0.30). can anybody shed some light on this? my error page configuration is as follows: java.lang.Exception /faces/error.jsp

strange exception - need advise

2005-04-30 Thread Guy Katz
hi; i keep getting this exception below (tomcat 5.0.30). can anybody shed some light on this? my error page configuration is as follows: java.lang.Exception /faces/error.jsp 404 /faces/error.jsp 403 /faces/error.jsp 500 /faces/error.jsp thanks

Re: (Maybe not so) strange behaviour of request.getRequestURL()

2005-04-30 Thread Mark Thomas
If you use servlets you should read SRV.8.4 of the spec very carefully. You should also be aware that only the most recent TC5.5.x releases correctly implement the requirements of this part of the spec. Mark Nikola Milutinovic wrote: Hi all. I've been struck all of a sudden with this. servletRe

(Maybe not so) strange behaviour of request.getRequestURL()

2005-04-29 Thread Nikola Milutinovic
Hi all. I've been struck all of a sudden with this. servletRequest.getRequestURL() returns null. Now, thinking about it, I can give some facts that might shed some light on it and I'm pretty sure I know why it is happening, just want to confirm with you guys. And just wandering if anyone can te

Re: ==> ADDENDA 2 very strange.... : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-06 Thread reynir
I replyed to you yesterday. you are missing configuration for a coyote JK or AJP connector on port 8009 in server.xml bye -reynir [EMAIL PROTECTED] wrote: >Hi, > >I'm looking for some help, again Thanx in advance. > >Last test : When I'm installing on another server : Windows Server 200 >S

==> ADDENDA 2 very strange.... : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-06 Thread samuel . goblet
Hi, I'm looking for some help, again Thanx in advance. Last test : When I'm installing on another server : Windows Server 200 SP4, it works fine !! So what ?? 4 days for nothing ??? Does Tomcat 5.0.x works on Windows 2003 ? Could windows 2003 works with Tomcat 5.0.x ? Could you help

Re: strange Jasper2 + JSTL behavior after upgrading from TC 5.0.29 to TC 5.5.7 [SOLVED]

2005-03-24 Thread Thomas Chille
http://issues.apache.org/bugzilla/show_bug.cgi?id=33373 On Wed, 23 Mar 2005 19:32:00 +0100, Thomas Chille <[EMAIL PROTECTED]> wrote: > Hi, > > i declared an anttask which precompiles my JSPs. All works fine with TC > 5.0.29. > > After upgrading to TC 5.5.7 i got this error: > > BUILD FAILED:

strange Jasper2 + JSTL behavior after upgrading from TC 5.0.29 to TC 5.5.7

2005-03-23 Thread Thomas Chille
Hi, i declared an anttask which precompiles my JSPs. All works fine with TC 5.0.29. After upgrading to TC 5.5.7 i got this error: BUILD FAILED: C:\eclipse3\eclipse\workspace\ecs2\build.xml:134: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/fmt cannot be resol

Strange Tomcat Error

2005-03-15 Thread Larry Johnson
Hi all, Recently I lost the hard drive on one of my production tomcat servers. I've since reinstalled and setup the effected machine to mirror the configuration of one of my other servers that I know to be working fine. I know for a fact that my servlet code is fine and that the tomcat configurati

[More Info] Strange error-page behavior

2005-03-11 Thread Dustin
Ok, I've narrowed it down to the 401 error code. If that is defined in the web.xml, all apps that authenticate will automatically show the 401 error page without prompting for credentials. Is this a bug in tomcat? I tried the same on tomcat-5.0.30 with the same results. Please help, Dustin ---

Strange error-page behavior

2005-03-10 Thread Dustin
Hey all. Very bizzare problem here. I am running tomcat-5.0.28. I am trying to set up custom error pages. I originally set up a 404 error page for testing (the error-page elements are in the server web.xml, not in the app's web.xml): 404 /errors/404-SNAPSHOT.jsp Put the jsp files

Strange WAR file creation error

2005-03-02 Thread Douglass Turner
Hello, I am trying to create a WAR file of the following directoy: duglaDataModel/ duglaDataModel/DataController.as duglaDataModel/duglaDataModel.mxml duglaDataModel/Employee.as duglaDataModel/employees.xml duglaDataModel/locations.xml duglaDataModel/WEB-INF/ duglaDataModel/WEB-INF/classes/ duglaD

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
achine. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange problem - stuck like anything On my local m/c I had installed Tomcat and it was running pr

Strange Problem on SSL with tomcat

2004-12-21 Thread Ben Chan
Hi all, I have a strange problem when I configure the tomcat running SSL. I have created the keystore file in / following the steps in documentation. And also uncomment the tag inside server.xml. I tried to start the tomcat, the SSL work fine in my old tomcat 4.1.18. But it cannot work in tomcat

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange problem - stuck like anything On my local m/c I had installed Tomcat and it was running properly. I

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread John Najarian
This sounds like you have a process or user locking things. I would restart the entire machine. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange

Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
On my local m/c I had installed Tomcat and it was running properly. I tested servlet-examples / jsp-example. Yesterday I tried to create new application inside Tomcat (trying to put the directory structure - web.xml, also tried to put inside server.xml (later removed as seems not required)

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Parsons Technical Services
The pool manager built into Tomcat handles this just fine. Also ensure you have the latest drivers. Doug - Original Message - From: "Eric Rotick" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 20, 2004 7:39 AM Subj

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Eric Rotick
llo all, > I am Krishnakant Mane from India. I own a software > firm and we generally implement our systems on linux > and all open source servers like jakarta tomcat and > apache server in particular. of late I have been > facing a strange problem with tomcat. > I am a tomcat 5 aka

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
> Sent: Sunday, December 19, 2004 1:28 PM > To: [EMAIL PROTECTED] > Subject: strange tomcat Behavior need urgent help. > > > > > hello all, > I am Krishnakant Mane from India. I own a software > firm and we generally implement our systems on linux > and all open

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
to not having a connection pool. If you do have all of the above I would try adding the following parameters to your ressource > -Original Message- > From: Krishnakant Mane [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 19, 2004 1:28 PM > To: [EMAIL PROTECTED] > S

strange tomcat Behavior need urgent help.

2004-12-19 Thread Krishnakant Mane
hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I have been facing a strange problem with tomcat. I am a tomcat 5 aka 5.0.25 user. I have

Re: Strange memory behavior in tomcat-5.0.27

2004-12-15 Thread Daniel Watrous
- From: "Zsolt Koppany" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 5:20 AM Subject: RE: Strange memory behavior in tomcat-5.0.27 How can I do a load test? Zsolt --

RE: Strange memory behavior in tomcat-5.0.27

2004-12-15 Thread Zsolt Koppany
How can I do a load test? Zsolt > -Original Message- > From: QM [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 1:01 PM > To: Tomcat Users List > Subject: Re: Strange memory behavior in tomcat-5.0.27 > > On Wed, Dec 15, 2004 at 10:22:15AM +0100

Re: Strange memory behavior in tomcat-5.0.27

2004-12-15 Thread QM
On Wed, Dec 15, 2004 at 10:22:15AM +0100, Zsolt Koppany wrote: : Our application based on Tomcat has a strange memory behavior on Linux (SuSe : 8.1 kernel: 2.4.20 #1 SMP). The utility "top" shows RSS between 132-160MB : but SIZE is increasing. After one or two weeks SIZE is approx. 180

Strange memory behavior in tomcat-5.0.27

2004-12-15 Thread Zsolt Koppany
Hi, Our application based on Tomcat has a strange memory behavior on Linux (SuSe 8.1 kernel: 2.4.20 #1 SMP). The utility "top" shows RSS between 132-160MB but SIZE is increasing. After one or two weeks SIZE is approx. 180M and than we get an OutOfMemory exception and SIZE drops to 159

RE: Strange problem

2004-12-13 Thread Shapira, Yoav
Hi, >> I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 Try JDK 1.4.2. >2. If I recall correctly, you'll need a copy of >tools.jar in $CATALINA_HOME/common/lib No. Yoav Shapira http://www.yoavshapira.com This e-mail, including any attachments, is a confidential business communication,

Re: Strange problem

2004-12-10 Thread Mark Eggers
> I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 > jdk I'm having this strange problem, I can not access > any jsp or servlet pages using a browser, it seems > to be timing out, but telnet to the port tomcat is > listening then type GET ... works. I can see the

Re: Strange problem

2004-12-10 Thread Laconia Data Systems
; Sent: Friday, December 10, 2004 6:24 PM Subject: Re: Strange problem > Yang, > > Give us some history. Is this a new build? Did it work before? With another > app? Are the default components working? Can you get to static content? > > Doug > > > - Original Message

Re: Strange problem

2004-12-10 Thread Parsons Technical Services
D]> Sent: Friday, December 10, 2004 6:00 PM Subject: Strange problem Hi all, I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 jdk I'm having this strange problem, I can not access any jsp or servlet pages using a browser, it seems to be timing out, but telnet to the port tomcat i

Strange problem

2004-12-10 Thread Yang Xiao
Hi all, I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 jdk I'm having this strange problem, I can not access any jsp or servlet pages using a browser, it seems to be timing out, but telnet to the port tomcat is listening then type GET ... works. I can see the directory structure a

Re: Strange Authentication Behavior

2004-11-30 Thread Nikola Milutinovic
Peter Neu wrote: Hello all, does anyone know what I means when I get this error message: The requested resource (/favicon.ico) is not available. when I try to log in via form authentication. This error occurs when I use Firefox. /favicon.ico is a semi-supported feature, introduced by IE5, if I'm no

Strange Authentication Behavior

2004-11-29 Thread Peter Neu
Hello all, does anyone know what I means when I get this error message: The requested resource (/favicon.ico) is not available. when I try to log in via form authentication. This error occurs when I use Firefox. Regards, Peter - To

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
PROTECTED]> > > > To > [EMAIL PROTECTED] > cc > > Subject > Strange Problem!: Connection time out while using URLConnection connect > method > > > > > > > Hi All, > > I am posting this again. Please help. > > Thanks. >

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
]> wrote: > > Hi All, > > > > I am posting this again. Please help. > > > > Thanks. > > > > --Forwarded message -- > > References: <[EMAIL PROTECTED]> > > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] >

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread birendar . waldiya
t; <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Strange Problem!: Connection time out while using URLConnection connect method Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: <[EMAIL PROTECTED]> From: [EMAIL

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread Sailing Cai
s again. Please help. > > Thanks. > > --Forwarded message -- > References: <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Strange Problem!: Connection time out while using URLConnection > connect method > Date

Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange Problem!: Connection time out while using URLConnection connect method Date: Wed, 17 Nov 2004 09

Strange Problem!: Connection time out while using URLConnection connect method

2004-11-17 Thread vignesh
Hi All, I am facing a very strange problem. When I run tomcat4.1.27 in command prompt, I am able to connect and call a servlet deployed in it from another java program running on another machine using using URLConnection connect method. But when I run tomcat server from windows services, the

Strange threading error in Tomcat

2004-10-19 Thread John MccLain
Howdy, Here is the issue - I would like some help on HOW to debug and fix this problem: 2 test use cases - 1) a)User goes to Login.jsp, enters user and password b) User submits to LoginServlet c) login calls JNI code that connects to a powerbuilder(Yes I know this is ugly) PBNI code module (this i

Strange Runtime maxMemory/totalMemory behavior under Red-Hat-8.0 and Suse-8.1

2004-10-18 Thread Zsolt Koppany
Hi, I find it strange that when I start TC-5.0.27 (with our extensions) on Red-Hat-8.0 and Suse-8.1 Rumtime.maxMemory() returns a value that is the same as Rumtime.totalMemory() just after a couple of minutes and the application doesn't do too much. On Fedora-1 the same application

RE: strange Tomcat message - PANIC

2004-09-24 Thread Caldarale, Charles R
> From: Radek Liebzeit [mailto:[EMAIL PROTECTED] > Subject: RE: strange Tomcat message - PANIC > >: )STATUS - - TPL error 0 errno 4 >: PANIC - TPEUTIL sql_env_t::get_connection_handle acquire > coninfo_mutex_lock failed PID 15987 What JDK level and platform are

RE: strange Tomcat message - PANIC

2004-09-24 Thread Radek Liebzeit
catalina out. This short message is new for me and I'm not sure about its source. Radek > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Friday, September 24, 2004 2:47 PM > To: Tomcat Users List > Subject: RE: strange Tomcat message - PANI

RE: strange Tomcat message - PANIC

2004-09-24 Thread Shapira, Yoav
D] >Sent: Friday, September 24, 2004 4:36 AM >To: [EMAIL PROTECTED] >Subject: strange Tomcat message - PANIC > >Hi, >our Tomcat server crashed. Last message that we received in catalina.out >was this: > >: )STATUS - - TPL error 0 errno 4 >: PANIC - TP

strange Tomcat message - PANIC

2004-09-24 Thread Radek Liebzeit
Hi, our Tomcat server crashed. Last message that we received in catalina.out was this: : )STATUS - - TPL error 0 errno 4 : PANIC - TPEUTIL sql_env_t::get_connection_handle acquire coninfo_mutex_lock failed PID 15987 Before it, we were receiving only standard messages. Thank You for

RE: Strange errorq

2004-09-07 Thread Shapira, Yoav
n the profiler on that instance. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Bedrijven.nl [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 07, 2004 4:25 AM >To: 'Tomcat Users List' >Subject: Strange errorq > >Hello all, >

RE: Strange errorq

2004-09-07 Thread Bedrijven.nl
46 AM Aan: Tomcat Users List Onderwerp: Re: Strange errorq Bedrijven.nl wrote: >Hello all, > >I posted a message that our production server is slower than our development >server. The thing that happens is that one application (jsp) causes tomcat >stops and starts. Below t

Re: Strange errorq

2004-09-07 Thread Sjoerd van Leent
Bedrijven.nl wrote: Hello all, I posted a message that our production server is slower than our development server. The thing that happens is that one application (jsp) causes tomcat stops and starts. Below the case: I have a search.jsp. On this page a user can search on 4 different manners. Each m

Strange errorq

2004-09-07 Thread Bedrijven.nl
Hello all, I posted a message that our production server is slower than our development server. The thing that happens is that one application (jsp) causes tomcat stops and starts. Below the case: I have a search.jsp. On this page a user can search on 4 different manners. Each manner is programme

Re: Strange problem with Apache2/Tomcat4 part II

2004-08-02 Thread Harold Pritchett
Harold Pritchett wrote: OK, i gave up on the mod_jk version 1.2 connector. I downloaded the version 2 connector and built it with: Thnaks to everyone here, I got it to work. I ended up downloading the mod_JK2 source, built it (after editing the makefile to add in all the missing libs) and install

Re: Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Mark Eggers
I think that this has been discussed on the list before. You might want to check the archives. If I remember correctly, this happens on a Redhat 9 system where the SSL libraries have been installed via RPMs. Before running your configure commmand, setting an environment variable via the followin

Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Harold Pritchett
OK, i gave up on the mod_jk version 1.2 connector. I downloaded the version 2 connector and built it with: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-tomcat-41=/usr/local/tomcat \ --with-java-home=/usr/lib/java \ --with-jni Installed jkjni.so and mod_jk2.so in /usr/local/a

Re: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Harold Pritchett
Cox, Charlie wrote: Have you enabled the in server.xml for port 8009? I think so... I'm using the mod_jk connector version 1.2.5 and NOT version 2. Here's my workers.properties and server.xml files... workers.properties worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-30 Thread Ernesto Echeverría
[uri:/examples/*] Etc? José Ernesto Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Jueves, 29 de Julio de 2004 06:56 p.m. To: Tomcat Users List Subject: Re: [tomcat] Strange problem with Apache2/Tomcat4 Er

RE: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Cox, Charlie
Have you enabled the in server.xml for port 8009? > -Original Message- > From: Harold Pritchett [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 8:27 PM > To: Tomcat Users List > Subject: Strange problem with Apache2/Tomcat4 > > Help! > > I'm tr

RE: Strange OutOfMemory Error in TcpWorkerThread

2004-07-30 Thread Shapira, Yoav
nt: Friday, July 30, 2004 4:00 AM >To: Tomcat Users List >Subject: Strange OutOfMemory Error in TcpWorkerThread > >Hi all, I have this strange error : >SEVERE: Caught exception (java.lang.OutOfMemoryError: unable to create new >native thread) executing >[EMAIL PROTECTED], >t

Strange OutOfMemory Error in TcpWorkerThread

2004-07-30 Thread Francois JEANMOUGIN
Hi all, I have this strange error : SEVERE: Caught exception (java.lang.OutOfMemoryError: unable to create new native thread) executing [EMAIL PROTECTED], terminating thread I use those parameters : -verbose:gc -Xms756m -Xmx1024m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC And the ParNew before

Re: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Harold Pritchett
Ernesto Echeverría wrote: I'm having problems with mod_jk myself. Haven't gone thru all your steps, however I'd try to establish whether the problem is related to mod_jk or incorrect settings of tomcat. Have you tried accessing the same pages with the tomcat default port 8080 instead of going thru

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Ernesto Echeverría
José Ernesto Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Jueves, 29 de Julio de 2004 06:27 p.m. To: Tomcat Users List Subject: [tomcat] Strange problem with Apache2/Tomcat4 Help! I'm trying to inst

Strange problem with Apache2/Tomcat4

2004-07-29 Thread Harold Pritchett
Help! I'm trying to install Apache HTTPD and Jakarta Tomcat and get them to play nice together. I've done this before with different releases of the software, so I can't figure out what I'm doing wrong. First, the releases of the software I'm using: SuSE Linux Standard Server 8, done as a "basic"

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Jacob Kjome
Quoting Martin Monsorno <[EMAIL PROTECTED]>: > Martin Monsorno <[EMAIL PROTECTED]> writes: > > > Hi *, > > > > I get the following error when trying to transform a xml document with > > a XSLT stylesheet: > > > > ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; > Column#: 66

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Dan Barron
Have you tried just testing (title) instead of (./title)? The added "./" seems unneceassry. At 02:25 AM 7/1/2004, you wrote: Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Colu

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Martin Monsorno
Martin Monsorno <[EMAIL PROTECTED]> writes: > Hi *, > > I get the following error when trying to transform a xml document with > a XSLT stylesheet: > > ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Column#: 66 > javax.xml.transform.TransformerException: Unknown error in

strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Martin Monsorno
Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Column#: 66 javax.xml.transform.TransformerException: Unknown error in XPath at org.apache.xpath.XPath.bool(XPath.j

Re: Strange behavious with session creation on http and https

2004-06-08 Thread John Sidney-Woollett
Ismael Blesa Part said: > I would like to have different sessions for different schemas, that is, > If you connect to http and then to https then TWO DIFFERENT sessions are > created. > But I have not found how to do this. > > My fear is that on different application servers the behaviour is > diff

Re: Strange behavious with session creation on http and https

2004-06-08 Thread Ismael Blesa Part
I have reviewed the mailing list and I have found that the normal behaviour in tomcat is You enter in http and then change to https (session is shared) You enter in https and then in http (you have two different sessions) I would like to have different sessions for different schemas, that is, If

Re: Strange behavious with session creation on http and https

2004-06-08 Thread John Sidney-Woollett
Ismael Blesa Part said: > > I have set two connectors http and https. I have my webapp that is > served by these two connectors. [snip] > However, If I connect first to https and then I change to http, I will > have two sessions, one for https and the other one to http. I believe that this is no

Strange behavious with session creation on http and https

2004-06-07 Thread Ismael Blesa Part
I have set two connectors http and https. I have my webapp that is served by these two connectors. I have discovered a strange behaviour with tomcat accessing through http and https. If I open a browser to connect to http: - tomcat creates a session - my webapp receives the request and

strange behaviour of available memory in status page

2004-05-19 Thread Emerson Cargnin
I use Suse 9.1 / Jdk 1.4.2-b28 ? TC 5.0.19 Recently I've been checking the status page due a memory leaks in one of our apps. I could see that the memory goes down as I reload the status page (/manager/status), but in a very slow fashion (about 0.3 megabytes per reload) until the GC is activated

RE: Strange behaviour with buffers

2004-05-19 Thread Jason Irwin
>Skip the buffering and skip the headache. Why are you using >these include buffering directives in the first place? Legacy. Don't worry. As soon as I have the time to get rid of them, I will! I know what needs to be done, I just need the time to do it. J.

RE: Strange behaviour with buffers

2004-05-19 Thread Shapira, Yoav
Hi, >Indeed, that did puzzle me. But I am not a Java or JSP expert by any means >and BEA's stance is "Our behaviour meets the spec, our behaviour is >correct." BEA's stance has been like that (and wrong) in the past. That's not a knock on them. >One big problem I had (have!) was finding the o

RE: Strange behaviour with buffers

2004-05-19 Thread Jason Irwin
>That statement from the site is wrong in at least one case: > page import >May be it's wrong in the other cases too. Indeed, that did puzzle me. But I am not a Java or JSP expert by any means and BEA's stance is "Our behaviour meets the spec, our behaviour is correct." One big problem I h

RE: Strange behaviour with buffers

2004-05-19 Thread Ralph Einfeldt
ED] > Sent: Wednesday, May 19, 2004 3:00 PM > To: 'Tomcat Users List' > Subject: RE: Strange behaviour with buffers > > > "Note that the page directive does not apply to any > dynamic included files;". > -

RE: Strange behaviour with buffers

2004-05-19 Thread Shapira, Yoav
eel like it ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Jason Irwin [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 19, 2004 9:00 AM >To: 'Tomcat Users List' >Subject: RE: Strange behaviour with buffers > >No, they are saying

RE: Strange behaviour with buffers

2004-05-19 Thread Jason Irwin
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 13:54 To: Tomcat Users List Subject: RE: Strange behaviour with buffers Hi, So BEA is telling you that if you say page buffer="64kb" and they give you 12kb, that's the spec? ;) Yoav Shapira M

RE: Strange behaviour with buffers

2004-05-19 Thread Shapira, Yoav
M >To: '[EMAIL PROTECTED]' >Subject: Strange behaviour with buffers > >Apologies if this is in the wrong group, I think that "User" is the right >one. > >I have noted a difference between how Tomcat (4.0.6 and 4.1.127) and >WebLogic (7.0 and 8.1) assign buffers, a

Strange behaviour with buffers

2004-05-19 Thread Jason Irwin
Apologies if this is in the wrong group, I think that "User" is the right one. I have noted a difference between how Tomcat (4.0.6 and 4.1.127) and WebLogic (7.0 and 8.1) assign buffers, and I'm trying to figure out which one is correct. I have an "outer" page that does not define any buffer, and

  1   2   3   4   5   6   >