Re: Bundle not sync'ing

2015-03-10 Thread Achim Nierbeck
Hi, if you install a bundle via a maven coordinate, this coordinate is propagated to the other nodes, no binaries are transfered. Btw. that's why a sync of the deploy folder doesn't work :-) The repo which contains this maven artifact needs to be known to all nodes. For this you can use the cluste

Re: Bundle not sync'ing

2015-03-09 Thread sditlinger
OK, it turns out that the original services installed did have a copy of the maven repository on the remote node. That must be the difference. Is it correct to say that remote nodes do require access to the installation maven repository when bundle-install'ing from a maven URL (mvn:groupID/artifa

Re: Bundle not sync'ing

2015-03-09 Thread sditlinger
More info - the logs on the remote machine are as shown below. All services I have deployed were done using bundle-install using a maven repository URL local to one node in the cluster. (i.e. bundle-install myCluster mvn:com.company.soaim.services/pire-server/1.0-SNAPSHOT) As the log snippet belo

Bundle not sync'ing

2015-03-09 Thread sditlinger
ServiceMix 5.4/Karaf 2.4.1/Cellar 2.3.4 Earlier REST services sync'ed to all nodes in cluster. Now a SOAP service bundle-install'ed and bundle-start'ed on one node is not installing to remote nodes. It shows up in bundle-list output on the remote node, but not in the la output on that node. Wh