1 2 Previous Next 16 Replies Latest reply on Apr 11, 2017 8:58 AM by ehugonnet Go to original post
      • 15. Re: Wildfly 9/10 removing deployments after a certain time
        anchalsachdev

        I am facing the same issue. I am running my Wildfly 10 server on Linux OS. I checked my logs and the data in /standalone/data/content folder is being deleted because of which I am getting the above-mentioned exception. The log says -  WFLYDR0009: Content /data/wildfly-10.1.0.Final/standalone/data/content/e3/43bde5bfc12c80c373224344e37b7fd28c2fb3 is obsolete and will be removed

        2017-04-11 03:25:11,451 INFO  [org.jboss.as.repository] (ServerService Thread Pool -- 1) WFLYDR0002: Content removed from location /data/wildfly-10.1.0.Final/standalone/data/content/e3/43bde5bfc12c80c373224344e37b7fd28c2fb3/content

        2017-04-11 03:25:11,451 DEBUG [org.jboss.as.server] (ServerService Thread Pool -- 1) {"deleted-contents" => ["/data/wildfly-10.1.0.Final/standalone/data/content/e3/43bde5bfc12c80c373224344e37b7fd28c2fb3"]}

         

        Now when I remove the entry for that war from standalone.xml I am able to restart the server, but I need a more permanent solution. Can you help with this?

        I tried all the things mentioned in the above comments - increasing the memory, checking the permissions, etc.

         

        Can anyone help with this.

        • 16. Re: Wildfly 9/10 removing deployments after a certain time
          ehugonnet

          Could you describe your configuration ? Where is your Wildfly installaed, how was it installed, under which user does it run, what are the permissions ?

          Could you describe your application ? Is it a war / ear ? Does it have a JDBC driver associated ? Could you share your configuration somehow ?

          Could you set your logging to debug mode so we could have more traces ?

          We haven't been able to reproduce this case so we need a more informations to be able to help/fix.

          1 2 Previous Next