RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
Let me add more info:
Tomcat version: 5.5.9
JVM Version 1.5.0-04-b05
OS Name = SunOS
OS Version = 5.9

 I must have done something but I have no idea what!! 
Please help me!

-Original Message-
From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 21:50
To: 'Tomcat Users List'
Subject: Tomcat suddenly not working


Hello,
I have tomcat
everything was working fine and suddenly nothing is!!
I was doing a shutdown.sh and now I can't even start it up.
I get the following error:
This release of Apache Tomcat was packaged to run on J2SE 5.0
or later. It can be run on earlier JVMs by downloading and
installing a compatibility package from the Apache Tomcat
binary download page.
In addition, when I do a ps -ef| grep i tomcat
I get:
 tomcat  2026 26727  0 21:48:20 pts/50:00 tail -f ../logs/catalina.out
  tomcat  1888 25810  0 21:37:15 pts/70:00 -bash
  tomcat 26727 26725  0 16:21:56 pts/50:01 -bash
  tomcat  2028 27535  0 21:48:48 pts/10   0:00 ps -ef
  tomcat 25810 25808  0 15:14:09 pts/70:01 -bash
  tomcat 27535 26950  0 19:18:12 pts/10   0:00 -bash
  tomcat 25775 25773  0 14:02:00 pts/60:00 -bash

Please, help

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat suddenly not working

2005-11-29 Thread Wendy Smoak
On 11/29/05, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote:
 Let me add more info:
 Tomcat version: 5.5.9
 JVM Version 1.5.0-04-b05
 OS Name = SunOS
 OS Version = 5.9

  I must have done something but I have no idea what!!
 Please help me!

You may think you're using JDK 1.5, but Tomcat doesn't seem to. :)

Check the docs and make sure (I think) JAVA_HOME is pointed to the right place.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat suddenly not working

2005-11-29 Thread Larry Meadors
Have you cleared the tomcat work directory?

LArry


On 11/29/05, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote:
 I just had a look in the catalina.out and I have an error with log4j:
 log4j:WARN Failed to set property [maxBackupIndex] to value 10  // Keep 10
 backup file maximum.
 and then:
 log4j:WARN Failed to set property [maxBackupIndex] to value 10  // Keep 10
 backup file maximum.
 Nov 29, 2005 9:34:03 PM org.apache.catalina.session.StandardManager doLoad
 SEVERE: IOException while loading persisted sessions:
 java.io.InvalidClassException: lucent.com.bean.UtilBea
 n; local class incompatible: stream classdesc serialVersionUID =
 5090820210408318777, local class serialVers
 ionUID = 4263214301996391941
 java.io.InvalidClassException: lucent.com.bean.UtilBean; local class
 incompatible: stream classdesc serialVe
 rsionUID = 5090820210408318777, local class serialVersionUID =
 4263214301996391941
 ..

 What does it mean??



 -Original Message-
 From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
 Sent: martes, 29 de noviembre de 2005 21:58
 To: 'Tomcat Users List'; 'Tomcat Users List'
 Subject: RE: Tomcat suddenly not working


 Let me add more info:
 Tomcat version: 5.5.9
 JVM Version 1.5.0-04-b05
 OS Name = SunOS
 OS Version = 5.9

  I must have done something but I have no idea what!!
 Please help me!

 -Original Message-
 From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
 Sent: martes, 29 de noviembre de 2005 21:50
 To: 'Tomcat Users List'
 Subject: Tomcat suddenly not working


 Hello,
 I have tomcat
 everything was working fine and suddenly nothing is!!
 I was doing a shutdown.sh and now I can't even start it up.
 I get the following error:
 This release of Apache Tomcat was packaged to run on J2SE 5.0
 or later. It can be run on earlier JVMs by downloading and
 installing a compatibility package from the Apache Tomcat
 binary download page.
 In addition, when I do a ps -ef| grep i tomcat
 I get:
  tomcat  2026 26727  0 21:48:20 pts/50:00 tail -f ../logs/catalina.out
   tomcat  1888 25810  0 21:37:15 pts/70:00 -bash
   tomcat 26727 26725  0 16:21:56 pts/50:01 -bash
   tomcat  2028 27535  0 21:48:48 pts/10   0:00 ps -ef
   tomcat 25810 25808  0 15:14:09 pts/70:01 -bash
   tomcat 27535 26950  0 19:18:12 pts/10   0:00 -bash
   tomcat 25775 25773  0 14:02:00 pts/60:00 -bash

 Please, help

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
The JAVA_HOME variable points to /usr/java that seems to be the correct
thing.
How can I be sure?


-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 22:22
To: Tomcat Users List
Subject: Re: Tomcat suddenly not working


On 11/29/05, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote:
 Let me add more info:
 Tomcat version: 5.5.9
 JVM Version 1.5.0-04-b05
 OS Name = SunOS
 OS Version = 5.9

  I must have done something but I have no idea what!!
 Please help me!

You may think you're using JDK 1.5, but Tomcat doesn't seem to. :)

Check the docs and make sure (I think) JAVA_HOME is pointed to the right
place.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
Thank you to everyone for your great help. Someone from my team, without
telling me, updated the jdk. Now, JAVA_HOME is pointing to the correct
directory and everything is working.
Once again, thank you


-Original Message-
From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 23:27
To: 'Tomcat Users List'
Cc: Tomcat Users List
Subject: RE: Tomcat suddenly not working


Actually, under /usr/java there is a readme file that says that the version
is 1.4.2!!
I have just found out that may be someone from my team has been changing
things
How can I find out if there is a new sdk version... and where it is? (can't
ask someone now!)


-Original Message-
From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 23:21
To: 'Tomcat Users List'
Cc: Tomcat Users List
Subject: RE: Tomcat suddenly not working


The JAVA_HOME seems to be correct /usr/java since I haven't touched it...and
previously it was working. I have deployed a whole web stuff and I have been
testing it for months!!!

How can I know this is correct? 

-Original Message-
From: Robert Palmer [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 22:59
To: Tomcat Users List
Cc: Tomcat Users List
Subject: Re: Tomcat suddenly not working


Are you sure you have your Java path's correct? This will occur if 
JAVA_HOME is set to, say a 1.4.2 release.

Larry Meadors wrote:

Have you cleared the tomcat work directory?

LArry


On 11/29/05, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote:
  

I just had a look in the catalina.out and I have an error with log4j:
log4j:WARN Failed to set property [maxBackupIndex] to value 10  // Keep
10
backup file maximum.
and then:
log4j:WARN Failed to set property [maxBackupIndex] to value 10  // Keep
10
backup file maximum.
Nov 29, 2005 9:34:03 PM org.apache.catalina.session.StandardManager doLoad
SEVERE: IOException while loading persisted sessions:
java.io.InvalidClassException: lucent.com.bean.UtilBea
n; local class incompatible: stream classdesc serialVersionUID =
5090820210408318777, local class serialVers
ionUID = 4263214301996391941
java.io.InvalidClassException: lucent.com.bean.UtilBean; local class
incompatible: stream classdesc serialVe
rsionUID = 5090820210408318777, local class serialVersionUID =
4263214301996391941
..

What does it mean??



-Original Message-
From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 21:58
To: 'Tomcat Users List'; 'Tomcat Users List'
Subject: RE: Tomcat suddenly not working


Let me add more info:
Tomcat version: 5.5.9
JVM Version 1.5.0-04-b05
OS Name = SunOS
OS Version = 5.9

 I must have done something but I have no idea what!!
Please help me!

-Original Message-
From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED]
Sent: martes, 29 de noviembre de 2005 21:50
To: 'Tomcat Users List'
Subject: Tomcat suddenly not working


Hello,
I have tomcat
everything was working fine and suddenly nothing is!!
I was doing a shutdown.sh and now I can't even start it up.
I get the following error:
This release of Apache Tomcat was packaged to run on J2SE 5.0
or later. It can be run on earlier JVMs by downloading and
installing a compatibility package from the Apache Tomcat
binary download page.
In addition, when I do a ps -ef| grep i tomcat
I get:
 tomcat  2026 26727  0 21:48:20 pts/50:00 tail -f ../logs/catalina.out
  tomcat  1888 25810  0 21:37:15 pts/70:00 -bash
  tomcat 26727 26725  0 16:21:56 pts/50:01 -bash
  tomcat  2028 27535  0 21:48:48 pts/10   0:00 ps -ef
  tomcat 25810 25808  0 15:14:09 pts/70:01 -bash
  tomcat 27535 26950  0 19:18:12 pts/10   0:00 -bash
  tomcat 25775 25773  0 14:02:00 pts/60:00 -bash

Please, help

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL