5 Replies Latest reply on Feb 26, 2002 4:26 PM by binaryfeed

    JBoss 2.4.4 / Using hashes / NoClassDefFoundError

    jwkaltz

      Hi guys, I'm trying to use hashed passwords, for which support was integrated into JBoss 2.4.4

      However at runtime the server throws:
      java.lang.NoClassDefFoundError: org/jboss/security/Base64Encoder
      at org.jboss.security.Util.encodeBase64(Util.java:264)
      at org.jboss.security.auth.spi.UsernamePasswordLoginModule.createPasswordHash(UsernamePasswordLoginModule.java:270)

      Should the class Base64Encoder be in lib/jboss-jaas.jar ? The org.jboss.security.Util is in there, but there is no Base64Encoder.

      Looks like the 2.4.4 binary is missing that class ?

      bye
      Wolfgang