-
2. Re: Password encryption
vhariprakash1 Feb 13, 2008 4:05 AM (in response to palik)http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords
tghe command line utility does not generates but ends up with NoclassDefFound exception even its there............
any comments
JBOSS 3.2
thxxxx
hari -
3. Re: Password encryption
jaikiran Feb 13, 2008 8:31 AM (in response to palik)I've updated that wiki. Use that command now and see if it works (i just tried it on JBoss-3.2.7 and it worked).
-
4. Re: Password encryption
sansate May 10, 2011 4:38 PM (in response to palik)Hi, I am trying to encrypt the password in windows for my Jboss 4.2.3.GA using the folloing command and getting the error message "ClassNotFoundException".
Command:
java -cp "lib/jboss-jmx.jar;lib/jboss-common.jar;server/ default/lib/jboss-jca.jar;server/default/lib/jbosssx.jar" org.jboss.resource.security.SecureIdentityLoginModule password
Error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/resource/se
curity/SecureIdentityLoginModule
Caused by: java.lang.ClassNotFoundException: org.jboss.resource.security.SecureI
dentityLoginModule
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: org.jboss.resource.security.SecureIdentityLoginMo
dule. Program will exit.
Can somebody pls help me out?
Thanks
San
-
5. Re: Password encryption
pradeepn Dec 25, 2012 11:37 PM (in response to sansate)Even i'm having the same issue. May I know how to fix this issue .
Thank You