Ticket #212 (closed defect: fixed)
Opened 2007-11-06T14:57:18-06:00
Last modified 2007-11-08T08:33:23-06:00
Reading OME-TIFF file with '-nometa' throws exception
| Reported by: | melissa | Owned by: | melissa | 
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | bio-formats | Severity: | serious | 
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | 
Description
Reading any OME-TIFF file using the '-nometa' option produces the following exception:
Exception in thread "main" java.lang.NullPointerException
        at loci.formats.in.OMETiffReader.initStandardMetadata(OMETiffReader.java:96)
        at loci.formats.in.BaseTiffReader.initMetadata(BaseTiffReader.java:160)
        at loci.formats.in.BaseTiffReader.initFile(BaseTiffReader.java:816)
        at loci.formats.FormatReader.setId(FormatReader.java:605)
        at loci.formats.FormatHandler.setId(FormatHandler.java:146)
        at loci.formats.ImageReader.setId(ImageReader.java:535)
        at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:202)
        at loci.formats.tools.ImageInfo.main(ImageInfo.java:583)
    Change History
comment:1 Changed 2007-11-08T08:33:23-06:00 by melissa
- Status changed from new to closed
 - Resolution set to fixed
 
Fixed in r3348.