RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
I forgot one thing: i used tcservcfg to configure Tomcat service! -Mensagem original- De: John Corrigan [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 17 de outubro de 2003 21:00 Para: Tomcat Users List Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service

RE: Jav.util.logging URGENT

2003-10-14 Thread Shapira, Yoav
: Galbayar [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 2:54 AM To: Tomcat Users List Subject: Jav.util.logging URGENT Hi, I am learning to use logger. I have a code snippet below package test import java.io.IOException; import java.io.Serializable; import java.text.SimpleDateFormat

RE: Jav.util.logging URGENT

2003-10-12 Thread Galbayar
: RE: Jav.util.logging URGENT What version of Java are you using? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 2:54 AM To: Tomcat Users List Subject: Jav.util.logging URGENT Hi, I am learning to use logger. I have a code snippet below

Jav.util.logging URGENT

2003-10-11 Thread Galbayar
Hi, I am learning to use logger. I have a code snippet below package test import java.io.IOException; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.Date; import java.util.logging.FileHandler; import java.util.logging.SimpleFormatter; public class Logger

RE: Jav.util.logging URGENT

2003-10-11 Thread Joseph Krasnov
What version of Java are you using? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 2:54 AM To: Tomcat Users List Subject: Jav.util.logging URGENT Hi, I am learning to use logger. I have a code snippet below package test import

Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi gurus, help me please. i am using DBCP 1.0 to make connection pool avaiable. My question can be easy: since DBCP 1.0 doesnt create a singleton object ( just a datasource object), what should i do whenever my sql queries are done? Should i close the connection after each sql command is

AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Nitschke Michael
: Donnerstag, 09. Oktober 2003 15:27 An: '[EMAIL PROTECTED]' Betreff: Urgent help, please!Best practices using Connection Pool Hi gurus, help me please. i am using DBCP 1.0 to make connection pool avaiable. My question can be easy: since DBCP 1.0 doesnt create a singleton object ( just a datasource

RE: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Arnaud HERITIER
da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Envoyé : jeudi 9 octobre 2003 15:27 À : '[EMAIL PROTECTED]' Objet : Urgent help, please!Best practices using Connection Pool Hi gurus, help me please. i am using DBCP 1.0 to make connection pool avaiable. My question can be easy

RE: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Edson Alves Pereira
: quinta-feira, 9 de outubro de 2003 10:26 Para: '[EMAIL PROTECTED]' Assunto: Urgent help, please!Best practices using Connection Pool Hi gurus, help me please. i am using DBCP 1.0 to make connection pool avaiable. My question can be easy: since DBCP 1.0 doesnt create a singleton

Re: AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Adam Hardy
to the pool. If it was to short, read the original post in the archives. Mike -Ursprüngliche Nachricht- Von: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 09. Oktober 2003 15:27 An: '[EMAIL PROTECTED]' Betreff: Urgent help, please!Best practices

RES: AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Jose Euclides da Silva Junior - DATAPREVRJ
: Adam Hardy [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 9 de outubro de 2003 10:42 Para: Tomcat Users List Assunto: Re: AW: Urgent help, please!Best practices using Connection Pool I think he must be having problems with his email because he send more or less the same msg 12 hours ago

Urgent help, please!Best practices using Connection Pool

2003-10-08 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi, i am using DBCP 1.0. My question is simple: since DBCP doesnt create a singleton object ( just a data source object), what should i do whenever my sql queries are done? Should i close the connection after that? But, if i do this, will i loose my connection pool facility, so my next connection

RE: Urgent help, please!Best practices using Connection Pool

2003-10-08 Thread Nathan Christiansen
://www.tahitiannoni.com -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 5:19 PM To: '[EMAIL PROTECTED]' Subject: Urgent help, please!Best practices using Connection Pool Hi, i am using DBCP 1.0. My question is simple

Re: Urgent help, please!Best practices using Connection Pool

2003-10-08 Thread Adam Hardy
as urgent - I doubt it makes much difference to how quickly you get an answer, and often it only serves to put people off from reading your mail at all, simply because it annoys them that you consider your email should have higher priority for some reason than everyone else's. As if everyone

URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi gurus, a little helping hand, please! I have updated my bean and so, i have put this new bean version in right package. However, the problem begins whenever a new bean object is created (instanced) by a servlet and captured by a jsp later. The browser returns me error - 500. Probably, i guess

RE: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Shapira, Yoav
]' Subject: URGENT, PLEASE. The old Bug with bean cache? Hi gurus, a little helping hand, please! I have updated my bean and so, i have put this new bean version in right package. However, the problem begins whenever a new bean object is created (instanced) by a servlet and captured by a jsp later

RES: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Jose Euclides da Silva Junior - DATAPREVRJ
de setembro de 2003 11:53 Para: Tomcat Users List Assunto: RE: URGENT, PLEASE. The old Bug with bean cache? Howdy, You should post the logs with the full error and your relevant source code. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jose Euclides da Silva Junior

RE: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Mike Curwen
java.lang.NullPointerException as the root cause of your servlet exception. -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:01 AM To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: RES: URGENT, PLEASE. The old Bug

RES: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Jose Euclides da Silva Junior - DATAPREVRJ
:10 Para: 'Tomcat Users List' Assunto: RE: URGENT, PLEASE. The old Bug with bean cache? Well uhh if (dica == null) // NEW ! System.out.println(valorrr+dica.getteDescricaodica()); You check an object, determine it is null, and then try to call a method (gettDescricaodica

RE: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Mike Curwen
- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:13 AM To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: RES: URGENT, PLEASE. The old Bug with bean cache? Dont worry about that! The condition statement is just a test

URGENT!! Changing URLs with tomcat

2003-09-25 Thread mohan
Hi All I am currently running tomcat4.1.27 and apache1.3.x. I am using struts. I used call my webapplication xyz using www.abc.org/xyz. Now company has decided that pople should be able to access this webapplication through the URL www.abc/javapps/xyz. Do i need to change the whole architecture

RE: URGENT!! Changing URLs with tomcat

2003-09-25 Thread Shapira, Yoav
Howdy, In your server.xml, say path=javapps/xyz for your context. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: URGENT!! Changing URLs with tomcat

RE: URGENT!! Changing URLs with tomcat

2003-09-25 Thread mohan
] Subject: URGENT!! Changing URLs with tomcat Hi All I am currently running tomcat4.1.27 and apache1.3.x. I am using struts. I used call my webapplication xyz using www.abc.org/xyz. Now company has decided that pople should be able to access this webapplication through the URL www.abc/javapps/xyz. Do

Re: URGENT!! Changing URLs with tomcat

2003-09-25 Thread mohan
What u said really works Shapira. Thanx a lot again. Thats the easiest way, add a context in the Context tag --mohan Hi All I am currently running tomcat4.1.27 and apache1.3.x. I am using struts. I used call my webapplication xyz using www.abc.org/xyz. Now company has decided that pople

RE: URGENT!! Changing URLs with tomcat

2003-09-25 Thread Shapira, Yoav
Howdy, No problem, glad to help ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 3:48 PM To: [EMAIL PROTECTED] Subject: Re: URGENT!! Changing URLs with tomcat What u said really works

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-24 Thread Goehring, Chuck Mr., RCI - San Diego
and use netstat (dos box) to check the system. Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration Hi All I am having apache 1.3.27

Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-23 Thread mohan
Hi All I am having apache 1.3.27, tomcat 4.1.27, i have compiled mod_jk2 on my machine, when i open the URL it says document contains no data the tomcat looks to be starting fine saying: Starting service Tomcat-Apache Apache Tomcat/4.1.27 Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-23 Thread Shapira, Yoav
Howdy, machine, when i open the URL it says document contains no data the tomcat looks to be starting fine saying: Starting service Tomcat-Apache Apache Tomcat/4.1.27 Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: Address already in

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-23 Thread mohan
Howdy, machine, when i open the URL it says document contains no data the tomcat looks to be starting fine saying: Starting service Tomcat-Apache Apache Tomcat/4.1.27 Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: Address already in

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Denise Mangano
Message- From: Denise Mangano Sent: Friday, September 19, 2003 4:51 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] My Tomcat is not running on port 80. I have Apache running on port 80 communicating with Tomcat

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Denise Mangano
, September 22, 2003 8:57 AM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] After compiling and running some offline sample java programs, it seems unlikely that the problem is with the JVM. If it were I shouldn't be able

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Ralph Einfeldt
:50 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
to start with trying to fix this problem. Any help is GREATLY appreciated... It's urgent that I get this up and running asap. This is the output from my catalina.out: Starting service Tomcat-Standalone Apache Tomcat/4.1.27 Sep 19, 2003 9:01:25 AM org.apache.struts.util.PropertyMessageResources init

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
:) Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 9:31 AM To: to Subject: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Hi all. I am running Apache 1.3.28, mod_jk 1.2, Tomcat 4.1.27 on a RH Linux

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Peter Lin
, but I am not exactly sure where to add it... Any idea? I can post file if necessary. Thanks for any help :) Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 9:31 AM To: to Subject: Urgent! Cannot start Tomcat

Re: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Jon Wingfield
to start with trying to fix this problem. Any help is GREATLY appreciated... It's urgent that I get this up and running asap. This is the output from my catalina.out: Starting service Tomcat-Standalone Apache Tomcat/4.1.27 Sep 19, 2003 9:01:25 AM org.apache.struts.util.PropertyMessageResources init

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
, Inc. 914-747-1200 -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 9:53 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError in catalina.sh JAVA_OPTS=-Xms64m -Xmx512m hope that helps. peter

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
To: to Subject: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Hi all. I am running Apache 1.3.28, mod_jk 1.2, Tomcat 4.1.27 on a RH Linux 7.3 box with j2sdk 1.4.2. We had a power outage last night, and I have been trying to restart Tomcat and Apache, but Tomcat will not start. I

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
? Thanks again! Denise -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 9:57 AM To: Tomcat Users List Subject: Re: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Most JVMs limit the number of concurrent threads that can be created

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
. Denise -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 9:58 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError It looks to me like something screwed up your system. The main cause

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
[mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:59 PM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I did not change ulimit at all... Actually I did not change anything in server.xml besides making the configurations for mod_jk

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Shapira, Yoav
, September 19, 2003 10:05 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I think it's not the right time to think about optimizing. If tomcat isn't even starting, I don't think that the problem is a 'normal' memory leak especially if the server has

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Mike Curwen
of that). -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 9:05 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I think it's not the right time to think about optimizing. If tomcat isn't even

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
? (Maybe there is some other process missbehaving) -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:02 PM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Ralph - thank you for your

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
, 2003 10:13 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError May setting these values will help: ulimit -s 2048 export LD_ASSUME_KERNEL=2.2.5 Either put them in the environment of the user that starts tomcat or put it in the startscript of tomcat

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Thank you everyone for your responses. So, you are saying that the problem is not with Tomcat. Are you suggesting that the problem is with the server itself (Linux) or possibly with the JDK? I tried

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Yes, that is my assumption. The processlist looks uncritical. What about the memory usage ? (I'm not familiar with red hat, 'top' or 'cat /proc/meminfo' should work) -Original Message- From: Denise

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Timothy Halloran
RH7.3 was EXT2 filesystem I think? (you probably did this) but I'd do a complete FSCHK on all disks. (1) Test some other Java applications...are they working? If not reinstall the RPM for the JRE you are using...try again. (2) load up another copy of Tomcat in your user account? Does this

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError From what I can tell memory usage looks ok as well... According to the output there is still memory free... total:used:free: shared: buffers: cached: Mem: 261988352 114282496 1477058560

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
Some other recommendations: - Try to diable as much as possible in server.xml and web.xml. - Try to run tomcat standalone. Just to see if it starts. If it starts, try to find out which feature caused the error. - To

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
] Sent: Friday, September 19, 2003 10:43 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError RH7.3 was EXT2 filesystem I think? (you probably did this) but I'd do a complete FSCHK on all disks. (1) Test some other Java applications...are they working

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Timothy Halloran
. 914-747-1200 -Original Message- From: Timothy Halloran [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 10:43 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError RH7.3 was EXT2 filesystem I think? (you probably did

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Ralph Einfeldt
, those can be added later if all is up) If that succeeds you can try to port your application to the new instance. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 5:19 PM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
again so much for everyone's posts. Denise -Original Message- From: Timothy Halloran [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:25 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError On Fri, 2003-09-19 at 11:18, Denise

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
config allowed this to happen... Thanks again to everyone for their help. Denise -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 11:37 AM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError Ok, here is something interesting

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
: Friday, September 19, 2003 12:18 PM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I did as you all suggested, and installed a second instance of tomcat. Without changing anything in the configuration, and using the default example webapps everything worked

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Shapira, Yoav
Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I think it might be safe to assume the problem was with the user I was running tomcat as, if that makes any sense at all??? After I did what I said below, I realized that I was testing this out as root, and I should try

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread Denise Mangano
2048 export LD_ASSUME_KERNEL=2.2.5)? Thanks!! Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 1:40 PM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat

Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 2:03 PM To: Tomcat Users List Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I restored my Tomcat Installation to the way

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Sorry - didn't mean to send that yet... This is the output I am getting in catalina.out Sep 19, 2003 2:54:18 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Sep 19, 2003 2:54:18 PM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
[EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:55 AM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Sorry - didn't mean to send that yet... This is the output I am getting in catalina.out Sep 19, 2003 2:54:18 PM

RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError

2003-09-19 Thread King,Daniel
. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Fri 9/19/2003 11:33 AM To: Tomcat Users List Cc: Subject: RE: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError I think it might be safe

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] not sure what is is, but shouldn't the file /usr/local/jakarta-tomcat-4.1.27/conf/tomcat-users.xml.new be named /usr/local/jakarta-tomcat-4.1.27/conf/tomcat-users.xml try to rename it and start again Filip - Original

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
[Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Actually the tomcat-users.xml.new does not exist... Perhaps it's a temporary file that gets created as Tomcat starts?? There is a tomcat-users.xml which I added the user into. I added write permissions to the conf directory

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Shapira, Yoav
To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Actually the tomcat-users.xml.new does not exist... Perhaps it's a temporary file that gets created as Tomcat starts?? There is a tomcat-users.xml which I added the user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:04 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] so

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Timothy Halloran
: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:56 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] not sure what is is, but shouldn't the file /usr/local/jakarta-tomcat-4.1.27/conf

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
seconds. Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Timothy Halloran [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:12 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
stack traces and log entries are always helpful - Original Message - From: Denise Mangano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:10 PM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
, 2003 3:16 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError] I did as you suggested and this is my output: [EMAIL PROTECTED] boot]# ll vmlinuz* lrwxrwxrwx1 root root 16 Aug 19 14:02 vmlinuz - vmlinuz

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:16 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] stack traces and log entries are always helpful - Original Message - From

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
, but I absolutely have to get my app back up. Any more suggestions are greatly appreciated. Thanks. Denise -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 3:20 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
19, 2003 1:15 PM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] I know I've flooded the list about this, and I appreciate everyone's help but I am at a complete loss. I even restored from backup tape and the same thing is happening. I

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
: Friday, September 19, 2003 4:39 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] the problem is somewhere in the native JVM. It fails when trying to create a native thread on the OS level as a noon root user. All I can

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Mike Curwen
[Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Why would this happen suddenly though? Tomcat was running fine before. Unfortunately switching OS is not an option. So this sounds like a linux problem? Denise Mangano Complus Data Innovations, Inc. 914-747-1200

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
right now... Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:48 PM To: 'Tomcat Users List' Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

URGENT!!!mod_jk2 and apache 1.3.27

2003-09-17 Thread mohan
Hi All I would like to know if the mod_jk2 works for apache1.3.27 and tomcat 4.1.27. I know it sure works for apache 2.x and tomcat4.1.27 and i have configured it successfully for this combination. Please also let me know if the same configuration for mod_jk2 works for apache 1.3.x as apache 2.x

Re: URGENT!!!mod_jk2 and apache 1.3.27

2003-09-17 Thread Bill Barker
Don't use it myself, but it is supposed to work fine. Of course, you probably don't want to enable the JNI Channel with this config. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All I would like to know if the mod_jk2 works for apache1.3.27 and tomcat 4.1.27. I know it sure

core dump while loading mod_jk2 - urgent

2003-09-15 Thread Ajay Arora
Greetings, I am using Apache 2.0.47, tomcat 4.1.27on AIX 5.1. Both apache and tomcat are running separately. I was successfully able to build mod_jk2.so file and copied it into apache module directory. I put a line LoadModule jk2_module modules/mod_jk2.so in httpd.conf. When I try to start

Apache / tomcat connector on AIX - urgent

2003-09-15 Thread Ajay Arora
Greetings, I asked this question earlier too but did not get any answer. Please help I got stuck and it is urgent. I am using Tomcat 4.1.27 and apache 2.0.47. Both are built fine and working fine separately. TO connect both I compiled mod_jk2 tomcat connector and when I tried to load

URGENT!!! Tomcat 4 download

2003-09-11 Thread mohan
Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt-get install tomcat4 command. It gives me a bunch of dependecies which it needs to install tomcat4. But if i download a tar ball everything does just fine. I tried to get rpm from jakarta site but i had no luck finding

RE: URGENT!!! Tomcat 4 download

2003-09-11 Thread Phillip Qin
Download binary from Jakarta.apache.org/tomcat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: September 11, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: URGENT!!! Tomcat 4 download Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt

RE: URGENT!!! Tomcat 4 download

2003-09-11 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: URGENT!!! Tomcat 4 download Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt-get install tomcat4 command. It gives me a bunch of dependecies which it needs to install tomcat4

RE: URGENT!!! Tomcat 4 download

2003-09-11 Thread mohan
: Thursday, September 11, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: URGENT!!! Tomcat 4 download Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt-get install tomcat4 command. It gives me a bunch of dependecies which it needs to install tomcat4. But if i download a tar

Re: URGENT!!! Tomcat 4 download

2003-09-11 Thread Manolo Ramirez T.
Try this: http://www.jpackage.org [EMAIL PROTECTED] wrote: Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt-get install tomcat4 command. It gives me a bunch of dependecies which it needs to install tomcat4. But if i download a tar ball everything does just fine. I

RE: URGENT!!! Tomcat 4 download

2003-09-11 Thread Shapira, Yoav
Howdy, Well, to each their own ;) It's nice to have options... Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: RE: URGENT!!! Tomcat 4 download But i

Re: URGENT!!! Tomcat 4 download

2003-09-11 Thread mohan
Hi That is what i have in my /etc/apt/sources.list to get the rpm for tomcat.And that is what is freaking abt. dependencies. --mohan Try this: http://www.jpackage.org [EMAIL PROTECTED] wrote: Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt-get install tomcat4

RE: URGENT!!! Tomcat 4 download

2003-09-11 Thread Phillip Qin
: URGENT!!! Tomcat 4 download Hi That is what i have in my /etc/apt/sources.list to get the rpm for tomcat.And that is what is freaking abt. dependencies. --mohan Try this: http://www.jpackage.org [EMAIL PROTECTED] wrote: Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am

Re: URGENT!!! Tomcat 4 download

2003-09-11 Thread Jens Skripczynski
: URGENT!!! Tomcat 4 download Hi That is what i have in my /etc/apt/sources.list to get the rpm for tomcat.And that is what is freaking abt. dependencies. --mohan Try this: http://www.jpackage.org [EMAIL PROTECTED] wrote: Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get

SSL issue on 4.1.24 (urgent)

2003-09-10 Thread Mike
going on with port 8443 not being available (or any other port for that matter), I'd appreciate a head's up. We're supposed to go live with this app in the next few days and the problem is rapidly becoming urgent. Thanks in advance, Mike P.S. When you try to access the configured SSL port via

RE: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support.

2003-09-09 Thread Filip Hanik
have you tried http://cvs.apache.org/~fhanik/ Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 2:32 AM To: Tomcat Users List Subject: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support.

2003-09-08 Thread Yefym . Dmukh
Hello , I still have no idea what could I do to get apache-tomcat cluster up'n'running. Current problem is that browser session got right workerid added JSESSIONID=19E9FD015AF34C5181322F3FEF37B0D6.tomcat-worker-01, but sends request for processing to all tomcat nodes using round-robin. So

Urgent - strange tomcat /mod jk (?) problem going on

2003-09-04 Thread Denise Mangano
I have a major problem and I am hoping you can help. I have a web app which serves the first few pages through apache, then the last 4 secure pages through tomcat. This was all working at one point, but I've had to rebuild since - and I'm experiencing some new problems. I have apache 1.3.28,

RE: Urgent - strange tomcat /mod jk (?) problem going on

2003-09-04 Thread Denise Mangano
starting and stopping... Thanks. -Original Message- From: Denise Mangano Sent: Thursday, September 04, 2003 1:00 PM To: Tomcat Users List Subject: Urgent - strange tomcat /mod jk (?) problem going on I have a major problem and I am hoping you can help. I have a web app which serves

Re: Urgent - strange tomcat /mod jk (?) problem going on

2003-09-04 Thread John Turner
and stopping... Thanks. -Original Message- From: Denise Mangano Sent: Thursday, September 04, 2003 1:00 PM To: Tomcat Users List Subject: Urgent - strange tomcat /mod jk (?) problem going on I have a major problem and I am hoping you can help. I have a web app which serves the first few pages

RE: [SOLVED] Urgent - strange tomcat /mod jk (?) problem going on

2003-09-04 Thread Denise Mangano
:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:08 PM To: Tomcat Users List Subject: Re: Urgent - strange tomcat /mod jk (?) problem going on If http://your.url:8080/yourApp doesn't work, you have to fix Tomcat first (server.xml). If http://your.url/yourApp doesn't work and http://your.url

Re: [SOLVED] Urgent - strange tomcat /mod jk (?) problem going on

2003-09-04 Thread John Turner
Glad I could help. Relaxing is good advice. ;) Have fun! John Denise Mangano wrote: There were a few things going on there... I should have taken a step back and relaxed and given everything another look before I posted... My apologies for that ... I panicked because of the bind that I am in.

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with stickysession support.

2003-08-29 Thread Yefym . Dmukh
Hi people, I still have no any progress , I've installed the newest version of tomcat 4.1.27 and build mod_jk from the sources. Still the same : all requests are sent to one tomcat , but if I shutdown it apache redirects the work to another one No error messages, in mod_jk.log I see that two

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky sessionsupport.

2003-08-29 Thread Yefym . Dmukh
Hi people, I still have no any progress , I've installed the newest version of tomcat 4.1.27 and build mod_jk from the sources. Still the same : all requests are sent to one tomcat , but if I shutdown it apache redirects the work to another one No error messages, in mod_jk.log I see that two

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running withsticky session support.

2003-08-29 Thread John Turner
A couple of things: 1. Your workers.properties file (to me) seems needlessly complex. I would cut it down to match Pascal's example. 2. In your server.xml, you have jmvRoute. I don't load balance, but as far as I know it should be jvmRoute (note spelling). 3. You only sent one

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