|
From: Patrick Y. <kc...@ce...> - 2005-06-20 13:34:44
|
Steven, I am not sure about the effect of 'Trunc msh.mshconfig". Could you give me more information on that? However, it seems a bit strange to me that you can still restart Hermes successfully for moving aside the "objects*" files. The reason is: during Hermes starts up, it will read the mshconfig table, each entry there contains a file name which points to a serialized object. Hermes will then read the serialized object in the objectStore folder. If it cannot find the object, exceptions will be thrown. Did you aware of that in the log file? Regards, -Patrick Steven Herod wrote: >Last night, after reading through the source code and gaining a stronger >understanding of the system, we executed the following steps: > >Hermes shutdown >Apphandler shutdown >Ran the SQL: 'Trunc msh.mshconfig' >move aside of the 'objects*' files in '~msh/objectStore' >Start of hermes >Start of apphandler > > > |