out of memory error
Posted: Wed Apr 13, 2011 6:10 pm
Hi all,
I stuck with uploading .svs files by using omero.importer.
I got error message like as follows when I tried to upload .svs file.
omero server is cent os, and I tested uploading on windows OS based pc.
Does Omero beta 4.2.2 support large scale of images to upload ?
also, Does Omero support .svs file format to upload ?
If Omero did, how I can extend memory heap size ?
It would be great if you guys give me any advices.
Thanks,
Steve Oh
I stuck with uploading .svs files by using omero.importer.
I got error message like as follows when I tried to upload .svs file.
- Code: Select all
2011-04-13 11:37:39,158 456098 [2-thread-1] DEBUG ome.formats.OMEROMetadataStoreClient - Creating root!
2011-04-13 11:37:39,173 456113 [2-thread-1] ERROR ome.formats.importer.gui.ImportHandler - Generic error while importing image.
2011-04-13 11:37:39,173 456113 [2-thread-1] DEBUG ome.formats.importer.gui.GuiImporter - java.lang.OutOfMemoryError: Java heap space
at ome.formats.importer.ImportLibrary.writeDataPlanarBased(ImportLibrary.java:845)
at ome.formats.importer.ImportLibrary.importData(ImportLibrary.java:730)
at ome.formats.importer.ImportLibrary.importImage(ImportLibrary.java:557)
at ome.formats.importer.ImportLibrary.importImage(ImportLibrary.java:433)
at ome.formats.importer.ImportLibrary.importImage(ImportLibrary.java:376)
at ome.formats.importer.gui.ImportHandler.importImages(ImportHandler.java:216)
at ome.formats.importer.gui.ImportHandler.access$100(ImportHandler.java:59)
at ome.formats.importer.gui.ImportHandler$2.run(ImportHandler.java:134)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
omero server is cent os, and I tested uploading on windows OS based pc.
Does Omero beta 4.2.2 support large scale of images to upload ?
also, Does Omero support .svs file format to upload ?
If Omero did, how I can extend memory heap size ?
It would be great if you guys give me any advices.
Thanks,
Steve Oh