<DIV> </DIV>
<DIV>> Got invalid data on distribution channel, offending packet is:</DIV>
<DIV> </DIV>
<DIV>Hi Tony,</DIV>
<DIV> </DIV>
<DIV>Certenly the approach you made helped me to think of what error it is,</DIV>
<DIV> </DIV>
<DIV>when a 'mutex' is created before sending data from c node (here i am using vc++) problem is solved perfectly,</DIV>
<DIV>i have not gone through the problem what it is exactly, </DIV>
<DIV>luckly implementing mutex solved the problem </DIV>
<DIV> </DIV>
<DIV>regards</DIV>
<DIV> </DIV>
<DIV>suresh saragadam </DIV>
<DIV> </DIV>
<DIV> <BR><BR><B><I>Tony Rogvall <tony@rogvall.com></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR>torsdagen den 21 oktober 2004 kl 13.48 skrev suresh saragadam:<BR><BR>> Hi ,<BR>>  <BR>> I have established a connection between erlang node and c node using <BR>> erl_interface.<BR>> If is running fine,<BR>>  <BR>> but some times at erlang node this error is reflected and c node is <BR>> killed,<BR>> i found that erlang processes are running fine,<BR>>  <BR>> =ERROR REPORT==== 21-Oct-2004::16:53:23 ===<BR>> Got invalid data on distribution channel, offending packet is: <BR>> <<112,131,104,4,9<BR>> 7,6,103,100,0,10,99,49,64,99,111,109,109,115,118,114,0,0,7,4,0,0,0,0,1, <BR>> 100,0,0,1<BR>> 00,0,13,101,110,111,100,101,114,101,99,101,105,118,101,114,0,0,0,71,112 <BR>> ,131,104,<BR>> 4,97,6,103,100,0,10,99,49,64,99,111,109,109,115,118,114,0,0,7>><BR>>  <BR>> what is this error, and can
 any one tell what may be the problem<BR>>  <BR>Probably means that you sent some badly formated data.<BR><BR>doing binary_to_term on the data (skipping 112, 131 is the magic for <BR>external format) gives<BR>you<BR>{6,<5806.1796.0>,'',enodereceiver}<BR><BR>6 is the the distribution op called DOP_REG_SEND.<BR><BR>The above says send ??? to registered process enodereceiver from pid <BR><5806.1796.0><BR>with the nowadays not used cookie ''. In other words the <BR>message is missing!<BR>There is also an extra byte 112 form somewhere else ...<BR><BR>Hope it helps you to track the problem<BR><BR>Regards<BR><BR>/Tony<BR><BR></BLOCKQUOTE><p>
                <hr size=1>Do you Yahoo!?<br><a
href="http://vote.yahoo.com">vote.yahoo.com</a> - Register online to vote today!