# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You 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. McastService.parseTTL=Unable to parse TTL: [{0}] McastService.parseSoTimeout=Unable to parse SoTimeout: [{0}] McastService.stopFail=Unable to stop the mcast service, level: [{0}] McastService.payload=Unable to send payload update McastService.domain=Unable to send domain update mcastService.missing.property=McastService:Required property [{0}] is missing. mcastService.noStart=Multicast send is not started or enabled. mcastService.exceed.maxPacketSize=Packet length[{0}] exceeds max packet size of [{1}] bytes. mcastServiceImpl.bind=Attempting to bind the multicast socket to [{0}:{1}] mcastServiceImpl.bind.failed=Binding to multicast address, failed. Binding to port only. mcastServiceImpl.setInterface=Setting multihome multicast interface to:[{0}] mcastServiceImpl.setSoTimeout=Setting cluster mcast soTimeout to [{0}] mcastServiceImpl.setTTL=Setting cluster mcast TTL to [{0}] mcastServiceImpl.receive.running=McastService.receive already running. mcastServiceImpl.unable.join=Unable to join multicast group, make sure your system has multicasting enabled. mcastServiceImpl.send.running=McastService.send already running. mcastServiceImpl.invalid.startLevel=Invalid start level. Only acceptable levels are Channel.MBR_RX_SEQ and Channel.MBR_TX_SEQ mcastServiceImpl.waitForMembers.start=Sleeping for [{0}] milliseconds to establish cluster membership, start level:[{1}] mcastServiceImpl.waitForMembers.done=Done sleeping, membership established, start level:[{0}] mcastServiceImpl.invalid.stopLevel=Invalid stop level. Only acceptable levels are Channel.MBR_RX_SEQ and Channel.MBR_TX_SEQ mcastServiceImpl.packet.tooLong=Multicast packet received was too long, dropping package:[{0}] mcastServiceImpl.unableReceive.broadcastMessage=Unable to receive broadcast message. mcastServiceImpl.memberDisappeared.failed=Unable to process member disappeared message. mcastServiceImpl.error.receiving=Error receiving mcast package. Sleeping 500ms mcastServiceImpl.send.failed=Unable to send mcast message. mcastServiceImpl.recovery.stopFailed=Recovery thread failed to stop membership service. mcastServiceImpl.recovery.startFailed=Recovery thread failed to start membership service. mcastServiceImpl.recovery=Tribes membership, running recovery thread, multicasting is not functional. mcastServiceImpl.recovery.successful=Membership recovery was successful. mcastServiceImpl.recovery.failed=Recovery attempt [{0}] failed, trying again in [{1}] seconds memberImpl.invalid.package.begin=Invalid package, should start with:[{0}] memberImpl.package.small=Member package to small to validate. memberImpl.notEnough.bytes=Not enough bytes in member package. memberImpl.invalid.package.end=Invalid package, should end with:[{0}] memberImpl.unableParse.hostname=Unable to parse hostname. memberImpl.large.payload=Payload is to large for tribes to handle. staticMember.invalid.uuidLength=UUID must be exactly 16 bytes, not:[{0}] staticMembershipService.stopFail=Unable to stop the static membership service, level: [{0}] staticMembershipProvider.pingThread.failed=Unable to send ping. staticMembershipProvider.replyRequest.ignored=Message[{0}] is ignored. staticMembershipProvider.leftOver.ignored=Message[{0}] is ignored. staticMembershipProvider.stopMembership.sendFailed=Unable to send stop membership message. staticMembershipProvider.heartbeat.failed=Unable to send StaticMembershipProvider.ping message. staticMembershipProvider.startMembership.noReplies=Received 0 replies, probably a timeout.