Re: org.apache.camel.FailedToCreateRouteException: Failed to create route with SNMP component

2015-08-13 Thread jspyeatt
That did the trick. Thanks loads. -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-FailedToCreateRouteException-Failed-to-create-route-with-SNMP-component-tp5768341p5770704.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.camel.FailedToCreateRouteException: Failed to create route with SNMP component

2015-08-13 Thread Claus Ibsen
tion. > > Also, it seems to find other @Converters just fine. Example the one in > camel-mail. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/org-apache-camel-FailedToCreateRouteException-Failed-to-create-route-with-SNMP-component-tp57683

Re: org.apache.camel.FailedToCreateRouteException: Failed to create route with SNMP component

2015-08-12 Thread jspyeatt
fundamental. How is camel locating classes with the @Converter annotation. Also, it seems to find other @Converters just fine. Example the one in camel-mail. -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-FailedToCreateRouteException-Failed-to-create-

Re: org.apache.camel.FailedToCreateRouteException: Failed to create route with SNMP component

2015-06-23 Thread Stephan Burkard
x.x.x Stephan On Wed, Jun 17, 2015 at 9:16 PM, jspyeatt wrote: > I'm using Camel 2.15.2 and suddenly find that context.addRoutes() is > throwing > the following exception. > > org.apache.camel.FailedToCreateRouteException: Failed to create route

org.apache.camel.FailedToCreateRouteException: Failed to create route with SNMP component

2015-06-17 Thread jspyeatt
I'm using Camel 2.15.2 and suddenly find that context.addRoutes() is throwing the following exception. org.apache.camel.FailedToCreateRouteException: Failed to create route SNMPPoll:udp:172.30.227.153:1.3.6.1.4.1.17491.1.1.2.1.2.201: Route(SNMPPoll:udp:172.30.227.153:1.3.6.1.4.1.17491.1.

Re: Failed to create route on activemq

2015-03-25 Thread Claus Ibsen
sn't work > for activemq because I get folowwing error: > > exception: Failed to create route route1: > Route(route1)[[From[activemq:queue:KBC?noop=true]] -> [proce... because of > Failed to resolve endpoint: activemq://queue:KBC?noop=true due to: Failed to > resolve endpoint: acti

Failed to create route on activemq

2015-03-25 Thread Jonasty
log to the database. I want to monitor messqges on the queue. So I don't want to purge them. Only notify when they go in and when they go out. For the file system there exist a noop property. This actualy doesn't work for activemq because I get folowwing error: exception: Failed to create

Re: Failed to create route

2014-01-03 Thread fkfausa
Thank's guy's. Your comments made me realize that i lacked beans. One of them was "required" that set up the transaction policy. -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-create-route-tp5745435p5745476.html Sent from the Camel - Users mai

Re: Failed to create route

2014-01-02 Thread kraythe .
On Thu, Jan 2, 2014 at 6:45 AM, fkfausa wrote: > Hi! > > I get the following error: > Caused by: org.apache.camel.RuntimeCamelException: > org.apache.camel.FailedToCreateRouteException: Failed to create route > BAS.G8.workorders.processJMSMessageRoute at: >>> Policy[

Re: Failed to create route

2014-01-02 Thread Claus Ibsen
lsProcessor?method=process"). > > to("bean://createXellentCI_WorkOrderSoapRequestProcessor?method=process"). > > to("bean://sendXellentCI_WorkOrderSoapRequestProcessor?method=process"). > otherwise(). > log(LoggingLevel.DEBUG, &

Failed to create route

2014-01-02 Thread fkfausa
Hi! I get the following error: Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route BAS.G8.workorders.processJMSMessageRoute at: >>> Policy[ref:required] <<< in route: Route[[From[activemq:queue:bas-integration

Re: Failed to create route when using Mina2

2013-08-26 Thread Bharath
cool!! It works perfectly now Thank you so much Claus for your suggestion.I used 7 edit hl7 tool and validated the message before giving request Cheers!!! Bharath -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-create-route-when-using-Mina2-tp5737923p5737947

Re: Failed to create route when using Mina2

2013-08-26 Thread Claus Ibsen
!!! > Bharath > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Failed-to-create-route-when-using-Mina2-tp5737923p5737930.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat,

Re: Failed to create route when using Mina2

2013-08-26 Thread Bharath
!!! Bharath -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-create-route-when-using-Mina2-tp5737923p5737930.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Failed to create route when using Mina2

2013-08-26 Thread Claus Ibsen
camel.model.RouteDefinition.addRoutes(RouteDefinition.java:857) > at > org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:172) > ... 19 more > > any suggestions??? > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Failed-to-create-route-when-using-Mina2-tp5737923.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen

Failed to create route when using Mina2

2013-08-25 Thread Bharath
model.RouteDefinition.addRoutes(RouteDefinition.java:857) at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:172) ... 19 more any suggestions??? -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-create-route-when-using-Mina2-tp5737923.h

Re: failed to create route

2011-05-31 Thread Christian Müller
from("imaps:// > imap.gmail.com?password=&username=myuse...@gmail.com&deleteProcessedMessages=false&processOnlyUnseenMessages=true&consumer.delay=6 > "). > > > choice().when(header("subject").contains("Test-Camel")).process(new > >

Re: failed to create route

2011-05-31 Thread Claus Ibsen
se...@gmail.com&deleteProcessedMessages=false&processOnlyUnseenMessages=true&consumer.delay=6"). >        choice().when(header("subject").contains("Test-Camel")).process(new > MyMailProcessor()); > > > > -- > View this message in context:

Re: failed to create route

2011-05-31 Thread Donald Whytock
lse&processOnlyUnseenMessages=true&consumer.delay=6"). >        choice().when(header("subject").contains("Test-Camel")).process(new > MyMailProcessor()); > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/failed-to-create-route-tp4443078p4443143.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: failed to create route

2011-05-31 Thread fachhoch
gmail.com&deleteProcessedMessages=false&processOnlyUnseenMessages=true&consumer.delay=6"). choice().when(header("subject").contains("Test-Camel")).process(new MyMailProcessor()); -- View this message in context: http://camel.465427.n5.nabbl

Re: failed to create route

2011-05-31 Thread Christian Müller
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=x&usernam... because of > Failed to resolve endpoint: > imaps:// > imap.gmail.com?consumer.delay=6000

failed to create route

2011-05-31 Thread fachhoch
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=x&usernam... because of Failed to resolve endpoint: imaps://imap.gmail.com?consumer.delay=6&deleteProcessed

Re: Failed to create route

2011-04-04 Thread jpalmer1026
Actually, I figured it out. Silly mistake on my part. I was usinginstead of (note the 'file' keyword before the colon). -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-create-route-tp4282517p4282652.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Failed to create route

2011-04-04 Thread jpalmer1026
I declared my Properties component as a bean as described in my post. -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-create-route-tp4282517p4282634.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Failed to create route

2011-04-04 Thread Hadrian Zbarcea
e a properties > file. It looks like the properties file is getting read, but I'm getting the > following exception when the app tries to read the externalized properties: > > Exception in thread "main" org.apache.camel.RuntimeCamelException: > org.apache.camel.FailedTo

Failed to create route

2011-04-04 Thread jpalmer1026
read "main" org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route route1: Route[[From[{{file.inbox}}]] -> [Choice[[When[simple{${heade... because of No endpoint could be found for: {{file.inbox}}, please check your classpath contains the needed Camel component jar.

Re: FailedToCreateRouteException: Failed to create route route1

2009-11-24 Thread lekkie
portName = "endpoint") >>>> >>>> I thot I'd be able to access this service using the jbi naming >>>> convention >>>> from my camelcontext shown below: >>>> >>>> http://camel.apache.org/schema/spring";> >>>>            

Re: FailedToCreateRouteException: Failed to create route route1

2009-11-24 Thread Stan Lewis
hown below: >>> >>> http://camel.apache.org/schema/spring";> >>>                 >>>                         >>>                        >> uri="jbi:endpoint:http://services.com/Services/endpoint?mep=in-out"; /> >>>                 &

Re: FailedToCreateRouteException: Failed to create route route1

2009-11-24 Thread lekkie
> >> Camel 2.x-fuse-SNAPSHOT (CamelContext:camelContext) stopped >> 15:12:49,403 | ERROR | xtenderThread-72 | OsgiBundleXmlApplicationContext >>  | >> gatedExecutionApplicationContext  366 | Post refresh error >> org.apache.camel.RuntimeCamelException: >> org.apache.

Re: FailedToCreateRouteException: Failed to create route route1

2009-11-24 Thread Stan Lewis
> > Camel 2.x-fuse-SNAPSHOT (CamelContext:camelContext) stopped > 15:12:49,403 | ERROR | xtenderThread-72 | OsgiBundleXmlApplicationContext  | > gatedExecutionApplicationContext  366 | Post refresh error > org.apache.camel.RuntimeCamelException: > org.apache.camel.FailedToCreateRouteException: F

FailedToCreateRouteException: Failed to create route route1

2009-11-24 Thread lekkie
ost refresh error org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route route1 at: >>> To[jbi:endpoint:http://services.com/Services/endpoint?mep=in-out] <<< in route: Route[[From[jms://queue:RequestQueue]] -> [T... because of Failed to resolve end