-
Notifications
You must be signed in to change notification settings - Fork 98
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
help request: ext-plugin(java) error with multipart/form-data? #282
Comments
Hi, @channer99 , can you pleasee send the following in correct format :
Please format the configs and logs using backticks(`) |
route config is
apisix config.yaml
|
attached test.xlsx is 30MB excel. my request code(java spring) is
If you refer to the above, you will be able to reproduce it easily. pls check @sheharyaar |
Ok, I will check and update you soon. I cannot find the attached xls, I will create a dummy xls for this. |
@sheharyaar |
Ca you check the timeout for this error?? Maybe try setting larger timeout : https://apisix.apache.org/docs/apisix/admin-api/ |
increased all timeout(connect, read, send), but it doesn't work |
Description
apisix-java-plugin-runner version is 0.4.0
request Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryedcKdnGDWD6rJDcu
payload is
------WebKitFormBoundaryedcKdnGDWD6rJDcu
Content-Disposition: form-data; name="file"; filename="test.xlsx"
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
------WebKitFormBoundaryedcKdnGDWD6rJDcu
Content-Disposition: form-data; name="age"
20
------WebKitFormBoundaryedcKdnGDWD6rJDcu--
but ext 503 error occured..
error.log is below.. is that library issue?
pls check this log
Environment
apisix version
): 3.4.1uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: