Because the sync dir is used by ALL the running processes, it is not
safe to have just ONE clean up the area on startup or shutdown.

My thought is that since the AgentStop process uses the synch area
too, you are neglecting to supply the correct
-Dorg.apache.manifoldcf.configfile switch to it so that it finds the
right properties.xml and can properly communicate with the running
Agents process.  Registration commands etc also ought to be receiving
the same -D switch.

Karl



On Fri, Apr 29, 2011 at 12:11 AM,  <ho...@farzad.net> wrote:
> I've got most of the pieces working in Eclipse.  The one problem I'm working
> through is stopping the agent process.  It seems that when the agent is
> running in Eclipse, it is not receiving the signal.  Any thought as to what
> might be causing this?
>
> Noted in the docs says if you have to kill the agent, then call the
> LockClean command.  Going through the code, it seems to just delete all the
> sync dirs, would I do this manually myself.  Even better you I might have
> eclipse clean up the sync dir before starting the agent.
>
> Thanks!
>

Reply via email to