How to deploy talend esb route on talend karaf? -
i have created route in talend open studio esb. inside route start cxf service. works great when route running inside studio need deploy on esb runtime. i've exported *.kar file ~/runtime_esbse/container/deploy
folder, , in karaf console, after executing osgi:list
command can see route:
[ 244] [active ] [created ] [ ] [ 80] tmp (0.1)
i don't have errors in console logs assume route installed correctly service isn't started (or whole route isn't started @ all). cannot access service should created route. after executing start 244
(244 id of route) nothing happens when execute stop 244
route status changes active
resolved
(and after start
changes active). know how make works? should force route behave inside open studio? advance. edit: i've checked features , looks ok. tmp-feature
installed have no idea why doesn't work.
Comments
Post a Comment