camel consul; java.util.concurrent.RejectedExecutionException: No active services with name

2019-04-03 Thread Ranabroto Ghosh
Hi I am having a weird problem, please read below I have two simple came-spring-boot application exposing couple of REST endpoints. I have a consul server running and I am using that as a service discovery engine. *Application 1: * *bootstrap.yml* spring: cloud: consul: host:

CXF Http server still running after an undeploying

2019-04-03 Thread Damien Nicolas
Hello, I am developping a CXF Rest service using Camel and deployed on a JBoss EAP 7.1 server. My service works perfectly, but when I undeploy the application, the HTTP server used for CXF is still active, so when I want to reupload my application I get a "bind already exists..." exception. Shutti