Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>My OS is windows 2003 system and I solved the problem as follows</p> <ol> <li><p>i opened the cmd console of windows system in C:\glassfish3\jdk 7\bin, in that folder was the keytool</p></li> <li><p>Find all cacerts.jks in the glassfish directory, in my case i find them all in <strong>C:\glassfish3\glassfish\domains\domain1\config</strong> and <strong>C:\glassfish3\glassfish\lib\templates</strong></p></li> <li><p>list all certificates from cacerts.jks, the keytool from java can do that. I copied the cacerts.jks file in the keytool folder but is optional if keytool is working well : C:\glassfish3\jdk7\bin><strong>keytool -list -v -keystore cacerts.jks -storepass changeit > listaCertificados.txt</strong></p></li> <li><p>in the listaCertificados.txt file created in the previous step, I checked all expired certificates</p></li> <li><p>i deleted the gtecybertrust5ca certified that expired in august 2013. The command is: <strong>keytool -delete -alias gtecybertrust5ca -keystore cacerts.jks -storepass changeit</strong></p></li> <li><p>i changed the cacerts.jks's name file that was it in C:\glassfish3\glassfish\domains\domain1\config, then i copied the cacerts.jks file from C:\glassfish3\jdk7\bin to C:\glassfish3\glassfish\domains\domain1\config</p></li> <li><p>i applied the same procedure to C:\glassfish3\glassfish\lib\templates\cacerts.jks</p></li> <li><p>finally i reloaded the glassfish server</p></li> </ol> <p>Sorry for my english, i don´t speak that language but i want to help</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload