Bug #3294
closedbouncy castle issue
0%
Description
Hi,
I got this error when trying very simple examples:
Traceback (most recent call last):
File "srm2.py", line 4, in ?
f = filesystem.File.create(surl)
File "/home/marksant/proj/jsaga/JPySAGA-0.4/build/lib/jpysaga/error.py", line 165, in you_will_never_see_this_name
raise e
jpype._jexception.java.lang.IncompatibleClassChangeErrorPyRaisable: java.lang.NoSuchFieldError: rsaEncryption
I could get rid of the error by moving "bcprov-jdk16-1.46.jar" out of the lib directory of jsaga.
This is on:
$ java -version
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.10) (rhel-1.28.1.10.10.el5_8-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
$ uname -a
Linux stoeptegel.nikhef.nl 2.6.18-308.8.2.el5 #1 SMP Tue Jun 12 09:58:12 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/issue
CentOS release 5.8 (Final)
However, now I'm back to issue: #2158.