[
https://issues.apache.org/jira/browse/CONNECTORS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050895#comment-16050895
]
Steph van Schalkwyk commented on CONNECTORS-1432:
-------------------------------------------------
Karl
I just deleted the db and now it will not even do that.
I'm using Postgres 9.5.7, but it did it with the HSQLDB as well.
I have logging set to DEBUG but very little information.
Config:
<configuration>
<!-- Version string for UI -->
<property name="org.apache.manifoldcf.versionstring" value="2.7.1"/>
<!-- Point to the wars and configure Jetty -->
<property name="org.apache.manifoldcf.crawleruiwarpath"
value="../web/war/mcf-crawler-ui.war"/>
<property name="org.apache.manifoldcf.authorityservicewarpath"
value="../web/war/mcf-authority-service.war"/>
<property name="org.apache.manifoldcf.apiservicewarpath"
value="../web/war/mcf-api-service.war"/>
<property name="org.apache.manifoldcf.usejettyparentclassloader"
value="true"/>
<property name="org.apache.manifoldcf.jettyconfigfile"
value="./jetty.xml"/>
<!-- Point to the combined war in case we start the single-process
example that way -->
<property name="org.apache.manifoldcf.combinedwarpath"
value="../web/war/mcf-combined-service.war"/>
<!--Postgresql -->
<!-- after db creation
<property name="org.apache.manifoldcf.database.username" value="myuser"/>
<property name="org.apache.manifoldcf.database.password" value="secret"/>
<property name="org.apache.manifoldcf.database.name" value="dbname"/>
-->
<property name="org.apache.manifoldcf.dbsuperusername" value="postgres"/>
<property name="org.apache.manifoldcf.dbsuperuserpassword"
value="postgres"/>
<property name="org.apache.manifoldcf.databaseimplementationclass"
value="org.apache.manifoldcf.core.database.DBInterfacePostgreSQL"/>
<!-- Select HSQLDB as the database implementation, and specify where the
database will be stored
<property name="org.apache.manifoldcf.databaseimplementationclass"
value="org.apache.manifoldcf.core.database.DBInterfaceHSQLDB"/>
<property name="org.apache.manifoldcf.hsqldbdatabasepath" value="."/> -->
<property name="org.apache.manifoldcf.database.maxhandles" value="100"/>
<property name="org.apache.manifoldcf.crawler.threads" value="50"/>
<property name="org.apache.manifoldcf.crawler.historycleanupinterval"
value="2592000000"/>
<!-- Point to a specific logging file -->
<property name="org.apache.manifoldcf.logconfigfile"
value="./logging.ini"/>
<property name="org.apache.manifoldcf.misc" value="DEBUG" />
<!-- Specify the connectors to be loaded -->
<property name="org.apache.manifoldcf.connectorsconfigurationfile"
value="../connectors.xml"/>
<!-- Specify the path to the file resources directory -->
<property name="org.apache.manifoldcf.fileresources"
value="../file-resources"/>
<!-- Tell MCF where to find the connector jars -->
<libdir path="../connector-lib"/>
<libdir path="../connector-common-lib"/>
<libdir path="../connector-lib-proprietary"/>
<!-- WSDD references -->
<!-- Any additional properties go here -->
</configuration>
With best regards,
Steph van Schalkwyk
*Steph van Schalkwyk*
Principal, Remcam Search Engines
+1.312.281.8982 [email protected] http://www.remcam.net Skype:
svanschalkwyk <https://mail.google.com/mail/u/0/#> 2223 Park Avenue St.
Louis MO 63104 USA
<http://linkedin.com/in/vanschalkwyk>
On Thu, Jun 15, 2017 at 12:38 PM, Karl Wright (JIRA) <[email protected]>
> Job with Tika will not save - no error popup
> --------------------------------------------
>
> Key: CONNECTORS-1432
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1432
> Project: ManifoldCF
> Issue Type: Bug
> Components: Tika extractor
> Affects Versions: ManifoldCF 2.7
> Environment: Ubuntu 16.10
> ElasticSearch
> File System
> Tika transform
> Reporter: Steph van Schalkwyk
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.8
>
>
> When adding Tika to a job, it will only (and then only some times) add if
> this is the first configured job.
> All subsequent jobs added with Tika fail to save.
> Dropping the database solves it, but only for the first Job.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)