Closed chenejac closed 3 years ago
Benjamin Gross said:
Interesting error message...
2021-03-01 09:59:39,018 ERROR [IndividualResponseBuilder] Data retrieval for individual lead to error java.lang.UnsupportedOperationException: Can we ignore this? at edu.cornell.mannlib.vitro.webapp.rdfservice.filter.FilteredResultSet.nextBinding(FilteredResultSet.java:56)
....
Being thrown from here:
Georgy Litvinov said:
SPARQL data query at edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter.doQueryOnRDFService(SparqlQueryDataGetter.java:193
PREFIX obo: http://purl.obolibrary.org/obo/ PREFIX vcard: http://www.w3.org/2006/vcard/ns# SELECT DISTINCT ?vIndividual WHERE { http://vivo.mydomain.edu/individual/n6708 obo:ARG_2000028 ?vIndividual .
?vIndividual vcard:hasName ?vName .
?vName vcard:givenName ?firstName .
?vName vcard:familyName ?lastName .
}
Brian Lowe said:
Vitro pull request: https://github.com/vivo-project/Vitro/pull/215
Georgy Litvinov said:
With PR215, no errors appear in the logs.
Georgy Litvinov (Migrated from VIVO-1967) said:
Errors appear when person page is viewed.
Affects 1.12 alpha