Wildfly 9.0.2 Error deploying application

During deployment, I see in the form message Cannot upload deployment: Unable to parse response with content-type text/htmland in the complete command line error:

15:18:28,849 ERROR [io.undertow.request] (XNIO-1 task-2) Undertow request failed
 HttpServerExchange{ POST /management-upload}: java.io.IOException: UT000036: Co
nnection terminated parsing multipart data
        at io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartU
ploadHandler.parseBlocking(MultiPartParserDefinition.java:203)
        at org.jboss.as.domain.http.server.DomainApiGenericOperationHandler.hand
leRequest(DomainApiGenericOperationHandler.java:104)
        at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(En
codingHandler.java:72)
        at org.jboss.as.domain.http.server.security.SubjectDoAsHandler$1.run(Sub
jectDoAsHandler.java:72)
        at org.jboss.as.domain.http.server.security.SubjectDoAsHandler$1.run(Sub
jectDoAsHandler.java:68)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.ja
va:92)
        at org.jboss.as.domain.http.server.security.SubjectDoAsHandler.handleReq
uest(SubjectDoAsHandler.java:68)
        at org.jboss.as.domain.http.server.security.SubjectDoAsHandler.handleReq
uest(SubjectDoAsHandler.java:63)
        at io.undertow.server.handlers.BlockingHandler.handleRequest(BlockingHan
dler.java:56)
        at org.jboss.as.domain.http.server.DomainApiCheckHandler.handleRequest(D
omainApiCheckHandler.java:87)
        at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest
(AuthenticationCallHandler.java:52)
        at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
        at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:7
74)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:617)
        at java.lang.Thread.run(Thread.java:745)

I use offline mode, when I loaded the new Wildfly server, an error occurred - idk if this could be related to the ports.

+4
source share
1 answer

I had the same question with you, and I can’t solve it now.

But I find it strange that this only happens in IE and Chrome, try using Firefox to download the file, that's fine.

Hope this helps you.

+4
source

Source: https://habr.com/ru/post/1618905/


All Articles