Hi Mario, Two things you should know. First, if you have very large jobs, it can take a while to abort them. This is because the documents need to have their document priority cleared, and that can take a while for a large job. Second, what you describe sounds like you may have stuck locks. This can happen if you are using a multiprocess setup and are using file-based synchronization and you kill jobs with kill -9. To clean this up, you need to perform the lock-clean procedure:
(1) Shut down all manifoldcf processes (2) Execute the lock-clean script (3) Start up the manifoldcf processes Thanks, Karl On Tue, Jun 12, 2018 at 7:11 AM Bisonti Mario <[email protected]> wrote: > Hallo. > > > > I have jobs in aborting status and it hangs. > > I tried to restart manifoldcf, I restarted the machine, but the job hangs > in aborting status. > > > > Now, I am not able to start every job because they stay in starting status > > > > How could I solve it? > > > > Thanks. >
