Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unexpected exception after update to vaadin 8

Tags:

java

vaadin8

I'm getting the below error on the ListSelect component. A few version back in vaadin 8 it's working file. Now I've updated the version to 8.14.2 then I'm getting this:

java.lang.IllegalStateException: Client tried fetch more rows than allowed. This is denied to prevent denial of service.
    at com.vaadin.data.provider.DataCommunicator.onRequestRows(DataCommunicator.java:311)
    at com.vaadin.data.provider.DataCommunicator$SimpleDataRequestRpc.requestRows(DataCommunicator.java:74)
    at jdk.internal.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
like image 977
avdhesh Avatar asked Jan 21 '26 16:01

avdhesh


1 Answers

There is a bug on 8.14.x version when scrolling grid with grid scroll element and grid has lazy data provider and a lot available hieght. Grid client element fetchs more than 500 rows. If I minimize grid no exception thrown. Exception img

like image 161
Melentsov Ivan Avatar answered Jan 24 '26 08:01

Melentsov Ivan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!