Hi, all, The problem was solved, it was the 9000 TCP port that was blocked by some FPM application. After I stopped the service, the D-OSGI worked fine.
It was very useful for me to review the logs under each container_a and container_b, inside data/log/karaf.log. Each log has a lot of meaningful information, and addressing the last java error (unable-to-bind to port 9000 or something like that) leaded me to the solution. Thank you very much for your support; Thanks Christian for the nice tutorial and the well written code in github. Rodolfo. 2016-02-24 16:50 GMT+01:00 Rodolfo Alcazar Portillo < [email protected]>: > No. I am running both containers on the same server. But that's a good > tip: I will check the ports/hosts configuration in the config file and see > if there is no any misconfiguration. Thanks for it. > > :) > > Rodolfo > > > 2016-02-22 14:17 GMT+01:00 Christian Schneider <[email protected]>: > >> Is your client on a different server? >> If yes then you also need to set the property zookeeper.host not only >> zookeeper.port. >> >> Christian >> >> On 22.02.2016 08:32, Rodolfo Alcazar Portillo wrote: >> >>> Hey, >>> >>> Here you have the result, >>> ... >>> karaf@root()> list|grep task >>> 52 | Active | 80 | 1.0.0.SNAPSHOT | tasklist-model >>> 53 | GracePeriod | 80 | 1.0.0.SNAPSHOT | tasklist-ui >>> karaf@root()> diag 53 >>> tasklist-ui (53) >>> ---------------- >>> Status: GracePeriod >>> Blueprint >>> 2/22/16 8:10 AM >>> Missing dependencies: >>> (objectClass=net.lr.tasklist.model.TaskService) >>> >>> Mmm... I suppose this is obvious, since the service is provided by >>> net.lr.tasklist.persistence (.impl.TaskServiceImpl), which is in the other >>> Karaf (container A on the example). >>> >>> Hope doing correctly, I've put the persistence and model jars on A >>> (/deploy), and ui and model on B. >>> >>> Something with the SOAP port? IPTables was verified, no local issues. >>> >>> Have a nice week :) >>> >>> R >>> >>> >> -- >> Christian Schneider >> http://www.liquid-reality.de >> >> Open Source Architect >> http://www.talend.com >> >> >
