Re: BindException with Embedded Jetty for camel web app

2012-01-27 Thread lavanya
Thanks Willem. I looked at my configuration files. I am referring both ActiveMQComponent and JmsComponent in my configuration, I think it is a redundant, and got rid off JmsComponet, now it works fine. But still I am wondering why Tomcat doesn't throw any exception for the same. -- View this mess

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread Willem Jiang
The error is caused by ActiveMQ JMS Broker try to bind the port of 61616. Can you check if you start the ActiveMQ Broker twice ? Or you already start the broker somewhere. On Fri Jan 27 05:33:53 2012, lavanya wrote: Thanks for the response. I am not running tomcat and jetty at the same time. An

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread lavanya
Thanks for the response. I am not running tomcat and jetty at the same time. And also the results of netstat command doesn't list this port. I tried changing to different ports like 61617 / 616701, but it doesn't help. -- View this message in context: http://camel.465427.n5.nabble.com/BindExcepti

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread Chris Odom
The below exception means that some other application is using tcp://localhost:61616... java.net.BindException: Address already in use: JVM_Bind verify with command: Windows - netstat -an |find /i "listening" Linux - netstat -anp }grep 61616 If you try to run tomcat and jetty at the same time you