Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-1494

RSS feed plugin seems broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.1
    • 1.7
    • parser
    • None
    • Ubuntu 12.04 + JDK 7

    • Patch Available

    Description

      The RSS "feed" plugin is broken.

      I had to change the plugin dependencies to point to the correct rome library version.

      <!-- changed to the version thats bundled with v1.5.1, previously 0.9 -->
      <library name="rome-1.0.0.jar" />
      <!-- added this due to a CNFE from rome -->
      <library name="jdom-1.0.jar" />

      Still it fails due to some (known) problem in rome.

      Caused by: java.lang.NullPointerException
      at java.util.Properties$LineReader.readLine(Properties.java:434)
      at java.util.Properties.load0(Properties.java:353)
      at java.util.Properties.load(Properties.java:341)
      at com.sun.syndication.io.impl.PropertiesLoader.<init>(PropertiesLoader.java:74)
      at com.sun.syndication.io.impl.PropertiesLoader.getPropertiesLoader(PropertiesLoader.java:46)
      at com.sun.syndication.io.impl.PluginManager.<init>(PluginManager.java:54)
      at com.sun.syndication.io.impl.PluginManager.<init>(PluginManager.java:46)
      at com.sun.syndication.feed.synd.impl.Converters.<init>(Converters.java:40)
      at com.sun.syndication.feed.synd.SyndFeedImpl.<clinit>(SyndFeedImpl.java:59)

      Attachments

        1. NUTCH-1494.3.patch
          0.8 kB
          Tejas Patil
        2. sourajit.NUTCH-1494.2.patch
          0.9 kB
          Sourajit Basak

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sourajit Sourajit Basak
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: