You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ram kumar <ra...@gmail.com> on 2015/10/01 11:54:05 UTC

Weird exceptions with tomcat camel

Hi,

Added below in pom.xml
       <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-core</artifactId>
            <version>2.14.1</version>
        </dependency>
          <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-servlet</artifactId>
             <version>2.14.1</version>
        </dependency>
         <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-hdfs</artifactId>
            <version>2.14.1</version>
            </dependency>
         <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-servletlistener</artifactId>
            <version>2.14.1</version>
        </dependency>

and deployed the war file. and got below error pages alternatively in
http://localhost:8080 console

[image: Inline image 1]
[image: Inline image 2]
Then removed ,
         <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-hdfs</artifactId>
            <version>2.14.1</version>
            </dependency>
         <dependency>
from pom.xml
then it works fine.

[image: Inline image 3]

Thanks,