|
From: nuwunuwu <nu...@jb...> - 2004-06-16 06:19:58
|
Can not generate encoded password using IndentityLoginModule.
I included jce.jar and jboss-jaas.jar, otherwise there was another exception.
F:\jboss-3.2.4RC1>java -cp C:\j2sdk1.4.1_03\jre\lib\jce.jar;F:\jboss-3.2.4RC1\cl
ient\jboss-jaas.jar;lib\jboss-jmx.jar;lib\jboss-common.jar;server\default\deploy
\jboss-jca.jar;server\default\lib\jbosssx.jar org.jboss.resource.security.Secure
IdentityLoginModule password
Exception in thread "main" java.lang.NoSuchMethodError
at javax.crypto.SunJCE_b.(DashoA6275)
at javax.crypto.Cipher.a(DashoA6275)
at javax.crypto.Cipher.getInstance(DashoA6275)
at org.jboss.resource.security.SecureIdentityLoginModule.encode(SecureId
entityLoginModule.java:131)
at org.jboss.resource.security.SecureIdentityLoginModule.main(SecureIden
tityLoginModule.java:161)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838908#3838908
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838908
|