[ome-users] Importing .dv File via BioFormats
Eileen Mazzochette
emazzochette at gmail.com
Tue May 15 17:13:56 BST 2012
I'm trying to import a .dv file into Fiji using BioFormats and am receiving the following error message. I'm happy to send over the file I'm trying to import. Any insight in this? Thank you!
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at ij.Command.runPlugIn(Command.java:146)
at ij.Command.runCommand(Command.java:95)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.IllegalArgumentException
at java.nio.Buffer.position(Buffer.java:216)
at loci.common.NIOFileHandle.buffer(NIOFileHandle.java:523)
at loci.common.NIOFileHandle.seek(NIOFileHandle.java:241)
at loci.common.RandomAccessInputStream.seek(RandomAccessInputStream.java:116)
at loci.formats.in.DeltavisionReader.initPixels(DeltavisionReader.java:271)
at loci.formats.in.DeltavisionReader.initFile(DeltavisionReader.java:258)
at loci.formats.FormatReader.setId(FormatReader.java:1091)
at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:480)
at loci.plugins.in.ImportProcess.execute(ImportProcess.java:144)
at loci.plugins.in.Importer.showDialogs(Importer.java:139)
at loci.plugins.in.Importer.run(Importer.java:77)
at loci.plugins.LociImporter.run(LociImporter.java:79)
at ij.IJ.runUserPlugIn(IJ.java:185)
at ij.IJ.runPlugIn(IJ.java:152)
... 8 more
-Eileen
More information about the ome-users
mailing list