On Tue, Sep 23, 2008 at 7:36 PM, sunnyfr <[EMAIL PROTECTED]> wrote:

>
> My snapshooter too:
>    <!-- A postCommit event is fired after every commit or optimize command
> -->
>    <listener event="postCommit" class="solr.RunExecutableListener">
>      <str name="exe">./data/solr/book/logs/snapshooter</str>
>      <str name="dir">data/solr/book/bin</str>
>      <bool name="wait">true</bool>
>      <arr name="args"> <str>arg1</str> <str>arg2</str> </arr>
>      <arr name="env"> <str>MYVAR=val1</str> </arr>
>    </listener>
> and everything is at the good place I think, my path are good ...
>
>
Those paths look strange. Are you sure your snapshooter script is inside a
directory named "logs"?

Try giving absolute paths to the snapshooter script in the "exe" section.
Also, put the absolute path to the bin directory in the "dir" section and
try again.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to