BusinessObjects Board

error when running exported jar

Hello,

I wrote a simple program extracting users information from the cmc. in eclipse it works fine but when exported as a running jar file it gives the following error:
Exception in thread “Thread-0” Exception in thread “main” java.lang.ExceptionInInitializerError
at com.businessobjects.bcm.BCM.(BCM.java:1144)
at com.crystaldecisions.enterprise.ocaframework.BCMInitializer.run(BCMInitializer.java:29)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.SecurityException: The provider self-integrity check failed.
at com.rsa.cryptoj.f.ug.b(Unknown Source)
at com.rsa.cryptoj.f.nd.b(Unknown Source)
at com.rsa.cryptoj.f.nd.c(Unknown Source)
at com.rsa.jsafe.CryptoJ.isFIPS140Compliant(Unknown Source)
at com.businessobjects.bcm.internal.BcmRsaLib.initialize(BcmRsaLib.java:214)
at com.businessobjects.bcm.internal.BcmRsaLib.(BcmRsaLib.java:289)
… 3 more
java.lang.NullPointerException
at org.niv.javatool.CMCLogin.disconnectCMC(CMCLogin.java:39)
at org.niv.javatool.getAllInfoUsers.run(getAllInfoUsers.java:166)
at org.niv.javatool.Main.main(Main.java:14)

any ideas?


nivc (BOB member since 2019-09-04)