** Summary changed: - program exits following Java Exception + java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider (missing dependency)
** Description changed: - It actually happens in Gutsy with pdftk's latest deb build, 1.40-2ubuntu3 (depending on newest gcj1-8 libraries). - If you install it then run it with something on the command line, e.g. 'pdftk file1.pdf file2.pdf output file1-2.pdf' it will output a list of Java Exceptions originating from a MD5 function not found. I could post it eventually, but you can try and see it for yourself. + pdftk in Gutsy has missing dependencies; invoking it without installing + them prints errors like: - This happens, as I found out, only since the version shipped with Gutsy. - Instead the build 1.40-2 from Feisty which depends on ligcj7-0 ( all dep: libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.1-17ubuntu1), libgcj7-0 (>= 4.1.1-12), libstdc++6 (>= 4.1.1-17ubuntu1) ), works flawlessly. + WARNING: Error loading security provider org.bouncycastle.jce.provider.BouncyCastleProvider: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} + WARNING: Error loading security provider gnu.crypto.jce.GnuCrypto: java.lang.ClassNotFoundException: gnu.crypto.jce.GnuCrypto not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} + + After installing these two packages it stopped complaining: + + sudo apt-get install libgnucrypto-java libbcprov-java -- java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider (missing dependency) https://bugs.launchpad.net/bugs/173208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs