<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Java java.lang.NoClassDefFoundError: com/rsa/crypto/jcm/ModuleLoader after updating to BIP4.2 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaa-p/721775#M200022</link>
    <description>&lt;P&gt;see my answer about the need of the JAR file "&lt;STRONG&gt;jcmFIPS.jar&lt;/STRONG&gt;" under &lt;A href="https://answers.sap.com/questions/654919/bi-42-sp6-cant-log-in-with-sdk.html?childToView=655803#answer-655803" target="test_blank"&gt;https://answers.sap.com/questions/654919/bi-42-sp6-cant-log-in-with-sdk.html?childToView=655803#answer-655803&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, verify that you have added to the classpath&lt;/P&gt;</description>
    <pubDate>Sun, 07 Oct 2018 00:48:47 GMT</pubDate>
    <dc:creator>ayman_salem</dc:creator>
    <dc:date>2018-10-07T00:48:47Z</dc:date>
    <item>
      <title>Java java.lang.NoClassDefFoundError: com/rsa/crypto/jcm/ModuleLoader after updating to BIP4.2</title>
      <link>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaq-p/721774</link>
      <description>&lt;P&gt;After updating the jar files of my Java application with the new sdk JAR files in the following link: &lt;A href="https://help.sap.com/viewer/0225aa3e7b4b4b17b2d4a882e6f2de96/4.2.4/en-US/45f4d9ba6e041014910aba7db0e91070.html" target="test_blank"&gt;https://help.sap.com/viewer/0225aa3e7b4b4b17b2d4a882e6f2de96/4.2.4/en-US/45f4d9ba6e041014910aba7db0e91070.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I am getting the following error when trying to start my application:&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Exception in thread "Thread-6" java.lang.NoClassDefFoundError: com/rsa/crypto/jcm/ModuleLoader&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.rsa.cryptoj.o.cq.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.rsa.cryptoj.o.co.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.rsa.jsafe.CryptoJ.isFIPS140Compliant(Unknown Source)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.businessobjects.bcm.internal.BcmRsaLib.initialize(BcmRsaLib.java:214)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.businessobjects.bcm.internal.BcmRsaLib.&amp;lt;clinit&amp;gt;(BcmRsaLib.java:289)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.businessobjects.bcm.BCM.&amp;lt;clinit&amp;gt;(BCM.java:1158)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at com.crystaldecisions.enterprise.ocaframework.BCMInitializer.run(BCMInitializer.java:29)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Caused by: java.lang.ClassNotFoundException: com.rsa.crypto.jcm.ModuleLoader&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;... 8 more&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;ERROR [2018-10-06 23:04:53,112] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: 57ba963244b9e4f4&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;! java.lang.NoClassDefFoundError: Could not initialize class com.businessobjects.bcm.BCM&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 00:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaq-p/721774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-07T00:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.NoClassDefFoundError: com/rsa/crypto/jcm/ModuleLoader after updating to BIP4.2</title>
      <link>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaa-p/721775#M200022</link>
      <description>&lt;P&gt;see my answer about the need of the JAR file "&lt;STRONG&gt;jcmFIPS.jar&lt;/STRONG&gt;" under &lt;A href="https://answers.sap.com/questions/654919/bi-42-sp6-cant-log-in-with-sdk.html?childToView=655803#answer-655803" target="test_blank"&gt;https://answers.sap.com/questions/654919/bi-42-sp6-cant-log-in-with-sdk.html?childToView=655803#answer-655803&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, verify that you have added to the classpath&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 00:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaa-p/721775#M200022</guid>
      <dc:creator>ayman_salem</dc:creator>
      <dc:date>2018-10-07T00:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Java java.lang.NoClassDefFoundError: com/rsa/crypto/jcm/ModuleLoader after updating to BIP4.2</title>
      <link>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaa-p/721776#M200023</link>
      <description>&lt;P&gt;And if this is a runnable .jar file, you can't package or extract the libraries from the Build Path into the .jar.  Instead, you have to compile the .jar with the libraries in "a sub-folder next to the generated JAR" (from Eclipse).  For some reason compiling them into the .jar doesn't get everything.&lt;/P&gt;&lt;P&gt;-Dell &lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-java-lang-noclassdeffounderror-com-rsa-crypto-jcm-moduleloader-after/qaa-p/721776#M200023</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2018-10-08T13:54:28Z</dc:date>
    </item>
  </channel>
</rss>

