Fernando Karnagi’s Weblog

Lotus Domino Quickr Group Authorization not Working

Posted in Lotus Quickr by fernandokarnagi on June 1, 2009

Hi Folks,

What a long weekend, just to troubleshoot why the Group Authorization does not work in my Lotus Domino Quickr server. Actually it is just a silly mistake that I did when adding the group into that Place ACL. Basically these are the correct steps…

(more…)

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…)

Extended Key Usage Issue – Applet JAR Signer

Posted in Java, Portal by fernandokarnagi on January 29, 2009

Hi Folks,

Last time I found a problem when trying to access my applet from a web site. The problem is that “The publisher cannot be verified by a trusted source. Code will be treated as unsigned”, with the Exception “sun.security.validator.ValidatorException: Extended key usage does not permit use for code signing”

(more…)

TDS – Password Policy

Posted in Portal by fernandokarnagi on January 29, 2009

Hi folks,

Last time I got a bit of pain in my head when trying to configure the IBM Tivoli Directory Server (TDS) Password Policy. Finally I managed to do it and ran some test scenarios. This article describes the steps to configure the Password Policy in TDS and also shows some test scenario.

(more…)

IBM WebSphere Portal – Oracle Database Failover – working

Posted in Portal by fernandokarnagi on December 8, 2008

During the SIT in our Portal project, we encountered the case where the Portal is not able to handle the Oracle Portal DB failover. It means that after the Portal DB down, then up again, Portal is not able to recover the functions properly.

(more…)