Person In Charge:
FSR / Jobsheet: Kelly / Imah (1 copy for CI filing)
Inventory: Ms. Ng
Invoicing:
Claims: Jann
Mavis & Carmen for what?
Asset to Inventory Conversion:
- blah
- blah
Person In Charge:
FSR / Jobsheet: Kelly / Imah (1 copy for CI filing)
Inventory: Ms. Ng
Invoicing:
Claims: Jann
Mavis & Carmen for what?
Asset to Inventory Conversion:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (JDK 1.7)
java.lang.RuntimeException: Could not generate DH keypair. (JDK 1.6)
JRE running the ChemoLIMS has the expired SSL certificate in its keystore.
Update the JRE keystore file with the valid SSL certificate for JDK. Applicable to JDK/JRE 1.7 and above.
If the JDK version is below 1.7, upgrade to JDK 1.7 (ChemoLIMS) or JDK 1.8 (ChemoLIMS CNX)
keytool -list -keystore ..\lib\security\cacerts
keytool -import -alias fomemamy -keystore ..\lib\security\cacerts -file d:\fomemamy.crt
If prompt for password, the default password should be : ‘changeit’
https://www.java-samples.com/showtutorial.php?tutorialid=210