users@glassfish.java.net

Re: Sun's Certificate supplied with Glassfish has expired !

From: <forums_at_java.net>
Date: Fri, 16 Aug 2013 04:37:44 -0500 (CDT)

Hi everyone, I had been sufering also this problem in serveral servers and
some of it's complications, that I have been able to resolve after quite a
bit of investigation. 1st make a backup of the involved files... because
maybe this is not exacly your case and you will want to begin at the starting
point. Error 1: Certificate expired Solution 1: This one is the easyone to
resolve: Basicaly enter de config dir, remove the key from the CA file and
restart grassfish. cd /domain//conf keytool -delete -alias gtecybertrust5ca
-keystore cacerts.jks -storepass myMasterPwd Default master passowrd is
"changeit". Error 2: IIOP lazy-init... Solution: Unfortunately i respondend
to simptoms here and dissabled the lazy-init... but didn't notice that i was
cause because the system injected here SSL configuration for the IIOP binded
in the 3700 port... (not compatible with lazy-init) without a set alias
"".... So remove this line Leaving the listener like it was before After both
modifications restart glassfish. What can I say... a CA expires and generates
these kind of problems?? quite strange... and time consuming... Hope this
saves tames to someone else ;)

--
[Message sent by forum member 'Necris']
View Post: http://forums.java.net/node/700037