01-17-2012 11:32 AM
I'm testing 7 OS device and see next in logs:
NullPointerException No detail message net_rim_os-3(4ED6D1F5) HttpServerProtocolBase writeFirstChunk 0x5E33 net_rim_os-3(4ED6D1F5) HttpServerProtocolBase writeResponse 0x56EA net_rim_os-3(4ED6D1F5) HttpServerProtocolBase close 0x58AC
What app is doing just closing stream and connection after it processed push as it is described in push API docs. Currently it doesn't break push receiving. But I see that app is triggered multiply times with the same push. I don't know is it issue on our server or issues with push module on the device.
Could anyone from RIM comment on this error?
01-17-2012 12:10 PM
Maybe someone also could comment this exception:
IllegalArgumentException No entry points found in the module 3512, can not start application net_rim_bbapi_push(4ED6D206) PushUtils createAppDescriptor 0x4CFE net_rim_bbapi_push(4ED6D206) PushUtils createAppDescriptor 0x4CBC net_rim_bbapi_push(4ED6D206) PushApplicationStatusNotifier processApplication 0x2A8A net_rim_bbapi_push(4ED6D206) PushTriageWorker processFailed 0x490F net_rim_bbapi_push(4ED6D206) PushTriageWorker processApplicationImpl 0x4883 net_rim_bbapi_push(4ED6D206) PushTriageWorker run 0x4797 net_rim_bbapi_push(4ED6D206) PushTriageWorker startup 0x44BA net_rim_bbapi_push(4ED6D206) LibMain libMain 0x11EC
I'm really afraid if it can break proper push working for applications.
01-17-2012 12:11 PM
And actually looking from log 3512 is mine application!