Re: [xwiki-users] java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding

2011-01-06 Thread Mike
There's a good idea. I'm running Windows XP with Sun Java 6 Update 22. On Thu, Jan 6, 2011 at 1:07 AM, Paul Libbrecht p...@hoplahup.net wrote: I won't be able to answer your question but it would help to indicate which JVM and which OS your are using. paul Le 6 janv. 2011 à 01:21, Mike a

Re: [xwiki-users] java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding

2011-01-06 Thread Caleb James DeLisle
It sounds like your platform is missing a cryptography provider. Can you run this for me and tell me the output please? {{groovy}}println(javax.crypto.Cipher.getProvider().toString() + \n + javax.crypto.Cipher.getProvider().getClass().getName());{{/groovy}} FYI: I opened an issue for switching

Re: [xwiki-users] java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding

2011-01-06 Thread Mike
I ran this in groovy: println(javax.crypto.Cipher.getInstance(DES/CBC/PKCS5Padding).getProvider().toString() + \n + javax.crypto.Cipher.getInstance(DES/CBC/PKCS5Padding).getProvider().getClass().getName()); and got this: SunJCE version 1.6 com.sun.crypto.provider.SunJCE So I wrote a little

Re: [xwiki-users] java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding

2011-01-06 Thread Sergiu Dumitriu
On 01/07/2011 05:27 AM, Mike wrote: I ran this in groovy: println(javax.crypto.Cipher.getInstance(DES/CBC/PKCS5Padding).getProvider().toString() + \n + javax.crypto.Cipher.getInstance(DES/CBC/PKCS5Padding).getProvider().getClass().getName()); and got this: SunJCE version 1.6

Re: [xwiki-users] java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding

2011-01-06 Thread Mike
According to GlassFish: Java vm vendor: Sun Microsystems Inc. Java vm name = Java HotSpot(TM) Client VM Java vm version = 17.0-b16 According to a plain java app: Java vm vendor: Sun Microsystems Inc. Java vm name = Java HotSpot(TM) Client VM Java vm version = 17.0-b16 I've found that

Re: [xwiki-users] java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding

2011-01-05 Thread Paul Libbrecht
I won't be able to answer your question but it would help to indicate which JVM and which OS your are using. paul Le 6 janv. 2011 à 01:21, Mike a écrit : I've deployed Xwiki enterprise 2.7 on my Glassfish 2.1.1 server with MySQL as the back-end. I can create a user, but when I try to