Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
Hi Karl, By 'other place', do you mean the \lib repository? If that so, then I have already tried it and it didn't work. Othman. On Thu, 31 Aug 2017 at 18:07, Karl Wright wrote: > Hi Othman, > > I used the java dependency inspector to see what the issue is and it turns >

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
All the dependencies you mentioned have already been added in the options.env.win file in the multiprocess-file-example repository. On Thu, 31 Aug 2017 at 17:33, Beelz Ryuzaki wrote: > Yes, I added it in the options.env.win file. Should it be the one in the >

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
These are the five jars that dependency analysis said should be needed: // both poi-ooxml and poi-ooxml-schemas Don't do any other jars than these, but DO make sure all four jars are moved. Thanks! Karl On Thu, Aug 31, 2017 at 11:30 AM,

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
Could it be a problem of elasticsearch's version ? I'm actually using 2.1.0 which is pretty old for this new version of ManifoldCF? Othman. On Thu, 31 Aug 2017 at 17:23, Beelz Ryuzaki wrote: > I moved back both the jars you mentioned and a different is showing. You > will

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
I've looked at the dependencies; you should not have moved poi-3.15.jar. Please move that back, and commons-collections4-4.1.jar too. You *will* need to move curvesapi-1.04.jar though. Thanks, Karl On Thu, Aug 31, 2017 at 11:04 AM, Karl Wright wrote: > If you include

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
If you include poi.jar, then all dependencies of poi.jar must also be included. This would mean that curvesapi-1.04.jar and commons-collections4-4.1.jar should also be included. Karl On Thu, Aug 31, 2017 at 10:23 AM, Beelz Ryuzaki wrote: > Hi Karl, > > I added the two

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
And concerning the path tabs, I will use the Unix/Windows wildcards. I think it will be enough. Othman. On Thu, 31 Aug 2017 at 16:23, Beelz Ryuzaki wrote: > Hi Karl, > > I added the two jars that you have mentioned and another one : > poi-3.15.jar . Unfortunately, there is

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
Hi Othman, Yes, this shows that the jar we moved calls back into another jar, which will also need to be moved. *That* jar has yet another dependency too. The list of jars is thus extended to include: poi-ooxml-3.15.jar dom4j-1.6.1.jar Karl On Thu, Aug 31, 2017 at 9:25 AM, Beelz Ryuzaki

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
Once again, I need a stack trace to diagnose what the problem is. Thanks, Karl On Thu, Aug 31, 2017 at 9:14 AM, Beelz Ryuzaki wrote: > Oh, actually it didn't solve the problem. I looked into the log file and > saw the following error: > > Error tossed :

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
Oh, actually it didn't solve the problem. I looked into the log file and saw the following error: Error tossed : org/apache/poi/POIXMLTypeLoader java.lang.NoClassDefFoundError: org/apache/poi/POIXMLTypeLoader. Maybe another jar is missing ? Othman. On Thu, 31 Aug 2017 at 15:01, Beelz Ryuzaki

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
Ok, I will try it right away and let you know if it works. Othman. On Thu, 31 Aug 2017 at 14:15, Karl Wright wrote: > Oh, and you also may need to edit your options.env files to include them > in the classpath for startup. > > Karl > > > On Thu, Aug 31, 2017 at 7:53 AM,

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
Oh, and you also may need to edit your options.env files to include them in the classpath for startup. Karl On Thu, Aug 31, 2017 at 7:53 AM, Karl Wright wrote: > If you are amenable, there is another workaround you could try. > Specifically: > > (1) Shut down all MCF

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
If you are amenable, there is another workaround you could try. Specifically: (1) Shut down all MCF processes. (2) Move the following two files from connector-common-lib to lib: xmlbeans-2.6.0.jar poi-ooxml-schemas-3.15.jar (3) Restart everything and see if your crawl resumes. Please let me

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
I created a ticket for this: CONNECTORS-1450. One simple workaround is to use the external Tika server transformer rather than the embedded Tika Extractor. I'm still looking into why the jar is not being found. Karl On Thu, Aug 31, 2017 at 7:08 AM, Beelz Ryuzaki wrote:

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
Hi Othman, The way you restrict documents with the windows share connector is by specifying information on the "Paths" tab in jobs that crawl windows shares. There is end-user documentation both online and distributed with all binary distributions that describe how to do this. Have you found

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Karl Wright
I need the complete stack trace please. Are you building ManifoldCF yourself, or are you using the distributed binary? Karl On Thu, Aug 31, 2017 at 5:48 AM, Beelz Ryuzaki wrote: > I have also encountered the following problem while indexing documents in > the windows

Re: Question about ManifoldCF 2.8

2017-08-31 Thread Beelz Ryuzaki
Hello Karl, Thank you for your response, I will start using zookeeper and I will let you know if it works. I have another question to ask. Actually, I need to make some filters while crawling. I don't want to crawl some files and some folders. Could you give me an example of how to use the regex.