Hi,
I always end up with this following error when using cMessagingEndpoint component. I have cDynamicRouter component and I am trying to create one of the routes using the cMessagingEndpoint, and I end up getting this error.
Error: Failed to create route cMessagingEndpoint_1: Route] -> AnnotationTypeConverterLoader INFO Found 3 packages with 15 @Converter classes to load
DefaultTypeConverter INFO Loaded 170 core type converters (total 170 type converters)
AnnotationTypeConverterLoader INFO Found 1 packages with 2 @Converter classes to load
DefaultTypeConverter INFO Loaded additional 3 type converters (total 173 type converters) in 0.194 seconds
MainSupport INFO Apache Camel 2.9.2 starting
ManagementStrategyFactory INFO JMX enabled. Using ManagedManagementStrategy.
DefaultCamelContext INFO Apache Camel 2.9.2 (CamelContext: StepRoute-ctx) is starting
ultManagementLifecycleStrategy INFO StatisticsLevel at All so enabling load performance statistics
Failed to create route cMessagingEndpoint_1: Route] -> ] -> DefaultCamelContext INFO Apache Camel 2.9.2 (CamelContext: StepRoute-ctx) is shutting down
DefaultShutdownStrategy INFO Starting to graceful shutdown 0 routes (timeout 300 seconds)
DefaultShutdownStrategy INFO Graceful shutdown of 0 routes completed in 0 seconds
DefaultInflightRepository INFO Shutting down with no inflight exchanges.
DefaultCamelContext INFO Uptime: 0.249 seconds
DefaultCamelContext INFO Apache Camel 2.9.2 (CamelContext: StepRoute-ctx) is shutdown in 0.013 seconds
MainSupport INFO Apache Camel 2.9.2 stopping
MainSupport$HangupInterceptor INFO Received hang up - stopping the main instance.
at basicroute.steproute_0_1.StepRoute$1CamelImpl.doStart(StepRoute.java:206)
at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)
at org.apache.camel.main.MainSupport.run(MainSupport.java:139)
at basicroute.steproute_0_1.StepRoute.Route(StepRoute.java:385)
at basicroute.steproute_0_1.StepRoute.runJobInTOS(StepRoute.java:506)
at basicroute.steproute_0_1.StepRoute.main(StepRoute.java:419)
Caused by: org.apache.camel.NoSuchEndpointException: No endpoint could be found for: oneee, please check your classpath contains the needed Camel component jar.
at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:50)
at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:183)
at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:107)
at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:113)
at org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:72)
at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:89)
at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:833)
at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:168)
... 12 more
Job StepRoute ended at 15:52 17/09/2012.