1 2 Previous Next 18 Replies Latest reply on Apr 12, 2016 2:00 AM by nick.sree Go to original post
      • 15. Re: Wildfly | Infinispan Warning
        pferraro

        Is there an exception in the log?

        • 16. Re: Wildfly | Infinispan Warning
          nick.sree

          pferraro there is no exception logs, i'm able to see login page upon login its going to 404. If you can suggest me any packages, i can enable TRACE log for more detail.

          • 17. Re: Wildfly | Infinispan Warning
            pferraro

            Please do.  I don't understand why removing clustering module references would result in a 404 following login.

            • 18. Re: Wildfly | Infinispan Warning
              nick.sree

              pferraro extremely sorry for this late reply, now the 404 issue is not coming after i commented out the following from wildfly module

               

              from org.wildfly.clustering.web.spi

               

              <module name="org.wildfly.clustering.ee.spi"/>

              <module name="org.wildfly.clustering.service"/>

              <module name="org.wildfly.clustering.web.infinispan" services="import"/>

               

              and from org.wildfly.extension.undertow

               

              <module name="org.wildfly.clustering.web.api" optional="true"/>

              <module name="org.wildfly.clustering.web.undertow" services="import" optional="true"/>

               

              Is this correct, does it cause any other side effect ? thanks in advance.

               

              We are trying to take out session replication from wildfly to managed by spring-session using redis

              1 2 Previous Next