|
From: Steven H. <sh...@te...> - 2005-06-20 23:25:29
|
Thanks so much for your reply. No, there was no message such as this because we deleted the contents of the mshconfig table. 'TRUNC msh.mshconfig' is sql for deleting the contents of the table (TRUNC = TRUNCATE) So, it wouldn't have had any errors in trying to load missing objects because we removed the config table which tells it which objects to load. After starting hermes we restarted the app handler, and that resent both the config and serialised objects to hermes and all was fine. -----Original Message----- From: ebx...@li... [mailto:ebx...@li...] On Behalf Of Patrick Yee Sent: Monday, 20 June 2005 11:35 PM To: ebx...@li... Subject: Re: [ebxmlms-general] Triggering a Incoming Listener 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 > > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ ebxmlms-general mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-general |