Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] xml-import errors

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] xml-import errors


Chronological Thread 
  • From: graham <>
  • To: "GW Brown, Information Systems and Computing" <>
  • Cc: , "Pytel,G" <>
  • Subject: Re: [grouper-users] xml-import errors
  • Date: Tue, 20 May 2008 12:08:01 +0100

Hi Gary

GW Brown, Information Systems and Computing wrote:
Subject.getAttributes().keySet() is throwing the Exception. You could work around this for now by specifying the names of the attributes to display - omitting the password field:

subject.attributes.order.<SOURCE_ID>=comma separated (and case sensitive) list of attribute names.


That doesn't entirely fix the problem. If the password attribute exists, then I still get an exception, though there is now less information in the grouper_ui.log file:

2008-05-20 11:46:45,062 ERROR ui.TileRecorderTag: < GrouperSystem 8E618CF06B61BD0BF4BC3156DD341416-0009 fca67a50-efc5-4f8d-b726-ff9f9ac8e9c4 GrouperSystem g:isa > javax.servlet.jsp.JspException: ServletException in '/WEB-INF/jsp/subjectInfo.jsp': [B

Also, if any fields are optional and not always filled in in the LDAP subject, then listing the field name in subject.attributes.order gives a similar error message for any subject missing that data:

2008-05-20 10:19:47,995 ERROR ui.TileRecorderTag: < GrouperSystem 5586332A325E1452C3EE69C87FE2CF1C-0013 7302c712-85fe-4fdc-af19-123b4f9ecfa6 GrouperSystem g:isa > javax.servlet.jsp.JspException: ServletException in '/WEB-INF/jsp/subjectInfo.jsp': null

(ie. 'null' instead of '[B' )

Any suggestions?

Thanks
Graham



Archive powered by MHonArc 2.6.16.

Top of Page