Having trouble with the SSO Servlet test (http://servername:port/sso/SSOServlet)
I get the response:
Error 500: Failed to initialize LDAP. Detailed Message is java.lang.NullPointerException Stack Trace : java.lang.NullPointerException at com.lawson.lawsec.authen.LawsonSecurityXRefImpl.initialize(Unknown Source) at com.lawson.lawsec.authen.LawsonAuthentication.initialize(Unknown Source) at com.lawson.lawsec.authen.SSOServlet.init(Unknown Source) at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:185) at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:316) at com.ibm.ws.webcontainer.servlet ....
I look up the error on support. There is a KB article on it (556986).
I make sure that the bc-provxxx.jar file is present in %WAS_HOME%\java\jre\lib\ext. and %JAVA_HOME%\jre\lib\ext. Check.
I readded it and reinstalled all of the .ear apps in WebSphere. Restarted everything. Still I get the same error message with SSOServlet. I can bring up ssoconfig in LID. The snoop test works fine.
Java version is 1.5.0_11
LSF9.0.0.4 with all environment patches
Windows 2003 app and webserver running local.
Websphere ND 6.1.
Regression tests for Bouncy Castle are OK.
Policy files are for Java 1.5. They are the same version in %JAVA_HOME%\jre\lib\security and %WAS_HOME\java\jre\lib\security.
Any ideas? Thanks in advance.
-Roger