4 Replies Latest reply on Oct 1, 2013 8:56 AM by cs02rm0

    Wildfly returns every other request?

    cs02rm0

      Bit of a weird one, more to the point it ditches every other request. I seem to be seeing every second request returned, chrome dev tools report the ones in between as pending, apparently indefinitely.

       

      This is an alpha4 build, on OSX. Standalone mode, locally, no log errors. If I start jetty on the same port of the same machine and use the same browser that works fine.

       

      Screenshot of the root application showing the behaviour:

       

      wildfly.jpg

      Any ideas? Thanks.

        • 1. Re: Wildfly returns every other request?
          jaikiran

          To rule out the obvious - are you sure the application server isn't started in debug mode and perhaps some debug breakpoint has been hit?

          • 2. Re: Wildfly returns every other request?
            cs02rm0

            It does behave like that, but this is a fresh download from late yesterday, I haven't had the chance to do any debugging yet.

              501  2681  2634   0  9:26am ttys000    0:14.75 /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home/bin/java -D[Standalone] -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/opt/wildfly/standalone/log/server.log -Dlogging.configuration=file:/opt/wildfly/standalone/configuration/logging.properties -jar /opt/wildfly/jboss-modules.jar -mp /opt/wildfly/modules org.jboss.as.standalone -Djboss.home.dir=/opt/wildfly -Djboss.server.base.dir=/opt/wildfly/standalone
            • 3. Re: Wildfly returns every other request?
              ctomc

              Problem might be your JDK, given that mac jdk 1.7u6 has lots of known issues in NIO impl.

               

              Can you try with jdk7 u40 and let us know if problem remains.

               

               

              --

              tomaz

              • 4. Re: Wildfly returns every other request?
                cs02rm0

                Didn't realise I'd fallen quite that far behind, good spot, that did it, thanks!