Bug #717
Metacat MN services not responding to get or getSystemMetadata
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
None of the deployed Metacat instances appear to be returning objects or system metadata.
e.g.
id = test.2010181122146255 is returned by listObjects
http://knb-mn.ecoinformatics.org/knb/meta/test.2010181122146255 returns a 500 error
http://knb-mn.ecoinformatics.org/knb/object/test.2010181122146255 returns a 500 error
History
#1 Updated by Chad Berkley over 14 years ago
- Status changed from New to Closed
This was a bug where the sessionData object in metacat is null (because the session is public) but the code tried to call sessionData.getUserName() anyway. This is fixed now.