Hi,
I am using jQuery, Spring MVC as framework to develop a web app and Wilfly as application server. I am trying to load a file in the server. To develop I am using a Windows machine and Netbeans and I am using maven to build.
I tried Wildlfy 16 and 26 and JDK 11 and 17 and the result is the same: in the developing environment everything is ok, files are loaded to server without errors, but in the destination environment (Wildfly on Linux) when I try to invoke the service to load files, I get this error:
08:18:58,394 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /xxxxxxx-web/uploadSalesPlanOrderFile: org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.lang.RuntimeException: java.nio.file.NoSuchFileException: /opt/wildfly/wildfly-26.0.0.Final/standalone/tmp/xxxxxxx-ear-0.9.1b.ear.xxxxxxx-web-0.9.1b.war/c:\users\xxxxxx/undertow3250460709741512155upload
Can you please help me to resolve this issue?
Very kind regards.
Alessio