-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reloading instance on "No async message support and buffer too small" #174
Comments
Hello @bekasov, Thank you for reaching out with the details of the issue you're experiencing. It seems like the root cause of the problem is related to the maximum web socket message size limitation when running your application with the Loadbalancer. The default value for the maximum message size is currently set to To address this issue, you can configure the
java -Dspring.config.location=file:/path/to/your/custom/application.properties -jar jpro-loadbalancer.jar This solution will help you work around the message size limitation. Meanwhile, we're actively working on a more general approach to address this issue within the JPro implementation. The goal is to make it automatically adjust to every use case, eliminating the need for manual configuration of the message size in the future. |
@besidev thank you for detailed answer, but I set the
and run the loadbalancer with full path of the |
We have updated the Loadbalancer documentation. The latest release version is PS: Please make sure that the custom configuration file is called java [-options] -jar jarfile [args...] |
@bekasov |
@FlorianKirmaier @besidev |
Thank you for the quick feedback. |
Yes, I have just rechecked again, loadbalancer - |
Hi |
Hello, we are implementing some data exchange using async js and java calls (get/set clipboard content), it works when app run from "gradle jproRun" or by unpacking a zip from the "gradle jproRelease", but when we run it with the Loadbalancer and trying to paste some more html than usual (but not so big, its about 100 rows of html table with 4 columns of text), then the app's page starts reloading and Browser's console shows the following error:
Is there some settings to grow the buffer or something else to make the Loadbalancer work?
The text was updated successfully, but these errors were encountered: