[jira] [Resolved] (CONNECTORS-1584) regex documentation

2019-02-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1584. - Resolution: Not A Problem > regex documentation > --- > >

Re: Error integrity constraint violation

2019-02-18 Thread Kayak28
Hello, Wright: Thank you for your answer. I had not edited my own connector's build.xml, which I had copied from WebCrawler Connector. After I edited the build.xml for changing my class name, MCF runs fine. Again, I appreciate for your help. Sincerely, Kaya 2019年2月19日(火) 10:12 Karl Wright

[jira] [Commented] (CONNECTORS-1563) SolrException: org.apache.tika.exception.ZeroByteFileException: InputStream must have > 0 bytes

2019-02-18 Thread Subasini Rath (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771607#comment-16771607 ] Subasini Rath commented on CONNECTORS-1563: --- Hi Karl, Could you please guide me - to

[jira] [Commented] (CONNECTORS-1584) regex documentation

2019-02-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771462#comment-16771462 ] Karl Wright commented on CONNECTORS-1584: - The mailing list is us...@manifoldcf.apache.org.

[jira] [Resolved] (CONNECTORS-1585) MCF Admin page shows 404 error frequently

2019-02-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1585. - Resolution: Cannot Reproduce > MCF Admin page shows 404 error frequently >

[jira] [Commented] (CONNECTORS-1585) MCF Admin page shows 404 error frequently

2019-02-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771461#comment-16771461 ] Karl Wright commented on CONNECTORS-1585: - 404 errors have nothing to do with ManifoldCF.

[jira] [Commented] (CONNECTORS-1563) SolrException: org.apache.tika.exception.ZeroByteFileException: InputStream must have > 0 bytes

2019-02-18 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771663#comment-16771663 ] Karl Wright commented on CONNECTORS-1563: - Hi Subasini, Are you now Tika-extracting in

[jira] [Updated] (CONNECTORS-1584) regex documentation

2019-02-18 Thread Tim Steenbeke (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Steenbeke updated CONNECTORS-1584: -- Description: What type of regexs does manifold include and exclude support and

[jira] [Created] (CONNECTORS-1584) regex documentation

2019-02-18 Thread Tim Steenbeke (JIRA)
Tim Steenbeke created CONNECTORS-1584: - Summary: regex documentation Key: CONNECTORS-1584 URL: https://issues.apache.org/jira/browse/CONNECTORS-1584 Project: ManifoldCF Issue Type:

[jira] [Created] (CONNECTORS-1585) MCF Admin page shows 404 error frequently

2019-02-18 Thread Pavithra Dhakshinamurthy (JIRA)
Pavithra Dhakshinamurthy created CONNECTORS-1585: Summary: MCF Admin page shows 404 error frequently Key: CONNECTORS-1585 URL: https://issues.apache.org/jira/browse/CONNECTORS-1585

[jira] [Updated] (CONNECTORS-1584) regex documentation

2019-02-18 Thread Tim Steenbeke (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Steenbeke updated CONNECTORS-1584: -- Description: What type of regexs does manifold include and exclude support and

[jira] [Commented] (CONNECTORS-1564) Support preemptive authentication to Solr connector

2019-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/CONNECTORS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771090#comment-16771090 ] Erlend Garåsen commented on CONNECTORS-1564: [~michael-o], unfortunately not. No

[jira] [Commented] (CONNECTORS-1564) Support preemptive authentication to Solr connector

2019-02-18 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771345#comment-16771345 ] Michael Osipov commented on CONNECTORS-1564: Go ahead and create that ticket! > Support

Re: Error integrity constraint violation

2019-02-18 Thread Karl Wright
Hi Kaya, Database constraint violations, as you know, occur because you're trying to put more than one identical value into a table column that cannot have such a column. For the table in question, if you have the same class name for two different connectors, this would be what you'd expect.