0 Replies Latest reply on Oct 25, 2010 7:31 AM by mbirkner

    apache-servicemix-4.3.0-fuse-02-00\examples\camel example is not working

    mbirkner

      Hi,

       

      I installed the provided "camel" example from FUSE ESB 4.3.0-fuse-02-00 but it does not work. There are no messages being written in the log file. I can also see in the logs that there are no routes startet: "Started 0 routes"

      This does not look right. The FUSE ESB is a clean install. All I did was compile all examples using mvn (build was successful).

       

      This is how I installed the bundle:

       

      karaf@root> osgi:install -s mvn:org.apache.servicemix.examples.camel/camel-sa/4.3.0-fuse-02-00/zip

       

      This is the output of the log file:

       

       

      13:20:20,477 | INFO  | l Console Thread | Deployer                         | cemix.jbi.deployer.impl.Deployer  323 | 93 - org.apache.servicemix.jbi.deployer - 1.3.0.fuse-01-00 | Deploying bundle 'null (null)' as a JBI service assembly

      13:20:20,649 | INFO  | l Console Thread | FileSystemXmlApplicationContext  | pport.AbstractApplicationContext  456 | 62 - org.springframework.context - 3.0.3.RELEASE | Refreshing org.apache.xbean.spring.context.FileSystemXmlApplicationContext@1060c3e: startup date ; root of context hierarchy

      13:20:20,649 | INFO  | l Console Thread | XBeanXmlBeanDefinitionReader     | tory.xml.XmlBeanDefinitionReader  315 | 60 - org.springframework.beans - 3.0.3.RELEASE | Loading XML bean definitions from file

      13:20:20,665 | INFO  | l Console Thread | CamelNamespaceHandler            | ng.handler.CamelNamespaceHandler  129 | 76 - org.apache.camel.camel-spring - 2.4.0.fuse-01-00 | OSGi environment detected.

      13:20:21,008 | INFO  | l Console Thread | DefaultListableBeanFactory       | pport.DefaultListableBeanFactory  549 | 60 - org.springframework.beans - 3.0.3.RELEASE | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4eb259: defining beans template,consumerTemplate,camelContext:beanPostProcessor,camelContext; parent: org.apache.servicemix.common.xbean.SimpleBeanFactory@4c2394

      13:20:21,227 | INFO  | l Console Thread | DefaultCamelContext              | e.camel.impl.DefaultCamelContext  983 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Apache Camel 2.4.0-fuse-01-00 (CamelContext: camelContext) is starting

      13:20:21,227 | INFO  | l Console Thread | DefaultCamelContext              | e.camel.impl.DefaultCamelContext 1699 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | JMX enabled. Using ManagedManagementStrategy.

      13:20:21,290 | INFO  | l Console Thread | Activator                        | BundleTypeConverterLoader$Loader  303 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Found 13 @Converter classes to load

      13:20:21,305 | INFO  | l Console Thread | Activator                        | BundleTypeConverterLoader$Loader  303 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Found 1 @Converter classes to load

      13:20:21,305 | INFO  | l Console Thread | Activator                        | BundleTypeConverterLoader$Loader  303 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Found 1 @Converter classes to load

      13:20:21,368 | INFO  | l Console Thread | DefaultCamelContext              | e.camel.impl.DefaultCamelContext  971 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Started 0 routes

      13:20:21,368 | INFO  | l Console Thread | DefaultCamelContext              | e.camel.impl.DefaultCamelContext  972 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Apache Camel 2.4.0-fuse-01-00 (CamelContext: camelContext) started in 0.141 seconds

      13:20:21,383 | INFO  | l Console Thread | ServiceAssemblyImpl              | er.artifacts.ServiceAssemblyImpl  269 | 93 - org.apache.servicemix.jbi.deployer - 1.3.0.fuse-01-00 | Changing SA state to Stopped

      13:20:21,383 | INFO  | l Console Thread | ManagementEndpointRegistry       | ement.ManagementEndpointRegistry  129 | 84 - org.apache.servicemix.nmr.management - 1.3.0.fuse-01-00 | Registering endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@17688205 with properties {jbi.internal=true, NAME={http://camel.apache.org/schema/jbi}camelcontext:camel-simple-su-controlbus, ENDPOINT_NAME=camel-simple-su-controlbus, SERVICE_NAME=camelcontext, objectClass=[Ljava.lang.String;@ea6b13, service.id=321}

      13:20:21,383 | INFO  | l Console Thread | ServiceAssemblyImpl              | er.artifacts.ServiceAssemblyImpl  269 | 93 - org.apache.servicemix.jbi.deployer - 1.3.0.fuse-01-00 | Changing SA state to Started

      13:20:21,383 | INFO  | l Console Thread | DefaultCamelContext              | e.camel.impl.DefaultCamelContext  971 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Started 0 routes

      13:20:21,383 | INFO  | l Console Thread | DefaultCamelContext              | e.camel.impl.DefaultCamelContext  972 | 69 - org.apache.camel.camel-core - 2.4.0.fuse-01-00 | Apache Camel 2.4.0-fuse-01-00 (CamelContext: camelContext) started in 0.156 seconds

       

       

      Thanks for your help,

      Marcel