Dear Ashis, I bet the problem is in your script. There is probably an undetermined variable left in the script root. Once a remote search engine finds a solution, it sends back the result to the master process. And you cannot send FD or FS variables between parallel processes (this is a limitation of the distribution).
So make sure that your script does not leave variables undetermined in the Root. Cheers, raph On Tue, Jun 2, 2009 at 3:19 PM, Maity, Ashis K <[email protected]>wrote: > Thanks Gustavo. Changing back to release 1.3.2 did help. Now I can > progress a bit further. However, I am getting the following error message > and the process is getting killed. > > > > **** Warning: marshaling a variable as a resource!* > > **** Warning: marshaling a variable as a resource!* > > **** Warning: marshaling a variable as a resource!* > > * * > > **** Internal Error: Please send a bug report to [email protected] **** > > **** with the following information:* > > **** version: 1.3.2* > > **** platform: win32-i486* > > **** date: 20080123* > > * * > > *Malicious message received: redirect MsgContainer::unmarshal: bad Oz term > * > > > > FYI, I am starting parallel Search in the following way: > > > > functor SchedWrapper > > export > > Script > > import > > SchedRef at ‘SchedulerFunctor.ozf' %works > > define > > Script = {SchedRef.makeProblem ProblemDescription DIPort} > > end > > > > try > > * E = {New Search.parallel init(localhost:1#sh)}* > > catch X then > > {Browser.browse incatch} > > {Browser.browse X} > > end > > {E trace(true)} > > Solution = {E one(SchedWrapper $)} > > {E close} > > > > Any idea what could be the error? > > > > Thanks, > > > > Ashis > > >
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
