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: ..
Category : Java
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 ..
Port 80 & 443 64bit Tomcat 7.0.85 c:\SportLogic.Java\jdk1.6.0_45 with XX:MaxPermSize=640m. Make sure SportLogic cert is added to the “cacert” in order to communicate with legacy AppServer. Initial memory pool: 1024 MB Maximum memory poo..
18/08/2026: Also see Confluence article here – Adding Swap Space to an EC2 When server is out of physical memory or swap space it can cause dbserver to crash. In fact it is likely multiple dbservers will crash. When this occurs JVM will leave behind a dump file called “hs_err_pidxxxxxx.log” where xxxxxx is the process ..
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..
Windows 64bit https://s3-ap-southeast-2.amazonaws.com/sportlogic/java/jdk-6u45-windo..