Re: sharepoint crawler documents limit

2019-12-20 Thread Karl Wright
Hi Priya, This has nothing to do with anything in ManifoldCF. Karl On Fri, Dec 20, 2019 at 7:56 AM Priya Arora wrote: > Hi All, > > Is this issue something to have with below value/parameters set in > properties.xml. > [image: image.png] > > > On Fri, Dec 20, 2019 at 5:21 PM Jorge Alonso

Re: sharepoint crawler documents limit

2019-12-20 Thread Priya Arora
Hi All, Is this issue something to have with below value/parameters set in properties.xml. [image: image.png] On Fri, Dec 20, 2019 at 5:21 PM Jorge Alonso Garcia wrote: > And what other sharepoint parameter I could check? > > Jorge Alonso Garcia > > > > El vie., 20 dic. 2019 a las 12:47, Karl

Re: sharepoint crawler documents limit

2019-12-20 Thread Jorge Alonso Garcia
And what other sharepoint parameter I could check? Jorge Alonso Garcia El vie., 20 dic. 2019 a las 12:47, Karl Wright () escribió: > The code seems correct and many people are using it without encountering > this problem. There may be another SharePoint configuration parameter you > also

Re: sharepoint crawler documents limit

2019-12-20 Thread Karl Wright
The code seems correct and many people are using it without encountering this problem. There may be another SharePoint configuration parameter you also need to look at somewhere. Karl On Fri, Dec 20, 2019 at 6:38 AM Jorge Alonso Garcia wrote: > > Hi Karl, > On sharepoint the list view

Re: sharepoint crawler documents limit

2019-12-20 Thread Jorge Alonso Garcia
Hi Karl, On sharepoint the list view threshold is 150,000 but we only receipt 20,000 from mcf [image: image.png] Jorge Alonso Garcia El jue., 19 dic. 2019 a las 19:19, Karl Wright () escribió: > If the job finished without error it implies that the number of documents > returned from this

Re: Manifoldcf server Error

2019-12-20 Thread Markus Schuch
Hi Priya, the container you trying to interactivily executing a command with is no longer running. It is not possible to execute command with stopped containers. The logger issues might be related to missing file system permissions. But thats a wild guess. Is there a "Caused by" part in the

Re: Manifoldcf server Error

2019-12-20 Thread Priya Arora
Hi All, When i am trying to execute bash command inside manifoldcf container getting error. [image: image.png] And when checking logs Sudo docker logs 2019-12-19 18:09:05,848 Job start thread ERROR Unable to write to stream logs/manifoldcf.log for appender MyFile 2019-12-19 18:09:05,848 Seeding

Re: Manifoldcf server Error

2019-12-20 Thread Priya Arora
Hi Markus, Many thanks for your reply!!. I tried this approach to reproduce the scenario in a different environment, but the case where I listed the error above is when I am crawling INTRANET sites which can be accessible over a remote server. Also I have used Transformation connectors:-Allow

Re: Manifoldcf server Error

2019-12-20 Thread Markus Schuch
Hi Priya, in my experience, i would focus on the OutOfMemoryError (OOME). 8 Gigs can be enough, but they don't have to. At first i would check if the jvm is really getting the desired heap size. The dockered environment make that a little harder find find out, since you need to get access to the

Re: Manifoldcf server Error

2019-12-20 Thread Priya Arora
Hi Markus , Heap size defined is 8GB. Manifoldcf start-options-unix file Xmx etc parameters is defined to have memory 8192mb. It seems to be an issue with memory also, and also when manifoldcf tries to communicate to Database. Do you explicitly define somewhere connection timer when to

Re: Manifoldcf server Error

2019-12-20 Thread Markus Schuch
Hi Priya, your manifoldcf JVM suffers from high garbage collection pressure: java.lang.OutOfMemoryError: GC overhead limit exceeded What is your current heap size? Without knowing that, i suggest to increase the heap size. (java -Xmx...) Cheers, Markus Am 20.12.2019 um 09:02 schrieb Priya