Re: Welcome Michael Sokolov as Lucene/ Solr committer

2019-05-13 Thread Karl Wright
Welcome, Michael! Karl On Mon, May 13, 2019 at 4:52 PM Martin Gainty wrote: > Удачи Майкл! > > > -- > *From:* Erick Erickson > *Sent:* Monday, May 13, 2019 4:11 PM > *To:* dev@lucene.apache.org > *Subject:* Re: Welcome Michael Sokolov as Lucene/ Solr committer > >

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 shut

[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=16838479#comment-16838479 ] Karl Wright commented on CONNECTORS-1519: - [~goovaertsr], as I've said many times before

[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 tun

[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: Report export functionality

2019-05-08 Thread Karl Wright
The api supports access to report data. Karl On Wed, May 8, 2019, 5:49 AM Remko Mantel wrote: > Hi Manifold peoples, > > Is there any chance on development of export functionality of Reports > within Manifold? For example form the Simpel History reports you can create. > -- > Met vriendelijke

Re: issue for indexing large blobs into databases

2019-05-07 Thread Karl Wright
t;<<< 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, 2019 at 6:42 AM

Re: issue for indexing large blobs into databases

2019-05-07 Thread Karl Wright
t 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 > > Le 6

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

[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=16833691#comment-16833691 ] Karl Wright commented on CONNECTORS-1500: - Hi [~olivierfl], please open a new ticket

[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. > > +1 fr

[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=16830948#comment-16830948 ] Karl Wright commented on CONNECTORS-1519: - [~svanschalkwyk], are you following

[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 everyth

[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=16830682#comment-16830682 ] Karl Wright commented on CONNECTORS-1604: - The standard example script for starting Jetty

[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=16830459#comment-16830459 ] Karl Wright commented on CONNECTORS-1604: - I presume you mean the UI? The UI runs under

Re: [VOTE] Release Apache ManifoldCF 2.13, RC1

2019-04-30 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=16829143#comment-16829143 ] Karl Wright commented on CONNECTORS-1519: - [~st...@remcam.net], are you following

[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=16826879#comment-16826879 ] Karl Wright commented on CONNECTORS-1602: - [~DonaldVdD] ManifoldCF keeps a queue

[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=16826725#comment-16826725 ] Karl Wright commented on CONNECTORS-1602: - Hi [~DonaldVdD], MCF keeps crude statistics

[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

[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=16826349#comment-16826349 ] Karl Wright commented on CONNECTORS-1602: - Continuous crawling bases the next crawl time

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
t 9:28 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

Re: schedule job

2019-04-24 Thread Karl Wright
Read the manual, perhaps? http://manifoldcf.apache.org/release/release-2.12/en_US/end-user-documentation.html#jobs On Wed, Apr 24, 2019 at 6:04 PM Cihad Guzel wrote: > Hi, > > I try schedule job. I have created a job and set schedule values on > schedule tab. I have waited but my job hasn't

Re: Release 2.13 and CONNECTORS-1498

2019-04-24 Thread Karl Wright
d 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 24. April

Re: Release 2.13 and CONNECTORS-1498

2019-04-24 Thread Karl Wright
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=16823915#comment-16823915 ] Karl Wright commented on CONNECTORS-1600: - How many times did you have it retry? >

[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=16823800#comment-16823800 ] Karl Wright commented on CONNECTORS-1498: - Hi, The following settings were suggested

[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 configur

[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=16823794#comment-16823794 ] Karl Wright commented on CONNECTORS-1600: - This is, I would suggest, overkill

[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=16823745#comment-16823745 ] Karl Wright commented on CONNECTORS-1498: - Some of these settings should not be changed from

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

[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=16821823#comment-16821823 ] Karl Wright commented on CONNECTORS-1449: - Well, this is the method you are overriding

[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=16821570#comment-16821570 ] Karl Wright commented on CONNECTORS-1498: - Ok, I got past the build problems and made (what

[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=16821562#comment-16821562 ] Karl Wright commented on CONNECTORS-1498: - [~hhoechtl], I just tried this. The compilation

[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=16821122#comment-16821122 ] Karl Wright commented on CONNECTORS-1498: - [~hhoechtl], this looks like a reimplementation

Re: about schedule job

2019-04-16 Thread Karl Wright
Hi Cihad, For the schedule to fire, *all* of the fields must match. So for example, if you want crawls to start on Tuesdays in October, you select "Tuesday" and "October" from the pulldowns. If you select both "Monday" and "13" then the crawl only starts on Monday the 13th. Karl On Tue, Apr

[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=16817880#comment-16817880 ] Karl Wright commented on CONNECTORS-1449: - Yes, we could use the ListItems method

[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=16817462#comment-16817462 ] Karl Wright commented on CONNECTORS-1449: - We cannot, and should not, change Lists.aspx

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=16816578#comment-16816578 ] Karl Wright commented on CONNECTORS-1449: - Hi, the method that is used to get the SOAP

[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=16816164#comment-16816164 ] Karl Wright commented on CONNECTORS-1449: - The MCPermissions plugin at present furnishes two

[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=16816017#comment-16816017 ] Karl Wright commented on CONNECTORS-1449: - It depends on why you want to avoid crawling

[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=16815765#comment-16815765 ] Karl Wright commented on CONNECTORS-1449: - [~durai-jira] Rewriting the SharePoint connector

[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=16815389#comment-16815389 ] Karl Wright commented on CONNECTORS-1599: - [~goovaertsr], 401 means the document

[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=16815388#comment-16815388 ] Karl Wright commented on CONNECTORS-1449: - [~durai-jira], I do not have a sharepoint

[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=16814326#comment-16814326 ] Karl Wright commented on CONNECTORS-1592: - [~goovaertsr] Yes, if you have no intention

[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=16814310#comment-16814310 ] Karl Wright commented on CONNECTORS-1593: - Hi [~DonaldVdD], what connector is being used

[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=16814306#comment-16814306 ] Karl Wright commented on CONNECTORS-1592: - {quote} the largest was 223673ms, the minimum

[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=16813400#comment-16813400 ] Karl Wright commented on CONNECTORS-1592: - {quote} one 'root' query doesn't get committed

Re: Welcome Tomoko Uchida as Lucene/Solr committer

2019-04-09 Thread Karl Wright
Welcome! Karl On Mon, Apr 8, 2019 at 8:28 PM Christian Moen wrote: > Congratulations, Tomoko-san! > > On Tue, Apr 9, 2019 at 12:20 AM Uwe Schindler wrote: > >> Hi all, >> >> Please join me in welcoming Tomoko Uchida as the latest Lucene/Solr >> committer! >> >> She has been working on

Re: to handle multiple tables in a db crawler job

2019-04-07 Thread Karl Wright
Not in a single job. Each table is presumed to potentially have a different schema so the queries would be different. But you can construct views that represent your data if you wish to concatenate multiple tables. Karl On Sun, Apr 7, 2019 at 10:58 AM Cihad Guzel wrote: > Hi, > > I try

[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=16809709#comment-16809709 ] Karl Wright commented on CONNECTORS-1592: - [~goovaertsr], this is a perfectly fine plan

[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=16808808#comment-16808808 ] Karl Wright commented on CONNECTORS-1598: - Hi [~goovaertsr], if your site authentication

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

2019-04-03 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16808652#comment-16808652 ] Karl Wright edited comment on CONNECTORS-1592 at 4/3/19 12:08 PM

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

2019-04-03 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16808652#comment-16808652 ] Karl Wright commented on CONNECTORS-1592: - [~goovaertsr], when a large number of queries

[jira] [Assigned] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1595: --- Assignee: Kishore Kumar > cross-site request forgery vulnerabil

[jira] [Commented] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803842#comment-16803842 ] Karl Wright commented on CONNECTORS-1595: - [~goovaertsr] I am going to assign

[jira] [Assigned] (CONNECTORS-1597) reflected cross-site scripting vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1597: --- Assignee: Kishore Kumar (was: Karl Wright) > reflected cross-site script

[jira] [Assigned] (CONNECTORS-1597) reflected cross-site scripting vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1597: --- Assignee: Karl Wright > reflected cross-site scripting vulnerabil

[jira] [Commented] (CONNECTORS-1597) reflected cross-site scripting vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803835#comment-16803835 ] Karl Wright commented on CONNECTORS-1597: - Hi [~goovaertsr], I see that all of the security

[jira] [Commented] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803802#comment-16803802 ] Karl Wright commented on CONNECTORS-1595: - [~goovaertsr]: For all of the security tickets

[jira] [Reopened] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reopened CONNECTORS-1595: - The complaint is that the manifoldcf user interface has this issue. Once again

[jira] [Issue Comment Deleted] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1595: Comment: was deleted (was: This is not applicable to MCF, since the domain scope

[jira] [Resolved] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1595. - Resolution: Not A Problem This is not applicable to MCF, since the domain scope

Re: setup Windows share repository connector on local machine

2019-03-27 Thread Karl Wright
Hi Craig, 'FYI, I can get the Fileshare repository connector to work, but it is buggy and doesn’t do all that I need.' We don't actually have a "Fileshare" repository connector, so I am not sure what you are talking about here. And if you have bugs to report, please do so. The paths that you

[jira] [Commented] (CONNECTORS-1596) brute-force vulnerability

2019-03-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803005#comment-16803005 ] Karl Wright commented on CONNECTORS-1596: - The ManifoldCF UI is not expected to be used

[jira] [Commented] (CONNECTORS-1595) cross-site request forgery vulnerability

2019-03-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16802998#comment-16802998 ] Karl Wright commented on CONNECTORS-1595: - Please describe (1) what the attack looks like

[jira] [Commented] (CONNECTORS-1594) insecure cookie configuration vulnerability

2019-03-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16802996#comment-16802996 ] Karl Wright commented on CONNECTORS-1594: - The issue described will not in any way hijack

[jira] [Commented] (CONNECTORS-1597) reflected cross-site scripting vulnerability

2019-03-27 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16802984#comment-16802984 ] Karl Wright commented on CONNECTORS-1597: - Please give more details. Bear in mind

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

2019-03-22 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16798910#comment-16798910 ] Karl Wright commented on CONNECTORS-1593: - There is a philosophy about memory consumption

Re: intro

2019-03-20 Thread Karl Wright
Hello Ashish, Welcome! The fellow you need to interact with for the Azure connector is Piergiorgio Lucidi. Have you talked with him? Karl On Wed, Mar 20, 2019 at 3:15 AM ashish kumar singh < ashishrohitraj...@gmail.com> wrote: > Hi! ,My name is Ashish Kumar Singh. I am a 3rd year B.Tech

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796057#comment-16796057 ] Karl Wright commented on CONNECTORS-1593: - So just to be sure we are in agreement: Your Tika

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796003#comment-16796003 ] Karl Wright commented on CONNECTORS-1593: - [~DonaldVdD], then from your description

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796003#comment-16796003 ] Karl Wright edited comment on CONNECTORS-1593 at 3/19/19 11:52 AM

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795983#comment-16795983 ] Karl Wright commented on CONNECTORS-1593: - The other possibility for figuring this out

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795982#comment-16795982 ] Karl Wright commented on CONNECTORS-1593: - [~DonaldVdD], I think you will need to identify

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795947#comment-16795947 ] Karl Wright commented on CONNECTORS-1593: - No suggestions, unfortunately. Can you let me

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

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1593: --- Assignee: Karl Wright > Memory is

[jira] [Commented] (CONNECTORS-880) Under the right conditions, job aborts do not update "last checked" time

2019-03-19 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795722#comment-16795722 ] Karl Wright commented on CONNECTORS-880: [~SubasiniR], your issue has nothing whatsoever

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

2019-03-12 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: ManifoldCF 2.13 > RTF comment parsing prob

[jira] [Created] (TIKA-2838) RTF document processing glues comment fields together with text without whitespace

2019-03-12 Thread Karl Wright (JIRA)
Karl Wright created TIKA-2838: - Summary: RTF document processing glues comment fields together with text without whitespace Key: TIKA-2838 URL: https://issues.apache.org/jira/browse/TIKA-2838 Project

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

2019-03-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1591: --- Assignee: Karl Wright > RTF comment parsing prob

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

2019-03-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16790343#comment-16790343 ] Karl Wright commented on CONNECTORS-1591: - Hi [~zfarago], I think the right approach here

Re: How to deal with MCF server failing to start when connector class not found?

2019-03-12 Thread Karl Wright
Hi James, ManifoldCF is trying to resolve a difference here between the connectors.xml file and what's in the database. Basically, the proper order for removing a connector is as follows: - Take it out of connectors.xml - Start ManifoldCF - Stop ManifoldCF - Remove the jar you are trying to get

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

2019-03-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16790294#comment-16790294 ] Karl Wright edited comment on CONNECTORS-1591 at 3/12/19 7:18 AM

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

2019-03-12 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16790294#comment-16790294 ] Karl Wright commented on CONNECTORS-1591: - [~zfarago] Ok, we're getting closer. What

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

2019-03-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16789712#comment-16789712 ] Karl Wright commented on CONNECTORS-1591: - [~zfarago] When you run a ManifoldCF job

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

2019-03-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16789698#comment-16789698 ] Karl Wright commented on CONNECTORS-1591: - I will repeat the question. *Where* is result.txt

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

2019-03-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16789564#comment-16789564 ] Karl Wright commented on CONNECTORS-1591: - Hi [~zfarago], the result.xml file you attached

<    5   6   7   8   9   10   11   12   13   14   >