Fernando Karnagi’s Weblog

WCM Syndication – Failed to Fetch Error

Posted in Portal by fernandokarnagi on May 20, 2009

Hi Folks,

Last weekend I hit the “Failed to Fetch” error during the WCM Syndication. After consulting to several IBM engineers, I finally managed to solve it.

This article shows you how to solve this issue.

(more…)

: Subject nane of signer cert does not match issuer name of supplied cert chain

Posted in Uncategorized by fernandokarnagi on May 20, 2009

Hi Folks,

Last weekend our Portal Production server got some issue, related to the Certificate problem.

Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Subject nane of signer cert does not match issuer name of supplied cert chain
at com.ibm.jsse2.bx.a(bx.java:14)
at com.ibm.jsse2.by.a(by.java:147)
at com.ibm.jsse2.by.a(by.java:202)
at com.ibm.jsse2.w.a(w.java:206)
at com.ibm.jsse2.w.a(w.java:280)
at com.ibm.jsse2.v.a(v.java:184)
at com.ibm.jsse2.by.a(by.java:193)
at com.ibm.jsse2.by.l(by.java:257)

Just to share a abit…

If you find this error, you might need to check whether the Certificate that is installed at the server side valid (or even broken) or not. Be noticed that you will not know the validity of the certificate by using the browser to view certificate. This is seen only by the Java code.

Then, after replacing this certificate, our problem was solved.

Cheers!

Implementing AJAX in IBM WCM Portlet Part 2

Posted in Java, Portal by fernandokarnagi on May 17, 2009

Hi Folks,

Last time I posted article on how to implement AJAX in the IBM WCM Portlet. The missing from that writing is the content caching portion. In this article, I will finish up that portion for the completeness of the entire solution.

(more…)

Lotus Connections – How to prevent anonymous access

Posted in Lotus Connections, Portal by fernandokarnagi on May 16, 2009

Hi Folks,

Maybe you have heard about or even been using the Lotus Connections, but do not want to open this LC access to anonymous user. This article gives you some hints to make it happen.

(more…)

Lotus Connections – Blog Entry failed

Posted in Lotus Connections, Portal by fernandokarnagi on May 16, 2009

Hi Folks,

This week, I found a silly issue in the Lotus Connections. This issue was encountered during the creation of the new blog entry. When I clicked on the “New Entry” link on the Blog feature, it showed the “Unexpected Exception, Blog has encountered and logged an unexpected exception”.

(more…)

Domino Directory Assistance Group Cache Issue

Posted in Java, Portal by fernandokarnagi on May 5, 2009

Hi Folks, Just in case you are facing the issue in Domino Directory Assistance Group lookup, when you cannot search other groups, this information might be useful.

(more…)