alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (LocalStrings.properties)

This example Glassfish source code file (LocalStrings.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

agent, cddl, gpl, gpl, instance, instance, license, license, please, please, server, the, version, you

The Glassfish LocalStrings.properties source code

#
# 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.
#

cannotAddDuplicate={0} already exists: cannot add duplicate
noSuchAgent=Node Agent {0} does not exist.
noSystemConnector=Node Agent {0} does not have a system connector named {1}.
noSuchInstance=Server Instance {0} does not exist.
noSuchConfig=Configuration {0} does not exist.
noAdminService=Configuration {0} referenced by Server Instance {1} contains no admin-service element.
noInstanceSystemConnector=Server Instance {0} does not have a system connector named {1}.
noDASAuthenticationProperty=DAS authentication properties do not exist for the system connector for {0}.
noSuchCluster=Cluster {0} does not exist.
noSuchNode=Node {0} does not exist.
noSuchClusterInstance=Cluster {0} contains Server Instance {1} which does not exist.
noSuchClusterConfig=Configuration {0} referenced by Cluster {1} does not exist.
noSuchAgentForInstance=Server Instance {0} references a Node Agent {1} which does not exist.
noSuchClusteredInstance=Server Instance {0} is not part of a cluster.
noAgentSystemConnector=Node Agent {0} does not have a system connector named {1}.
missingInstanceConnectorAuth=Could not find necessary client connection properties for Server Instance {0}.
missingAgentConnectorAuth=Could not find necessary client connection properties for Node Agent {0}.

noDASFound=Could not identify the Domain Administration Server

tooManyDASFound=Server Instance {0} and {1} have both been identified as the Domain Administration Server.

noSuchResource=Resource {0} does not exist
noSuchApplication=Application {0} does not exist

illegalName=The name is illegal.  Names are not allowed to have this String embedded in them: {0}
noSuchWSEP=WebServiceEndpoint {0} does not exist
noSuchTransformationRule=TransformationRule {0} does not exist
CorruptClusterConfig=The cluster [{0}] is in an inconsistent state.  Not all of the instances are referencing the mbean [{1}].  Here is the summary: {2}.  
Cluster.no_default_config_found=No default config found, using config {0} as the default config for the cluster {1}
Server.cannotSpecifyBothConfigAndCluster=A configuration name and cluster name cannot both be specified.
Cluster.noDefaultConfig=Can''t find the default config (an element named \"default-config\") \
in domain.xml.  You may specify the name of an existing config element next time.
Server.HostNotFound=Unable to resolve the nodeagent-ref [{0}] to an IP address.
Server.LocalHostNotFound=Unable to resolve the local hostname.
Server.cannotHaveSameAdminPortAsDAS=Cannot create an instance on the same host as DAS with the same admin port as DAS: {0}.

Cluster.error_while_copying=Error while copying the default configuration {0}
Cluster.error_while_settingConfig=Error while setting config {0} on cluster {1} {2}
deleteConfigFailed=Unable to remove config {0}
deleteServerRefFailed=Unable to remove server-ref {0} from cluster {1}
Cluster.hasInstances=Cluster {0} contains server instances {1} and must not contain any instances
Cluster.obsoleteOptions=Obsolete options used.
cannot.execute.command=Cluster software is not installed.

LbConfigIsInUse=LB configuration [{0}] is in use by another load balancer.
DeleteLbConfigFailed=Unable to remove lb config {0}.
RequiredTargetOrConfig=CLI251 Either option --target or operand config_name is required for this command.
LbConfigExists=Load balancer configuration [{0}] already exists.
InvalidTarget=Invalid argument. Target [{0}] is not a cluster or stand alone server instance.
LbConfigNotEmpty=Load balancer configuration [{0}] contains server refs or clusters refs. It must be empty in order to be removed.

create.http.lb.config.command.usagetext=create-http-lb-config\n\t[--responsetimeout <responsetimeout(default:60)>]\n\t[--monitor ]\n\t[--httpsrouting ]\n\t[--property (name=value)[:name=value]*]\n\t[--routecookie ]\n\t[--reloadinterval ]\n\t[-?|--help[=]] --target  | name

http_lb_admin.LbConfigCreated=EEADM0202:Load balancer configuration {0} created.
http_lb_admin.LbConfigDeleted=EEADM0203:Load balancer configuration {0} deleted.

# CRUD commands related strings.

create.cluster.command=Creates a new GlassFish cluster
create.cluster.command.name=The name for this new cluster
delete.cluster.command=Deletes an exisiting cluster 

generic.config=The existing config name to be used by this cluster

config.copyConfigError=Error copying the config caused by {0}

# validation messages
cluster.invalid.name=Invalid cluster name. The name must start with a letter, number or underscore and may contain only letters, numbers, and these characters: hyphen, period, underscore, and semicolon.
server.invalid.name=Invalid server name. The name must start with a letter, number or underscore and may contain only letters, numbers, and these characters: hyphen, period, underscore, and semicolon.
appref.invalid.name=Invalid application name. The name must start with a letter, number or underscore and may contain only letters, numbers, and these characters: hyphen, period, underscore, slash, colon, hash, and semicolon.
node.invalid.name=Invalid node name. Name must start with a letter or number and may contain only letters, numbers, and certain other characters.
config.invalid.name=Invalid config name. The name must start with a letter, number or underscore and may contain only letters, numbers, and these characters: hyphen, period, underscore, and semicolon.
nodehost.invalid.name=Invalid nodehost name. Name must start with a letter or number and may contain only letters, numbers, and certain other characters.

config.duplicate.name= Config name provided is not unique in domain.  Please provide a unique config name.
cluster.duplicate.name= Cluster name provided is not unique in domain.  Please provide a unique cluster name.
server.duplicate.name= Server name provided is not unique in domain.  Please provide a unique server name.
node.duplicate.name=Node name provided is not unique in domain.  Please provide a unique node name.

cluster.reserved.name=Cluster name provided is a reserved word.  Please provide a cluster name that is not reserved.
config.reserved.name=Config name provided is a reserved word.  Please provide a config name that is not reserved.
node.reserved.name=Node name provided is a reserved word.  Please provide a node name that is not reserved.
server.reserved.name=Server name provided is a reserved word.  Please provide a server name that is not reserved.

port-pattern=must be between 1 and 65535, or reference a system property using the form ${SYSTEM_PROPERTY_NAME}

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LocalStrings.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.