Skip to content

Instantly share code, notes, and snippets.

@jrbalsas
Last active June 13, 2020 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrbalsas/c11fb15e34acf5c58536898410504bfb to your computer and use it in GitHub Desktop.
Save jrbalsas/c11fb15e34acf5c58536898410504bfb to your computer and use it in GitHub Desktop.
Prevent Payara console log in Eclipse stop showing server logs

Fix Payara/Glassfish Tools console lock in Eclipse

Domain CA expired certificates made Payara server generate errors on starting which prevent payara console in Eclipse to show further message logs.

(temporal) workaround for development

Just remove related expired certificates from ${PAYARA_HOME}/glassfish/domains/domain1/config/cacerts.jks keystore.

Next cacerts.jks file (obtained from OpenJDK 14.0.1 installation) has them removed, so replace with it Payara domain cacerts.jks and restart Payara server. Download it from https://drive.google.com/file/d/1bKeWztVi0Ng_QGF9YQiEwLlGxT5uHyb0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment