I think you have asked the question before too. I have the same answer, try
giving the full (absolute) path to snapshooter and the bin directory. Check
the logs to see if there are any errors.

On Thu, Sep 25, 2008 at 8:24 PM, sunnyfr <[EMAIL PROTECTED]> wrote:

>
> Hi everybody,
> Any idea why, it might be the path ....??
>
> Conf file :
>    <!-- A postCommit event is fired after every commit or optimize command
> -->
>    <listener event="postCommit" class="solr.RunExecutableListener">
>      <str name="exe">snapshooter</str>
>      <str name="dir"></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>
>
>    <!-- A postOptimize event is fired only after every optimize command,
> useful
>         in conjunction with index distribution to only distribute optimized
> indicies-->
>    <listener event="postOptimize" class="solr.RunExecutableListener">
>      <str name="exe">snapshooter</str>
>      <str name="dir"></str>
>      <bool name="wait">true</bool>
>    </listener>
>
> Scripts.php :
> user=root
> solr_hostname=localhost
> solr_port=8180
> rsyncd_port=18180
> data_dir=/data/solr/book/data
> webapp_name=solr/book
> master_host=10.97.1.151
> master_data_dir=/data/solr/book/data
> master_status_dir=/data/solr/book/logs
> ~
>
> thanks a lot,
> Sunny
>
> --
> View this message in context:
> http://www.nabble.com/snappuller-not-fired-tp19671251p19671251.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to