Closed GoogleCodeExporter closed 8 years ago
Someone documented on a deprecated wiki page
(http://code.google.com/p/javapns/wiki/Intro) that Google App Engine was not
supported. The exception you provided hints at the possibility that the
BouncyCastle library (listed as a dependency of JavaPNS) is the one that is not
compatible with Google App Engine.
Since the issue is apparently coming from a third party library and not JavaPNS
itself, I think we should close this issue as Won't Fix...
Original comment by sype...@gmail.com
on 20 Feb 2012 at 1:23
Added notes on the Requirements page about Google App Engine not being
supported by the BouncyCastle dependency.
Closing as Won't Fix.
Original comment by sype...@gmail.com
on 21 Feb 2012 at 3:38
This is because bouncy castle is a signed jar. If you unzip the jar and remove
the META-INF/MANIFEST.MF then it will work.
Someone from Google mentioned this fix in another issue:
https://code.google.com/p/javapns/issues/detail?id=148&can=1&q=engine
Original comment by j...@jameslow.com
on 23 Apr 2013 at 12:43
Modified bundled BouncyCastle library to make it unsigned, so that it will work
with Google App Engine.
Original comment by sype...@gmail.com
on 30 Sep 2014 at 2:34
Fix is in r383 (trunk)
Original comment by sype...@gmail.com
on 30 Sep 2014 at 2:36
Original issue reported on code.google.com by
joe.abi....@gmail.com
on 19 Feb 2012 at 12:48