Hi,

sorry again, we also have an issue around that:

https://issues.apache.org/jira/browse/KARAF-1297

and

https://issues.apache.org/jira/browse/KARAF-1248

It should be fixed in Cellar 2.2.4.

Regards
JB

On 04/02/2012 02:56 PM, gasius wrote:
Hi,

I installed feature
/mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.3/xml/features/ and
changed default configuration according my requirements to use tcpip joiner
(see snippets below):

In *org.apache.karaf.cellar.instance.cfg*
multicastEnabled=false
tcpIpEnabled=true
tcpIpMembers=<comma_separated_ip_list>

In *hazelcast.xml*
             <multicast enabled="false">
                 <multicast-group>224.2.2.3</multicast-group>
                 <multicast-port>54327</multicast-port>
             </multicast>
             <tcp-ip enabled="true">
                 <interface>127.0.0.1</interface>
             </tcp-ip>

But when I start instances tcpip joiner does not start and I see in the log
something like this:
/INFO  | .1.ServiceThread | MulticastJoiner                  |  -  -  |
/<my_ip_address>:5701 [cellar]/

Same was with the version 2.2.2 and I was able to use tcpip joiner only
after changing source code in class HazelcastConfigurationManager. Is it
some bug or I miss something?

--
View this message in context: 
http://karaf.922171.n3.nabble.com/Cellar-tcpIpEnabled-does-not-work-tp3877611p3877611.html
Sent from the Karaf - User mailing list archive at Nabble.com.

--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to