VEuPathDB / Rserve

0 stars 0 forks source link

Clinepi RxC mosaic viz 500 with certain variables (Urban or rural in x axis and Military in y axis) #30

Open aurreco-uga opened 2 months ago

aurreco-uga commented 2 months ago

check rxc mosaic in https://clinepidb.org/ce/app/workspace/analyses/4dnhAR0/import

2024-07-16 14:58:19.248 [rid: ][jid:][p:] WARN PrometheusFilter:165 - Request end: POST /apps/pass/visualizations/conttable 500 ..... Caused by: org.rosuda.REngine.Rserve.RserveException: eval failed, request status: error code: 127 at org.rosuda.REngine.Rserve.RConnection.eval(RConnection.java:261) ~[service.jar:3.0.0]

Screenshot 2024-07-16 at 3 57 44 PM
d-callan commented 2 months ago

So that error just means that rserve put up an error but not what the error is. I would need the rserve log to have any idea..

aurreco-uga commented 2 months ago

you could easily reproduce and check the logs..

i think it is this

2024-07-16 18:58:19.188537 Base plot.data object created.
Error in chisq.test(tbl) : 'x' must at least have 2 elements

in which case this is the same as https://github.com/VEuPathDB/Rserve/issues/27