6 Replies Latest reply on May 18, 2016 10:57 AM by jseanjensen

    JBoss Dev Studio Locking up when Wildfly is launched.

    jseanjensen

      I've been working on this project for weeks and all of the sudden the Wildfly 10 server locks up whenever I deploy the app.  I can kill it and return to (almost) normal function if I go and kill the server process in my task manager.  However as soon as I do anything in JDS it is likely to lock up.  I'm working on a JPA app and there is nothing interesting about it.  I'm having this same issue on my home computer as well.  Is there a process that is running that I'm not seeing that is causing a conflict or is my EAP 6.4 server causing an issue even after I shut it down?  Is there something that I could have done to my app that would cause the server and JDS to lock up?  I'm having trouble getting my app to run too.  I was using it last week and I decided to make a copy of my app so I could explore an idea about making the app use the MySQL server instead of the H2 database.  Once I changed the apps name I can no longer run it and when I restored my backup it was not working anymore.  It now says it can't find my View Utils class and is throwing classloader issues.  I'm not an expert on any of this and I'm finding it very confusing and difficult to find help for my issues.  Please don't jump my case for posting this incorrectly or in the wrong place.  I've had nothing but bad luck asking any questions on these forums and I just need to figure this out so I can continue with my work.

        • 1. Re: JBoss Dev Studio Locking up when Wildfly is launched.
          dgolovin

          I assume JDS is JBDS.  It seems you have original issue with WildFly 10 and then others related to EAP. Would be good to have info about your:

           

          1. OS ;

          2. JBDS version;

          3. App architecture (war, ear or something else);

          4. Java VM vendor/version.

           

          Then usually when lock happens in VM we ask for stacktrace. You can get one by printing out java processes with {code}jps -v{code}, identify WildFly process and issue {code}jstack $pid{code} to se stacktrace.

          • 2. Re: JBoss Dev Studio Locking up when Wildfly is launched.
            jseanjensen

            Thank you for replying.  I'll include the information you asked for below.  I haven't had a chance to test it yet but I think if I reboot it will work.  Is it possible that I caused my problem by starting up the other server I have listed in Eclipse?  I started it then shut it down and that seems to be when I started having problems.  I shouldn't have residual processes running after I shut down the EAP server should I?  I can provide more of the stacktrace if that will help.

            I'm using:

            Windows 7 Enterprise

            JBDS 9.0

            war

            JavaSE-1.8

             

            2016-05-16 09:39:13,268 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 65) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./AAA_4: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./AAA_4: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

              at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

              at java.util.concurrent.FutureTask.run(FutureTask.java:266)

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

              at java.lang.Thread.run(Thread.java:745)

              at org.jboss.threads.JBossThread.run(JBossThread.java:320)

            Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

              at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

              ... 6 more

            Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

              at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)

              at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

              at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

              ... 8 more

            Caused by: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

              at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processFunctions(FaceletTaglibConfigProcessor.java:642)

              at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:325)

              at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

              at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

              at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

              ... 10 more

            Caused by: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

              at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:428)

              at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processFunctions(FaceletTaglibConfigProcessor.java:638)

              ... 14 more

            Caused by: java.lang.ClassNotFoundException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

              at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)

              at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)

              at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)

              at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)

              at java.lang.Class.forName0(Native Method)

              at java.lang.Class.forName(Class.java:348)

              at com.sun.faces.util.Util.loadClass(Util.java:364)

              at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)

              ... 15 more

             

             

            2016-05-16 09:39:13,270 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./AAA_4" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./AAA_4: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                Caused by: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                Caused by: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                Caused by: java.lang.ClassNotFoundException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]"}}

            2016-05-16 09:39:13,296 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0016: Replaced deployment "AAA_4.war" with deployment "AAA_4.war"

            2016-05-16 09:39:13,296 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

            WFLYCTL0184:    New missing/unsatisfied dependencies:

                  service jboss.deployment.unit."AAA_4.war".component."com.sun.faces.config.ConfigureListener".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.deployment.unit."AAA_4.war".component."javax.faces.webapp.FacetTag".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.deployment.unit."AAA_4.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.deployment.unit."AAA_4.war".component."managed-bean.org.richfaces.VersionBean".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.deployment.unit."AAA_4.war".component."managed-bean.org.richfaces.skin.SkinBean".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.deployment.unit."AAA_4.war".component."org.jboss.weld.servlet.WeldInitialListener".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.deployment.unit."AAA_4.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.persistenceunit."AAA_4.war#AAA_4-persistence-unit" (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                  service jboss.undertow.deployment.default-server.default-host./AAA_4 (unavailable) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

            WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./AAA_4: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./AAA_4: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                  service jboss.undertow.deployment.default-server.default-host./AAA_4

            • 3. Re: JBoss Dev Studio Locking up when Wildfly is launched.
              jseanjensen

              This is the most complete stacktrace from the latest attempt at a restart.  I had rebooted my computer and restarted JBDS.  I was able to start the server normally and deployed my app.  I was happy because it appeared to be working however it stopped and locked up again and I had to stop the process to restarted JBDS.

               

              12:15:11,369 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 59) Critical error during deployment: : com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processFunctions(FaceletTaglibConfigProcessor.java:642)

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:325)

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

                at org.jboss.threads.JBossThread.run(JBossThread.java:320)

              Caused by: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:428)

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processFunctions(FaceletTaglibConfigProcessor.java:638)

                ... 14 more

              Caused by: java.lang.ClassNotFoundException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)

                at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)

                at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)

                at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)

                at java.lang.Class.forName0(Native Method)

                at java.lang.Class.forName(Class.java:348)

                at com.sun.faces.util.Util.loadClass(Util.java:364)

                at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)

                ... 15 more

               

               

              12:15:11,371 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 59) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./AAA_4: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./AAA_4: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

                at org.jboss.threads.JBossThread.run(JBossThread.java:320)

              Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)

                at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                ... 6 more

              Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)

                at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

                ... 8 more

              Caused by: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processFunctions(FaceletTaglibConfigProcessor.java:642)

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:325)

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:270)

                at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:441)

                at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)

                ... 10 more

              Caused by: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:428)

                at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processFunctions(FaceletTaglibConfigProcessor.java:638)

                ... 14 more

              Caused by: java.lang.ClassNotFoundException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

                at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)

                at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)

                at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)

                at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)

                at java.lang.Class.forName0(Native Method)

                at java.lang.Class.forName(Class.java:348)

                at com.sun.faces.util.Util.loadClass(Util.java:364)

                at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)

                ... 15 more

               

               

              12:15:11,375 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "AAA_4.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./AAA_4" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./AAA_4: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                  Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                  Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                  Caused by: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                  Caused by: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]

                  Caused by: java.lang.ClassNotFoundException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module \"deployment.AAA_4.war:main\" from Service Module Loader]"}}

              12:15:11,410 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "AAA_4.war" (runtime-name : "AAA_4.war")

              12:15:11,412 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report

              WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./AAA_4: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./AAA_4: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: javax.faces.FacesException: org.jboss.quickstarts.wfk.view.ViewUtils from [Module "deployment.AAA_4.war:main" from Service Module Loader]

               

               

              12:15:11,502 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

              12:15:11,502 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

              12:15:11,502 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 10016ms - Started 369 of 661 services (2 services failed or missing dependencies, 382 services are lazy, passive or on-demand)

              12:15:11,544 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0010: Stopping weld service for deployment AAA_4.war

              12:15:11,563 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 3) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'AAA_4.war#AAA_4-persistence-unit'

              12:15:11,572 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 3) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'AAA_4.war#AAA_4-persistence-unit'

              12:15:11,764 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment AAA_4.war (runtime-name: AAA_4.war) in 242ms

              12:15:11,817 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "AAA_4.war" (runtime-name: "AAA_4.war")

              12:15:11,818 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

              WFLYCTL0184:    New missing/unsatisfied dependencies:

                    service jboss.deployment.unit."AAA_4.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.deployment.unit."AAA_4.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.deployment.unit."AAA_4.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.deployment.unit."AAA_4.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.deployment.unit."AAA_4.war".component."managed-bean.org.richfaces.VersionBean".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.deployment.unit."AAA_4.war".component."managed-bean.org.richfaces.skin.SkinBean".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.deployment.unit."AAA_4.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.persistenceunit."AAA_4.war#AAA_4-persistence-unit" (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

                    service jboss.undertow.deployment.default-server.default-host./AAA_4 (missing) dependents: [service jboss.deployment.unit."AAA_4.war".deploymentCompleteService]

              WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./AAA_4

               

               

              12:15:16,456 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found AAA_4.war in deployment directory. To trigger deployment create a file called AAA_4.war.dodeploy

              12:15:21,261 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0211: Suspending server with 0ms timeout.

              12:15:21,264 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.

              12:15:21,277 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]

              12:15:21,289 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0019: Host default-host stopping

              12:15:21,293 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (ServerService Thread Pool -- 3) IJ000615: Destroying active connection in pool: ExampleDS (org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@1d07cf43)

              12:15:21,299 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending

              12:15:21,299 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080

              12:15:21,303 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 1.3.15.Final stopping

              12:15:21,309 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = h2

              12:15:21,316 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) stopped in 47ms

              • 4. Re: JBoss Dev Studio Locking up when Wildfly is launched.
                jseanjensen

                Now whenever I start the server it locks up.  The last line I can see in the console output before it locks up is 'Bound data source [java:jboss/datasources/ExampleDS].  There might be another line there but I can't see it and because it is locked up I can't scroll to it.  Could the server be running in the background still and be conflicting?  How do I keep Eclipse from running another instance?  Why would Wildfly failures be locking up my Eclipse?

                • 5. Re: JBoss Dev Studio Locking up when Wildfly is launched.
                  rob.stryker

                  There's no known reason why changes to deploying should lock up your eclipse instance. Do you know what 'profile' your server is in? To find out, double-click your server and look in the server editor. It should have a section for server behavior, and one of the text elements / labels should be profile. I would assume it's local, but if it's local, it shouldn't be locking up anything.

                   

                  If it's local plus management calls, anything's possible, because then we're trying to communicate with the server and deploy over the management API.  If there's a freeze there, we should know about it. But I somehow assume you're using standard local deployment.

                  • 6. Re: JBoss Dev Studio Locking up when Wildfly is launched.
                    jseanjensen

                    It is set to local.  I don't know what the problem is but I can at least use the server again for a while to continue development if I delete the Wildfly server in Eclipse then add it back again.  This makes me think it is an JBDS issue especially since I can get the server to react when I kill the correct javaw process in task manager.  I've currently deleted all the servers that JBDS lists and added the Wildfly server back in and it seems stable. 

                    Thanks for replying.