Rajesh Kumar Tunuguntla [http://community.jboss.org/people/mailformrx] created the discussion
"Re: Writing ftl files and invoking them in browser" To view the discussion, visit: http://community.jboss.org/message/644042#644042 -------------------------------------------------------------- Hi Mauricio In addition to the above details, i have tried deploying the console .war files from admin console as well. Deployment is failed only. Please see the below log. 02:14:42,930 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "jbpm-gwt-console.war" 02:14:42,930 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "jbpm-gwt-console-server.war" 02:14:42,930 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "drools-guvnor.war" 02:14:42,930 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "designer.war" 02:17:07,926 INFO [org.jboss.as.server.controller] (HttpManagementService-threads - 2) Undeployed "jbpm-gwt-console-server.war" 02:17:08,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment jbpm-gwt-console-server.war in 287ms 02:17:11,420 INFO [org.jboss.as.server.controller] (HttpManagementService-threads - 2) Undeployed "jbpm-gwt-console.war" 02:17:12,559 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Stopped deployment jbpm-gwt-console.war in 1140ms 02:17:42,968 INFO [org.jboss.as.server.deployment] (HttpManagementService-threads - 2) Content added at location D:\jbpm-installer\jboss-as-7.0.2.Final\standalone\data\content\ab\f9f7973060163ef436e9f21147516c1de7ecfb\content 02:18:10,673 INFO [org.jboss.as.server.deployment] (HttpManagementService-threads - 5) Content added at location D:\jbpm-installer\jboss-as-7.0.2.Final\standalone\data\content\02\0c2294243c3b7b409c450d121c77facb98d5bb\content 02:18:19,237 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) Starting deployment of "gwt-console-server.war" 02:18:20,532 INFO [org.jboss.as.server.controller] (HttpManagementService-threads - 5) Deployment of "gwt-console-server.war" was rolled back with failure message {"Services with missing/unavailable dependencies" => ["jboss.web.deployment.default-host./gwt-console-server.realm missing [ jboss.security.security-domain.default-bpm-console ]"]} 02:18:20,594 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Stopped deployment gwt-console-server.war in 73ms 02:18:23,433 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) Starting deployment of "gwt-console.war" 02:18:25,711 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."gwt-console.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."gwt-console.war".INSTALL: Failed to process phase INSTALL of deployment "gwt-console.war" at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24] at java.lang.Thread.run(Thread.java:662) [:1.6.0_24] Caused by: java.lang.RuntimeException: Error getting reflective information for class org.jboss.errai.bus.server.servlet.AbstractErraiServlet at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final] at org.jboss.as.ee.component.EEModuleClassConfiguration.getClassMethods(EEModuleClassConfiguration.java:145) at org.jboss.as.ee.component.ComponentDescription$DefaultFirstConfigurator.configure(ComponentDescription.java:769) at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:72) at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final] ... 5 more Caused by: java.lang.NoClassDefFoundError: Lorg/slf4j/Logger; at java.lang.Class.getDeclaredFields0(Native Method) [:1.6.0_24] at java.lang.Class.privateGetDeclaredFields(Class.java:2291) [:1.6.0_24] at java.lang.Class.getDeclaredFields(Class.java:1743) [:1.6.0_24] at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:57) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final] at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:66) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final] ... 9 more Caused by: java.lang.ClassNotFoundException: org.slf4j.Logger from [Module "deployment.gwt-console.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:191) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:361) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:333) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:310) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:103) ... 14 more 02:18:25,945 INFO [org.jboss.as.server.controller] (HttpManagementService-threads - 5) Deployment of "gwt-console.war" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.\"gwt-console.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"gwt-console.war\".INSTALL: Failed to process phase INSTALL of deployment \"gwt-console.war\""},"Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.gwt-console.gwt-console.ValidatorFactory missing [ jboss.naming.context.java.module.gwt-console.gwt-console ]","jboss.naming.context.java.module.gwt-console.gwt-console.Validator missing [ jboss.naming.context.java.module.gwt-console.gwt-console ]"]} 02:18:36,054 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment gwt-console.war in 10110ms 02:19:24,398 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "gwt-console-server.war" 02:19:25,194 INFO [org.jboss.as.server.controller] (HttpManagementService-threads - 5) Deployment of "gwt-console-server.war" was rolled back with failure message {"Services with missing/unavailable dependencies" => ["jboss.web.deployment.default-host./gwt-console-server.realm missing [ jboss.security.security-domain.default-bpm-console ]"]} 02:19:25,287 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) Stopped deployment gwt-console-server.war in 95ms Regards Sasi -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/644042#644042] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
