Link to home
Start Free TrialLog in
Avatar of roy_sanu
roy_sanuFlag for India

asked on

Spring application error

Hello,

I was trying to run the sample application. here is the snapshot of it.
I have added all the jars from the spring-framework-3.0.5.RELEASE.
 and the set the jars in the web-inf/lib. But it is not working . here is my  snapshot with the code.

can somebody tell what is the issue on it. when it runs it tells me something like time out  in the tomcat when i set it in the web-inf/lib through deployment assembly of the eclipse
other wise it gives me another error

=============
SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
      at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1713)
      at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1558)
      at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:527)
      at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:509)
      at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:137)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4823)
      at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
      at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)



thanks

rosy
spring.docx
Avatar of mccarl
mccarl
Flag of Australia image

In the screenshots attached, the "Libraries" entry in the project tree is not expanded. What is in there? This is where you would need to add the Spring jar files.

To add them, right-click on your project (the top-level item in that tree for your project, not the 'Libraries' entry itself) and then select "Build Path"->"Configure Build Path..."  From here you can add JAR's to the project so that they will be included by Tomcat when running your project.
Avatar of roy_sanu

ASKER

Here is the attachment of  the spring libraries, but i get the same error when i run
http://localhost:8080/SpringExample1/welcome

here is the snapshot

is it any of the jar is missing.........

when i try to add the jars to the WEB-INF/lib through deployment assembly of eclipse

it gave me these errors

SEVERE: Context initialization failed
java.lang.NoSuchMethodError: org.springframework.web.context.ConfigurableWebApplicationContext.setId(Ljava/lang/String;)V
      at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:264)
      at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
      at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4887)
      at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
      at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
12 Jun, 2013 10:29:32 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.NoSuchMethodError: org.springframework.web.context.ConfigurableWebApplicationContext.setId(Ljava/lang/String;)V
      at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:264)
      at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
      at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4887)
      at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381)
      at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
      at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
      at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
12 Jun, 2013 10:29:32 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
12 Jun, 2013 10:29:32 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/SpringExample1] startup failed due to previous errors
12 Jun, 2013 10:29:32 AM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
12 Jun, 2013 10:29:32 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
12 Jun, 2013 10:29:32 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
12 Jun, 2013 10:29:32 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5921 ms




Thanks
rosy
Spring-library.docx
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks, there is no such above error, removed the spring.2.5.6
I am getting error  as

" No mapping found for HTTP request with URI [/SpringExample1/] in DispatcherServlet with name 'mvc-dispatcher' "

I have two xml file such as web.xml and mvc-dispatcher.xml which is in WEB-INF.              is it  i  have to set the  mvc-dispatcher.xml in the classpath ?

or i have to add to the src ????

my mvc-dispatcher.xml contains
=====================================================

<beans xmlns="http://www.springframework.org/schema/beans"
      xmlns:context="http://www.springframework.org/schema/context"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="
        http://www.springframework.org/schema/beans     
        http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
        http://www.springframework.org/schema/context 
        http://www.springframework.org/schema/context/spring-context-3.0.xsd">

      <context:component-scan base-package="com.mkyong.common.controller" />

      <bean
            class="org.springframework.web.servlet.view.InternalResourceViewResolver">
            <property name="prefix">
                  <value>/WEB-INF/pages/</value>
            </property>
            <property name="suffix">
                  <value>.jsp</value>
            </property>
      </bean>
==========================================================================
my web.xml contains below
==========================================================================
<web-app id="WebApp_ID" version="2.4"
      xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
      http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

      <display-name>Spring Web MVC Application</display-name>

 
      <servlet>
            <servlet-name>mvc-dispatcher</servlet-name>
            <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
            <load-on-startup>1</load-on-startup>
      </servlet>

      <servlet-mapping>
            <servlet-name>mvc-dispatcher</servlet-name>
            <url-pattern>/</url-pattern>
      </servlet-mapping>

      <context-param>
            <param-name>contextConfigLocation</param-name>
            <param-value>/WEB-INF/mvc-dispatcher-servlet.xml</param-value>
      </context-param>

      <listener>
            <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
      </listener>

</web-app>
==========================================================================


</beans>
This is your web.xml file...

...
      <context-param>
            <param-name>contextConfigLocation</param-name>
            <param-value>/WEB-INF/mvc-dispatcher-servlet.xml</param-value>
      </context-param>
...


But you are saying that your beans are in mvc-dispatcher.xml ?  The value in your web.xml file needs to be exactly what the name of the .xml file is
i got it copied from the site

http://www.mkyong.com/spring3/spring-3-mvc-hello-world-example/
it have used  the same name as it is being specified

but i changed the some thing better name as spring-servlet.xml  but as one need to have  servlet as an extension to the name as some other spring mvc sites also refer the same...

let me try from some other web site like
http://viralpatel.net/blogs/spring-3-mvc-create-hello-world-application-spring-3-mvc/
let me see if things works on it......
well at present i do not get any error but also i do not get the output. also.. :)

Thanks
thanks for the help it is working....
Not a problem, gald to help!