Bugs item #488915, was opened at 2001-12-04 07:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=488915&group_id=22866

Category: JBossSX
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Harris (mtharris)
Assigned to: Scott M Stark (starksm)
Summary: NoSuchMethodException in initLog4J

Initial Comment:
During the process of authenticating a user, we are 
receiving a NoSuchMethodException in 
org.jboss.security.Logger.initLog4j.  I've attached a 
stack trace.  If this is not enough information to pin 
down the issue, please drop me a note.  I'll be happy 
to do what I can.

Notes:
This application currently works under 2.4.3/Tomcat.  

It does not work under 2.4.3/Catalina due to an 
unrelated issue that is reported as fixed in 2.4.4.




----------------------------------------------------------------------

>Comment By: Mark Harris (mtharris)
Date: 2001-12-04 11:40

Message:
Logged In: YES 
user_id=232490

AbacusLoginModule is loaded via auth.conf.  I've pasted the 
entry at the bottom of this comment.

After entering the bug earlier today, I took a look at the 
relevant Logger.java code.  At first glance, everything 
*looks* right, so I really don't see what's going wrong.  
(Maybe it's a classloader issue?)  Let me get into a 
debugger and have a look around. I'll report back what I 
find.  If I can't figure it out, I'll supply a program that 
demos the problem.

Thanks!  

abacus {
    org.jboss.security.auth.spi.ProxyLoginModule required
    
moduleName="com.checkfree.abacus.jboss.security.AbacusLoginM
odule"
  ;
};


----------------------------------------------------------------------

Comment By: Scott M Stark (starksm)
Date: 2001-12-04 11:24

Message:
Logged In: YES 
user_id=175228

You'll need to provide more information as I am able to 
access secured content using the ProxyLoginModule with a 
non-class path login module. How is the AbacusLoginModule 
loaded into the server?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=488915&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to