<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I do not think that this error has anything to do with this change.</div><div class=""><br class=""></div><div class="">Are you sure you have not changed anything else? For example, have you tried to modify the Interest/Data name and/or add/remove name components?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Apr 21, 2017, at 12:35 AM, Gang Liu <<a href="mailto:16111015@bjtu.edu.cn" class="">16111015@bjtu.edu.cn</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><p class="">ndnSIM friends,</p><p class=""><br class="">   I added "ns3::RateErrorModel,ErrorUnit=ERROR_UNIT_PACKET,ErrorRate=0.5" to set link loss rate, but when i ran my program(interest frequency is random), it exported:</p><p class="">"terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::name::Component::Error> >'<br class="">  what(): <font color="#ff0000" class=""> Name component does not have the requested marker or the value is not a nonNegativeInteger</font>"</p><p class="">how to solve it?</p><p class="">Thanks,</p><p class="">Gang</p>
<script type="text/javascript" class=""><!--

function togle_quote(){
    var quote=document.getElementsByTagName('BLOCKQUOTE')[0];
      // 针对viewmail获得父frame
     var mainBody = parent.$("mail_content");
    if(!mainBody){
        //针对viewThread 获得父iframe
        mainBody= parent.$("mail_content_"+"");
    }

    if( mainBody){    /*单封邮件隐藏显示引用高度自适应*/
        var aHeight,bHeight;
        if (navigator.appName.indexOf("Microsoft") == -1) {
            //解决Chrome浏览器的无法重复定义高度问题
               mainBody.style.height="10px";
        }
        if (quote.style.display == "none") {
                quote.style.display = "";
                 aHeight=mainBody.contentWindow.document.documentElement.scrollHeight;
                 bHeight=mainBody.contentWindow.document.body.scrollHeight;
                mainBody.style.height=Math.max(aHeight,bHeight)+"px";
        } else {
                quote.style.display = "none";
                 aHeight=mainBody.contentWindow.document.documentElement.scrollHeight;
                 bHeight=mainBody.contentWindow.document.body.scrollHeight;
                mainBody.style.height=Math.min(aHeight,bHeight)+"px";
        }
    }
}

function showtip(){
    var quote=document.getElementsByTagName('BLOCKQUOTE')[0];

    if(quote){
        quote.style.display='none';
        var tip = document.createElement("DIV");
        tip.style.fontSize = "12px";
        tip.style.cursor = "pointer";
        tip.style.color = "rgb(92, 110, 252)";
        tip.innerHTML="显示/隐藏引用文字";

        tip.onclick =togle_quote; 
        quote.parentNode.insertBefore(tip,quote);

    }
}
showtip();
if (parent.frameReadyCallback) {
    parent.frameReadyCallback(document.body);
}
for (var i = 0, a; a = document.links[i]; i++) {
    a.target = "_blank";
}
//--></script></div></blockquote></div><br class=""></div></body></html>