mssaravanan / socialauth-android

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

java.lang.NoSuchMethodError in org.brickred.socialauth.util.HttpUtil.<clinit> #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Some users are notifying the following error:
2. java.lang.NoSuchMethodError in 
org.brickred.socialauth.util.HttpUtil.<clinit> 
3. I have not been able to replicated it... any idea what could be causing it 
and how to fix it?

What is the expected output? What do you see instead?
Facebook post. App crashes.

What version of the product are you using? On what operating system?
socialauth-4.0.jar
socialauth-android-2.1.jar

Android 2.2 - 4.2

Please provide any additional information below.

java.lang.NoSuchMethodError
in org.brickred.socialauth.util.HttpUtil.<clinit>

java.lang.ExceptionInInitializerError
at org.brickred.socialauth.oauthstrategy.OAuth2.executeFeed(OAuth2.java:248)
at 
org.brickred.socialauth.provider.FacebookImpl.authFacebookLogin(FacebookImpl.jav
a:177)
at 
org.brickred.socialauth.provider.FacebookImpl.doVerifyResponse(FacebookImpl.java
:167)
at 
org.brickred.socialauth.provider.FacebookImpl.verifyResponse(FacebookImpl.java:1
53)
at org.brickred.socialauth.SocialAuthManager.connect(SocialAuthManager.java:183)
at 
org.brickred.socialauth.android.SocialAuthDialog$SocialAuthWebViewClient$1.run(S
ocialAuthDialog.java:249)
at java.lang.Thread.run(Thread.java:1096)
Caused by: java.lang.NoSuchMethodError: javax.net.ssl.SSLContext.setDefault
at org.brickred.socialauth.util.HttpUtil.<clinit>(HttpUtil.java:84)

Original issue reported on code.google.com by edua...@magicsolver.com on 7 May 2013 at 9:44

GoogleCodeExporter commented 8 years ago
Hi ,

Apologies for late reply. we are fixing it next release named socialauth 
android 2.5. due tr release on 10 june

Original comment by vineet.a...@3pillarglobal.com on 30 May 2013 at 1:25

GoogleCodeExporter commented 8 years ago
check latest sdk 2.5

all providers work for sdk2.2
for 2.1 only facebook and twittera re supported.

Original comment by l...@3pillarglobal.com on 10 Jun 2013 at 3:22