vishal43it / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

restricted class problem in Google App Engine #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

socialauth is not working for GAE platform. I am using plain servlet. 
server log is given below::

===================================================================

java.lang.NoClassDefFoundError: javax.net.ssl.SSLContext is a restricted class. 
Please see the Google App Engine developer's guide for more details.
    at com.google.apphosting.runtime.security.shared.stub.javax.net.ssl.SSLContext.<clinit>(SSLContext.java)
    at org.brickred.socialauth.util.HttpUtil.<clinit>(HttpUtil.java:66)
    at org.brickred.socialauth.util.OpenIdConsumer.getAssociationURL(OpenIdConsumer.java:92)
    at org.brickred.socialauth.oauthstrategy.Hybrid.getLoginRedirectURL(Hybrid.java:70)
    at org.brickred.socialauth.provider.GoogleImpl.getLoginRedirectURL(GoogleImpl.java:129)
    at org.brickred.socialauth.SocialAuthManager.getAuthURL(SocialAuthManager.java:161)
    at org.brickred.socialauth.SocialAuthManager.getAuthenticationUrl(SocialAuthManager.java:115)

Original issue reported on code.google.com by ashish.p...@gmail.com on 31 Jan 2012 at 6:20

GoogleCodeExporter commented 9 years ago
Hi Ashish

Tomorrow we will release new jar which will resolve this issue. 

Ohterwise please have a look in to the following issue:-
http://code.google.com/p/socialauth/issues/detail?id=132&can=1&start=100

Regards
Tarun

Original comment by tar...@brickred.com on 1 Feb 2012 at 3:30

GoogleCodeExporter commented 9 years ago
socialauth-2.2.jar is released.
Can you please try and let me know if you get the same issue.

Regards
Tarun

Original comment by tar...@brickred.com on 2 Feb 2012 at 4:43

GoogleCodeExporter commented 9 years ago
Hi Tarun,

socialauth-2.2.jar is working.
Thanks a lot.

Regards
Ashish

Original comment by ashish.p...@gmail.com on 2 Feb 2012 at 5:44