Category : Java

Home » Archive by category : Java

Java 1.8.0_131 disabled MD5 algorithm. As a result, any server that has keystore based on  this old algorithm will result in this error sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target More info: https://www.oracle.com/technetwork/java/javase/8u131-relnotes-3565278.html Current Payment Gateway keystore >keytool -list -keystore keystore.bin -v Enter keystore password: Keystore type: ..

Read more

Checkout source codes: >git clone https://bitbucket.org/sl_main/appserver8.git AppServer8 is a Maven based Sprint Boot project. AppServer8 runs on port 6888. Config File Copy “appserver.test.txt.template” and save-as “appserver.test.txt”. Local Database Setup: Install and run MySQL (localhost, port 3306) Create a database called “sportlogic” Create a database user called “appserver” with password “appServerPass” CREATE USER ‘appserver’@’localhost’ IDENTIFIED BY ..

Read more

https://s3-ap-southeast-2.amazonaws.com/sportlogic-repo/jre/jre1.8.0_172/jre1.8.0_172.zip NOTE – starting from macOS 10.15 Catalina, all apps need to be 64-bit. This means any Java that is 32-bit (including legacy Apple Java 6) will no longer be supported, thus unable to run our inTennis & ClassMaestro. To resolve this, install 64-bit Java from OpenJDK https://adoptopenjdk.net/?variant=openjdk8&jvmVaria..

Read more