You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Tim McClure <tm...@groupcaretech.com> on 2015/09/23 17:08:38 UTC

Cannot Certifiace File In Resource Directory For Apple Notification Send From a Bolt

I am executing a local topology that has a bolt that sends an Apple push notification.  The Apple api needs  the file name of the certificate to use when publishing the notification.  The certificate is placed in the resources directory.  The Apple API cannot find the certificate.  When I run this code outside of storm the call the API finds the certificate and everything works.  It appears Storm is not finding the resource directory on the class path.  Please note also that the API takes an API and not a stream.

Tim