Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users]

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users]


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: Thomas M Goerger <>,
  • Subject: Re: [grouper-users]
  • Date: Sat, 18 Oct 2008 20:42:53 +0100

Hi Tom,

When you get the error how does that appear - a red box with error message at the top of the page, or partially rendered page with `Error` in red?

The error itself suggests that there is an unresolvable subject i.e. the group has a Membership object which references a subject id which is no longer available. Running the unresolvable subject deletion utility (usdu) should confirm that.

If you browse to the group again and page through the members do you get the error without trying to delete the member again - indeed has the member been deleted?

I would expect that the member has been deleted and the error occurs when re-rendering the membership list - which ought to display a `new` member (from the `next` page) given that one has been removed. It may be a problem rendering this new member rather than a problem with the one you were trying to delete.

I`ve attached a replacement /WEB-INF/jsp/removableMembershipView.jsp which, if viewObject.subject is empty, will display `Problem rendering member <memberUuid>`. If you get that you can query grouper_members to see which subject id is pointed to by the member.

Gary







--On 17 October 2008 11:30 -0500 Thomas M Goerger
<>
wrote:

I'm seeing an error trying to remove a user from a rather large group.
Not sure if that is what's making the difference, but this same user has
been removed from a couple of other, smaller groups. The GUI error I'm
getting is:

# The entity does not exist.

And the line from the grouper_error log is:

2008/10/17 10:49:19.433 [TP-Processor43] ERROR
InsertTag$InsertHandler.doEndTag(920) - ServletException in
'/WEB-INF/jsp/removableMembershipView.jsp': javax.servlet.jsp.JspExceptio
n: An error occurred while evaluating custom action attribute "value" with
value "${viewObject.subject.id}": Unable to find a value for "id" in
object of class "java.lang.String" using operator "."
(null)org.apache.jasper.JasperException: javax.servlet.ServletException:
javax.servlet.jsp.JspException: An error occurred while evaluating custom
action attribute "value" with value "${viewObject.subject.id}": Unable to
find a value for "id" in object of class "java.lang.String" using
operator "." (null)

The user does exist in the LDAP directory that Grouper is searching on, so
I'm not sure of what other problem it might be encountering. Thanks for
any help!

Thanks,


*************************************************************************
******** * Tom Goerger Email/Unix System
Administrator *
*
*
* University of Minnesota Email:

*
* Operations, Infrastructure and Architecture Phone: 4-5804
*
* Internet Services Office: 750 University Park
Plaza*
*
*
*************************************************************************
********



----------------------
GW Brown, Information Systems and Computing
<%-- @annotation@ Dynamic tile used by genericList mechanism to render individual group members which can be removed --%><%-- @author Gary Brown. @version $Id: removableMembershipView.jsp,v 1.1 2006/10/03 11:33:37 isgwb Exp $ --%> <%@include file="/WEB-INF/jsp/include.jsp"%> "/> Problem rendering member


Archive powered by MHonArc 2.6.16.

Top of Page