4 Replies Latest reply on Jan 11, 2016 2:44 PM by ravi.k15

    I managed to permanently break the Wildfly admin console to an extent.

    cheekynuss

      Ok so it begins with me panicking and messing up my personal test server installation to the point that it won't boot.

       

      So I decided to reinstall the directory.

       

      I add my user and open the browser admin console, and decided to test the deployments.

       

      While I can access the browser console, I can't deploy any archives. So reinstalled multiple times and even restart the machine, but the same issue still occurs.

       

      The admin console spat out something about a being unable to parse text/html, and the server command prompt showed an Undertow error.

       

      I wish I could give more specific details, but I can't at the time of this post as I cannot access that machine that produced such errors.

       

      The good news is that these issues are confined to the Chrome browser on that specific machine. When I use the admin console on Internet Explorer on that machine, everything proceeds without any issue. Also using the Chrome browser on this laptop has no issue with the admin console when I start up the laptop's Wildfly instance.

       

      BTW I'm using Wildfly 9.0.2.Final on both machines.

       

      So what do you recommend I should do?

       

      EDIT:

       

      I went ahead and uninstalled Chrome on this desktop and then reinstalled it. Nothing changed.

       

      BTW here is the error message from command prompt

       

      16:33:21,949 ERROR [io.undertow.request] (XNIO-1 task-8) Undertow request failed HttpServerExchange{ POST /management-upload}: java.io.IOException: UT000036: Connection terminated parsing multipart data
              at io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler.parseBlocking(MultiPartParserDefinition.java:203)
              at org.jboss.as.domain.http.server.DomainApiGenericOperationHandler.handleRequest(DomainApiGenericOperationHandler.java:104)
              at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
              at org.jboss.as.domain.http.server.security.SubjectDoAsHandler$1.run(SubjectDoAsHandler.java:72)
              at org.jboss.as.domain.http.server.security.SubjectDoAsHandler$1.run(SubjectDoAsHandler.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.java:92)
              at org.jboss.as.domain.http.server.security.SubjectDoAsHandler.handleRequest(SubjectDoAsHandler.java:68)
              at org.jboss.as.domain.http.server.security.SubjectDoAsHandler.handleRequest(SubjectDoAsHandler.java:63)
              at io.undertow.server.handlers.BlockingHandler.handleRequest(BlockingHandler.java:56)
              at org.jboss.as.domain.http.server.DomainApiCheckHandler.handleRequest(DomainApiCheckHandler.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:774)
              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)
      
      
      

       

      And this is the message on the browser console:

       

      Cannot upload deployment: Unable to parse response with content-type text/html

       

      Should I report this as a bug?