You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Michael Becke <mb...@ppr.info> on 2006/02/23 00:03:56 UTC

Jetspeed2 and JOSSO 1.3

Hello,

I'm experiencing a strange problem when using Jetspeed2 in combination with JOSSO 1.3.  Here's what I'm trying:

 - Install and configure JOSSO 1.3 with Tomcat 5.5.15.
 - Install a few sample applications using JAAS and test that JOSSO is working.  Everything seems to be okay.
 - Install jetspeed.war in Tomcat and restart.
 - Jetspeed and the other application seems to start normally, but JAAS/JOSSO stop working for both the sample applications and Jetspeed.  

The only visible error message is the following in the catalina log:

javax.security.auth.login.LoginException: No LoginModules configured for josso
	at javax.security.auth.login.LoginContext.init(Unknown Source)
	at javax.security.auth.login.LoginContext.<init>(Unknown Source)
	at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:347)
	at org.josso.tc55.agent.CatalinaSSOAgent.authenticate(CatalinaSSOAgent.java:104)
	at org.josso.agent.AbstractSSOAgent.processRequest(AbstractSSOAgent.java:258)
	at org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:419)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:831)
	at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
	at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
	at java.lang.Thread.run(Unknown Source)

Clearly this is an error from inside JOSSO, but it seems to be related to something that Jetspeed does on installation.  Any idea what could be going wrong?

Thanks,

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org