2 Replies Latest reply on Aug 17, 2015 8:09 AM by jayblanc

    Why did Wildfly lost deployments?

    rsoika

      hi,

      I am working with Wildfly since several weeks. I do a lot of autodeplyoment and hotdeployment during development.

      The strange problem I am faced with is, that sometimes (e.g. after a restart) all deployments are gone. It seems the JDBC driver which I deploy via WildFly Web Console is lost and than all other deployed units are also lost.

      To solve this problem it seems the only solution is:

      1. stop wildfly
      2. remove all artefacts from '/standalone/deployments'
      3. restart wildfly
      4. redeploy JDBC driver
      5. redeploy all applications

      Did anybody know why this happens and how to avoid this behavior?

      ====

      thanks in advance

      Ralph