[jira] [Commented] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-07-16 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886308#comment-16886308 ] Karl Wright commented on CONNECTORS-1566: - Currently, the UI fails in

[jira] [Commented] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-07-16 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886309#comment-16886309 ] Karl Wright commented on CONNECTORS-1566: - [~rafaharo], do you know off

[jira] [Commented] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-07-15 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885287#comment-16885287 ] Karl Wright commented on CONNECTORS-1566: - Hi [~schuch], CONNECTORS-111

[jira] [Commented] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-07-14 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16884718#comment-16884718 ] Karl Wright commented on CONNECTORS-1566: - [~schuch], the connecto

Re: JDBC Connector Max Connection Size is set as hardcoded

2019-06-28 Thread Karl Wright
Hi Cihad, The "connections" that the tab is referring to are ManifoldCF connections, not JDBC connection pool sizes, which is something completely different. The JDBC connector shares access to JDBC connections across a hard-wired pool. The number hardcoded is fine until you have more than 30 wo

[jira] [Resolved] (CONNECTORS-1613) Array Index Out of Bounds exception, JDBC connector with attributes

2019-06-24 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1613. - Resolution: Fixed r1862000 > Array Index Out of Bounds exception, JDBC connec

[jira] [Created] (CONNECTORS-1613) Array Index Out of Bounds exception, JDBC connector with attributes

2019-06-24 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-1613: --- Summary: Array Index Out of Bounds exception, JDBC connector with attributes Key: CONNECTORS-1613 URL: https://issues.apache.org/jira/browse/CONNECTORS-1613

[jira] [Resolved] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

2019-06-24 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1519. - Resolution: Fixed r1861998 Thank you, [~glaenen]! > CLIENTPROTOCOLEXCEPT

[jira] [Commented] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

2019-06-24 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871104#comment-16871104 ] Karl Wright commented on CONNECTORS-1519: - Thank you for the patch! I

Re: Solr Output Connector - Too big metadata names

2019-06-19 Thread Karl Wright
Hi Julien, The Solr connector uses multipart form posting, and this is covered by specification pretty completely. I am therefore not surprised that a long-named chunk of metadata exceeds some limit. The open-source software that Solr uses to decode the form post probably adheres to the standard

[jira] [Commented] (CONNECTORS-1612) Postpone files in SMBException

2019-06-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16867466#comment-16867466 ] Karl Wright commented on CONNECTORS-1612: - I do not want to add yet

[jira] [Resolved] (CONNECTORS-1612) Postpone files in SMBException

2019-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1612. - Resolution: Fixed Fix Version/s: ManifoldCF 2.14 r1861582 > Postpone fi

[jira] [Commented] (CONNECTORS-1612) Postpone files in SMBException

2019-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866714#comment-16866714 ] Karl Wright commented on CONNECTORS-1612: - {quote} 3. If it fails, the

[jira] [Assigned] (CONNECTORS-1612) Postpone files in SMBException

2019-06-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1612: --- Assignee: Karl Wright > Postpone files in SMBExcept

Re: Alternative approaches for jobs aborting on problematic docs

2019-06-06 Thread Karl Wright
s containing metadata with non ASCII characters > (errors occured with chinese/japanese chars). The error mentioned a HTTP > bad request header, so most propably a 4xx/5xx HTTP error. > > Do you think we can work out something to postpone/skip these classes of > errors ? Would be

Re: Alternative approaches for jobs aborting on problematic docs

2019-06-05 Thread Karl Wright
Please let me note that there are *tons* of errors you can get when crawling, from database errors to out-of-memory conditions to the actual ones you care about, namely errors accessing the repository. It is crucial that the connector code separate these errors into those that are fatal, those tha

[jira] [Resolved] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1609. - Resolution: Fixed > SharePoint connector ignore 503 err

[jira] [Commented] (CONNECTORS-1610) handle error 500 in WindowsShare repository connector

2019-05-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849560#comment-16849560 ] Karl Wright commented on CONNECTORS-1610: - ManifoldCF retries based on

[jira] [Commented] (CONNECTORS-1610) handle error 500 in WindowsShare repository connector

2019-05-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849479#comment-16849479 ] Karl Wright commented on CONNECTORS-1610: - Hello Olivier, ManifoldCF

[jira] [Resolved] (CONNECTORS-1610) handle error 500 in WindowsShare repository connector

2019-05-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1610. - Resolution: Won't Fix > handle error 500 in WindowsShare repository c

Re: Repository connector for source with with delta API

2019-05-27 Thread Karl Wright
s message that I've already switched to MODEL_ALL, and am > detecting and providing the list of currently active seeds on every > call to addSeedDocuments. > > Regards, > Raman > > On Mon, May 27, 2019 at 4:55 PM Karl Wright wrote: > > > > This is very di

Re: Repository connector for source with with delta API

2019-05-27 Thread Karl Wright
each of those documents, > as expected. > > How do I code the connector such that I can now remove the documents > that are now unreachable due to the deleted seed? I don't see any > calls to `processDocuments` via the framework that would allow me to > do this. > > Re

[jira] [Updated] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1609: Attachment: CONNECTORS-1609.diff > SharePoint connector ignore 503 err

[jira] [Commented] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849088#comment-16849088 ] Karl Wright commented on CONNECTORS-1609: - Updated patch atta

[jira] [Updated] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1609: Attachment: CONNECTORS-1609.diff > SharePoint connector ignore 503 err

[jira] [Commented] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848719#comment-16848719 ] Karl Wright commented on CONNECTORS-1609: - Patched attached. Please

[jira] [Commented] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848713#comment-16848713 ] Karl Wright commented on CONNECTORS-1609: - As discussed in email,

[jira] [Comment Edited] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848713#comment-16848713 ] Karl Wright edited comment on CONNECTORS-1609 at 5/27/19 8:2

[jira] [Assigned] (CONNECTORS-1609) SharePoint connector ignore 503 errors

2019-05-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1609: --- Assignee: Karl Wright > SharePoint connector ignore 503 err

Re: Repository connector for source with with delta API

2019-05-24 Thread Karl Wright
e some place > where I can store the delta token state? Or does my connector have to > create its own db table to store this? > > Regards, > Raman > > On Fri, May 24, 2019 at 6:18 PM Karl Wright wrote: > > > > So MODEL_ADD_CHANGE does not work for you, eh? > > >

Re: Repository connector for source with with delta API

2019-05-24 Thread Karl Wright
get called again for those seed document ids. > > I do note that the queue shows documents 100, 110, and 120 in state > "Waiting for processing", and nothing I do seems to affect that. The > database update in JobQueue.updateExistingRecordInitial is a no-op for > these do

Re: Repository connector for source with with delta API

2019-05-24 Thread Karl Wright
that model. If MODEL_ADD_CHANGE mostly works for you, then the next step is to figure out why MODEL_ADD_CHANGE_DELETE is failing. Karl On Fri, May 24, 2019 at 5:06 PM Raman Gupta wrote: > On Fri, May 24, 2019 at 4:41 PM Karl Wright wrote: > > > > For ADD_CHANGE_DELE

Re: Repository connector for source with with delta API

2019-05-24 Thread Karl Wright
For ADD_CHANGE_DELETE, the contract for addSeedDocuments() basically says that you have to include *at least* the documents that were changed, added, or deleted since the previous stamp, and if no stamp is provided, it should return ALL specified documents. Are you doing that? If you are, the nex

Re: SharePoint connector behavior

2019-05-24 Thread Karl Wright
Sure, you can create a ticket for that. Karl On Fri, May 24, 2019 at 11:13 AM Julien wrote: > Concerning the issue with the 403 errors, you mean bad creds for the > SharePoint server itself ? > > So I can create a ticket for at least the 503 error ? > > De : Karl Wright > E

Re: SharePoint connector behavior

2019-05-24 Thread Karl Wright
The connector already should be ignoring certain kinds of errors and simply skipping the documents. The issue with 403 errors is that these *may* indicate bad credentials so we do not have any way of distinguishing these cases. A 503 error might be more easy to unambiguously deal with. Karl On

[jira] [Resolved] (CONNECTORS-1607) SharePoint ADFS cannot connect to the sharepoint connecter

2019-05-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1607. - Resolution: Won't Fix Kerberos will not be supported by the SharePoint conn

[jira] [Commented] (CONNECTORS-1607) SharePoint ADFS cannot connect to the sharepoint connecter

2019-05-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16847078#comment-16847078 ] Karl Wright commented on CONNECTORS-1607: - This is not a bug, so I wil

[jira] [Resolved] (CONNECTORS-1593) Memory issue on org.apache.fontbox.ttf.GlyphSubstitutionTable.readLangSysTable(GlyphSubstitutionTable.java:147)

2019-05-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1593. - Resolution: Not A Problem Wasn't a ManifoldCF problem, but rather a co

[jira] [Resolved] (CONNECTORS-1606) Issue related to job run & throttling behaviour

2019-05-22 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1606. - Resolution: Not A Problem Please post this question to the user group rather than

Re: It is possible to dump MCF configuration/status via the REST API?

2019-05-15 Thread Karl Wright
Hi James, I'm sorry to say there isn't any integration with now-ubiquitous monitoring software in ManifoldCF. Proposals are welcome. As for getting a record of configuration -- as you know, the REST API allows you access to all the database-resident structures in MCF, which includes connections

Re: issue for indexing large blobs into databases

2019-05-13 Thread Karl Wright
I committed a fix for this hang to trunk. Karl On Mon, May 13, 2019 at 11:40 AM Karl Wright wrote: > Thanks -- this shows a classic deadlock occurring, where the System.exit() > call effectively blocks the thread that does it from exiting, and thus > blocks the system from shutting do

Re: issue for indexing large blobs into databases

2019-05-13 Thread Karl Wright
tal 157248K, used 39902K [0xe000, > 0xeaaa, 0xeaaa) > eden space 139776K, 28% used [0xe000, 0xe26f7a80, > 0xe888) > from space 17472K, 0% used [0xe999, 0xe999, > 0xeaaa) >

[jira] [Commented] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

2019-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838479#comment-16838479 ] Karl Wright commented on CONNECTORS-1519: - [~goovaertsr], as I've

[jira] [Resolved] (CONNECTORS-1605) Update HTML Extractor connector

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1605. - Resolution: Fixed Fix Version/s: ManifoldCF 2.14 > Update HTML Extrac

[jira] [Resolved] (CONNECTORS-1574) Performance tuning of manifold

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1574. - Resolution: Fixed No response from user; closing. > Performance tuning

[jira] [Updated] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1566: Fix Version/s: (was: ManifoldCF 2.13) ManifoldCF 2.14

[jira] [Updated] (CONNECTORS-1591) RTF comment parsing problem

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1591: Fix Version/s: (was: ManifoldCF 2.13) ManifoldCF 2.14 >

[jira] [Updated] (CONNECTORS-1508) Add support for French Language

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1508: Fix Version/s: (was: ManifoldCF 2.13) ManifoldCF 2.14 >

[jira] [Updated] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1519: Fix Version/s: (was: ManifoldCF 2.13) ManifoldCF 2.14

[jira] [Updated] (CONNECTORS-1521) Documentum Connector users ManifoldCF's local time in queries constraints against the Documentum server without reference to time zones

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1521: Fix Version/s: (was: ManifoldCF 2.13) ManifoldCF 2.14

[jira] [Updated] (CONNECTORS-1605) Update HTML Extractor connector

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1605: Affects Version/s: (was: ManifoldCF 2.9.1) ManifoldCF 2.13

[jira] [Updated] (CONNECTORS-1605) Update HTML Extractor connector

2019-05-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1605: Fix Version/s: (was: ManifoldCF 2.10) > Update HTML Extractor connec

[jira] [Created] (CONNECTORS-1605) Update HTML Extractor connector

2019-05-10 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-1605: --- Summary: Update HTML Extractor connector Key: CONNECTORS-1605 URL: https://issues.apache.org/jira/browse/CONNECTORS-1605 Project: ManifoldCF Issue

Re: issue for indexing large blobs into databases

2019-05-07 Thread Karl Wright
lt;<<<<< So that is what you should see happening. Are you providing the complete stack trace from your out-of-memory exception? That would help confirm the picture. It had to have been printed from somewhere; it goes to standard error, whatever that is. Karl On Tue, May 7, 2

Re: issue for indexing large blobs into databases

2019-05-07 Thread Karl Wright
n just having the process endlessly active ? > > As for the OOM, the work around we decided to use is to increase the > values of xms and xmx java memory in options.env.unix. > I also attached the thread dump to this mail. > > Thanks, > Best regards, > > Olivier > >

Re: issue for indexing large blobs into databases

2019-05-06 Thread Karl Wright
It sounds like there might be an out-of-memory situation, although if that is the case I would expect that the MCF agents process would just shut itself down. If the process is hung, it should be easy to get a thread dump. That would be the first step. Some thoughts as to what might be happening

[jira] [Commented] (CONNECTORS-1500) HTML Extractor transformation connector contribution

2019-05-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833691#comment-16833691 ] Karl Wright commented on CONNECTORS-1500: - Hi [~olivierfl], please op

[RESULT] [VOTE] Release Apache ManifoldCF 2.13, RC1

2019-05-01 Thread Karl Wright
Three +1's, >72 hours. Vote passes! Karl On Wed, May 1, 2019 at 11:37 AM Antonio David Pérez Morales < adperezmora...@gmail.com> wrote: > Built and ran tests > > +1 for me > > El mar., 30 abr. 2019 8:34, Karl Wright escribió: > > > Ran tests. > >

[jira] [Commented] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

2019-05-01 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830948#comment-16830948 ] Karl Wright commented on CONNECTORS-1519: - [~svanschalkwyk], are

[jira] [Resolved] (CONNECTORS-1602) Continuous crawling doesn't recrawl everything

2019-05-01 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1602. - Resolution: Not A Problem > Continuous crawling doesn't recrawl ev

[jira] [Commented] (CONNECTORS-1604) Documentation to run Manifold over SSL

2019-04-30 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830682#comment-16830682 ] Karl Wright commented on CONNECTORS-1604: - The standard example script

[jira] [Commented] (CONNECTORS-1604) Documentation to run Manifold over SSL

2019-04-30 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830459#comment-16830459 ] Karl Wright commented on CONNECTORS-1604: - I presume you mean the UI?

Re: [VOTE] Release Apache ManifoldCF 2.13, RC1

2019-04-29 Thread Karl Wright
Ran tests. +1 from me. Karl On Mon, Apr 29, 2019 at 4:32 AM Rafa Haro wrote: > Downloaded source code and built the release correctly. +1 > > On Thu, Apr 25, 2019 at 11:54 PM Karl Wright wrote: > > > Please vote on whether to release Apache ManifoldCF 2.13, RC0. The >

[jira] [Commented] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

2019-04-29 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16829143#comment-16829143 ] Karl Wright commented on CONNECTORS-1519: - [~st...@remcam.net], are

[jira] [Commented] (CONNECTORS-1602) Continuous crawling doesn't recrawl everything

2019-04-26 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826879#comment-16826879 ] Karl Wright commented on CONNECTORS-1602: - [~DonaldVdD] ManifoldCF kee

[jira] [Commented] (CONNECTORS-1602) Continuous crawling doesn't recrawl everything

2019-04-26 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826725#comment-16826725 ] Karl Wright commented on CONNECTORS-1602: - Hi [~DonaldVdD], MCF keeps c

[VOTE] Release Apache ManifoldCF 2.13, RC1

2019-04-25 Thread Karl Wright
Please vote on whether to release Apache ManifoldCF 2.13, RC0. The release artifact can be found at: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.13. There is also a release tag at https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.13-RC1. This release contains pr

[CANCEL] [VOTE] Release Apache ManifoldCF 2.13, RC0

2019-04-25 Thread Karl Wright
The jcifs pom file is corrupt. Will fix and spin RC1. Karl On Thu, Apr 25, 2019 at 2:40 PM Rafa Haro wrote: > I will forward you the email > > El El jue, 25 abr 2019 a las 20:37, Karl Wright > escribió: > > > Which job? I did not receive a notice. > > Karl >

[jira] [Commented] (CONNECTORS-1602) Continuous crawling doesn't recrawl everything

2019-04-25 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826349#comment-16826349 ] Karl Wright commented on CONNECTORS-1602: - Continuous crawling bases

Re: [VOTE] Release Apache ManifoldCF 2.13, RC0

2019-04-25 Thread Karl Wright
On Thu, Apr 25, 2019 at 9:14 AM Karl Wright wrote: > > > It works fine for me. Here it is again: > > > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.13/ > > > > I see: > > > > dist - Revision 33773: /dev/manifoldcf/apache-manifoldcf

Re: [VOTE] Release Apache ManifoldCF 2.13, RC0

2019-04-25 Thread Karl Wright
PM Irindu Nugawela wrote: > Hi Karl, > The URL does not direct to the artifact it gives me the following error > when I try to visit the link > Not Found > The requested URL /repos/dist/dev/manifoldcf/apache-manifoldcf-2.13. was > not found on this server. > Please rectify the issu

[VOTE] Release Apache ManifoldCF 2.13, RC0

2019-04-24 Thread Karl Wright
Please vote on whether to release Apache ManifoldCF 2.13, RC0. The release artifact can be found at: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.13. There is also a release tag at https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.13-RC0. This release contains pr

Re: Release 2.13 and CONNECTORS-1498

2019-04-24 Thread Karl Wright
re migrated to O365 services some months > ago, so i am unfortunately unable to help here, sorry. > > IMHO we should ship because anyone using the abandoned jcifs based > connector relies on vulnerable cifs protocols (if i am correct). > > Cheers > Markus > > > Am

Re: Release 2.13 and CONNECTORS-1498

2019-04-24 Thread Karl Wright
ip it. Some people might be surprised though. :-) Karl On Mon, Apr 22, 2019 at 7:23 AM Karl Wright wrote: > Hi all, > > It came to my attention last week that there's a new version of Jcifs > available, which has some API changes and is thus not backwards compatible > with

[jira] [Commented] (CONNECTORS-1600) Add support for configuring JCIFS connector's resilience to SMB exceptions before throwing a ServiceInterruption

2019-04-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823915#comment-16823915 ] Karl Wright commented on CONNECTORS-1600: - How many times did you hav

[jira] [Commented] (CONNECTORS-1498) Support SMBv2/v3 protocol for Windows Shares connector

2019-04-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823800#comment-16823800 ] Karl Wright commented on CONNECTORS-1498: - Hi, The following settings

[jira] [Resolved] (CONNECTORS-1600) Add support for configuring JCIFS connector's resilience to SMB exceptions before throwing a ServiceInterruption

2019-04-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1600. - Resolution: Won't Fix Not a good idea in my opinion > Add support for con

[jira] [Commented] (CONNECTORS-1600) Add support for configuring JCIFS connector's resilience to SMB exceptions before throwing a ServiceInterruption

2019-04-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823794#comment-16823794 ] Karl Wright commented on CONNECTORS-1600: - This is, I would sug

[jira] [Commented] (CONNECTORS-1498) Support SMBv2/v3 protocol for Windows Shares connector

2019-04-22 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823745#comment-16823745 ] Karl Wright commented on CONNECTORS-1498: - Some of these settings sh

Release 2.13 and CONNECTORS-1498

2019-04-22 Thread Karl Wright
Hi all, It came to my attention last week that there's a new version of Jcifs available, which has some API changes and is thus not backwards compatible with the old version. But it also has significant new features added. I updated the code for it in https://svn.apache.org/repos/asf/manifoldcf/

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821823#comment-16821823 ] Karl Wright commented on CONNECTORS-1449: - Well, this is the method you

[jira] [Commented] (CONNECTORS-1498) Support SMBv2/v3 protocol for Windows Shares connector

2019-04-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821570#comment-16821570 ] Karl Wright commented on CONNECTORS-1498: - Ok, I got past the b

[jira] [Commented] (CONNECTORS-1498) Support SMBv2/v3 protocol for Windows Shares connector

2019-04-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821562#comment-16821562 ] Karl Wright commented on CONNECTORS-1498: - [~hhoechtl], I just tried

[jira] [Commented] (CONNECTORS-1498) Support SMBv2/v3 protocol for Windows Shares connector

2019-04-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821122#comment-16821122 ] Karl Wright commented on CONNECTORS-1498: - [~hhoechtl], this looks li

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-15 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817880#comment-16817880 ] Karl Wright commented on CONNECTORS-1449: - Yes, we could use the ListI

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-14 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817462#comment-16817462 ] Karl Wright commented on CONNECTORS-1449: - We cannot, and should

Time for another release

2019-04-13 Thread Karl Wright
Target release date for this release is April 30. If I hear no objections, I'll create a release branch tomorrow or Monday. Thanks, Karl

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816578#comment-16816578 ] Karl Wright commented on CONNECTORS-1449: - Hi, the method that is use

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816164#comment-16816164 ] Karl Wright commented on CONNECTORS-1449: - The MCPermissions plugi

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816017#comment-16816017 ] Karl Wright commented on CONNECTORS-1449: - It depends on why you wan

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815765#comment-16815765 ] Karl Wright commented on CONNECTORS-1449: - [~durai-jira] Rewriting

[jira] [Resolved] (CONNECTORS-1599) response code 401 still gets deleted with the setting "keep unreachable documents"

2019-04-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1599. - Resolution: Not A Problem Assignee: Karl Wright Fix Version/s

[jira] [Commented] (CONNECTORS-1599) response code 401 still gets deleted with the setting "keep unreachable documents"

2019-04-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815389#comment-16815389 ] Karl Wright commented on CONNECTORS-1599: - [~goovaertsr], 401 means

[jira] [Commented] (CONNECTORS-1449) Add support for respecting the NoCrawl flag in Sharepoint

2019-04-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815388#comment-16815388 ] Karl Wright commented on CONNECTORS-1449: - [~durai-jira], I do not ha

[jira] [Commented] (CONNECTORS-1592) Found long running query in manifold scheduled job

2019-04-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814326#comment-16814326 ] Karl Wright commented on CONNECTORS-1592: - [~goovaertsr] Yes, if you

[jira] [Commented] (CONNECTORS-1593) Memory issue on org.apache.fontbox.ttf.GlyphSubstitutionTable.readLangSysTable(GlyphSubstitutionTable.java:147)

2019-04-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814310#comment-16814310 ] Karl Wright commented on CONNECTORS-1593: - Hi [~DonaldVdD], what conne

[jira] [Commented] (CONNECTORS-1592) Found long running query in manifold scheduled job

2019-04-10 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814306#comment-16814306 ] Karl Wright commented on CONNECTORS-1592: - {quote} the largest was 2236

[jira] [Commented] (CONNECTORS-1592) Found long running query in manifold scheduled job

2019-04-09 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16813400#comment-16813400 ] Karl Wright commented on CONNECTORS-1592: - {quote} one 'root'

[jira] [Commented] (CONNECTORS-1592) Found long running query in manifold scheduled job

2019-04-04 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809709#comment-16809709 ] Karl Wright commented on CONNECTORS-1592: - [~goovaertsr], this

[jira] [Commented] (CONNECTORS-1598) session based authentication cannot register 401

2019-04-03 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808808#comment-16808808 ] Karl Wright commented on CONNECTORS-1598: - Hi [~goovaertsr], if your

<    3   4   5   6   7   8   9   10   11   12   >