I have setup windows AD authentication and its working fine. while trying to logon on infoview with sso "Null" message appears on the screen. I follow the steps for Vintela SSO and I am getting the following error on tomcat\logs\tomcat .
.
- [/InfoViewApp].[action] Thread [http-8080-Processor25]; Servlet.service() for servlet action threw exception
java.lang.NullPointerException
I turn on the debug and I am getting following error on log4j . I can see the the ticket is working fine and Credential obtianed is sucessfully.
log4j: Parsing for [org.apache.myfaces.renderkit.html.HtmlRenderKitImpl] with value=[ERROR].
log4j: Level token is [ERROR].
log4j: Category org.apache.myfaces.renderkit.html.HtmlRenderKitImpl set to ERROR
Can anyone suggest me what I am doing wrong ?? Thanks you in advance.