Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5249

NoClassDefFoundError: Failed to link org/bouncycastle/openpgp/PGPEncryptedDataList: org/bouncycastle/util/Iterable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 15.0.0.Final
    • 14.0.0.Final
    • None
    • None

    Description

      Could you please add missing dependencies in Bouncycastle modules?

      Problem (we got):

      Caused by: java.lang.NoClassDefFoundError: Failed to link org/bouncycastle/openpgp/PGPEncryptedDataList (Module "org.bouncycastle.bcpg" version 1.66.00.0 from local module loader @1d1f7216 (finder: local module finder @423e4cbb (roots: /data/avoka/transact/manager/server/modules,/data/avoka/transact/manager/server/modules/system/layers/base))): org/bouncycastle/util/Iterable
      

       

      Solution (adding dependency from bcpg to bcprov modules solves the issue):

       modules\system\layers\base\org\bouncycastle\bcpg\main\module.xml
      <dependencies>
         <module name="org.bouncycastle.bcprov"/>
      </dependencies>
      

       

      Attachments

        Activity

          People

            ssur@redhat.com Sudeshna Sur
            rady66@hotmail.com Radoslav Ivanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: