Menu
Date

April 2015

Run Android Apps on your Mac or PC

Do you have Chrome on your Mac or PC? Then you can run android apps on your Mac or PC. Google has come up with App Runtime for Chrome (ARC).Pre-requisites: You need Chrome browser for sure to start with it apk file of the app  you wanted to install Procedure: Below is the procedure to setup and install the apk file….

javax.net.ssl.SSLKeyException: failed hostname verification

Problem: When my adf web application executing a web service call, I got the below error which was failed to verify the hostname.javax.xml.ws.WebServiceException: javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from XXXXXXXXXXXX.demos.com – YY.YY.YY.YY failed hostname verification check. Certificate contained *.demos.com but check expected XXXXXXXXXXXX.demos.com where XXXXXXXXXXXX.demos.com is my host name. Solution: To avoid this error, we have two solutions. One is to…

oracle.security.jps.JpsRuntimeException: Cannot read from policy store

Problem: While running my integrated weblogic, I got an error like below.oracle.security.jps.JpsRuntimeException: Cannot read from policy store. Reason is PolicyStore Error, javax.xml.stream.XMLStreamException: Error at line:332 col:25  ‘ ‘Solution: To solve this error, the weblogic domain should be deleted and start the weblogic again. Then it will create a fresh domain.