<?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>topic Re: Problem in 8.4 with Exiftool  in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316485#M3486</link>
    <description>&lt;P&gt;The ticket NXP-20934 has been fixed for 8.10 and the next 7.10 hotfix.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2016 12:21:19 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2016-11-09T12:21:19Z</dc:date>
    <item>
      <title>Problem in 8.4 with Exiftool</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316481#M3482</link>
      <description>&lt;H2&gt;BUG REPORT / QUESTION&lt;/H2&gt;
&lt;P&gt;At least in version 8.4 (previous versions in 8.x series untested), the nuxeo java process tries to spawn several instances of &lt;CODE&gt;exiftool&lt;/CODE&gt;, but these are all spawned without any arguments. When spawned without arguments or incorrect options, &lt;CODE&gt;exiftool&lt;/CODE&gt; version &lt;CODE&gt;9.90&lt;/CODE&gt; redirects the user to the perldoc program of itself, which is a clever way of presenting a usage / help information in the form of self-documenting code. I cannot see in the nuxeo code where exiftool might be called without arguments, but clearly this is happening.&lt;/P&gt;
&lt;P&gt;A &lt;A href="https://answers.nuxeo.com/general/q/03497f2ee9ab474ea30583258f712da3/Slow-startup-on-MAC-OS-X-Sierra-and-Exiftools-files-in-tmp-directory"&gt;post in these forums from October 2016 &lt;/A&gt; indicates the problem also exists with nuxeo 7.10 on the Mac, which would indicate a very recent version of exiftool. So question: is this a bug? Is there a work-around?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;12005 ?        Sl    35:07 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.el7_2.x86_64/jre/bin/java 
12048 ?        S      0:00  \_ /usr/bin/perl -w /usr/bin/exiftool
12059 ?        S      0:00  |   \_ /usr/bin/perl /usr/bin/perldoc /usr/bin/exiftool
12049 ?        S      0:00  \_ /usr/bin/perl -w /usr/bin/exiftool
12062 ?        S      0:00  |   \_ /usr/bin/perl /usr/bin/perldoc /usr/bin/exiftool
12051 ?        S      0:00  \_ /usr/bin/perl -w /usr/bin/exiftool
12057 ?        S      0:00  |   \_ /usr/bin/perl /usr/bin/perldoc /usr/bin/exiftool
12053 ?        S      0:00  \_ /usr/bin/perl -w /usr/bin/exiftool
12060 ?        S      0:00  |   \_ /usr/bin/perl /usr/bin/perldoc /usr/bin/exiftool
12055 ?        S      0:00  \_ /usr/bin/perl -w /usr/bin/exiftool
12067 ?        S      0:00  |   \_ /usr/bin/perl /usr/bin/perldoc /usr/bin/exiftool
12058 ?        S      0:00  \_ /usr/bin/perl -w /usr/bin/exiftool
12064 ?        S      0:00  |   \_ /usr/bin/perl /usr/bin/perldoc /usr/bin/exiftool
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Nov 2016 15:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316481#M3482</guid>
      <dc:creator>otheus_uibk</dc:creator>
      <dc:date>2016-11-02T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in 8.4 with Exiftool</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316482#M3483</link>
      <description>&lt;P&gt;The command is launched without arguments to check if it's present in the path and therefore available for use.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 15:21:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316482#M3483</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-11-02T15:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in 8.4 with Exiftool</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316483#M3484</link>
      <description>&lt;P&gt;Thanks for reporting this, there's a real issue for commands that have a large output when run without arguments. We've opened a ticket, &lt;A href="https://jira.nuxeo.com/browse/NXP-20934"&gt;NXP-20934&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 13:10:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316483#M3484</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-11-03T13:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in 8.4 with Exiftool</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316484#M3485</link>
      <description>&lt;P&gt;A work-around would be to modify the check-command to that &lt;CODE&gt;-ver&lt;/CODE&gt; is used as an option, in order to check if it works correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 12:06:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316484#M3485</guid>
      <dc:creator>otheus_uibk</dc:creator>
      <dc:date>2016-11-09T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in 8.4 with Exiftool</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316485#M3486</link>
      <description>&lt;P&gt;The ticket NXP-20934 has been fixed for 8.10 and the next 7.10 hotfix.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 12:21:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-in-8-4-with-exiftool/m-p/316485#M3486</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-11-09T12:21:19Z</dc:date>
    </item>
  </channel>
</rss>

