Home > jboss 7 > jboss 7 error listenerstart

Jboss 7 Error Listenerstart

not work correctly without it enabled. Please turn JavaScript back on and reload this page. All Places > JBoss AS 7 > Discussions Please enter a title. You can not post a blank message. Please type your message and try again. 5 Replies Latest reply on Nov 14, 2012 1:20 AM by nilshan EAR deployment fails due to ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Error listenerStart nilshan Jun 12, 2012 6:19 AM Hello I am deploying EAR on JBOSS 7 AS. The Ear contains EJB Jars and WAR file. ( I am using Hibernate-3 and spring 3.1). Below is the log for server startup and deployment of EAR. WARNING: -logmodule is deprecated. Please use the system property 'java.util.logging.manager' or the 'java.util.logging.LogManager' service loader. 23:45:44,590 INFO [org.jboss.modules] JBoss Modules version 1.1.2.GA 23:45:44,740 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 23:45:44,785 INFO [org.jboss.as] JBAS015899: JBoss AS 7.2.0.Alpha1-SNAPSHOT "Steropes" starting 23:45:45,828 INFO [org.jboss.as.server.deployment.scanner] JBAS015003: Found health.ear in deployment directory. To trigger deployment create a file called health.ear.dodeploy 23:45:45,847 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) 23:45:45,848 INFO [org.xnio] XNIO Version 3.0.4.GA 23:45:45,860 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.4.GA 23:45:45,869 INFO [org.jboss.remoting] JBoss Remoting version 3.2.8.GA 23:45:45,884 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers 23:45:45,978 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem. 23:45:46,009 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem 23:45:46,022 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011906: Activating OSGi Subsystem 23:45:46,037 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension 23:45:46,068 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem 23:45:46,167 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013171: Activating Security Subsystem 23:45:46,180 INFO [org.jboss.as.naming] (MSC service thread 1-7) JBAS011802: Starting Naming Service 23:45:46,198 INFO [org.jboss.as.connector.logging] (MSC service thread 1-5) JBAS010408: Starting JCA Subsystem (JBoss IronJacam

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow https://developer.jboss.org/message/775709 is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Error deploying WAR file to Jboss EAP 6.0, which works under JBOSS AS 7.1 up vote 5 down vote favorite 1 We are working on our new system which is built http://stackoverflow.com/questions/13083848/error-deploying-war-file-to-jboss-eap-6-0-which-works-under-jboss-as-7-1 using Jboss, Spring and Hibernate and at the moment we're in the progress of migrating from AS 7.1 to EAP 6.0. For reasons unknown to us the deployment fails when deploying to the EAP 6.0 server, but works perfectly fine under AS 7.1(both on our local machines and our local test-server). In short, we get the following error: "JBAS014671: Failed services" => {"jboss.web.deployment.default-host./Web" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./Web: JBAS018040: Failed to start context"}, "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"Web.war\".jboss.security.jacc Missing[JBAS014861: ]"] Furthermore, we have the console log, see below for further information. We've found https://issues.jboss.org/browse/AS7-5222, and as far as we understand there is a fix included which gives more detailed error information, alas we can't update/upgrade at the moment. So my humble question is, does anyone have an idea on how to solve this issue? ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/EAP-6.0.0.GA/jboss-eap-6.0 JAVA: java JAVA_OPTS: -server -XX:+UseCompressedOops -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss

here http://stackoverflow.com/questions/17810811/deploying-spring-web-applicaiton-to-jboss-webapplicationcontext-exceptions for a quick overview of the site Help http://markmail.org/message/zzxepq2dmrpcsif6 Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about jboss 7 hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. jboss 7 error Join them; it only takes a minute: Sign up Deploying Spring Web Applicaiton To JBoss WebApplicationContext Exceptions up vote 0 down vote favorite When deploying a Spring Web Application to JBoss 7.1.1, gives the following Exception: 12:26:58,053 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/i]] (MSC service thread 1-3) Exception sending context initialized event to listener instance of class com.listener.IListener: java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? at org.springframework.web.context.support.WebApplicationContextUtils.getRequiredWebApplicationContext(WebApplicationContextUtils.java:84) [spring-web-3.0.6.RELEASE.jar:3.0.6.RELEASE] at com.listener.IListener.contextInitialized(IListener.java:28) [classes:] at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:] at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_26] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_26] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26] 12:26:58,115 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-3) Error listenerStart 12:26:58,115 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-3) Context [/i] startup failed due to previous errors 12:26:58,131 ERROR [org.jboss.msc.

search in one of my setsExclude this search from one of my sets   2 messages in org.jboss.lists.jboss-dev-forums[jboss-dev-forums] [JBoss AS 7 Develo...FromSent OnAttachmentsGokul DOct 23, 2012 1:22 am Wolf-Dieter FinkOct 24, 2012 10:40 am Subject:[jboss-dev-forums] [JBoss AS 7 Development] - Error listenerStartFrom:Gokul D (do-n...@jboss.com)Date:Oct 23, 2012 1:22:12 amList:org.jboss.lists.jboss-dev-forumsGokul D [https://community.jboss.org/people/dgokula] created the discussion "Error listenerStart" To view the discussion, visit: https://community.jboss.org/message/771682#771682 -------------------------------------------------------------- Hi, The below exception is thrown while trying to deploy the web application inEAP6.0. Not sure about the root cause of it. This exception is thrown only when we include the Spring ContextLoaderListenerin web.xml. Can someone please help me to analyze the issue. 13:16:49,250 ERROR [org.apache.catalina.core.StandardContext] (MSC servicethread 1-7) Error listenerStart 13:16:49,250 ERROR [org.apache.catalina.core.StandardContext] (MSC servicethread 1-7) Context [/cargoreswar] startup failed due to previous errors 13:16:49,343 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7)MSC000001: Failed to start servicejboss.web.deployment.default-host./cargoreswar:org.jboss.msc.service.StartException in servicejboss.web.deployment.default-host./cargoreswar: JBAS018040: Failed to startcontext atorg.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95) atorg.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)[jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1] atorg.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)[jb

 

Related content

No related pages.