0 Replies Latest reply on Apr 12, 2006 3:16 AM by hpkolasani

    JBOOS & SPNEGO Error

      I have been trying to get JBOSS 4.02 workign with SPNEGO. I got the jcif SPNEGO patches and got all the configuration based on the article http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos.

      The JBOSS default server starts up okay , but when I tried to get to the 'test' applciation (a test.war has been atatched with the above article), I am getting the following error. I copied all the jar files as documented.

      Any ideas?

      Here is the error.
      -----------------------------------------------------------------------------------

      23:44:00,203 INFO [TomcatDeployer] deploy, ctxPath=/test, warUrl=file:/C:/jboss
      -4.0.2/server/default/tmp/deploy/tmp13366test-exp.war/
      23:44:00,468 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
      0
      23:44:00,609 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      23:44:00,671 INFO [JkMain] Jk running ID=0 time=0/125 config=null
      23:44:00,687 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4
      _0_2 date=200505022023)] Started in 15s:266ms
      23:44:56,234 ERROR [CoyoteAdapter] An exception or error occurred in the contain
      er during the request processing
      java.lang.NoClassDefFoundError: jcifs/ntlmssp/Type3Message
      at org.jboss.web.tomcat.security.HttpServletRequestResponseValve.authent
      icate(HttpServletRequestResponseValve.java:97)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
      torBase.java:446)
      at org.jboss.web.tomcat.security.HttpServletRequestResponseValve.invoke(
      HttpServletRequestResponseValve.java:70)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
      e.java:59)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
      ava:126)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
      ava:105)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
      ve.java:107)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
      a:148)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
      :856)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
      ssConnection(Http11Protocol.java:744)
      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
      int.java:527)
      at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
      kerThread.java:112)
      at java.lang.Thread.run(Thread.java:534)