Dropbox crashes, java 64 & colors in ImageJ
Posted: Thu Jun 07, 2012 8:37 am
Hi,
I've set up the DropBox to automatically import files from the users' folders, but periodically, files stop being imported so I need to restart the server and refresh the files which were not imported, but not the others as to avoid duplicates...
I have made a small script that checks if each file from the server has been imported into OMERO and outputs commands (bash) that I then run as root to refresh the files, but if I were able to directly start the imports from the script (run by the user), it would be nice. I have not found such a function in the API though...
Could the crashes be caused by too much data being imported at the same time ?
I also noticed that master.err is filled with:
So the Leica SP5 stores its type as "unknown"... ? Isn't it more an "INFO" than a "WARN" ?
Moreover, I saw this warning in the logs:
What should I do ? Install a 32-bit JVM ? Change something ?
Finally, when I import images in ImageJ or Fiji through the plugin, the images lose their colors. Would there be a way for users to get their channel colors... ?
I've set up the DropBox to automatically import files from the users' folders, but periodically, files stop being imported so I need to restart the server and refresh the files which were not imported, but not the others as to avoid duplicates...
I have made a small script that checks if each file from the server has been imported into OMERO and outputs commands (bash) that I then run as root to refresh the files, but if I were able to directly start the imports from the script (run by the user), it would be nice. I have not found such a function in the API though...
Could the crashes be caused by too much data being imported at the same time ?
I also noticed that master.err is filled with:
- Code: Select all
2012-04-16 11:03:46,033 4416 [ main] WARN enums.handlers.MicroscopeTypeEnumHandler - Unknown MicroscopeType value 'Unknown' will be stored as "Other"
So the Leica SP5 stores its type as "unknown"... ? Isn't it more an "INFO" than a "WARN" ?
Moreover, I saw this warning in the logs:
- Code: Select all
loci.formats.MissingLibraryException: QuickTime for Java is not supported with a 64-bit JVM. Please invoke the 32-bit JVM (-d32) to utilize QTJava functionality.
What should I do ? Install a 32-bit JVM ? Change something ?
Finally, when I import images in ImageJ or Fiji through the plugin, the images lose their colors. Would there be a way for users to get their channel colors... ?