Bug #7250
Accounts endpoint throwing exception
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
d1_identity_manager
Target version:
Start date:
2015-07-07
Due date:
% Done:
100%
Milestone:
CCI-2.0
Product Version:
*
Story Points:
Sprint:
Description
Accessing the accounts endpoints:
https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts
https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts
Yields a ServiceFailure:
Internal Server Error: The server encountered an unexpected condition which prevented it from fulfilling the request.
Related issues
History
#1 Updated by Ben Leinfelder over 9 years ago
- % Done changed from 0 to 30
- Milestone changed from None to CCI-2.0
- Category set to d1_identity_manager
- Status changed from New to In Progress
- Target version set to CCI-2.0.0
There was a "cn=test,dc=cilogon,dc=org" entry in LDAP that was classified as a d1Principal and also a group and did not have a "sn" attribute. This resulted in a null familyName and JIBX threw an exception when serializing the SubjectInfoList.
I removed this entry from the dev LDAP server, but I'd like to know how it got in there so we can make sure it does not happen again.
#2 Updated by Ben Leinfelder over 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
#3 Updated by Ben Leinfelder over 9 years ago
- Duplicates Bug #7258: Get an exception on https://cn-dev.test.dataone.org/cn/v2/accounts added