Hi,

We recently modified WSO2 MB to use Hazelcast for coordination instead of
Apache Zookeeper.

In clustered mode, we use following configurations in axis2.xml to enable
Clustering;

<clustering
class="org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent"
                enable="true">
<parameter name="AvoidInitiation">false</parameter>
<parameter name="membershipScheme">wka</parameter>
<parameter name="localMemberHost">127.0.0.1</parameter>
<parameter name="localMemberPort">4000</parameter>
     <members>
            <member>
                <hostName>127.0.0.1</hostName>
                <port>4001</port>
            </member>
        </members>

In standalone mode, we can access MB management console without any issue.

But in clustered mode, even though below log appears, we cannot access
management console using browser.
INFO {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} -  Mgt Console
URL  : https://10.100.5.67:9443/carbon/

Additionally, we see error traces neither in server side nor in browser.

What can be the cause behind this issue?

Thanks and Regards,
Sewwandi

-- 
Sewwandi Perera
Software Engineer

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to