Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
metamod:faq [2010-09-27 19:00:48]
steingod
metamod:faq [2012-09-03 10:46:17]
steingod [Operation and maintenance]
Line 81: Line 81:
  
 FIXME FIXME
 +
 +==== How do I reinitialise the database? ====
 +
 +Use the following recipe:
 +
 +  - sudo /etc/init.d/metamodServices-NORMAP stop
 +  - sudo /etc/init.d/catalyst-NORMAP stop
 +  - sudo -u <owner> <implementation directory>/base/init/create_and_load_all.sh <configuration directory>
 +  - sudo /etc/init.d/metamodServices-NORMAP start
 +  - sudo /etc/init.d/catalyst-NORMAP start
 +
  
 ===== Metadata exchange ===== ===== Metadata exchange =====
Line 283: Line 294:
  
 One possible cause can be that there is a conflict between users. Please remember that all scripts and processes has to be run under the user that owns the web server (e.g. www-user or www-data). If this is not the case, try removing the ''webrun'' directory and reinstall everything using ''sudo -u <user> ...''. One possible cause can be that there is a conflict between users. Please remember that all scripts and processes has to be run under the user that owns the web server (e.g. www-user or www-data). If this is not the case, try removing the ''webrun'' directory and reinstall everything using ''sudo -u <user> ...''.
 +
 +Another possible cause is that the XML-information is inconsistent/incomplete. If metadata files has been added manually, check that they are consistent (e.g. using [[http://xmlsoft.org/xmllint.html|xmllint]] or similar tools) prior to import. Furthermore, in the current version each XML-file has to be accompanied by a XMD-file providing additional information on data sources and metadata organisation. If this is absent, metadata are not processed for import. Check the log in the webrun directory for details.
  
 ==== Why is METAMOD not showing the data I uploaded? ==== ==== Why is METAMOD not showing the data I uploaded? ====
  
 One possible cause can be that the dataset tag is not correct. Check the contents of the ''master_config.txt'' and especially elements ''DATASET_TAGS'', ''UPLOAD_OWNERTAG'', ''QUEST_OWNERTAG'', and ''PMH_EXPORT_TAGS'' for consistency. One possible cause can be that the dataset tag is not correct. Check the contents of the ''master_config.txt'' and especially elements ''DATASET_TAGS'', ''UPLOAD_OWNERTAG'', ''QUEST_OWNERTAG'', and ''PMH_EXPORT_TAGS'' for consistency.
 +
 +See [[#Why is METAMOD not including the XML-information located in the webrun directory?]] as well.
  • metamod/faq.txt
  • Last modified: 2022-05-31 09:29:32
  • (external edit)