-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Exception: java.lang.NoClassDefFoundError: java/security/KeyStore #2418
Comments
Can you reproduce? Which device, specifically? Not much action we can take on this unfortunately. |
Unfortunately no.
|
No action to take for now. If it happens more, or if you have any idea how we could fix this, please reopen. |
Crashlytics - plaintext stacktrace downloaded by Team at Fri, 08 Jul 2016 12:27:33 GMTPlatform: androidApplication: PassportIDVersion: 1.0 (3)Issue: 13Session: 577f9230009400014a340772cd753173Date: 2016-07-08T11:45:14ZOS Version: 4.4.2Device: LG-D802RAM Free: 26%Disk Free: 50.8%#0. Crashed: AsyncTask #1: 0 0 0x0000000000000000 Fatal Exception: java.lang.RuntimeException: An error occured while executing doInBackground() #0. Crashed: AsyncTask #1: 0 0 0x0000000000000000 #1. pool-2-thread-1 #2. Queue #3. Answers Events Handler1 #4. AsyncTask #1 #5. FinalizerWatchdogDaemon #6. AsyncTask #6 #7. Queue #8. hwuiTask1 #9. Binder_2 #10. AsyncTask #4 #11. Binder_1 #12. Crashlytics Exception Handler1 #13. OkHttp ConnectionPool #14. hwuiTask2 #15. GC #16. Timer-0 #17. WifiManager #18. Signal Catcher #19. Recognition #20. FinalizerDaemon #21. AsyncTask #3 #22. JDWP #23. Thread-666 #24. Camera1 #25. AsyncTask #5 #26. AsyncTask #2 #27. Queue #28. Queue #29. Compiler #30. Queue #31. Binder_3 #32. ReferenceQueueDaemon #33. main |
I got a crash log on Android 4.2.2 , the version of okhttp is 3.2.0
see stack trace below:
Fatal Exception: java.lang.NoClassDefFoundError: java/security/KeyStore
at org.apache.harmony.xnet.provider.jsse.KeyManagerFactoryImpl.engineInit(KeyManagerFactoryImpl.java:62)
at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:197)
at org.apache.harmony.xnet.provider.jsse.SSLParametersImpl.createDefaultKeyManager(SSLParametersImpl.java:364)
at org.apache.harmony.xnet.provider.jsse.SSLParametersImpl.getDefaultKeyManager(SSLParametersImpl.java:356)
at org.apache.harmony.xnet.provider.jsse.SSLParametersImpl.(SSLParametersImpl.java:112)
at org.apache.harmony.xnet.provider.jsse.SSLContextImpl.engineInit(SSLContextImpl.java:92)
at javax.net.ssl.SSLContext.init(SSLContext.java:219)
at okhttp3.OkHttpClient.(OkHttpClient.java:177)
at okhttp3.OkHttpClient.(OkHttpClient.java:151)
The text was updated successfully, but these errors were encountered: