VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

files bug? example: qa.restricted: umsp #126

Closed aurreco-uga closed 9 months ago

aurreco-uga commented 9 months ago

the message in subsetting logs: "No metadata file was found to parse binary properties from for variable EUPATH_0043203" but the files seem to include the variable. so the message is unclear.

file-variable-error

ryanrdoherty commented 9 months ago

Backend error is:

Caused by: java.lang.IllegalStateException: No metadata file was found to parse binary properties from for variable EUPATH_0025072
    at org.veupathdb.service.eda.ss.model.variable.StringVariable.getBinaryConverter(StringVariable.java:37) ~[service.jar:3.9.0]
    at org.veupathdb.service.eda.ss.model.reducer.BinaryValuesStreamer.streamFilteredEntityIdIndexes(BinaryValuesStreamer.java:49) ~[service.jar:3.9.0]
    at org.veupathdb.service.eda.ss.model.filter.SingleValueFilter.streamFilteredIds(SingleValueFilter.java:49) ~[service.jar:3.9.0]
ryanrdoherty commented 9 months ago

Resolved by this commit.