Page 1 of 1

maximum query time is exceeding the limit imposed

Posted: Thu Jun 29, 2023 1:45 pm
by TecnologiaMV
Hello.

We identified that the maximum query time is exceeding the limit imposed on the configured parameters, which results in excessive consumption of memory and processing by the service. Consequently, the system is overloaded and may generate a denial of service message.

In the prints we set a query with the maximum time and we are faced with an infinite query that is not stopped by the maximum query time.

What would be expected would be that the query time configured in the timeout is the value to be respected and that the system does not exceed this limit and that it is possible to send a message informing the user that the query time has been exceeded.

Re: maximum query time is exceeding the limit imposed

Posted: Mon Jul 03, 2023 5:58 am
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.

Re: maximum query time is exceeding the limit imposed

Posted: Mon Jul 03, 2023 11:28 am
by TecnologiaMV
Awaiting.

Re: maximum query time is exceeding the limit imposed

Posted: Tue Jul 04, 2023 10:20 am
by Vadim
Hello.

StiWebViewerOptions options.getServer().setRequaestTimeout() restrict JavaScript XMLHttpRequest timeout.
If you want to restrict server requests you need to do it in server configuration, for example for Tomcat in web.xml <session-timeout> element.

Re: maximum query time is exceeding the limit imposed

Posted: Fri Jul 21, 2023 5:23 pm
by TecnologiaMV
We will perform the adjustments and continue with the tests.
Thanks.

Re: maximum query time is exceeding the limit imposed

Posted: Sat Jul 22, 2023 10:28 am
by Max Shamanov
Hello,

Ok.
Let us know if you need our help.

Thank you.