You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[01-15 11:30:12.882][vert.x-eventloop-thread-1][ERROR][i.v.c.i.ContextImpl][] - [Unhandled exception]
java.lang.IllegalArgumentException: null
at io.vertx.ext.web.client.impl.MultipartFormUpload.run(MultipartFormUpload.java:142) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.lambda$handleCreateRequest$3(HttpContext.java:464) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.core.impl.future.FutureImpl$4.onSuccess(FutureImpl.java:176) ~[vertx-core-4.5.11.jar:4.5.11]
at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66) ~[vertx-core-4.5.11.jar:4.5.11]
at io.vertx.core.impl.future.FutureImpl.tryComplete(FutureImpl.java:259) ~[vertx-core-4.5.11.jar:4.5.11]
at io.vertx.core.Promise.complete(Promise.java:66) ~[vertx-core-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.handleSendRequest(HttpContext.java:564) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.execute(HttpContext.java:375) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.next(HttpContext.java:362) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.fire(HttpContext.java:329) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.sendRequest(HttpContext.java:232) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.ext.web.client.impl.HttpContext.lambda$handleCreateRequest$6(HttpContext.java:496) ~[vertx-web-client-4.5.11.jar:4.5.11]
at io.vertx.core.impl.future.FutureImpl$4.onSuccess(FutureImpl.java:176) ~[vertx-core-4.5.11.jar:4.5.11]
at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66) ~[vertx-core-4.5.11.jar:4.5.11]
at io.vertx.core.impl.future.FutureImpl.tryComplete(FutureImpl.java:259) ~[vertx-core-4.5.11.jar:4.5.11]
please help to check
The text was updated successfully, but these errors were encountered:
Do you have a reproducer ? I thought it might a duplicate of #2685 given the symptom is the same. But using the reproducer from the other issue, there is a failure with 5.0.0.CR3, but not 4.5.11
Questions
the following code works fine in 4.5.9, and it breaks now in 4.5.11
Version
4.5.11
Do you have a reproducer?
and now it throws following exception
please help to check
The text was updated successfully, but these errors were encountered: