Hi all,
i'm trying to install OpenSSO under Resin.
When i start the web application, typically:

http://localhost:8080/opensso

i receive this error:

java.lang.NullPointerException
        at 
com.sun.identity.authentication.service.AuthD.<clinit>(AuthD.java:224)
        at 
com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:75)
        at 
com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:56)
        at 
com.caucho.server.dispatch.ServletConfigImpl.createServletImpl(ServletConfigImpl.java:766)
        at 
com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:697)
        at 
com.caucho.server.dispatch.ServletManager.init(ServletManager.java:150)
        at com.caucho.server.webapp.WebApp.start(WebApp.java:1699)
        at 
com.caucho.server.deploy.DeployController.startImpl(DeployController.java:623)
        at 
com.caucho.server.deploy.DeployController.restartImpl(DeployController.java:586)
        at 
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.request(StartAutoRedeployAutoStrategy.java:125)
        at 
com.caucho.server.deploy.DeployController.request(DeployController.java:556)
        at 
com.caucho.server.webapp.WebAppContainer.getWebApp(WebAppContainer.java:884)
        at 
com.caucho.server.webapp.WebAppContainer.buildInvocation(WebAppContainer.java:724)
        at com.caucho.server.host.Host.buildInvocation(Host.java:476)
        at 
com.caucho.server.host.HostContainer.buildInvocation(HostContainer.java:331)
        at com.caucho.server.cluster.Server.buildInvocation(Server.java:795)
        at 
com.caucho.server.dispatch.DispatchServer.buildInvocation(DispatchServer.java:200)
        at 
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:258)
        at com.caucho.server.port.TcpConnection.run(TcpConnection.java:477)
        at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:591)
        at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:513)
        at java.lang.Thread.run(Thread.java:595)

I also try to put the libraries used by opensso under the Resin lib
dir, but i receive another error.

Do you know how to resolve this problem?

I've also installed OpenSSO under Apache Tomcat and goes well. Anyway
i'd like to install under Resin.

Thanks in advance for the responses :)
Simona
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to