[TRACE] Unable to mount mountable storage
OK, thought I would start playing with this... Figured I would load a separate site to start with . It fails, claiming it cant load oid. The site is orignally on 2.1.6, if it matters. Then I copied the current Data,fs to foo.fs, and figured I'd give it a try, being a new .fs and all. It complains about duplicate ids. What am I missing? I can copy Data.fs.in to a new name, and mount it fine. OID TRACEBACK: ========================== Traceback (innermost last): File /home/ucntcme/ZopeTest/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /home/ucntcme/ZopeTest/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/ucntcme/ZopeTest/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook File /home/ucntcme/ZopeTest/lib/python/ZPublisher/Publish.py, line 171, in publish File /home/ucntcme/ZopeTest/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_addMountedFileStorage) File /home/ucntcme/ZopeTest/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_addMountedFileStorage) File /home/ucntcme/ZopeTest/lib/python/Products/MountedFileStorage/MountedFileStorage.py, line 24, in manage_addMountedFileStorage File /home/ucntcme/ZopeTest/lib/python/OFS/ObjectManager.py, line 260, in _setObject (Object: ApplicationDefaultPermissions) File /home/ucntcme/ZopeTest/lib/python/OFS/ObjectManager.py, line 267, in manage_afterAdd (Object: ApplicationDefaultPermissions) File /home/ucntcme/ZopeTest/lib/python/OFS/ObjectManager.py, line 267, in manage_afterAdd (Object: ElementWithAttributes) File /home/ucntcme/ZopeTest/lib/python/OFS/ObjectManager.py, line 267, in manage_afterAdd (Object: ElementWithAttributes) File /home/ucntcme/ZopeTest/lib/python/OFS/ObjectManager.py, line 267, in manage_afterAdd (Object: ElementWithAttributes) File /home/ucntcme/ZopeTest/lib/python/ZClasses/ZClass.py, line 417, in manage_afterAdd (Object: ManagedMeeting) File /home/ucntcme/ZopeTest/lib/python/ZClasses/ZClass.py, line 370, in _register (Object: ManagedMeeting) File /home/ucntcme/ZopeTest/lib/python/ZODB/Connection.py, line 441, in setstate File /home/ucntcme/ZopeTest/lib/python/ZODB/Connection.py, line 213, in _persistent_load (Info: onClass\012ExtensionClass\012q\001(U\006LMUserq\002(cZClasses.ZClass\012PersistentClass\012q\003cProducts.LoginManager.UserSources\012LoginUser\012q\004cOFS.SimpleItem\012SimpleItem\012q\005tq\006}q\007(U\004iconq\010U\000U\012_p_changedq\011K\001U\007__doc__q\012U\007LM Userq\013U\006_p_oidq\014U\010\000\000\000\000\000\000\004rq\015U\011meta_typeq\016U\007LM Userq\017U\005Fnameq\020U\000U\016propertysheetsq\021U\010\000\000\000\000\000\000\004wq\022QU\005Lnameq\023U\000U\016manage_optionsq\024)U\006passwdq\025U\000U\022__ac_permissions__q\026)U\011_p_serialq\027U\010\0034\353#\315f\322\346q\030U\012__module__q\031U\031*ykluV9yvI34UID2R6HV/dQ==q\032utq\033t.N.')) Could not load oid
Bill Anderson wrote:
OK, thought I would start playing with this... Figured I would load a separate site to start with . It fails, claiming it cant load oid. The site is orignally on 2.1.6, if it matters.
Then I copied the current Data,fs to foo.fs, and figured I'd give it a try, being a new .fs and all. It complains about duplicate ids. What am I missing? I can copy Data.fs.in to a new name, and mount it fine.
Are you mounting a path that contains ZClass instances? Try removing the ZClass instances and see if it helps. I'm not sure what the problem is, but at least this is something to try. Shane
Shane Hathaway wrote:
Bill Anderson wrote:
OK, thought I would start playing with this... Figured I would load a separate site to start with . It fails, claiming it cant load oid. The site is orignally on 2.1.6, if it matters.
Then I copied the current Data,fs to foo.fs, and figured I'd give it a try, being a new .fs and all. It complains about duplicate ids. What am I missing? I can copy Data.fs.in to a new name, and mount it fine.
Are you mounting a path that contains ZClass instances?
When it complains about duplicate ids, no. When it complains about being unable to load oid, yes.
Try removing the ZClass instances and see if it helps. I'm not sure what the problem is, but at least this is something to try.
Unfortunately, deleting the ZClasses is not an option, as that is the entire site atm.
participants (2)
-
Bill Anderson -
Shane Hathaway