2 Replies Latest reply on Jul 8, 2005 7:36 AM by gruenewa

    Problem when register user with UserPortal

    gruenewa

      Hi all,

      I downloaded jboss-portal2.0RC2 and tried to register a new user with the help of the UserPortlet. Registration fails and gives the following stacktrace on console:

      10:49:49,696 ERROR [JBossPortlet] Cannot create user TEST
      org.jboss.portal.core.modules.ModuleException: No such role Users
       at org.jboss.portal.core.impl.role.RoleModuleImpl.findRoleByName(RoleModuleImpl.java:61)
       at org.jboss.portal.core.portlet.user.UserPortlet.userRegister(UserPortlet.java:544)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      

      So it looks like role "Users" is unknown to UserPortlet, but i guess it exists because i t is a standard role like "admin". Any ideas?

      Thanks!