[jboss-user] [Security & JAAS/JBoss] - log4j error when using SPNEGO module

danielmesser do-not-reply at jboss.com
Mon Jan 19 23:16:24 EST 2009


I am trying to use the JBoss SPNEGO component security-negotiation-2.0.3.Beta2 in JBoss 4.0.5.GA. Following the documentation, I am able to deploy the Negotiation Toolkit. I can successfully run the Basic Negotiation and Security Domain tests, but when I try to run the 'Secured' test, I get the following exception in the JBoss log:

 22:12:49,627 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing
java.lang.NoSuchMethodError: org.apache.log4j.Logger.trace(Ljava/lang/Object;)V
	at org.jboss.security.negotiation.spnego.SPNEGOAuthenticator.authenticate(SPNEGOAuthenticator.java:56)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
	at java.lang.Thread.run(Thread.java:595)

Your help would be greatly appreciated

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

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



More information about the jboss-user mailing list