Re: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jane, On 6/13/13 6:44 PM, Jane Muse wrote: > I'm using the standard implementation of Realm. Here's the code > > //Validate passwords try { if (oldTomcatPassword != null && > !"".equals(oldTomcatPassword.trim())) { TomcatConfig tconf = > TomcatConf

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Jane Muse
[javac] reason: actual and formal argument lists differ in length [javac] 2 errors [javac] 1 warning -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, June 13, 2013 1:41 PM To: Tomcat Users List Subject: RE: Class cast exceptio

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Martin Gainty
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: jm...@rocketsoftware.com > To: users@tomcat.apache.org > Subject: RE: Class cast exception when starting tomcat 7.0.1 > Date: Thu, 13 Jun 2013 20:19:07 + > > I ha

Re: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 6/13/13 4:40 PM, Caldarale, Charles R wrote: >> From: Jane Muse [mailto:jm...@rocketsoftware.com] Subject: RE: >> Class cast exception when starting tomcat 7.0.1 > >> I had catalina.jar in WEB-INF/lib. >

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Caldarale, Charles R
> From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: RE: Class cast exception when starting tomcat 7.0.1 > I had catalina.jar in WEB-INF/lib. Very, very bad move. > It's needed because we have an implementation of Realm to store an > encrypted tomcat passwor

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Jane Muse
ne 13, 2013 11:09 AM To: Tomcat Users List Subject: Re: Class cast exception when starting tomcat 7.0.1 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jane, On 6/13/13 12:38 PM, Jane Muse wrote: > In the archives I thought the only unreleased versions would be > specified "beta".

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Class cast exception when starting tomcat 7.0.1 > I'll admit it's not clear from the version number which versions are > beta, released, etc. You have to look at the ChangeLog: It's eas

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Caldarale, Charles R
> From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: RE: Class cast exception when starting tomcat 7.0.1 > In the archives I thought the only unreleased versions would be specified > "beta". Please let me know if this is not the case. No, the description of a

Re: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jane, On 6/13/13 12:38 PM, Jane Muse wrote: > In the archives I thought the only unreleased versions would be > specified "beta". Please let me know if this is not the case. I'll admit it's not clear from the version number which versions are beta,

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Jane Muse
st Subject: RE: Class cast exception when starting tomcat 7.0.1 > From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: RE: Class cast exception when starting tomcat 7.0.1 > Just saying, I wasn't using a 3 year unreleased version. Maybe a 3 > year version, yes. Here's my

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Caldarale, Charles R
> From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: RE: Class cast exception when starting tomcat 7.0.1 > Just saying, I wasn't using a 3 year unreleased version. Maybe a 3 year > version, yes. Here's my original email: > "I'm getting a class cas

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Jane Muse
y to 7.0.4. The error is:" -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, June 13, 2013 8:52 AM To: Tomcat Users List Subject: RE: Class cast exception when starting tomcat 7.0.1 > From: Jane Muse [mailto:jm...@rocketsoftware.com] > Su

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Caldarale, Charles R
> From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: RE: Class cast exception when starting tomcat 7.0.1 > Who says I was using a 3 year old unreleased level? Your subject line. > I tried an easier migration - Tomcat 6.0.18 to 7.0.10. The "logic" of that

Re: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread chris derham
> Who says I was using a 3 year old unreleased level? You did when you set the subject line to "Class cast exception when starting tomcat 7.0.1" Charles was hinting that 7.0.1 wasn't released Chris - To u

RE: Class cast exception when starting tomcat 7.0.1

2013-06-13 Thread Jane Muse
, and not due to using 7.0.10. JMuse -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, June 12, 2013 3:18 PM To: Tomcat Users List Subject: RE: Class cast exception when starting tomcat 7.0.1 > From: Jane Muse [mailto

RE: Class cast exception when starting tomcat 7.0.1

2013-06-12 Thread Caldarale, Charles R
> From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: RE: Class cast exception when starting tomcat 7.0.1 > Problem was solved by removing an old catalina.jar for WEB-INF/lib. The fact that you had a Tomcat-supplied jar in WEB-INF/lib is even scarier than using a three

RE: Class cast exception when starting tomcat 7.0.1

2013-06-12 Thread Jane Muse
7.0.1 > From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: Class cast exception when starting tomcat 7.0.1 > I'm getting a class cast exception when starting up tomcat 7.0.1 You can't be serious. That version was never released, and would be almost three years old i

RE: Class cast exception when starting tomcat 7.0.1

2013-06-12 Thread Tanglin, Oliver
: users@tomcat.apache.org Subject: Class cast exception when starting tomcat 7.0.1 I'm getting a class cast exception when starting up tomcat 7.0.1. I've migrated from 6.0.18 to 7.0.1. I got the same error when migrating directly to 7.0.4. The error is: SEVERE: Begin event threw

RE: Class cast exception when starting tomcat 7.0.1

2013-06-11 Thread Caldarale, Charles R
> From: Jane Muse [mailto:jm...@rocketsoftware.com] > Subject: Class cast exception when starting tomcat 7.0.1 > I'm getting a class cast exception when starting up tomcat 7.0.1 You can't be serious. That version was never released, and would be almost three years old if it

Class cast exception when starting tomcat 7.0.1

2013-06-11 Thread Jane Muse
I'm getting a class cast exception when starting up tomcat 7.0.1. I've migrated from 6.0.18 to 7.0.1. I got the same error when migrating directly to 7.0.4. The error is: SEVERE: Begin event threw exception Throwable occurred: java.lang.ClassCastException: org.apache.catalina.deploy.SecurityCon