I've been attempting to spin up a clustered/distributed orientDB in a local cloud I have. I have three servers: 10.0.0.12 - orientdb-workbench-2.0.3 10.0.0.25 - orientdb-enterprise-2.0.13 10.0.0.26 - orientdb-enterprise-2.0.13
All are using the default hazelcast <?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2008-2012, Hazel Bilisim Ltd. All Rights Reserved. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.0.xsd" xmlns="http://www.hazelcast.com/schema/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <group> <name>orientdb</name> <password>orientdb</password> </group> <network> <port auto-increment="true">2434</port> <join> <multicast enabled="true"> <multicast-group>235.1.1.1</multicast-group> <multicast-port>2434</multicast-port> </multicast> </join> </network> <executor-service> <pool-size>16</pool-size> </executor-service> I am able to start .25 and .26, and they find each other with no problem. When I start workbench on .12, I get the following messages: 2015-07-24 18:34:37:188 WARNING [10.0.0.12]:2434 [orientdb] [3.3] This node does not have a connection to Member [10.0.0.12]:2435 [ClusterService] 2015-07-24 18:34:45:355 WARNING [10.0.0.12]:2435 [orientdb] [3.3] This node does not have a connection to Member [10.0.0.12]:2436 [ClusterService] I've also tried brining up an additional orientdb-enterprise-2.0.13 instance on .12, running on port 2435. This just makes the above messages start at 2015-07-24 18:38:28:500 WARNING [10.0.0.12]:2434 [orientdb] [3.3] This node does not have a connection to Member [10.0.0.12]:2436 [ClusterService] The network between these three machines is wide open, and the clustering between 25 and 26 is working fine, it's just trying to enable the workbench that seems to be blowing things up. Workbench works fine for connecting to one off single processes, but not clusters - what am I doing wrong? Thanks -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
