Re: Exception in RealmBase

2004-01-08 Thread Amy Roh
Mark Woon wrote: Hi all, I'm reposting this in the hopes that someone will responsd. I have a custom Realm implementation that extends org.apache.catalina.realm.RealmBase. It used to work in 4.x, but in 5.0.16, I'm getting the following exception on startup: 21:17:29,719 ERROR RealmBase:1092 -

Re: Exception in RealmBase

2004-01-08 Thread Mark Woon
Amy Roh wrote: Mark Woon wrote: I've taken a look at the source, and as far as I can tell, it's because the container is null. What is responsible for providing the Realm the container it's in? Is there some new bit of configuration I need to do in Tomcat 5? I'm also surprised that

Exception in RealmBase

2004-01-07 Thread Mark Woon
Hi all, I'm reposting this in the hopes that someone will responsd. I have a custom Realm implementation that extends org.apache.catalina.realm.RealmBase. It used to work in 4.x, but in 5.0.16, I'm getting the following exception on startup: 21:17:29,719 ERROR RealmBase:1092 - Can't register

Exception in RealmBase

2004-01-05 Thread Mark Woon
Hi all, I have a custom Realm implementation that extends org.apache.catalina.realm.RealmBase. It used to work in 4.x, but in 5.0.16, I'm getting the following exception on startup: 21:17:29,719 ERROR RealmBase:1092 - Can't register null java.lang.NullPointerException at