I see. The reason for this error is that the Bouncycastle provider that comes with Djigzo is not signed. If OpenJDK is used the crypto provider does not need to be signed. With SUN JRE the crypto provider must be signed with a certificate from SUN.
What you should do is replace /lib/bouncycastle/bcprov.jar with the jar I will sent you in the next email (or you can download the signed jar from bouncycastle.org) yourself. Like I said this is not required if you use OpenJDK because OpenJDK has removed the check for signed crypto provider. I will add a note about this in the documentation. I will see whether I will use the signed version by default for the next release. Kind regards, Martijn Brinkers Валера Харсеко wrote: > not working on Mac OS and Solaris x86 > > java.util.jar.JarException: Cannot parse > file:/Users/vharseko/Documents/workspace/MTS/netsys/djigzo/james-2.3.1/apps/james/SAR-INF/lib/bcprov.jar > at javax.crypto.SunJCE_c.a(DashoA13*..) > at javax.crypto.SunJCE_b.b(DashoA13*..) > at javax.crypto.SunJCE_b.a(DashoA13*..) > at javax.crypto.SunJCE_b.a(DashoA13*..) > at javax.crypto.SecretKeyFactory.getInstance(DashoA13*..) > at > mitm.common.security.bouncycastle.SecurityFactoryBouncyCastle.createSecretKeyFactory(SecurityFactoryBouncyCastle.java:112) > at > mitm.common.security.DefaultSecurityFactory.createSecretKeyFactory(DefaultSecurityFactory.java:153) > at > mitm.common.security.password.PBEncryptionImpl.<init>(PBEncryptionImpl.java:93) > > full log in attach > > > > ------------------------------------------------------------------------ > > > > > 18.04.2010, в 22:20, Martijn Brinkers написал(а): > >> Валера Харсеко wrote: >>> thank you for quick reply >>> >>> can you check TAR distribution backend server - >>> http://www.djigzo.com/downloads/djigzo-release-1.3.2-1/djigzo_1.3.2-1.tar.gz >>> ? >>> not work :( >> What exactly is not working? on what system did you install it? on >> Redhat/CentOS or Ubuntu? >> >> kind regards, >> >> Martijn >> >> -- >> Djigzo open source email encryption >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.djigzo.com/lists/listinfo/users > -- Djigzo open source email encryption _______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
