VEuPathDB / EdaNewIssues

0 stars 0 forks source link

Map back end - floating plot 500 errors with "fetching wrong type out of the union" #675

Closed bobular closed 10 months ago

bobular commented 10 months ago

Happening for seemingly all types of floating plot and variable choice on dev right now (not feature)

java.lang.IllegalStateException: fetching wrong type out of the union: org.veupathdb.service.eda.generated.model.VariableSpec
        at org.veupathdb.service.eda.generated.model.DynamicDataSpecImpl.getVariableSpec(DynamicDataSpecImpl.java:37) ~[service.jar:
3.0.0]
        at org.veupathdb.service.eda.ds.plugin.AbstractPlugin.lambda$getVoidEvalDynamicDataMetadataList$10(AbstractPlugin.java:569) 
~[service.jar:3.0.0]
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
bobular commented 10 months ago

To reproduce on dev site (current main) using https://dfalke-b.clinepidb.org/eda back end.

  1. SCORE S. mansoni Cluster Randomized Trial
  2. New map/analysis
  3. Bubble markers, default Country overlay (+ other variables I tried give same result)
  4. Make a supporting histogram, any compatible variable.

image