R: Different time in Simple History Report

2018-08-14 Thread Bisonti Mario
Hallo. I compiled, but with this version I see the time 2 hour less of the right time and the report seems wrong time by the actual time as you can see in the attachment. So I rollback to the previous version. [cid:image001.jpg@01D433BF.C8289560] Da: Karl Wright Inviato: venerdì 10 agosto

R: Different time in Simple History Report

2018-08-14 Thread Bisonti Mario
Hi Karl. In my environment, browser time and server timezone are the same. Before the modification, I saw that the “Start Time:” filter was right, so in the timezone of the browser, equal to the server timezone (Europe/Rome) Instead the report, had the column “start Time” equal to my timezone

Re: Using mainfoldCF as a webcrawler with tika and solr

2018-08-14 Thread Karl Wright
Hi Sven, Please have a look at the Simple History report to see what happened to the documents you are interested in. The Web Connector will fetch binary documents no problem, but it sounds like you have something else in your configuration that is causing them to be rejected. The configuration

R: Different time in Simple History Report

2018-08-14 Thread Bisonti Mario
This from http://browserspy.dk/date.php [cid:image002.jpg@01D433CA.F56CDDF0] Da: Karl Wright Inviato: martedì 14 agosto 2018 12:20 A: user@manifoldcf.apache.org Oggetto: Re: Different time in Simple History Report Hi Mario, I did not change how the Start Time filter was defined in the UI

Using mainfoldCF as a webcrawler with tika and solr

2018-08-14 Thread Farrenkopf, Sven
I'm using manifoldCF with solr, trying to get it working as a webcrawler. Crawling the websites (HTML, Text) works fine, the problem is that links to binary documents (pdf, xlsx, docx, ...) don't work even if I put a tika-Transformation in the job. I haven't even found a written confirmation

Re: Different time in Simple History Report

2018-08-14 Thread Karl Wright
Hi Mario, The UI uses browser time exclusively. The columns displayed, however, are based on the server's time. This is how MCF functioned up until the year 2016, when the columns were changed to display UTC instead. I reverted that behavior with my commit. I am not sure I know what it is you

Re: Different time in Simple History Report

2018-08-14 Thread Karl Wright
Hi Mario, I did not change how the Start Time filter was defined in the UI at all. The only change was in how the report data was presented. Can you please check your browser time? Karl On Tue, Aug 14, 2018 at 6:13 AM Bisonti Mario wrote: > Hi Karl. > > > > In my environment, browser time

R: Different time in Simple History Report

2018-08-14 Thread Bisonti Mario
I don’t obtain a different result.. Where could I check the commit? Which is the file commited , so I can check it ? Thanks a lot Da: Karl Wright Inviato: martedì 14 agosto 2018 14:17 A: user@manifoldcf.apache.org Oggetto: Re: Different time in Simple History Report Ok, I committed code that

R: Different time in Simple History Report

2018-08-14 Thread Bisonti Mario
I used those commands: sudo service tomcat start cd /home/administrator/mcfsorce/ sudo svn co https://svn.apache.org/repos/asf/manifoldcf/trunk cd trunk sudo ant make-core-deps sudo ant make-deps sudo ant build cd /opt/ ll sudo mv manifoldcf manifoldcf_ok sudo mkdir /opt/manifoldcf sudo cp -a

Re: Different time in Simple History Report

2018-08-14 Thread Karl Wright
It does not look at all like you have properly built with the changed source code. Karl On Tue, Aug 14, 2018 at 9:51 AM Bisonti Mario wrote: > I am not able to check the file.. > > > > Furthermore, I try to explain better the behaviour that I see with the > attachment > > > > > > > > *Da:*

Re: Different time in Simple History Report

2018-08-14 Thread Karl Wright
There were a number of files committed. On Tue, Aug 14, 2018 at 9:02 AM Bisonti Mario wrote: > I don’t obtain a different result.. > > Where could I check the commit? > > Which is the file commited , so I can check it ? > > Thanks a lot > > > > > > *Da:* Karl Wright > *Inviato:* martedì 14

Re: Different time in Simple History Report

2018-08-14 Thread Karl Wright
Ok, I committed code that insures that all times displayed in reports are in the browser client timezone. The same timezone is used throughout. Hopefully this will clear up any remaining confusion. Karl On Tue, Aug 14, 2018 at 6:33 AM Bisonti Mario wrote: > This from

Re: Different time in Simple History Report

2018-08-14 Thread Karl Wright
Hi Mario, Where did you deploy the war files on tomcat? Karl On Tue, Aug 14, 2018 at 10:25 AM Bisonti Mario wrote: > I used those commands: > > sudo service tomcat start > > cd /home/administrator/mcfsorce/ > > sudo svn co https://svn.apache.org/repos/asf/manifoldcf/trunk > > cd trunk > >