>> Could this be the reason why I’m not receiving pushes?
>>
>> Since I’m using the OpenShift cartridge - what’s the best way how to proceed? Can
I change the “withNoErrorDetection” of ApnsService somehow?
>>
>>
>> Do you know what exact version of the UPS you are running on Openshift? I am
asking, because you could build the UPS yourself and simply replace the WAR file.
>> But we before we do that, let's make sure we are all on the same page
>
> I havent changed anything since I restarted the OpenShift application last month (see
http://lists.jboss.org/pipermail/aerogear-users/2014-November/000020.html )
>
> The OpenShift console shows
>
> AeroGear Push Server 1.0.0, MySQL 5.5, phpMyAdmin 4.0
>
> Ok, thanks
>
>
any idea what i could do now?
I created a patch for you:
https://github.com/matzew/aerogear-unifiedpush-server/tree/ThomasPatch
containing
https://github.com/matzew/aerogear-unifiedpush-server/commit/9e71472ec793...
Now, checkout that branch and build it yourself. the WAR file in here:
https://github.com/matzew/aerogear-unifiedpush-server/tree/ThomasPatch/se...
is the one you need to upload to openshift
if the only possible solution is to build the WAR from scratch and install it ontop of
the openshift cartridge, i’d do that, but maybe there is an easier way?
You can log in via SSH (details are on the Openshift console). Once logged in, cd to
"aerogear-push/versions/<MY_VERSION_OF_UPS>/standalone/deployments"
Via SCP you could upload the WAR file, mentioned above. Basically replace the
"ag-push.war" file in "deployments" folder.
I know it is hacky, but hopefully is good enough for now