thanks for the detailed issue including stack traces. Looking at it, the code is failing at the core Python library not the OMERO ones. Looking at the underlying error
- Code: Select all
File "/usr/lib/python2.7/tempfile.py", line 212, in _get_default_tempdir
("No usable temporary directory found in %s" % dirlist))
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/ccbt']
this thread suggests this error can be caused either by a disk space issue or a permissions issue (e.g. disk mounted as read-only).
Could you double check both of these suggestions on the machine where you are executing the command-line interface?
Best regards,
Sebastien