[jira] [Commented] (SOLR-8636) Incorrect distance returned for indexed polygon shapes

2021-01-20 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17268965#comment-17268965 ] Karl Wright commented on SOLR-8636: --- Sorry, see GeoBaseMembershipShape.outsideDistance(). > Incorr

[jira] [Commented] (SOLR-8636) Incorrect distance returned for indexed polygon shapes

2021-01-20 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17268632#comment-17268632 ] Karl Wright commented on SOLR-8636: --- [~dsmiley], there is an "outside distance", which is th

Re: Retry mechanism authority connectors

2021-01-11 Thread Karl Wright
When I was designing this, I thought long and hard about this question. Since it is security related, in the end I decided to let the application who called the authority service have whatever retry logic made sense. I don't see any objection to retrying certain errors at the connector level, but

Re: Job status stuck in terminating

2021-01-07 Thread Karl Wright
Hi, Usually the reason a job doesn't complete is because a document is retrying indefinitely. You can see what's going on by looking at the Simple History job report, or, if you prefer, tailing the manifoldcf log. Other times a job won't complete because somebody shut down the agents process.

[jira] [Comment Edited] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-05 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17259310#comment-17259310 ] Karl Wright edited comment on CONNECTORS-1661 at 1/6/21, 12:30 AM

[jira] [Commented] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-05 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17259310#comment-17259310 ] Karl Wright commented on CONNECTORS-1661: - Hi [~kishorekumar], using the obfuscation utility

[jira] [Commented] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-04 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17258407#comment-17258407 ] Karl Wright commented on CONNECTORS-1661: - This sounds like a UI issue to me. Assigning

[jira] [Assigned] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-04 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1661: --- Assignee: Kishore Kumar > Admin UI does not handle UTF8 passwo

Re: Indexation Not OK

2021-01-01 Thread Karl Wright
gt; > > > > -- > > Michael Cizmar > > > > *From:* ritika jain > *Sent:* Thursday, December 31, 2020 7:33 AM > *To:* user@manifoldcf.apache.org > *Subject:* Re: Indexation Not OK > > > > Elastic search output connector with some custom changes for s

Re: Indexation Not OK

2020-12-31 Thread Karl Wright
in both the logs and in the simple history. Can you provide any error messages from the log that seem to be coming from the output connection? Thanks, Karl On Thu, Dec 31, 2020 at 8:30 AM Karl Wright wrote: > Hi, > Can you let us know what you are using for the output connector? &g

Re: Indexation Not OK

2020-12-31 Thread Karl Wright
Hi, Can you let us know what you are using for the output connector? Thanks, Karl On Thu, Dec 31, 2020 at 8:24 AM ritika jain wrote: > Hi, > > I am using Manifoldcf 2.14 and JCIFS connector, to ingest some billions of > records into elastic search > I am facing an issue in which when Job is

[RESULT] [VOTE] Release Apache ManifoldCF 2.18, RC0

2020-12-28 Thread Karl Wright
Three +1's, >72 hrs. Vote passes! Karl On Mon, Dec 28, 2020 at 5:49 PM Furkan KAMACI wrote: > Hi, > > + 1 from me (binding)! > > Kind Regards, > Furkan KAMACI > > On 29 Dec 2020 Tue at 01:44 Karl Wright wrote: > > > Still need another vote. Anyone? >

Re: [VOTE] Release Apache ManifoldCF 2.18, RC0

2020-12-23 Thread Karl Wright
r 8.7.0 as repository with the new solr ingester connector > and successfully ingested some solr docs to a null output connection. > > +1 from me > > Cheers, > Markus > > Am 16.12.2020 um 19:44 schrieb Karl Wright: > > Hi, > > > > Please vote on whether to relea

Re: [VOTE] Release Apache ManifoldCF 2.18, RC0

2020-12-23 Thread Karl Wright
thout accents since it still does not work) > 7. Running with Java 11 openjdk > 8. Output connector is Solr 8.5.2 > > Regards, > > Cedric and Olivier > > France Labs – Makers of Datafari Enterprise Search > www.datafari.com > > -Message d'origine-

Re: [VOTE] Release Apache ManifoldCF 2.18, RC0

2020-12-20 Thread Karl Wright
Tests passed, and I was able to use the UI too. +1 from me. Karl On Wed, Dec 16, 2020 at 1:44 PM Karl Wright wrote: > Hi, > > Please vote on whether to release Apache ManifoldCF 2.18, RC0. The > release artifact can be found here: > https://dist.apache.org/repos/dist/dev/ma

Re: Password admin UI

2020-12-17 Thread Karl Wright
that I used UTF-8 encoding to provide the > password to the obfuscate method and that testing the deobfuscate method > provides the right password with UTF-8 chars > > > > Julien > > > > *De :* Karl Wright > *Envoyé :* mercredi 16 décembre 2020 19:40 > *À

[VOTE] Release Apache ManifoldCF 2.18, RC0

2020-12-16 Thread Karl Wright
Hi, Please vote on whether to release Apache ManifoldCF 2.18, RC0. The release artifact can be found here: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.18 . There is also a release tag at https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.18-RC0 . This release

Re: Password admin UI

2020-12-16 Thread Karl Wright
Hi Julien, The properties file is read as utf-8, so as long as you make sure that the encoding in your editor is utf-8, it should work. Many editors default to the Microsoft code page so use something like scite or emacs. Karl On Wed, Dec 16, 2020 at 12:31 PM wrote: > Hi, > > > > I tried

Re: JDK 11

2020-12-12 Thread Karl Wright
yway we have to go in deep also > with OpenJDK investing more time on this. > > Hope to find some time soon to understand more details for this porting > task to do :-P > > PJ > > Il Sab 12 Dic 2020, 13:01 Karl Wright ha scritto: > > > Hi, > > > > Wh

JDK 11

2020-12-12 Thread Karl Wright
Hi, Whereas I was under the impression that one of our committers had addressed the JDK 11 problem in ManifoldCF, upon detailed inspection and trial I have determined that this is in fact quite false. The reason is that the relatively new csws connector used a ton of J2EE classes that are no

[jira] [Commented] (CONNECTORS-1653) Solr ingester connector contribution

2020-12-11 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17248078#comment-17248078 ] Karl Wright commented on CONNECTORS-1653: - Patches applied, thanks. > Solr inges

Re: It's release time again

2020-12-11 Thread Karl Wright
ssues.apache.org/jira/browse/CONNECTORS-1653?focusedCommentId=17236664=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17236664 > > - one patch for MCF HTML connector : > https://issues.apache.org/jira/projects/CONNECTORS/issues/CONNECTORS-1660 > > Thanks,

[jira] [Commented] (CONNECTORS-1660) Patch for MCF HTML extractor connector

2020-12-11 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17248000#comment-17248000 ] Karl Wright commented on CONNECTORS-1660: - Please remove the log statement, since

[jira] [Commented] (CONNECTORS-1653) Solr ingester connector contribution

2020-12-11 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17247997#comment-17247997 ] Karl Wright commented on CONNECTORS-1653: - This patch has bugs in it. Specifically: {code

Re: JDBC authority - Make optional the ID query

2020-12-11 Thread Karl Wright
I think if there is an option for not needing to do the lookup then by all means we should allow a pass-through. But I believe there may already be that option in other existing authority connectors. It may be best in any case to have a simple "pass through" authority connector available that

It's release time again

2020-12-08 Thread Karl Wright
We have a new connector in the family this release, and a number of bug fixes - both major and minor - have been done. I'm planning on spinning a release candidate in about 2 weeks. I've been extremely busy with my day job this quarter, so if anyone is aware of any issue or proposal or patch

[jira] [Updated] (CONNECTORS-1660) Patch for MCF HTML extractor connector

2020-12-02 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1660: Fix Version/s: ManifoldCF 2.18 > Patch for MCF HTML extractor connec

[jira] [Assigned] (CONNECTORS-1660) Patch for MCF HTML extractor connector

2020-12-02 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1660: --- Assignee: Karl Wright > Patch for MCF HTML extractor connec

Re: Oauth2 for web connector

2020-11-30 Thread Karl Wright
The web connector would need to know how to obtain an access token. If the web site you are crawling directs you to a login page, and that is how you get your access token, then no work needs to be done because the token is basically just included as a cookie. If what you are crawling is an

[jira] [Commented] (CONNECTORS-1659) Enable SSL/TLS in Jetty server

2020-11-23 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237463#comment-17237463 ] Karl Wright commented on CONNECTORS-1659: - JettyRunner has nothing to do with this. Please

[jira] [Resolved] (CONNECTORS-1653) Solr ingester connector contribution

2020-11-21 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1653. - Fix Version/s: ManifoldCF 2.18 Resolution: Fixed > Solr ingester connec

[jira] [Commented] (CONNECTORS-1653) Solr ingester connector contribution

2020-11-21 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17236615#comment-17236615 ] Karl Wright commented on CONNECTORS-1653: - I've created branches/CONNECTORS-1653

[jira] [Resolved] (CONNECTORS-1658) java.lang.NoClassDefFoundError: javax/activation/DataSource

2020-11-16 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1658. - Fix Version/s: ManifoldCF 2.18 Assignee: Karl Wright Resolution

[jira] [Commented] (CONNECTORS-1658) java.lang.NoClassDefFoundError: javax/activation/DataSource

2020-11-16 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17232708#comment-17232708 ] Karl Wright commented on CONNECTORS-1658: - First, you need to set JAVA_HOME appropriately

[jira] [Commented] (CONNECTORS-1658) java.lang.NoClassDefFoundError: javax/activation/DataSource

2020-11-13 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231784#comment-17231784 ] Karl Wright commented on CONNECTORS-1658: - Did you do "ant make-core-deps" first

[jira] [Commented] (CONNECTORS-1657) Web connector - Handle sitemap instruction in robot.txt

2020-10-22 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219054#comment-17219054 ] Karl Wright commented on CONNECTORS-1657: - This is a warning only: {code

[jira] [Commented] (CONNECTORS-1656) HTML extractor produces invalid XML

2020-10-20 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217609#comment-17217609 ] Karl Wright commented on CONNECTORS-1656: - The issue, in my opinion, is that the document

[jira] [Assigned] (CONNECTORS-1656) HTML extractor produces invalid XML

2020-10-20 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1656: --- Assignee: Karl Wright > HTML extractor produces invalid

Re: HTML extractor produces invalid XML

2020-10-20 Thread Karl Wright
I've added the component as requested. As for the advice, I suggest you create a ticket and we can discuss there. Karl On Tue, Oct 20, 2020 at 6:24 AM wrote: > Hi, > > > > I noticed a problem with the HTML extractor connector. It produces valid > HTML doc (when the 'Strip HTML' option is

[jira] [Resolved] (CONNECTORS-1655) Web connector - UnsupportedEncodingException utf-8

2020-10-16 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1655. - Fix Version/s: ManifoldCF 2.18 Resolution: Fixed r1882582 > Web connec

[jira] [Commented] (CONNECTORS-1655) Web connector - UnsupportedEncodingException utf-8

2020-10-16 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17215311#comment-17215311 ] Karl Wright commented on CONNECTORS-1655: - Ah, but wait a minute: the issue

[jira] [Assigned] (CONNECTORS-1655) Web connector - UnsupportedEncodingException utf-8

2020-10-16 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1655: --- Assignee: Karl Wright > Web connector - UnsupportedEncodingException ut

[jira] [Commented] (CONNECTORS-1655) Web connector - UnsupportedEncodingException utf-8

2020-10-16 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17215309#comment-17215309 ] Karl Wright commented on CONNECTORS-1655: - Basically what is failing is using character

[jira] [Commented] (CONNECTORS-1655) Web connector - UnsupportedEncodingException utf-8

2020-10-15 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17214873#comment-17214873 ] Karl Wright commented on CONNECTORS-1655: - So you are using a non-standard JVM that doesn't

[jira] [Commented] (CONNECTORS-1653) Solr ingester connector contribution

2020-10-15 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17214684#comment-17214684 ] Karl Wright commented on CONNECTORS-1653: - Looked briefly at the code; looked good so far

[jira] [Commented] (CONNECTORS-1653) Solr ingester connector contribution

2020-10-14 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17214029#comment-17214029 ] Karl Wright commented on CONNECTORS-1653: - Sadly, little time for anything. Not sure when

[jira] [Assigned] (CONNECTORS-1653) Solr ingester connector contribution

2020-10-14 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1653: --- Assignee: Karl Wright > Solr ingester connector contribut

Re: Memory problem on Agent ?

2020-10-02 Thread Karl Wright
. A rule of thumb is to leave 10gb free for system usage and divide the remainder among your Java processes. Thanks, Karl On Fri, Oct 2, 2020 at 11:21 AM Bisonti Mario wrote: > Yes, buti t seems that, when the indexing finished, the memory is not > released > > > > >

Re: Memory problem on Agent ?

2020-10-02 Thread Karl Wright
Hi Mario, Java processes only use the memory you hand them. It looks like you are handing Java more memory than your machine has. This will not work. Karl On Fri, Oct 2, 2020 at 10:45 AM Bisonti Mario wrote: > > > Hallo. > > > > When I scan the content of Repository , I note that memory

[jira] [Resolved] (CONNECTORS-1654) java.lang.NoClassDefFoundError: org/eclipse/jetty/client/util/SPNEGOAuthentication

2020-09-30 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1654. - Fix Version/s: ManifoldCF 2.18 Resolution: Fixed Is currently fixed on trunk

[jira] [Assigned] (CONNECTORS-1654) java.lang.NoClassDefFoundError: org/eclipse/jetty/client/util/SPNEGOAuthentication

2020-09-30 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1654: --- Assignee: Karl Wright > java.lang.NoClassDefFoundError: > org/eclipse

[jira] [Commented] (CONNECTORS-1629) Support Solr Kerberos Authentication

2020-09-24 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201833#comment-17201833 ] Karl Wright commented on CONNECTORS-1629: - I'm pretty sure that was overlooked. r1881997

I updated the site with the new release yesterday, but hasn't gone live

2020-09-18 Thread Karl Wright
Svnpubsub seems to be broken. I sent email to infrastruct...@apache.org but apparently nobody reads that anymore. Stay tuned. Karl

I updated the site with the new release yesterday, but hasn't gone live

2020-09-18 Thread Karl Wright
Svnpubsub seems to be broken. I sent email to infrastruct...@apache.org but apparently nobody reads that anymore. Stay tuned. Karl

[jira] [Commented] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-09-17 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198112#comment-17198112 ] Karl Wright commented on CONNECTORS-1648: - Site has been updated but the mirror

[jira] [Commented] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-09-17 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198018#comment-17198018 ] Karl Wright commented on CONNECTORS-1648: - It has already been released. Site update hasn't

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

2020-09-16 Thread Karl Wright
Three +1's, >>72 hours. Vote passes, finally! Karl On Wed, Sep 16, 2020 at 1:12 AM Piergiorgio Lucidi wrote: > +1 from me. > > PJ > > > Il Sab 5 Set 2020, 12:32 Karl Wright ha scritto: > > > Please vote on whether to release Apache ManifoldCF 2.17, RC1

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-15 Thread Karl Wright
e original build > > works on the targeted platforms and as you mentioned, this is just a path > > issue with a test and no code has been modified in this connector. > > > > M > > > > On Mon, Sep 14, 2020 at 6:28 AM Karl Wright wrote: > > > > > I

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-13 Thread Karl Wright
Works fine now for Maven (although I had to upgrade the version of failsafe plugin to work with my current version of Maven), provided you run the ant make-dependencies first. Karl On Sat, Sep 12, 2020 at 9:28 PM Karl Wright wrote: > I used a -D variable that is set differently by ma

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
sed for the download and > then is read in the test case? > > On Sat, Sep 12, 2020 at 7:14 PM Karl Wright wrote: > > > Ok, the path change will break the Ant test. The maven test seems to > have > > the current directory set connectors/elasticsearch during testing; the > ant &

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
Ok, I committed code that should work in the following environment: when you run ant first to download the ES jar and unpack it. After that the maven build should be able to run the test. r1881672 Karl On Sat, Sep 12, 2020 at 8:14 PM Karl Wright wrote: > Ok, the path change will br

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
rch-7.6.2/bin/elasticsearch > -q -Expack.ml.enabled=false"); > >System.out.println("Unix process"); > > } else { > >pb.command("cmd.exe", "/c", > "..\\test-materials\\windows\\elasticsearch-7.6.2\\bin\\elasticse

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
gt; > then got into permission issues and started issuing chmod. > > > > When I get back from lunch I am going to just set the JDK of the process > > to be the system environment variable and I think that will fix the > problem. > > > > On Sat, Sep 12, 2020 at 1

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
ow set to > the JDK that comes with elastic. The download of elastic that ant is > doing is specific for linx Linux so that's failing. > > Does the build require JAVA_HOME to be set? The machine I'm working on > does not have that set. > > On Sat, Sep 12, 2020 at 12:27 PM Karl W

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-12 Thread Karl Wright
2, 2020 at 9:30 AM Michael Cizmar > wrote: > > > I'll take a look at the build this AM. > > > > On Sat, Sep 12, 2020 at 5:13 AM Karl Wright wrote: > > > >> Hi all, > >> > >> I don't have a Mac, so if we can't figure out how to get ES to s

[jira] [Comment Edited] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-09-08 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192363#comment-17192363 ] Karl Wright edited comment on CONNECTORS-1648 at 9/8/20, 5:59 PM

[jira] [Commented] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-09-08 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192363#comment-17192363 ] Karl Wright commented on CONNECTORS-1648: - Ok, we tested through 12.2. If Postgres has

Re: [VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-08 Thread Karl Wright
Tests pass. +1 from me. Looking for a few other voters? Karl On Sat, Sep 5, 2020 at 6:32 AM Karl Wright wrote: > Please vote on whether to release Apache ManifoldCF 2.17, RC1. The > release artifact can be found here: > > https://dist.apache.org/repos/dist/dev/manifoldcf/apach

[VOTE] Release Apache ManifoldCF 2.17, RC1

2020-09-05 Thread Karl Wright
Please vote on whether to release Apache ManifoldCF 2.17, RC1. The release artifact can be found here: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.17 There is also a release tag at: https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.17-RC1 This release does

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

2020-09-05 Thread Karl Wright
Canceled due to issues running ES tests on the Mac. Fixed now for RC1. On Mon, Aug 31, 2020 at 12:08 PM Karl Wright wrote: > Thanks! > > Now what? Should we proceed with the voting? > > Karl > > > On Mon, Aug 31, 2020 at 8:46 AM Piergiorgio Lucidi > wrote

[jira] [Commented] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-09-04 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17190764#comment-17190764 ] Karl Wright commented on CONNECTORS-1648: - Hi, This was addressed in MCF release 2.16

[jira] [Commented] (CONNECTORS-1651) ElasticSearch server is not starting during integration test

2020-09-02 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17189184#comment-17189184 ] Karl Wright commented on CONNECTORS-1651: - I committed this to trunk and also pulled it up

Re: [VOTE] Release Apache ManifoldCF 2.17, RC0

2020-08-31 Thread Karl Wright
o 2020 alle ore 18:04 Michael Cizmar < > mich...@michaelcizmar.com> ha scritto: > > > From what I see it does not appear that the tests are failing. The > Elastic > > search container is not starting. I agree with Karl. > > > > On Sat, Aug 29, 2020 at 9:2

Re: [VOTE] Release Apache ManifoldCF 2.17, RC0

2020-08-29 Thread Karl Wright
Looking at the log, it appears that the ES process just didn't start for some reason on your Mac. This is going to require somebody with a Mac to diagnose. Karl On Sat, Aug 29, 2020 at 10:24 AM Karl Wright wrote: > Hmm, the way it starts the process is the same on Windows and Li

Re: [VOTE] Release Apache ManifoldCF 2.17, RC0

2020-08-28 Thread Karl Wright
Tests pass and documentation seems OK. +1 from me. Karl On Tue, Aug 25, 2020 at 8:03 AM Karl Wright wrote: > Please vote on whether to release Apache ManifoldCF 2.17, RC0. The > release artifact can be found here: > > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-man

[VOTE] Release Apache ManifoldCF 2.17, RC0

2020-08-25 Thread Karl Wright
Please vote on whether to release Apache ManifoldCF 2.17, RC0. The release artifact can be found here: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.17 There is also a release tag at: https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.17-RC0 This release does

[jira] [Commented] (CONNECTORS-1650) Convert README.txt to README.md

2020-08-25 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17183896#comment-17183896 ] Karl Wright commented on CONNECTORS-1650: - The README is usually not the right place

Re: Job interrupted

2020-08-24 Thread Karl Wright
rentTime + 30L, -currentTime + 3 * 60 * 6L,-1,true); +currentTime + 3 * 60 * 6L,-1,false); } else if (se.getMessage().indexOf("cannot find") != -1 || se.getMessage().indexOf("cannot be found") != -1) { I'll commit to trunk as well. Kar

Re: Job interrupted

2020-08-24 Thread Karl Wright
lure processing document: The > process cannot access the file because it is being used by another process. > > > > > > *Da:* Karl Wright > *Inviato:* lunedì 24 agosto 2020 12:27 > *A:* user@manifoldcf.apache.org > *Oggetto:* Re: Job interrupted > > > > Well, we

Re: Job interrupted

2020-08-24 Thread Karl Wright
:55 AM Bisonti Mario wrote: > Yes, but after I obtain: > > > > Error: Repeated service interruptions - failure processing document: The > process cannot access the file because it is being used by another process. > > > > And the job stops > > > > >

[jira] [Commented] (CONNECTORS-1649) Move to new CI

2020-08-24 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17183141#comment-17183141 ] Karl Wright commented on CONNECTORS-1649: - I don't recall ever requesting or adding plugins

Re: Job interrupted

2020-08-24 Thread Karl Wright
Hi, That's a warning. The job will keep running and the document will be retried later. Karl On Mon, Aug 24, 2020 at 5:24 AM Bisonti Mario wrote: > Hallo. > > I have some problems about job interrupted. > > The job execute a windows share scan > > > > After many errors, sometimes it stops >

Re: Build failed in Jenkins: ManifoldCF » ManifoldCF-Artifacts-Ant-JDK11 #2

2020-08-20 Thread Karl Wright
< > https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/2/display/redirect?page=changes > > > > Changes: > > [Karl Wright] Prepare trunk for 2.18 development > > [Karl Wright] Tie off release 2.17 > > > --

Re: How to reset job status

2020-08-19 Thread Karl Wright
it USING THE SCRIPTS PROVIDED. Your problems should resolve. If not, you should have logging in manifoldcf.log telling you what is going wrong. Karl On Wed, Aug 19, 2020 at 6:40 AM Karl Wright wrote: > You do not see log output. Therefore I need to ask you some questions. >

Re: How to reset job status

2020-08-19 Thread Karl Wright
You do not see log output. Therefore I need to ask you some questions. What deployment model are you using? single process or multi-process? what is the synchronization method? On Wed, Aug 19, 2020 at 6:38 AM Karl Wright wrote: > Usually when you shut down the agents process (or the wh

Re: How to reset job status

2020-08-19 Thread Karl Wright
Mario wrote: > No, I haven’t a notification connector, buti it isn’t the problem. > > Manifoldcf.log is empty > > > > The problemi s that job is on hanging state and I would like to reset its > state > > > > > > > > *Da:* Karl Wright > *I

Re: How to reset job status

2020-08-19 Thread Karl Wright
There should be output in your manifoldcf.log file, no? This may be the result of you not having a notification connector's code actually registered so you get no class found errors. The only solution is to put the missing jar in place and restart your agents process. Have a look at the log to

[jira] [Commented] (CONNECTORS-1649) Move to new CI

2020-08-17 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179107#comment-17179107 ] Karl Wright commented on CONNECTORS-1649: - The MCF dev group just received email indicating

Fwd: Jenkins instance builds.a.o being shut down 22nd August.

2020-08-15 Thread Karl Wright
Volunteers needed - doesn't look hard, but somebody needs to contact Infra to request a ManifoldCF folder it sounds like first. Anyone got time before next weekend? I'm tapped out until very late in the coming week. Karl -- Forwarded message - From: Gavin McDonald Date: Sat,

Release time again

2020-08-11 Thread Karl Wright
Hi all, August 31 is our next scheduled release date. The release should probably go out because the documentation in the last release did not properly build (since corrected, but no new artifacts have been pushed). Other than that, I can think of nothing that hints at a new release - the

Re: Document Splitter

2020-07-08 Thread Karl Wright
of the > repo source. > > Regards, > Julien > > -Message d'origine- > De : Karl Wright > Envoyé : mercredi 8 juillet 2020 16:16 > À : dev > Objet : Re: Document Splitter > > Not that I know of. But I'll let others answer as to what they may have >

Re: Document Splitter

2020-07-08 Thread Karl Wright
Not that I know of. But I'll let others answer as to what they may have written. Karl On Tue, Jul 7, 2020 at 7:38 PM Michael Cizmar wrote: > I have a Json file which has an array of objects that I want to index as > separate documents. Before I build a transformer to split it, is there a >

[jira] [Resolved] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-07-07 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1648. - Fix Version/s: ManifoldCF 2.17 Resolution: Fixed r1879592 updates the docs

[jira] [Commented] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-07-07 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17152789#comment-17152789 ] Karl Wright commented on CONNECTORS-1648: - Going back over my notes, we updated the code

[jira] [Commented] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-07-07 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17152786#comment-17152786 ] Karl Wright commented on CONNECTORS-1648: - Anyone with a successful deployment on newer

[jira] [Assigned] (CONNECTORS-1648) PostgreSQL 10,11 and 12 support

2020-07-07 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1648: --- Assignee: Karl Wright > PostgreSQL 10,11 and 12 supp

Re: WebCrawler Connector code

2020-07-07 Thread Karl Wright
defined in its interface class IJobManager, but not defined in its > implementation class JobManager, so it is always returning an empty value. > > Thanks > > > On Mon, Jul 6, 2020 at 6:44 PM Karl Wright wrote: > >> Hi Ritika, >> >> ' My requirement is to abort a job w

Re: WebCrawler Connector code

2020-07-06 Thread Karl Wright
Hi Ritika, ' My requirement is to abort a job whenever a seed-corresponding site is down or returning some 5xx response codes. ' (1) Connector methods, like addSeedDocuments(), are called by the framework. You do not call them yourself when you write a connector. So you are looking in the

Re: Unable to connect ADFS user through the ManifoldCF SharePoint connector.

2020-07-06 Thread Karl Wright
ePoint sites. But for > this we need your guidance. We are new to the ManifoldCF, so we need your > help and inputs on the design and implemenation. > Requesting you to please help me. > > On 2020/07/06 09:17:33, Karl Wright wrote: > > I saw your question to the dev list earlier and had to m

Re: Unable to connect ADFS user through the ManifoldCF SharePoint connector.

2020-07-06 Thread Karl Wright
I saw your question to the dev list earlier and had to moderate both of these questions through because you haven't signed up for these lists. 403 means your credentials and/or authentication method is incorrect. Probably it means you are using kerberos for authentication rather than NTLM. Karl

<    1   2   3   4   5   6   7   8   9   10   >