Hi JB,

thank you for the reply. I fixed it manually and now tcp/ip joiner works
fine. But now I'm facing another problem. I want to use bundles
synchronization so in groups cfg I added following lines (my group is named
"applications"):

/applications.bundle.whitelist.inbound = *
applications.bundle.whitelist.outbound = *
applications.bundle.sync = true/

Now I'm getting error from Hazelcast (posting only part of stacktrace):
/java.lang.ClassNotFoundException:
org.apache.karaf.cellar.bundle.BundleState/
/at java.net.URLClassLoader$1.run(URLClassLoader.java:202)[:1.6.0_18]
        at java.security.AccessController.doPrivileged(Native Method)[:1.6.0_18]
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)[:1.6.0_18]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)[:1.6.0_18]
        at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)[:1.6.0_18]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)[:1.6.0_18]
        at java.lang.Class.forName0(Native Method)[:1.6.0_18]
        at java.lang.Class.forName(Class.java:247)[:1.6.0_18]
        at
com.hazelcast.nio.AbstractSerializer.loadClass(AbstractSerializer.java:83)/

Tested this with both versions - my modyfied (based on version 2.2.3) and
original Cellar 2.2.3 (just to verify that this is not because of my
changes).

Do you know anything about this problem? Does bundle synchronization works
in Cellar at all?

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

Reply via email to