Cannot login to PSconsole
Installed PS7 on RH ES 7. Can log into all the three sample applicatin.
BUT cannot log into the PSconsole. Check the /var/opt/sun/portal/logs/admin/portal.admin.console.0.0.log
The error is about the PKIX path validation failed
"time stamp check failed"
How can I update the certification time stamp?
Thank you.
[348 byte] By [
kerr123] at [2007-11-26 7:39:52]

# 1
Hi Kerr,
I was also facing the same problem.Well but I tried one thing and the problem was solved.
1.Check the status of cacao agent
cd /opt/sun/cacao/bin
./cacaoadm status
2.If it is running then stop it with the following command:
./cacaoadm stop
3.Then start it with the following command.
./cacaoadm start
Try this solution.It should work.
Enjoy!!
Chirag.
# 2
Hi!
I had the same problem, i ve just installed the portal server 7.
Cacaoadmin is running (i tried to restart it more than once).
I have this error message in log:
ClassName=com.sun.portal.admin.console.common.PSBaseBean; MethodName=log; |Failed to authenticate with JMX Server: LoginBean.login()
java.lang.SecurityException: java.lang.SecurityException: Authentication failed: No such domain: defaultDomain
at com.sun.jmx.remote.opt.security.AdminClient.throwExceptionOnError(AdminClient.j ava:337)
[...]
(the portal server 7 documentation is not available at docs.sun... grr)