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

ClassCastException on distribution page #69

Closed ryanrdoherty closed 2 years ago

ryanrdoherty commented 2 years ago

From @sweverschulman

I am seeing the following error when defaultBinMin is annotated. I noticed it in Wash-B Bangladesh. I was testing to see if the other error was from a lack of annotation. Error: 500 Internal Server Error

{
  "status":"server-error",
  "message":"class [org.veupathdb.service.eda.ss](http://org.veupathdb.service.eda.ss/).model.variable.FloatingPointVariable cannot be cast to class [org.veupathdb.service.eda.ss](http://org.veupathdb.service.eda.ss/).model.variable.DateVariable ([org.veupathdb.service.eda.ss](http://org.veupathdb.service.eda.ss/).model.variable.FloatingPointVariable and [org.veupathdb.service.eda.ss](http://org.veupathdb.service.eda.ss/).model.variable.DateVariable are in unnamed module of loader 'app')","requestId":"4EEpgo5R8v7UjCn7gcGNke"
}

The weight-for-age zscore (EUPATH_0000649) have defaultDisplayRangeMin = -6 and defaultDisplayRangeMax = 6

Screen Shot 2022-06-03 at 11 03 22 AM
ryanrdoherty commented 2 years ago

Fixed with upgrade to lib-eda-subsetting v1.2.1