NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 195 - Error while opening .dv files with DIC images
Error while opening .dv files with DIC images
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2010-07-12 08:30 CDT by Martin Machyna
Modified: 2010-08-06 17:21 CDT
1 user (show)

See Also:

Description Martin Machyna 2010-07-12 08:30:47 CDT
[Enter details of the problem or bug and how to reproduce it here.]
Any deltavision file containing DIC images fails to open and leaves the following error:

java.lang.IllegalArgumentException: -50 must not be null or non-negative.
	at ome.xml.model.primitives.NonNegativeInteger.<init>(NonNegativeInteger.java:41)
	at ome.xml.model.primitives.PositiveInteger.<init>(PositiveInteger.java:39)
	at loci.formats.in.DeltavisionReader.initFileOld(DeltavisionReader.java:676)
	at loci.formats.in.DeltavisionReader.initFile(DeltavisionReader.java:189)
	at loci.formats.FormatReader.setId(FormatReader.java:1066)
	at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:396)
	at loci.plugins.in.ImportProcess.execute(ImportProcess.java:133)
	at loci.plugins.in.Importer.showDialogs(Importer.java:125)
	at loci.plugins.in.Importer.run(Importer.java:77)
	at loci.plugins.LociImporter.run(LociImporter.java:77)
	at ij.IJ.runUserPlugIn(IJ.java:189)
	at ij.IJ.runPlugIn(IJ.java:155)
	at ij.IJ.runPlugIn(IJ.java:144)
	at HandleExtraFileTypes.openImage(HandleExtraFileTypes.java:343)
	at HandleExtraFileTypes.run(HandleExtraFileTypes.java:52)
	at ij.IJ.runUserPlugIn(IJ.java:189)
	at ij.IJ.runPlugIn(IJ.java:155)
	at ij.IJ.runPlugIn(IJ.java:144)
	at ij.io.Opener.openWithHandleExtraFileTypes(Opener.java:412)
	at ij.io.Opener.openImage(Opener.java:289)
	at ij.io.Opener.openImage(Opener.java:308)
	at ij.io.Opener.open(Opener.java:142)
	at ij.io.Opener.openAndAddToRecent(Opener.java:228)
	at ij.plugin.DragAndDrop.openFile(DragAndDrop.java:178)
	at ij.plugin.DragAndDrop.run(DragAndDrop.java:154)
	at java.lang.Thread.run(Thread.java:637)





Information about your version of Java - this information is useful for the Fiji developers:
  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.5.8
  java.version => 1.6.0_07
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_07-b06-153
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 1.6.0_07-b06-57
  java.vm.vendor => Apple Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => apple.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => null
  file.separator => /
Comment 1 Martin Machyna 2010-08-06 17:21:30 CDT
It works again. Thanks.