<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<BR>Hi Melissa,<BR>
 <BR>
Here are the MDB/LDB files and the first LSM:<BR>
<A href="http://cmpdartsvr1.cmp.uea.ac.uk/downloads/data/Tubulin_101108.mdb/">http://cmpdartsvr1.cmp.uea.ac.uk/downloads/data/Tubulin_101108.mdb/</A><BR>
 <BR>
Here is the exact original folder contents:<BR>
 <BR>
All_tub_40_25min_01__Sum0.lsm<BR>
All_tub_40_25min_01__Sum.lsm<BR>
All_tub_40_25min_02__Sum.lsm<BR>All_tub_40_25min_03__Sum0.lsm<BR>
All_tub_40_25min_03__Sum1.lsm<BR>All_tub_40_25min_03__Sum.lsm
All_tub_40_25min_07__Sum0.lsm<BR>
All_tub_40_25min_07__Sum1.lsm<BR>
All_tub_40_25min_07__Sum2.lsm<BR>
All_tub_40_25min_07__Sum3.lsm<BR>
All_tub_40_25min_07__Sum4.lsm<BR>
All_tub_40_25min_07__Sum5.lsm<BR>
All_tub_40_25min_07__Sum.lsm<BR>
All_tub_40_25min_15__Sum.lsm<BR>
kimkong_z15.lsm<BR>
MT_z05_thurs.lsm<BR>
Tubulin_101108.ldb<BR>
Tubulin_101108.mdb<BR>
 <BR>
Total is about 20GB so not easy to make them all available to you... Though you might not need everything anyways... Full error log from OMERO.importer attached.<BR>
I've attached the DEBUG and  OUTPUT logs from OMERO.importer... See the previous emails for the ERROR prompt and the JavaIO error generated.<BR>
 <BR>
I also tried loading one of the LSM files (first one) from that folder, with FIJI with the trunk of bioformats and get the same error.. Full stack trace from FIJI found below:<BR>
 <BR>
java.io.EOFException: Attempting to read beyond end of file.<BR> at loci.common.NIOFileHandle.readByte(NIOFileHandle.java:219)<BR> at loci.common.RandomAccessInputStream.readByte(RandomAccessInputStream.java:286)<BR> at loci.common.RandomAccessInputStream.read(RandomAccessInputStream.java:403)<BR> at loci.formats.in.ZeissLSMReader.initFile(ZeissLSMReader.java:351)<BR> at loci.formats.FormatReader.setId(FormatReader.java:1067)<BR> at loci.formats.in.ZeissLSMReader.initFile(ZeissLSMReader.java:328)<BR> at loci.formats.FormatReader.setId(FormatReader.java:1067)<BR> at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:432)<BR> at loci.plugins.in.ImportProcess.execute(ImportProcess.java:136)<BR> at loci.plugins.in.Importer.showDialogs(Importer.java:125)<BR> at loci.plugins.in.Importer.run(Importer.java:77)<BR> at loci.plugins.LociImporter.run(LociImporter.java:77)<BR> at ij.IJ.runUserPlugIn(IJ.java:193)<BR> at ij.IJ.runPlugIn(IJ.java:154)<BR> at ij.Executer.runCommand(Executer.java:147)<BR> at ij.Executer.run(Executer.java:78)<BR> at java.lang.Thread.run(Thread.java:619)<BR>Caused by: java.nio.BufferUnderflowException<BR> at java.nio.Buffer.nextGetIndex(Buffer.java:474)<BR> at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:117)<BR> at loci.common.NIOFileHandle.readByte(NIOFileHandle.java:217)<BR> ... 16 more<BR><BR>
Let me know if you need anything else,<BR>
And thanks for your time/help!!<BR>
 <BR>
Jerome.<BR>
 <BR>
> Date: Wed, 24 Nov 2010 11:52:18 -0600<BR>> From: melissa@glencoesoftware.com<BR>> To: jeromeavondo@msn.com<BR>> CC: j.burel@dundee.ac.uk; ome-users@lists.openmicroscopy.org.uk<BR>> Subject: Re: [ome-users] LSM import failed.<BR>> <BR>> Hi Jerome,<BR>> <BR>> > That file is from a user's directory that contains more then one LSM in it (raw data and projections) and an .mdb file...<BR>> > If I add all the LSM files and ignore the .mdb file to the import queue in OMERO.importer, and try an import that is when it fails.<BR>> <BR>> That's certainly something we can fix, but we'll need to see the .mdb file in<BR>> order to do so. Could you please send the corresponding .mdb file and perhaps<BR>> the full text of the error message? If you need somewhere to upload it, just<BR>> let me know and I can send you our SFTP server information off-list.<BR>> <BR>> > So, OMERO.importer is still reading the mdb file even if I don't select it for import. Would it not be better to read the mdb file only if selected? If I don't select something for import I would excpect that to be the outcome.... But again there might be good reasons for you to do what you do... :)<BR>> <BR>> The .mdb file is always included if it references one of the selected LSM files.<BR>> It should not be included if you only select LSM files that are not referenced<BR>> by the .mdb file.<BR>> <BR>> Regards,<BR>> -Melissa<BR>> <BR>> On Tue, Nov 23, 2010 at 02:49:58PM +0000, Jerome Avondo wrote:<BR>> > <BR>> > Hi Jmarie,<BR>> > <BR>> > Right I have understood what is going on...<BR>> > <BR>> > That file is from a user's directory that contains more then one LSM in it (raw data and projections) and an .mdb file...<BR>> > If I add all the LSM files and ignore the .mdb file to the import queue in OMERO.importer, and try an import that is when it fails.<BR>> > <BR>> > If I move all the LSM files to a new directory, without the .mdb file, then the import succeeds....<BR>> > <BR>> > So, OMERO.importer is still reading the mdb file even if I don't select it for import. Would it not be better to read the mdb file only if selected? If I don't select something for import I would excpect that to be the outcome.... But again there might be good reasons for you to do what you do... :)<BR>> > <BR>> > I think the problem we have with the current approach is that users like to create their data by some imaging runs, so lots of LSMs and the mdb, then also produce projections for this data, so there are further LSMs not associated to the .mdb and all of these are stored in the same experiment folder....<BR>> > <BR>> > J.<BR>> > <BR>> > <BR>> > <BR>> > Date: Tue, 23 Nov 2010 13:14:39 +0000<BR>> > From: j.burel@dundee.ac.uk<BR>> > To: jeromeavondo@msn.com<BR>> > CC: ome-users@lists.openmicroscopy.org.uk<BR>> > Subject: Re: [ome-users] LSM import failed.<BR>> > <BR>> > <BR>> > <BR>> > Hi Jerome <BR>> > <BR>> > If you use the released version 4.2.1, it should work. <BR>> > I have just imported the LSM file. <BR>> > <BR>> > http://www.openmicroscopy.org.uk/site/support/omero4/downloads <BR>> > <BR>> > <BR>> > Jmarie <BR>> > <BR>> > <BR>> > ************************************************************<BR>> > Please consider the environment. Do you really need to print this email? <BR>> > <BR>> > <BR>> > <BR>> <BR>> > _______________________________________________<BR>> > ome-users mailing list<BR>> > ome-users@lists.openmicroscopy.org.uk<BR>> > http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users<BR>> <BR>                                           </body>
</html>