You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by Craig McClanahan <cr...@apache.org> on 2013/02/20 02:39:05 UTC

Startup errors on "streams-web"

I'm trying to start up the web part of Apache Streams, by running "mvn
jetty:run-exploded" in the "streams-web" subdirectory.  Doing so gives me
the following startup errors:

2013-02-19 17:36:09.043:WARN:oejw.WebAppContext:Failed startup of context
o.m.j.p.JettyWebAppContext{/,file:/home/craigmcc/Apache.Org/streams/streams-web/target/streams-web/},/home/craigmcc/Apache.Org/streams/streams-web/target/streams-web
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'context': Invocation of init method failed; nested
exception is java.lang.NoSuchMethodError:
org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
at
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
at
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
at
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
at
org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
at
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)
at
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)
at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by:
java.lang.NoSuchMethodError:
org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
at
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.prepareRoutes(AbstractCamelContextFactoryBean.java:310)
at
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:290)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
at
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
at
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
at
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
at
org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
at
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)
at
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)
at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
2013-02-19 17:36:09,038 [Scanner-0      ] ERROR ContextLoader
   - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'context': Invocation of init method failed; nested
exception is java.lang.NoSuchMethodError:
org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
at
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
at
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
at
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
at
org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
at
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
at
org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
at java.util.TimerThread.mainLoop(Timer.java:555)[:1.7.0_13]
at java.util.TimerThread.run(Timer.java:505)[:1.7.0_13]

Any ideas what I need to do to get this thing running?

Craig

Re: Startup errors on "streams-web"

Posted by Jason Letourneau <jl...@gmail.com>.
I noticed those weren't working as well but this link will have the site

http://streams.incubator.apache.org/

Sent from my iPhone

On Feb 21, 2013, at 8:38 PM, Craig McClanahan <cr...@gmail.com> wrote:

> On Thu, Feb 21, 2013 at 5:12 PM, Jason Letourneau
> <jl...@gmail.com>wrote:
> 
>> Take a look at the usage link on the incubation page that has a basic test
>> flow - also the spring configs should get copied in from the eip component
>> if you mvn install at the project root
>> 
>> Jason
>> 
>> Hmm, I don't see any "usage" type link on the incubation status page[1],
> or on our proposal page[2] and of course the website link 404s.
> 
> Craig
> 
> [1] http://incubator.apache.org/projects/streams.html
> [2] http://wiki.apache.org/incubator/StreamsProposal
> 
> 
> 
>> Sent from my iPhone
>> 
>> On Feb 21, 2013, at 7:41 PM, Craig McClanahan <cr...@gmail.com> wrote:
>> 
>>> On Wed, Feb 20, 2013 at 7:19 AM, Jason Letourneau
>>> <jl...@gmail.com>wrote:
>>> 
>>>> Oh it could be complaining about trying to setup the servlet route
>>>> endpoint without a proper servlet container at its disposal?  Might
>>>> try looking at the properties for the eip routes module and using the
>>>> jetty:// endpoints instead of the servlet:// endpoint that is in the
>>>> streams-web properties file...don't have the code in front of
>>>> me...just guessing
>>>> 
>>>> On Wed, Feb 20, 2013 at 9:22 AM, Jason Letourneau
>>>> <jl...@gmail.com> wrote:
>>>>> I've not tested with jetty, just with Tomcat and deploying the war.
>>>>> 
>>>>> But this seems like it can't find the Camel dependencies.
>>>>> 
>>>>> Jason
>>> 
>>> OK, deploying it in Tomcat made startup work, once I added an empty
>> spring
>>> config file into the WEB-INF/spring folder (configuration logic complains
>>> if there are no spring*.xml files there at all).
>>> 
>>> Any hints on how to get this thing to do something interesting?  :-)
>>> 
>>> Craig
>> 

Re: Startup errors on "streams-web"

Posted by Craig McClanahan <cr...@gmail.com>.
On Thu, Feb 21, 2013 at 5:12 PM, Jason Letourneau
<jl...@gmail.com>wrote:

> Take a look at the usage link on the incubation page that has a basic test
> flow - also the spring configs should get copied in from the eip component
> if you mvn install at the project root
>
> Jason
>
> Hmm, I don't see any "usage" type link on the incubation status page[1],
or on our proposal page[2] and of course the website link 404s.

Craig

[1] http://incubator.apache.org/projects/streams.html
[2] http://wiki.apache.org/incubator/StreamsProposal



> Sent from my iPhone
>
> On Feb 21, 2013, at 7:41 PM, Craig McClanahan <cr...@gmail.com> wrote:
>
> > On Wed, Feb 20, 2013 at 7:19 AM, Jason Letourneau
> > <jl...@gmail.com>wrote:
> >
> >> Oh it could be complaining about trying to setup the servlet route
> >> endpoint without a proper servlet container at its disposal?  Might
> >> try looking at the properties for the eip routes module and using the
> >> jetty:// endpoints instead of the servlet:// endpoint that is in the
> >> streams-web properties file...don't have the code in front of
> >> me...just guessing
> >>
> >> On Wed, Feb 20, 2013 at 9:22 AM, Jason Letourneau
> >> <jl...@gmail.com> wrote:
> >>> I've not tested with jetty, just with Tomcat and deploying the war.
> >>>
> >>> But this seems like it can't find the Camel dependencies.
> >>>
> >>> Jason
> >
> > OK, deploying it in Tomcat made startup work, once I added an empty
> spring
> > config file into the WEB-INF/spring folder (configuration logic complains
> > if there are no spring*.xml files there at all).
> >
> > Any hints on how to get this thing to do something interesting?  :-)
> >
> > Craig
>

Re: Startup errors on "streams-web"

Posted by Jason Letourneau <jl...@gmail.com>.
Take a look at the usage link on the incubation page that has a basic test flow - also the spring configs should get copied in from the eip component if you mvn install at the project root

Jason

Sent from my iPhone

On Feb 21, 2013, at 7:41 PM, Craig McClanahan <cr...@gmail.com> wrote:

> On Wed, Feb 20, 2013 at 7:19 AM, Jason Letourneau
> <jl...@gmail.com>wrote:
> 
>> Oh it could be complaining about trying to setup the servlet route
>> endpoint without a proper servlet container at its disposal?  Might
>> try looking at the properties for the eip routes module and using the
>> jetty:// endpoints instead of the servlet:// endpoint that is in the
>> streams-web properties file...don't have the code in front of
>> me...just guessing
>> 
>> On Wed, Feb 20, 2013 at 9:22 AM, Jason Letourneau
>> <jl...@gmail.com> wrote:
>>> I've not tested with jetty, just with Tomcat and deploying the war.
>>> 
>>> But this seems like it can't find the Camel dependencies.
>>> 
>>> Jason
> 
> OK, deploying it in Tomcat made startup work, once I added an empty spring
> config file into the WEB-INF/spring folder (configuration logic complains
> if there are no spring*.xml files there at all).
> 
> Any hints on how to get this thing to do something interesting?  :-)
> 
> Craig

Re: Startup errors on "streams-web"

Posted by Craig McClanahan <cr...@gmail.com>.
On Wed, Feb 20, 2013 at 7:19 AM, Jason Letourneau
<jl...@gmail.com>wrote:

> Oh it could be complaining about trying to setup the servlet route
> endpoint without a proper servlet container at its disposal?  Might
> try looking at the properties for the eip routes module and using the
> jetty:// endpoints instead of the servlet:// endpoint that is in the
> streams-web properties file...don't have the code in front of
> me...just guessing
>
> On Wed, Feb 20, 2013 at 9:22 AM, Jason Letourneau
> <jl...@gmail.com> wrote:
> > I've not tested with jetty, just with Tomcat and deploying the war.
> >
> > But this seems like it can't find the Camel dependencies.
> >
> > Jason
>

OK, deploying it in Tomcat made startup work, once I added an empty spring
config file into the WEB-INF/spring folder (configuration logic complains
if there are no spring*.xml files there at all).

Any hints on how to get this thing to do something interesting?  :-)

Craig

Re: Startup errors on "streams-web"

Posted by Jason Letourneau <jl...@gmail.com>.
Oh it could be complaining about trying to setup the servlet route
endpoint without a proper servlet container at its disposal?  Might
try looking at the properties for the eip routes module and using the
jetty:// endpoints instead of the servlet:// endpoint that is in the
streams-web properties file...don't have the code in front of
me...just guessing

On Wed, Feb 20, 2013 at 9:22 AM, Jason Letourneau
<jl...@gmail.com> wrote:
> I've not tested with jetty, just with Tomcat and deploying the war.
>
> But this seems like it can't find the Camel dependencies.
>
> Jason
>
> On Tue, Feb 19, 2013 at 8:39 PM, Craig McClanahan <cr...@apache.org> wrote:
>> I'm trying to start up the web part of Apache Streams, by running "mvn
>> jetty:run-exploded" in the "streams-web" subdirectory.  Doing so gives me
>> the following startup errors:
>>
>> 2013-02-19 17:36:09.043:WARN:oejw.WebAppContext:Failed startup of context
>> o.m.j.p.JettyWebAppContext{/,file:/home/craigmcc/Apache.Org/streams/streams-web/target/streams-web/},/home/craigmcc/Apache.Org/streams/streams-web/target/streams-web
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'context': Invocation of init method failed; nested
>> exception is java.lang.NoSuchMethodError:
>> org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
>> at
>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>> at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>> at
>> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
>> at
>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
>> at
>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
>> at
>> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
>> at
>> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
>> at
>> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
>> at
>> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
>> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
>> at
>> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
>> at
>> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)
>> at
>> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)
>> at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
>> at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
>> at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
>> at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
>> at java.util.TimerThread.mainLoop(Timer.java:555)
>> at java.util.TimerThread.run(Timer.java:505)
>> Caused by:
>> java.lang.NoSuchMethodError:
>> org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
>> at
>> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.prepareRoutes(AbstractCamelContextFactoryBean.java:310)
>> at
>> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:290)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
>> at
>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>> at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>> at
>> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
>> at
>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
>> at
>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
>> at
>> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
>> at
>> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
>> at
>> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
>> at
>> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
>> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
>> at
>> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
>> at
>> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)
>> at
>> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)
>> at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
>> at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
>> at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
>> at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
>> at java.util.TimerThread.mainLoop(Timer.java:555)
>> at java.util.TimerThread.run(Timer.java:505)
>> 2013-02-19 17:36:09,038 [Scanner-0      ] ERROR ContextLoader
>>    - Context initialization failed
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'context': Invocation of init method failed; nested
>> exception is java.lang.NoSuchMethodError:
>> org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
>> at
>> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
>> at
>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
>> at
>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
>> at
>> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
>> at
>> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
>> at
>> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
>> at
>> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
>> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
>> at
>> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
>> at
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
>> at
>> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
>> at
>> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
>> at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
>> at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
>> at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
>> at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
>> at java.util.TimerThread.mainLoop(Timer.java:555)[:1.7.0_13]
>> at java.util.TimerThread.run(Timer.java:505)[:1.7.0_13]
>>
>> Any ideas what I need to do to get this thing running?
>>
>> Craig

Re: Startup errors on "streams-web"

Posted by Jason Letourneau <jl...@gmail.com>.
I've not tested with jetty, just with Tomcat and deploying the war.

But this seems like it can't find the Camel dependencies.

Jason

On Tue, Feb 19, 2013 at 8:39 PM, Craig McClanahan <cr...@apache.org> wrote:
> I'm trying to start up the web part of Apache Streams, by running "mvn
> jetty:run-exploded" in the "streams-web" subdirectory.  Doing so gives me
> the following startup errors:
>
> 2013-02-19 17:36:09.043:WARN:oejw.WebAppContext:Failed startup of context
> o.m.j.p.JettyWebAppContext{/,file:/home/craigmcc/Apache.Org/streams/streams-web/target/streams-web/},/home/craigmcc/Apache.Org/streams/streams-web/target/streams-web
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'context': Invocation of init method failed; nested
> exception is java.lang.NoSuchMethodError:
> org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
> at
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
> at
> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
> at
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
> at
> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
> at
> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
> at
> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
> at
> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)
> at
> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)
> at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
> at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
> at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
> at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
> at java.util.TimerThread.mainLoop(Timer.java:555)
> at java.util.TimerThread.run(Timer.java:505)
> Caused by:
> java.lang.NoSuchMethodError:
> org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
> at
> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.prepareRoutes(AbstractCamelContextFactoryBean.java:310)
> at
> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:290)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
> at
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
> at
> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
> at
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
> at
> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
> at
> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
> at
> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
> at
> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)
> at
> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)
> at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
> at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
> at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
> at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
> at java.util.TimerThread.mainLoop(Timer.java:555)
> at java.util.TimerThread.run(Timer.java:505)
> 2013-02-19 17:36:09,038 [Scanner-0      ] ERROR ContextLoader
>    - Context initialization failed
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'context': Invocation of init method failed; nested
> exception is java.lang.NoSuchMethodError:
> org.apache.camel.model.RouteDefinitionHelper.prepareRoute(Lorg/apache/camel/CamelContext;Lorg/apache/camel/model/RouteDefinition;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)[streams-components-all-0.1-SNAPSHOT.jar:0.1-SNAPSHOT]
> at
> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
> at
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
> at
> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
> at
> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:643)
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:233)
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1213)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:589)
> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)
> at
> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:248)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
> at
> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.restartWebApp(JettyRunWarExplodedMojo.java:150)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
> at
> org.mortbay.jetty.plugin.JettyRunWarExplodedMojo$1.filesChanged(JettyRunWarExplodedMojo.java:104)[jetty-maven-plugin-7.5.3.v20111011.jar:7.5.3.v20111011]
> at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:680)
> at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:546)
> at org.eclipse.jetty.util.Scanner.scan(Scanner.java:398)
> at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:348)
> at java.util.TimerThread.mainLoop(Timer.java:555)[:1.7.0_13]
> at java.util.TimerThread.run(Timer.java:505)[:1.7.0_13]
>
> Any ideas what I need to do to get this thing running?
>
> Craig