3 Replies Latest reply on Nov 16, 2015 8:54 AM by ctomc

    Wildfly error after crash

    maobit

      Hey Community,
      I need your help because im a rookie with Wildfly.

      @Moderator:The Question is not answerd yet, I clicked accidentally on the button, can you make this undo ?

       

      Wildfly chrashed , and now it says that :

       

      Unable to read the logging configuration from 'file:C:\...\wildfly\standalone\configuration/logging.properties' (java.io.FileNotFoundException: C:\...\wildfly\standalone\configuration\logging.properties (Das System kann den angegebenen Pfad nicht finden))

      Dr�cken Sie eine beliebige Taste . . .

      java.lang.IllegalStateException: WFLYSRV0121: Configuration directory does not exist: C:\...\wildfly\standalone\configuration

          at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:444)

          at org.jboss.as.server.Main.determineEnvironment(Main.java:297)

          at org.jboss.as.server.Main.main(Main.java:94)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

          at java.lang.reflect.Method.invoke(Method.java:497)

          at org.jboss.modules.Module.run(Module.java:308)

          at org.jboss.modules.Main.main(Main.java:487)

       

      My professor told me, that I should delete some files and i have to chance something in a file, so I deleted the files and now I get this message.
      Please help me, I have to write some code and need wildfly. The deadline is in 3 days ...


      Thanks for your help !!

       

      John Mueller

        • 1. Re: Wildfly error after crash
          maobit

          Please can anybody help me ?

          • 2. Re: Wildfly error after crash
            jaysensharma

            Hello John,

             

                The error which you are getting [java.lang.IllegalStateException: WFLYSRV0121: Configuration directory does not exist: C:\...\wildfly\standalone\configuration]   indicates that you need to check if you have the directory with name "configuration" inside "standalone" folder.

             

                Simple check :

            1. The directory where you extracted wildfly you should file the "standalone/configuration" in the root installation directory of WildFly.  Check that directory exist or not.

            2. The file with name "logging.properties" exist inside the "standalone/configuration"  or not ?

             

               Also can you paste the complete path of your WildFly installation ?

             

             

            Regards

            Jay SenSharma

            • 3. Re: Wildfly error after crash
              ctomc

              how do you start wildfly?