Hi all.
this is mine first post to this thread. :)
I'm developing with gwt-maven plugin and use the GWT 1.6.4 and Spring
2.5.6 and also I have a tomcat plugin for deploying mine development
versions...
But now I want to use hosted mode. And when I start the hosted mode I
get the following error stack
ERROR in
[org.springframework.web.context.ContextLoader.initWebApplicationContext
(ContextLoader.java:220)] - Context initialization failed
java.lang.NoSuchMethodError:
org.springframework.util.Assert.noNullElements([Ljava/lang/
Object;Ljava/lang/String;)V
at
org.springframework.context.support.AbstractRefreshableConfigApplicationContext.setConfigLocations
(AbstractRefreshableConfigApplicationContext.java:78)
at
org.springframework.context.support.AbstractRefreshableConfigApplicationContext.setConfigLocation
(AbstractRefreshableConfigApplicationContext.java:69)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext
(ContextLoader.java:253)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext
(ContextLoader.java:199)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized
(ContextLoaderListener.java:45)
at org.mortbay.jetty.handler.ContextHandler.startContext
(ContextHandler.java:543)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at org.mortbay.jetty.webapp.WebAppContext.startContext
(WebAppContext.java:1220)
at org.mortbay.jetty.handler.ContextHandler.doStart
(ContextHandler.java:513)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
448)
at com.google.gwt.dev.shell.jetty.JettyLauncher
$WebAppContextWithReload.doStart(JettyLauncher.java:414)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
at org.mortbay.jetty.handler.HandlerWrapper.doStart
(HandlerWrapper.java:130)
at org.mortbay.jetty.handler.RequestLogHandler.doStart
(RequestLogHandler.java:115)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
at org.mortbay.jetty.handler.HandlerWrapper.doStart
(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
at com.google.gwt.dev.shell.jetty.JettyLauncher.start
(JettyLauncher.java:478)
at com.google.gwt.dev.HostedMode.doStartUpServer(HostedMode.java:365)
at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:590)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
While tomcat deployed war is ok.
Can someone help me with following?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---