Project

General

Profile

Actions

Bug #3358

closed

Correcting invalid eml 201 document downloaded from metacat 1.8.0

Added by Callie Bowdish almost 16 years ago. Updated over 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
morpho - general
Target version:
Start date:
06/03/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3358

Description

There is the possibility of older documents with illegal eml trying to be saved to Metacat. If these older versions have illegal eml elements in them there will be an error. The end user working with Morpho, trying to save an illegal eml data package, will not see the error. They will just notice that the data package did not save to the network. (The error will be in stderr.log in the Morpho application directory)

The 1.8.1 release of Metacat fixes an EML error in the element 'references' that documents saved up to Metacat in an earlier release may contain. If a document, that has been downloaded from an earlier version of Metacat, contains the element that looks like this <references system="document"> there will be an error when trying to save it to the new release of Metacat.

The error is: cvc-type.3.1.1: [attributes] of element 'references' must be empty, excepting those whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and whose [local name] is one of type, nil, schemaLocation or noNamespaceSchemaLocation.

Documents on Metacat 1.8.1 have had the illegal attribute removed by a script that runs upon instillation. If you want to save a data set with this error you will need to remove the system="document" part of the references tag.

Actions #1

Updated by Jing Tao over 15 years ago

Two new class -EML201DocumentCorrector and CorrectEML201DocsFrame were added to to this job.

When morpho is started up, it will check every profile_name.xml under /home/.morpho/profile dir. If profile_name.xml doesn't have <eml201corrected> element or have </eml201corrected> element but the value is false, class EML201DocumentCorrector will be called. It will clean cache in this profile first, then go through very eml 201 document and remove the extra attribute if the document has one. After the process is done, a line <eml201corrected>true</eml201corrected> will be append to profile_name.xml.

This is one time deal. After <eml201corrected>true</eml201corrected> being appending, morpho will skip it in next time startup.

Actions #2

Updated by Callie Bowdish over 15 years ago

this fix has been tested and works

Actions #3

Updated by Jing Tao over 14 years ago

move to 1.7

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 3358

Actions

Also available in: Atom PDF