Re: Different time in Simple History Report

2018-08-10 Thread Karl Wright
Try it now. Karl On Fri, Aug 10, 2018 at 10:57 AM Bisonti Mario wrote: > Yes > > sudo ant make-core-deps > > Buildfile: /home/administrator/mcfsorce/trunk/build.xml > > Trying to override old definition of task javac > > > > BUILD FAILED > > /home/administrator/mcfsorce/trunk/build.xml:2929:

R: Different time in Simple History Report

2018-08-10 Thread Bisonti Mario
Yes sudo ant make-core-deps Buildfile: /home/administrator/mcfsorce/trunk/build.xml Trying to override old definition of task javac BUILD FAILED /home/administrator/mcfsorce/trunk/build.xml:2929: taskdef class de.thetaphi.forbiddenapis.ant.AntTask cannot be found using the classloader

Re: Different time in Simple History Report

2018-08-10 Thread Karl Wright
Did you first do: ant make-core-deps ? Karl On Fri, Aug 10, 2018 at 5:04 AM Bisonti Mario wrote: > Thanks Karl. > > I tried to compile the trunk version but I obtian: > > Buildfile: /home/administrator/mcfsorce/trunk/build.xml > > Trying to override old definition of task javac > > > >

Re: crawl interrupted

2018-08-10 Thread Gustavo Beneitez
I see. Starting another process somehow it turns out to the same point DEBUG 2018-08-10T10:31:08,336 (Thread-38685) - Cancelling request execution No one is pushing the button through the Web User Interface, so I guess I have to look at the source code. El vie., 10 ago. 2018 a las 10:55,

R: Different time in Simple History Report

2018-08-10 Thread Bisonti Mario
Thanks Karl. I tried to compile the trunk version but I obtian: Buildfile: /home/administrator/mcfsorce/trunk/build.xml Trying to override old definition of task javac BUILD FAILED /home/administrator/mcfsorce/trunk/build.xml:2929: taskdef class de.thetaphi.forbiddenapis.ant.AntTask cannot be

Re: crawl interrupted

2018-08-10 Thread Karl Wright
There is no configuration I know of that is related to this. The connection manager being shut down occurs when the agents process is being shut down or killed. This is not something that MCF will do except when told to. Karl On Fri, Aug 10, 2018 at 4:28 AM Gustavo Beneitez wrote: > Hi

Re: Different time in Simple History Report

2018-08-10 Thread Karl Wright
I've committed a change to trunk which will restore the pre-2016 behavior. Karl On Fri, Aug 10, 2018 at 3:40 AM Karl Wright wrote: > The code that formats the time is here: > > >> > String startTimeString = >

Re: crawl interrupted

2018-08-10 Thread Gustavo Beneitez
Hi again Karl, I've been further investigating this issue since today it happened again. I was able to capture the instant when jobs stopped, It seems they receive an abort command. I then investigate the logs (they are centralised with Kibana) and the most strange thing I can see is this log:

Re: Different time in Simple History Report

2018-08-10 Thread Karl Wright
The code that formats the time is here: >> String startTimeString = org.apache.manifoldcf.ui.util.Formatter.formatTime(Converter.asLong(row.getValue("starttime"))); << This explicitly uses UTC as the timezone: >> /** Format a long as an understandable date. *@param time is

R: Different time in Simple History Report

2018-08-10 Thread Bisonti Mario
Hallo Karl. My server timezone is set as the browser timezone (europe/Rome) as you can see, but the list is two hour less my time zone. So, it seems that the list uses the “universal time” instead of time zone administrator@sengvivv01:~$ timedatectl Local time: Fri