Please have a look at [1] which information you should provide to get help
(Which version of Camel do you use? How looks your route? ...).

[1] http://camel.apache.org/support.html#Support-Howtogethelp

Best,
Christian

On Tue, May 31, 2011 at 9:39 PM, fachhoch <fachh...@gmail.com> wrote:

> I am new bee trying to use camel .
> I am trying an email listner I am failing with this exception
>
>
> Failed to create route route1:
> Route[[From[imaps://imap.gmail.com?password=xxxxx&usernam... because of
> Failed to resolve endpoint:
> imaps://
> imap.gmail.com?consumer.delay=60000&deleteProcessedMessages=false&password=xxxxxx&processOnlyUnseenMessages=true&username=myuserid%40gmail.com
> due to: Failed to resolve endpoint:
> imaps://
> imap.gmail.com?consumer.delay=60000&deleteProcessedMessages=false&password=xxxxxx&processOnlyUnseenMessages=true&username=myuserid%40gmail.com
> due to: There are 2 parameters that couldn't be set on the endpoint. Check
> the uri if the parameters are spelt correctly and that they are properties
> of the endpoint. Unknown parameters=[{deleteProcessedMessages=false,
> processOnlyUnseenMessages=true}]
>        at
>
> org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1139)
>        at
>
> org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:103)
>        at
>
> org.apache.camel.spring.CamelContextFactoryBean.onApplicationEvent(CamelContextFactoryBean.java:238)
>        at
>
> org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
>        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:636)
>        at
>
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:188)
>        at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:995)
>        at
>
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:579)
>        at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:381)
>        at
>
> org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:114)
>        at
>
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
>        at
>
> org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:165)
>        at
>
> org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:162)
>        at
>
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
>        at
>
> org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:165)
>        at
>
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
>        at
>
> org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:92)
>        at org.eclipse.jetty.server.Server.doStart(Server.java:226)
>        at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:69)
>        at
>
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
>        at
>
> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:433)
>        at
>
> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:377)
>        at
> org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:577)
>        at
>
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:332)
>        at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/failed-to-create-route-tp4443078p4443078.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to