9 Replies Latest reply on Dec 26, 2013 8:50 PM by jeryma

    Question about wildfly-core-8.0.0.CR1

    jeryma

      Hi,guys

      Today,I try to  use the wildfly-core-8.0.0.CR1 and read the wildfly-core-8.0.0.CR1 release content about it.

      something confuse me,can someone gives me some instruction?

      Q1:

      • Built-in lightweight web server (supports the HTTP/JSON management protocol)

        when I start the  wildfly-core-8.0.0.CR1 (standalone.sh) and I see:

      16:30:38,797 ERROR [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-3) JBAS015102: Unable to load console module for slot main, disabling console.

      I can't acess the management console with localhost:9990

       

      Q2: AS to domain mode configration directory,where is not domain.xml,how to use domain mode ?

      this is only used by developer?

       

      Q3:

      how to use patching ? Can you give an example of it?

      <subsystem xmlns="urn:jboss:domain:batch:1.0">

                      <job-repository>

                          <in-memory/>

                      </job-repository>

                      <thread-pool>

                          <max-threads count="10"/>

                          <keepalive-time time="100" unit="milliseconds"/>

                      </thread-pool>

                  </subsystem>

       

      thanks very much for your kindly help.

        • 1. Re: Question about wildfly-core-8.0.0.CR1
          rhusar

          Q1:

          • Built-in lightweight web server (supports the HTTP/JSON management protocol)

            when I start the  wildfly-core-8.0.0.CR1 (standalone.sh) and I see:

          16:30:38,797 ERROR [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-3) JBAS015102: Unable to load console module for slot main, disabling console.

          I can't acess the management console with localhost:9990

          Works fine for me. Maybe try a clean "installation".

           

          10:58:42,620 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

           

          Q2: AS to domain mode configration directory,where is not domain.xml,how to use domain mode ?

          this is only used by developer?

          The standalone profiles are easiest for developer to use, but surely you can use the domain mode if you want to. The configuration is at:

           

          wildfly-8.0.0.CR1/domain/configuration/domain.xml

           

          Q3:

          how to use patching ? Can you give an example of it?

          <subsystem xmlns="urn:jboss:domain:batch:1.0">

          Patching or batching?

          1 of 1 people found this helpful
          • 2. Re: Question about wildfly-core-8.0.0.CR1
            jeryma

            Thanks for your kindly help.@Radoslav

             

            Q1: what your say is right.

            Q2:

            when I downloaded the wildfly-8.0.0.CR1,there isn't domain.xml in wildfly-8.0.0.CR1/domain/configuration.

             

            Q3:

            sorry,what I want to say is patching,what's founction for it and how to use ?

            • 3. Re: Re: Question about wildfly-core-8.0.0.CR1
              rhusar

              Q2: when I downloaded the wildfly-8.0.0.CR1,there isn't domain.xml in wildfly-8.0.0.CR1/domain/configuration.

              This is another indication you didnt download the file and unzip completely. Redownload the distribution and extract it again (make sure you have enough disk space haha).

               

              Q3:sorry,what I want to say is patching,what's founction for it and how to use ?

              Patching is a mechanism for the distribution to be upgraded from release to release. I suppose it will become more relevant with a final release.

               

              Batching is the JSR 352.

              • 4. Re: Question about wildfly-core-8.0.0.CR1
                jeryma

                hi,Radoslav

                question 1  can't  sloved by me.I have clean the installation and I 'm try to download again, but when I start the standalone.sh,problem still exsits.

                16:30:38,797 ERROR [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-3) JBAS015102: Unable to load console module for slot main, disabling console.

                I really don't know what's the reason,and domain.xml doesn't exit in wildfly-8.0.0.CR1/domain/configuration directory.

                • 5. Re: Question about wildfly-core-8.0.0.CR1
                  ctomc

                  WildFly-core is special distribution meant for extension writers that do not want any EE related subsystems.

                  It is stripped down to bare bones functionality which include

                  • management backbone (CLI, REST, native mgmt api)
                  • deployment infrastructure (but without any deployment processors)
                  • only logging subsystem
                  • jboss modules CL
                  • MSC container

                   

                  Features like admin console or subsystems can be re-added but by default we come with almost noting, hence small download size.

                   

                  And as such is not really appropriate for application developers but more for people that are interesting extending application server but don't extra fat if they don't need it.

                   

                  In most cases you want full distribution and not core, grab it at http://download.jboss.org/wildfly/8.0.0.CR1/wildfly-8.0.0.CR1.zip

                   

                  --

                  tomaz

                  1 of 1 people found this helpful
                  • 6. Re: Question about wildfly-core-8.0.0.CR1
                    rhusar

                    Apologies, I missed that the question was about core distribution.

                     

                    Nevertheless, it might seem as the name "core" is not the best name. People expect by "core" to be the complete basic functionality (for Wildfly of the EE 7 server) without infrequently used optional extensions. Name like "barebone" or similar would seem clearer.

                    • 7. Re: Question about wildfly-core-8.0.0.CR1
                      jeryma

                      can patching Dynamic expansion ?

                      • 8. Re: Question about wildfly-core-8.0.0.CR1
                        ctomc

                        xiaojie Ma wrote:

                         

                        can patching Dynamic expansion ?

                        ??

                        • 9. Re: Question about wildfly-core-8.0.0.CR1
                          jeryma

                          That is to say ,whether patching can update wildfly version which doesn't  need to stop the wildfly  ?