pombreda / fits

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

NullPointerException for some formats when using the -x parameter #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the -x parameter with FITS version .3 it outputs a
NullPointerException for some formats. Example:

C:\Program Files\fits\fits-0.3.0>fits.bat -i "..\..\..\Documents and
Settings\agoethals\Desktop\fits_elements_tool_output_transforms.xls" -x
Exception in thread "main" java.lang.NullPointerException
        at edu.harvard.hul.ois.fits.Fits.outputStandardSchemaXml(Fits.java:190)
        at edu.harvard.hul.ois.fits.Fits.main(Fits.java:176)

This happens whenever the FITS output cannot be converted to a supported
standard metadata schema.  For example, FITS does not yet support a
standard schema for audio.

Original issue reported on code.google.com by spencer_...@harvard.edu on 15 Jan 2010 at 5:17

GoogleCodeExporter commented 9 years ago

Original comment by spencer_...@harvard.edu on 1 Feb 2010 at 6:32