Pages

Ads 468x60px

wibiya widget

What they say

Stay connected

Friday, May 18, 2018

"Google play services are updating" - error on Android Mobile devices





So it's Friday today and it's difficult if you try to commute. I've decided to use Wunder Pool App but there was an error like this 'Google play services are updating' and then I've tried to update the app and re-open it again but same error occured.



I tried Grab (because there is no Uber anymore in the Philippines) same error happened.


 And this solution work for me:

Settings > Program > Google Play-Services > Storage capacity > Manage Space > Clear all data.

So what really happens? The latest update of Google Play Services (version 12.6.73) reportedly broke Google Maps integration with location sharing for some apps. ( According to Google Product Forums and Google’s Issue Tracker)



Tuesday, May 8, 2018

SOAP UI - Received fatal alert: handshake_failure through SSLHandshakeException

So I tried to import a wsdl from a url in SOAPUI v.5.3.0 then I encounter this kind of error

ERROR:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure



1. The following steps are the solution i tried, then it works for me:1. Overwrite the jars with the new Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8 (download here: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)

  • local_policy.jar
  • US_export_policy.jar
2. Add the following config to SoapUI-5.3.0.vmoptions file
  • -Dsoapui.https.protocols=TLSv1.2
3. Restart SOAPUI 5.3.0