pombreda / fits

Automatically exported from code.google.com/p/fits
GNU Lesser General Public License v3.0
0 stars 0 forks source link

fits hangs on demo XML file #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
we are using the files from http://digitalcorpora.org/

more specifically, http://digitalcorpora.org/corp/nps/files/govdocs1/zipfiles/ 
to test fits with in archivematica.

Fits has been repeatedly hanging on file 000497.xml (attached) from 000.zip 
with out any output,  thank you!

Original issue reported on code.google.com by austin%a...@gtempaccount.com on 18 Apr 2012 at 5:29

Attachments:

GoogleCodeExporter commented 9 years ago
I believe it eventually completes (after about 2 hours of processing) and 
output over a MB.

Original comment by josephpe...@gmail.com on 18 Apr 2012 at 7:50

GoogleCodeExporter commented 9 years ago
It looks like Jhove is taking a long time to return.  When I comment out the 
<tool> for Jhove in xml/fits.xml then FITS returns pretty quickly.  I think 
that if you ran Jhove independently outside of FITS you should see the same 
behavior.   Jhove does try to validate XML against externally referenced 
schemas, but http://www.trc.nist.gov/ThermoML.xsd is loading fine for me in my 
web browser.

Original comment by mcew...@gmail.com on 18 Apr 2012 at 8:29

GoogleCodeExporter commented 9 years ago
147m43.201s on an i5 with 4GB ram.
Lots of this in the output:

.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>
          <message subMessage="Line = 3, Column = 236" severity="error">TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://www.iupac.org/namespaces/ThermoML'.</message>

Original comment by josephpe...@gmail.com on 18 Apr 2012 at 9:46