Now I can view all the files with the OMERO client, but when I try an import operation, I get the following:
- Code: Select all
$> bin/omero import -- --debug=ERROR /tmp/01_Zoom.png
Using session c4de4243-b6fe-43a7-be22-d373cec5132b (patrick@localhost:4064). Idle timeout: 10.0 min. Current group: test_grp
2015-05-14 11:34:23,830 176 [ main] INFO ome.formats.importer.ImportConfig - OMERO Version: 5.0.6-ice35-b53
2015-05-14 11:34:23,841 187 [ main] INFO ome.formats.importer.ImportConfig - Bioformats version: 5.0.6-ice35-b53 revision: 33b1150 date: 10 November 2014
2015-05-14 11:34:35,397 11743 [ main] ERROR ome.formats.importer.ImportLibrary - Error on import: Directory exists but is not registered: CheckedPath(patrick_3)
All the files below the patrick_3 directory within the new ManagedRepository are intact. If I create a new user (or utilize an account that doesn't have files or a directory under the new ManagedRepository), the import operation runs as expected and I can see the new files stored in the expected location.
I figure there is something else that I need to set or do to register the "old" users' directory locations. What have I missed?