Difference between revisions of "Debug"

From Berlin Harvesting and Indexing Toolkit
Jump to: navigation, search
(Created page with "=The application is deployed but does not start= *Check the JVM used. From 1.8 there should not be any problem. *Check if the permissions (folders, database) are correct. Hav...")
(No difference)

Revision as of 10:11, 11 February 2016

The application is deployed but does not start

  • Check the JVM used. From 1.8 there should not be any problem.
  • Check if the permissions (folders, database) are correct.

Have a look in the catalina logs and windows!

A new datasource can not get its metadata updated

  • Check your MySQL schema - did you add the schemaOnly commands?
  • Is it a brand new schema or protocol version, absent from the standardschema table?

It's complaining about some SHA file not found

  • Check the path for the temporaryFolder - did you forget to escape the backslash on windows?
  • In the latest version, the sha1responses.datasetdir should only contain slashes (no backslashes anymore). If this column still contains \, please update the content.

A new datasource is added, the metadata are updated but no new datasource to harvest appears in the tab

  • Reload the page.

A new associated datasource is added, the metadata are updated but no new datasource to harvest appears in the tab

  • Reload the Associated datasource page.
  • Check if there is a new line in the MySQL table bio_datasource.
  • Check if the new datasource (harvester_factory like '%Harvester%') has the correct value for "isAssociated" (should be 1). If not, edit and save the changes. For some obscure reasons, this parameter is sometimes left as false.