Note that there are some explanatory texts on larger screens.

plurals
  1. POx509 nullpointerexception in Android app while debugging in Eclipse
    primarykey
    data
    text
    <p>I had been making steady progress debugging an app when all of a sudden I started getting a null pointer exception when contacting the server to login. The problem does not occur if I run the app standalone on the device. The stacktrace follows. There seem to be some indications this is a problem with Eclipse but I'm baffled as to why it started happening all of a sudden. Others are contacting this server successfully. I've tried reverting to codebase from before the problem. I've rebooted my machine, my device. Tried Eclipse 3.7 and 3.8. Nothing seems to work. Short of spinning up on IntelliJ is there anything I can try on Eclipse?</p> <p>I see this problem on a LG Revolution 2.3.4. No issues on a Droid 2.2 or HDMaxx 4.0.4</p> <pre><code>Thread [&lt;11&gt; pool-2-thread-1] (Suspended (exception NullPointerException)) &lt;VM does not provide monitor information&gt; Class.forName(String, boolean, ClassLoader) line: 234 Class.forName(String) line: 181 X509Certificate.&lt;clinit&gt;() line: 60 OpenSSLSocketImplWrapper(OpenSSLSocketImpl).verifyCertificateChain(byte[][], String) line: 658 NativeCrypto.SSL_do_handshake(int, FileDescriptor, NativeCrypto$SSLHandshakeCallbacks, int, boolean) line: not available [native method] OpenSSLSocketImplWrapper(OpenSSLSocketImpl).startHandshake(boolean) line: 474 OpenSSLSocketImplWrapper(OpenSSLSocketImpl).startHandshake() line: 328 HttpConnection.setupSecureSocket(SSLSocketFactory, boolean) line: 185 HttpsURLConnectionImpl$HttpsEngine.makeSslConnection(boolean) line: 433 HttpsURLConnectionImpl$HttpsEngine.makeConnection() line: 378 HttpsURLConnectionImpl$HttpsEngine(HttpURLConnectionImpl).connect() line: 205 HttpsURLConnectionImpl$HttpsEngine(HttpURLConnectionImpl).getOutputStream() line: 614 HttpsURLConnectionImpl.getOutputStream() line: 268 LoginRequest.performNetworkCall() line: 52 LoginRequest(RevelationRequest).loadDataFromNetwork() line: 28 LoginRequest(RevelationRequest).loadDataFromNetwork() line: 1 CachedSpiceRequest.loadDataFromNetwork() line: 28 RequestProcessor.processRequest(CachedSpiceRequest) line: 247 RequestProcessor$2.run() line: 172 Executors$RunnableAdapter.call() line: 444 FutureTask$Sync.innerRun() line: 306 FutureTask.run() line: 138 ThreadPoolExecutor.runWorker(ThreadPoolExecutor$Worker) line: 1088 ThreadPoolExecutor$Worker.run() line: 581 Thread.run() line: 1019 </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload