[
https://issues.apache.org/jira/browse/GEODE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16037477#comment-16037477
]
Sumitra Chatterjee commented on GEODE-3022:
-------------------------------------------
Testing with apache-geode-1.1.1 version.
Using docker to get the tarball from here
http://apache.claz.org/geode/1.1.1/apache-geode-1.1.1.tar.gz and then starting
the locator and server. We get the following exception:
Exception in thread "main" org.apache.geode.GemFireConfigException: unable to
create jgroups channel
at
org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger.start(JGroupsMessenger.java:314)
....
....
at org.apache.geode.distributed.ServerLauncher.main(ServerLauncher.java:228)
Caused by: java.lang.IllegalArgumentException: [JGRP00001] configuration error:
the following properties in
org.apache.geode.distributed.internal.membership.gms.messenger.Transport are
not recognized: {ignore_dont_bundle=false}
I checked the source tar ball as well and found that the JGroups v3.3 XSD file
does not have the 'ignore_dont_bundle' property but the jgroups-config.xml
(https://github.com/apache/geode/blob/953f1eebcb0a1615bc761b684463fe890abe5692/geode-core/src/main/resources/org/apache/geode/distributed/internal/membership/gms/messenger/jgroups-config.xml)
has the attribute set to false.
> [JGRP00001] configuration error: the following properties in
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport are
> not recognized: {ignore_dont_bundle=false}
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-3022
> URL: https://issues.apache.org/jira/browse/GEODE-3022
> Project: Geode
> Issue Type: Bug
> Reporter: Sumitra Chatterjee
> Priority: Blocker
>
> Getting above exception when trying to start cache server. Further checked in
> JGroupsMessenger.java and found below:
> void setMessageFlags(DistributionMessage gfmsg, Message msg) {
> // Bundling is mostly only useful if we're doing no-ack work,
> // which is fairly rare
> msg.setFlag(Flag.DONT_BUNDLE);
> As per https://issues.jboss.org/browse/JGRP-1737, DONT_BUNDLE is probably not
> to be used (correct me if I am misunderstanding). Any ideas how to get the
> server start up would be very helpful.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)