Hello, after upgrading from portal 2.0.1 I configured my jboss 4.0.3SP1 with portal 2.2.1RC1 using LDAP authorisation. In login-config.xml I added a new application-policy using org.jboss.security.auth.spi.LdapExtLoginModule and added the name to jboss-web.xml. The LDAP authorisation works well but i get an exception from the PortalServlet:
| org.jboss.portal.server.invocation.InvocationException: Cannot fetch user=fodisp | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:114) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130) | at org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:87) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130) | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java:75) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130) | at org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175) | at org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:221) | ... | Caused by: org.jboss.portal.core.model.NoSuchUserException: No such user No such user fodisp | at org.jboss.portal.core.impl.user.UserModuleImpl.findUserByUserName(UserModuleImpl.java:123) | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:100) | It seams that the PortalServlet wants to load the user from an extra DB. Is there a way to disable this and what's this lookup for? Thanks in advance Stefan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918262#3918262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918262 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
