#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt. See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#
# GMSAdapterImpl
gmsservice.no.cluster.name=GMSAD1001: no clustername to lookup
gmsservice.multiple.adapter=GMSAD1002: Multiple gms-adapter service for cluster {0}
gmsservice.nocluster.warning=GMSAD1003: GMS cannot initialize with unknown cluster
gmsservice.started=GMSAD1004: Started GMS for instance {0} in group {1}
gmsservice.member.joined.group=GMSAD1005: Member {0} joined group {1}
gmsservice.member.state.unknown=GMSAD1006: aliveAndReady monitoring: joinedAndReady memberState is UNKNOWN for core members: {0}
gmsservice.alive.ready.signal=GMSAD1007: AliveAndReady for signal: {0} for member: {1} of group: {2} current:[{3}] previous:[{4}]
gmsservice.server_shutdown.received=GMSAD1008: GMSAdapter for member: {0} group: {1} received GlassfishEventType: {2}
gmsexception.new.health.history=GMSAD1009: An exception occurred while creating the HealthHistory object: {0}
gmsexception.processing.config.props=GMSAD1010: An exception occurred while processing GMS configuration properties: {0}
gmsexception.ignoring.property=GMSAD1011: Ignoring group-management-service property {0} with value of {1} due to {2}
gmsexception.cluster.property.error=GMSAD1012: Error processing cluster property:{0} value:{1} due to exception {2}
gmsexception.cannot.get.group.module=GMSAD1013: Exception in getting GMS module for group {0}: {1}
gmsexception.update.health.history=GMSAD1014: An exception occurred while updating the instance health history table: {0}
gmsservice.failurerecovery.start.notification=GMSAD1015: start failure recovery callback for component: {0} failed member: {1}
gmsservice.failurerecovery.completed.notification=GMSAD016: complete failure recovery callback for component: {0} failed member: {1}
gmsservice.failed.to.start=GMSAD1017: GMS failed to start. See stack trace for additional information.
gmsservice.failed.to.start.unexpected=GMSAD1018: GMS failed to start due to a runtime exception. See stack trace for additional information.
gmsservice.bind.int.address.invalid=GMSAD1019: GMS bind interface address {0} is invalid. Will use default value instead.
gmsservice.listener.port.required=GMSAD1020: GMS listener port is required for cluster {0}. Will attempt to use default of {1}.
# Diagnostic information for the above.
GMSAD1001.diag.cause.1=Required information was not passed into method.
GMSAD1001.diag.check.1=File issue with all relevant information.
GMSAD1002.diag.cause.1=GMs module is being initialized more than once for the same cluster.
GMSAD1002.diag.check.1=File issue with all relevant information.
GMSAD1003.diag.cause.1=No cluster was found with this name in the domain configuration.
GMSAD1003.diag.check.1=Check that domain exists in domain.xml.
GMSAD1008.diag.cause.1=An unexpected exception occurred in the GMS implementation.
GMSAD1008.diag.check.1=Check the server log file for more information from Shoal-GMS.
GMSAD1009.diag.cause.1=An unexpected exception occurred.
GMSAD1009.diag.check.1=See server log for more details.
GMSAD1010.diag.cause.1=An unexpected exception occurred.
GMSAD1010.diag.check.1=See server log for more details.
# todo: can we remove this try/catch?
GMSAD1011.diag.cause.1=An illegal argument was passed into the Shoal GMS implementation.
GMSAD1011.diag.check.1=Check the server log file for more information from Shoal-GMS.
# todo: can we remove this try/catch?
GMSAD1012.diag.cause.1=An unexpected exception occurred.
GMSAD1012.diag.check.1=Check the server log file for more information from Shoal-GMS.
GMSAD1013.diag.cause.1=There was a problem withing the GMS implementation.
GMSAD1013.diag.check.1=Check the server log file for more information from Shoal-GMS.
GMSAD1014.diag.cause.1=An unexpected exception occurred.
GMSAD1014.diag.check.1=Check the log for Shoal-GMS exceptions.
GMSAD1019.diag.cause.1=The specified bind interface address is not an active local address, so it cannot be used on this node.
GMSAD1019.diag.check.1=Check that you have specified the proper address. See server log for more details from GMS subsystem.