Thanks for the fix Jihwan, I confirm it addresses the error 33, OC_STACK_NO_RESOURCE, issue. I wonder if you are also seeing the callbacks for OCPlatform::getDeviceInfo() and OCPlatform::getPlatformInfo() getting empty ocrep payload? Below is the ocrep in FindDeviceCallback. [cid:image001.png at 01D23FA5.D9815050]
From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of ??? Sent: Wednesday, November 16, 2016 12:33 AM To: Habib Virji <habib.virji at samsung.com>; ??? <jihwan.seo at samsung.com>; iotivity-dev at lists.iotivity.org Subject: Re: [dev] https://gerrit.iotivity.org/gerrit/#/c/12283/ break normal operation. Hi Habib I think there is still same issue both lateset 1.2-rel and master. and I guess my patchset can be fixed this issue. 01:23.584 INFO: OIC_RI_RESOURCE: /oic/res is virtual 01:23.584 INFO: OIC_RI_RESOURCE: Entering HandleVirtualResource 01:23.584 DEBUG: PayloadLog: Payload Type: Discovery 01:23.584 INFO: OIC_RI_RESOURCE: Silently ignoring the request since no useful data to send. 01:23.584 INFO: OIC_RI_SERVERREQUEST: Server Request Removed!! 01:23.584 ERROR: OIC_RI_STACK: HandleStackRequests failed. error: 33 and sample app related client needs to update about getPlatformInfo / getDeviceInfo. master : https://gerrit.iotivity.org/gerrit/#/c/14405/ 1.2-rel : https://gerrit.iotivity.org/gerrit/#/c/14407/ since there methods are called in several times unnecessarily. it is hardly to check log for normal scenario. BR --------- Original Message --------- Sender : Habib Virji <habib.virji at samsung.com<mailto:habib.virji at samsung.com>> Principal Engineer/SRUK-Open Source/???? Date : 2016-11-16 16:45 (GMT+9) Title : RE: [dev] https://gerrit.iotivity.org/gerrit/#/c/12283/ break normal operation. Hi Jihwan/Uze, Yes I am aware about it and I pushed in changes to fix it, which Larry confirmed changes the behaviour. Master: https://gerrit.iotivity.org/gerrit/#/c/14289/ 1.2-rel: https://gerrit.iotivity.org/gerrit/#/c/14295/ I will review your change and merge it. Regards Habib From: iotivity-dev-bounces at lists.iotivity.org<mailto:iotivity-dev-bounces at lists.iotivity.org> [mailto:[email protected]] On Behalf Of JiHwan Seo Sent: 16 November 2016 07:24 To: iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> Subject: Re: [dev] https://gerrit.iotivity.org/gerrit/#/c/12283/ break normal operation. Hi habib. I have found some issue from your patch (https://gerrit.iotivity.org/gerrit/#/c/12283/) (Larry also mentioned several times in here and there) Finding Resource... Finding Resource for second time... 0: listenCallback(): failed to create resource. clientResponse: 33 0: listenCallback(): failed to create resource. clientResponse: 33 0: listenCallback(): failed to create resource. clientResponse: 33 0: listenCallback(): failed to create resource. clientResponse: 33 since we have no enough, I try to fix it by myself. - master : https://gerrit.iotivity.org/gerrit/#/c/14397/ - 1.2-rel : https://gerrit.iotivity.org/gerrit/#/c/14411/ please review and test it. and if there is some issue in my patch. please update your codes in there. BR Jihwan --------- Original Message --------- Sender : ??? <jihwan.seo at samsung.com<mailto:jihwan.seo at samsung.com>> S4(??)/??/IoT Lab(S/W??)/???? Date : 2016-11-16 14:34 (GMT+9) Title : Re: [dev] https://gerrit.iotivity.org/gerrit/#/c/12283/ break normal operation. I have patched something about that issue. could someone review it? https://gerrit.iotivity.org/gerrit/#/c/14397/ @ Dear Habib please check this patch quickly. --------- Original Message --------- Sender : ??? <uzchoi at samsung.com<mailto:uzchoi at samsung.com>> S6(??)/??/IoT Lab(S/W??)/???? Date : 2016-11-16 13:26 (GMT+9) Title : [dev] https://gerrit.iotivity.org/gerrit/#/c/12283/ break normal operation. Hi Habib, Your commit make something wrong. https://gerrit.iotivity.org/gerrit/#/c/12283/ Already Larry mentioned the problem after your commit. Could you revert or fix it ASAP? BR, Uze Choi _______________________________________________ iotivity-dev mailing list iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> https://lists.iotivity.org/mailman/listinfo/iotivity-dev _______________________________________________ iotivity-dev mailing list iotivity-dev at lists.iotivity.org<mailto:iotivity-dev at lists.iotivity.org> https://lists.iotivity.org/mailman/listinfo/iotivity-dev [cid:image002.gif at 01D23FA5.D9815050] [http://ext.samsung.net/mail/ext/v1/external/status/update?userid=jihwan.seo&do=bWFpbElEPTIwMTYxMTE2MDgzMjU5ZXBjbXMxcDY4NDc0ODg1MjBjZjc3ZTE4ZmExZDFmODFlNDVlZWI2NCZyZWNpcGllbnRBZGRyZXNzPWlvdGl2aXR5LWRldkBsaXN0cy5pb3Rpdml0eS5vcmc_] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161116/cd24085d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 24630 bytes Desc: image001.png URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161116/cd24085d/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 13402 bytes Desc: image002.gif URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161116/cd24085d/attachment.gif>
