WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org
View all threadsHas anyone seen this error before? I'm getting it when accessing the ConditionCheck service (e.g. https://cspace.vagrant/cspace-services/conditionchecks)
List request failed: org.collectionspace.services.nuxeo.client.java.NuxeoDocumentException: Problem retrieving property for xpath { conditionchecks_common:conditionCheckInformationList/[0]/conditionCheckReason } with CSID = null.
I have overridden the ConditionCheck Reason vocabulary terms:
...and restarted the server and reinitialized the vocabularies.
I think the definition for the field is right:
So I can't see what I'm missing. Thoughts?
Peter Murray
Dev/Ops Lead and Project Manager
Cherry Hill Company
Peter,
I'm not exactly sure what could be causing that error, but it's possible you've got an "empty" duplicate vocabulary. Could you use the RESTFul API to verify there are no duplicate "ConditionCheck Reason" vocabularies and that you can get a listing of all the terms you expect?
Also, if you could include related information of the services log file (cspace-services.log) that might help me figure this out.
-Richard
From: Talk talk-bounces@lists.collectionspace.org on behalf of Peter Murray pmurray@chillco.com
Sent: Friday, November 06, 2015 3:08 PM
To: CollectionSpace Talk List
Subject: [Talk] "Problem retrieving property for xpath ... with CSID = null"
Has anyone seen this error before? I'm getting it when accessing the ConditionCheck service (e.g. https://cspace.vagrant/cspace-services/conditionchecks)
List request failed: org.collectionspace.services.nuxeo.client.java.NuxeoDocumentException: Problem retrieving property for xpath { conditionchecks_common:conditionCheckInformationList/[0]/conditionCheckReason } with CSID = null.
I have overridden the ConditionCheck Reason vocabulary terms:
...and restarted the server and reinitialized the vocabularies.
I think the definition for the field is right:
So I can't see what I'm missing. Thoughts?
Peter Murray
Dev/Ops Lead and Project Manager
Cherry Hill Company
Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
Hi Peter,
It looks like you're also trying to make the entire condition check group
repeating? There's that repeat tag that's not in the base file. If so, all
of the fields inside the repeat also need to have section="sdmom", and you
actually need to rename all the fields, so they don't clash with the field
names from the common schema.
Ray
On Sat, Nov 7, 2015 at 9:45 AM, Richard Millet richard.millet@lyrasis.org
wrote:
Peter,
I'm not exactly sure what could be causing that error, but it's possible
you've got an "empty" duplicate vocabulary. Could you use the RESTFul API
to verify there are no duplicate "ConditionCheck Reason" vocabularies and
that you can get a listing of all the terms you expect?
Also, if you could include related information of the services log file
(cspace-services.log) that might help me figure this out.
-Richard
From: Talk talk-bounces@lists.collectionspace.org on behalf of Peter
Murray pmurray@chillco.com
Sent: Friday, November 06, 2015 3:08 PM
To: CollectionSpace Talk List
Subject: [Talk] "Problem retrieving property for xpath ... with CSID =
null"
Has anyone seen this error before? I'm getting it when accessing the
ConditionCheck service (e.g.
https://cspace.vagrant/cspace-services/conditionchecks)
List request failed:
org.collectionspace.services.nuxeo.client.java.NuxeoDocumentException:
Problem retrieving property for xpath {
conditionchecks_common:conditionCheckInformationList/[0]/conditionCheckReason
} with CSID = null.
I have overridden the ConditionCheck Reason vocabulary terms:
...and restarted the server and reinitialized the vocabularies.
I think the definition for the field is right:
So I can't see what I'm missing. Thoughts?
Peter Murray
Dev/Ops Lead and Project Manager
Cherry Hill Company
Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
On Nov 7, 2015, at 12:45 PM, Richard Millet richard.millet@lyrasis.org wrote:
I'm not exactly sure what could be causing that error, but it's possible you've got an "empty" duplicate vocabulary. Could you use the RESTFul API to verify there are no duplicate "ConditionCheck Reason" vocabularies and that you can get a listing of all the terms you expect?
Also, if you could include related information of the services log file (cspace-services.log) that might help me figure this out.
Thanks for the advice, Richard. I ended up having to reset the entire database, so whatever the underlying cause was has gone away.
On Nov 8, 2015, at 4:13 AM, Ray Lee rhlee@berkeley.edu wrote:
It looks like you're also trying to make the entire condition check group repeating? There's that repeat tag that's not in the base file. If so, all of the fields inside the repeat also need to have section="sdmom", and you actually need to rename all the fields, so they don't clash with the field names from the common schema.
Yes -- I did add that repeat tag, and I am tripping up against the need to rename the fields to be different from the common schema. Thanks for pointing that out, Ray!
Peter Murray
Dev/Ops Lead and Project Manager
Cherry Hill Company