0 Replies Latest reply on Aug 27, 2015 10:39 AM by rgiovanardi

    Double Upload Deployment on Wildfly 8/9

    rgiovanardi

      Hi Developers,

        we found that when upload a new deployment with Wildfly via Web Console, the war package is sent twice. We noticed that because we handle large deployment files with a slow upload connection..

       

      Tested configuration:

      Wildfly 8.1, Wildfly 8.2.1 and Wildfly 9.0.1

      Browsers: Chrome 43 (linux and windows) and Firefox 38 (linux)

      War package: a 137,5 MB custom application

       

      Behavior: Deployments > Add > Upload a new deployment > Browse for com.application.war > Verify upload.

      When click finish, if you are using chrome, you can find bottom upload percentage: when comes 100% it restarts count from 0% to 100% then finish.

      We also monitor with iftop sent bytes and we found 265MB (near twice war size).

       

      server.log is in debug mode but it only report successful deployment:

      16:16:25,782 INFO  [org.jboss.as.repository] (XNIO-1 task-7) WFLYDR0001: Content added at location /opt/wildfly/wildfly_appserver/standalone/data/content/80/cfee2325a9104ad63e4f75d1912b2452d54d13/content

       

      Is that an expected behavior?

       

      Thanks in advance,

      Roberto