#
# 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.
#
# Message ID information is here:
# http://wikis.sun.com/display/GlassFish/GlassFishV3LoggingMessageFormat
# health history
adding.instance=GMSBS2001: Adding instance {0} to health history table.
delete.key.not.present=GMSBS2002: Instance {0} was not in map when deleted from health history table.
deleting.instance=GMSBS2003: Deleting instance {0} from health history table.
duplicate.instance=GMSBS2004: Duplicate instance {0} ignored in health history.
key.already.present=GMSBS2005: State already known for instance {0}. Not adding to health history table.
unknown.instance=GMSBS2006: New state {0} added for unknown instance {1}
# gms adapter service
gmsadapter.not.available=GMSBS1001: Unable to load GMS classes. Group management service is not available.
gmsadapter.null.seedlist=GMSBS1002: Seed list not set. Will not start GMS.
gmsadapter.null.clustername=GMSBS1003: cluster-name property is not set on server
# Diagnostic info for above.
GMSBS1001.diag.cause.1=GMS implementation classes are not present. See https://glassfish.dev.java.net/issues/show_bug.cgi?id=12850.
GMSBS1001.diag.check.1=Check that shoal-gms-impl.jar file is present.
GMSBS2002.diag.cause.1=More than one call may have been made to remove this instance \
from the cluster. This has no other effect on the health history information.
GMSBS2002.diag.check.1=No action is necessary.
GMSBS2004.diag.cause.1=There may be more than one instance in the cluster with the same name.
GMSBS2004.diag.check.1=Check that instance names are unique within the cluster.
GMSBS1002.diag.cause.1=The seed list of existing cluster members was not set.
GMSBS1002.diag.check.1=If this is the first member of the cluster, set an empty list.