Searching various archives, I found two similar issues from earlier this year 
that were unanswered:

http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg131837.html
http://www.junlu.com/msg/44667.html

Basically, there is an exception at startup when using a custom realm 
implementation (in my case I am using Security Filter:  
http://securityfilter.sourceforge.net)

Here is the exception:

03:42:59,976 INFO  [RealmBase] Parent not available yet: null:type=Engine
03:42:59,983 ERROR [RealmBase] Can't register null
java.lang.NullPointerException
        at org.apache.catalina.realm.RealmBase.init(RealmBase.java:1194)
        at org.apache.catalina.realm.RealmBase.start(RealmBase.java:875)
        at org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:669)

Thx.

Mike






View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857440#3857440

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857440


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to