Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-1304

entityhub/indexing/core/OsgiConfigurationUtil fail with npe

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0, 0.12.1
    • Entityhub
    • None

    Description

      This make indexing utility not to create the osgi configuration bundle.

      The error [1] occured in generic rdf with specific configuration but also when running the entityhub/indexing/dbpedia utility following fetch_prepare.sh procedure with no modifications.

      Attached a unit test patch that reproduce the error.

      Reason is a little bit obscure as jar destination is good and writable.. bug from aQute lib ?

      [1]
      01:53:17,539 [main] WARN destination.OsgiConfigurationUtil - Unable to write OSGI Bundle for Indexed Referenced Site dbpedia
      java.lang.NullPointerException
      at aQute.lib.osgi.Jar.getResource(Jar.java:136)
      at aQute.lib.osgi.Jar.getManifest(Jar.java:171)
      at aQute.lib.osgi.Jar.writeManifest(Jar.java:252)
      at aQute.lib.osgi.Jar.doManifest(Jar.java:237)
      at aQute.lib.osgi.Jar.write(Jar.java:220)
      at aQute.lib.osgi.Jar.write(Jar.java:193)
      at org.apache.stanbol.entityhub.indexing.core.destination.OsgiConfigurationUtil.createBundle(OsgiConfigurationUtil.java:272)
      at org.apache.stanbol.entityhub.indexing.destination.solryard.SolrYardIndexingDestination.finalise(SolrYardIndexingDestination.java:739)
      at org.apache.stanbol.entityhub.indexing.core.impl.IndexerImpl.finaliseIndexing(IndexerImpl.java:552)
      at org.apache.stanbol.entityhub.indexing.core.impl.IndexerImpl.index(IndexerImpl.java:370)
      at org.apache.stanbol.entityhub.indexing.Main.main(Main.java:75)
      01:53:17,542 [main] INFO impl.IndexerImpl - ...finalisation completed

      Attachments

        1. stanbol_1304.patch
          25 kB
          Florent ANDRE

        Activity

          People

            rwesten Rupert Westenthaler
            flo4sengines Florent ANDRE
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: