amConfiguration.properties revision 3b6e06533e998811089e2abec49164afc6c14f9f
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# The contents of this file are subject to the terms
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# of the Common Development and Distribution License
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# (the License). You may not use this file except in
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# compliance with the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You can obtain a copy of the License at
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# https://opensso.dev.java.net/public/CDDLv1.0.html or
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# opensso/legal/CDDLv1.0.txt
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# See the License for the specific language governing
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# permission and limitations under the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# When distributing Covered Code, include this CDDL
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Header Notice in each file and include the License file
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# at opensso/legal/CDDLv1.0.txt.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# If applicable, add the following below the CDDL Header,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# with the fields enclosed by brackets [] replaced by
16dd44c265271a75647fb0bb41109bb7c585a526Daniel Beauregard# your own identifying information:
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# "Portions Copyrighted [year] [name of copyright owner]"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
93c20f2609342fd05f6625f16dfcb9348e7977f2Sukumar Swaminathan# $Id: amConfiguration.properties,v 1.20 2009/10/28 23:33:16 veiming Exp $
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
93c20f2609342fd05f6625f16dfcb9348e7977f2Sukumar Swaminathan
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Portions Copyrighted [2010] [ForgeRock AS]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.map.property=Invalid map property, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunknown.properties=Unidentified properties, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunknown.property=Unidentified property, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.array.property=Invalid array property, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.integer.property=Property {0} must have an integer value.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.float.property=Property {0} must have a float value.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.value.property=Invalid value for property, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.server.name=Server name must be a valid URL, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.server.instance=Server instance {0} not found.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid,site.name=Invalid site name {0}. These special characters are not allowed ({1}).
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortesite.name.empty=Site name is required.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.site.instance=Site {0} was not found.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.site.url=Site URL must be a valid URL, {0}. And port and deployment URI are required.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteduplicated.site.url=URL. {0} is already configured.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortesite.id.unchanged=Site {0} already uses ID of {1}
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortesite.id.taken=Site ID {0} already in used by site {1}
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.site.secondary.url=Secondary URL must be a valid URL, {0}. And port and deployment URI are required.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinvalid.properties=Invalid properties.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunable.to.connect.to.server=Unable to connect to server.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteexception.serverconfig.xml.server.name.exist=Server Name, {0} already exists.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteexception.serverconfig.xml.port.number.no.integer=Port Number, {0} has to be an integer.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.invalid.type=Invalid Agent Type, {0}.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.missing.name=Agent Name is required.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.group.missing.name=Agent Group Name is required.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.invalid.server.url=Invalid Server URL.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.server.url.not.fqdn=Host name of server URL is not fully qualified.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.invalid.agent.url=Invalid Agent URL.
93c20f2609342fd05f6625f16dfcb9348e7977f2Sukumar Swaminathancreate.agent.agent.url.not.fqdn=Host name of agent URL is not fully qualified.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.invalid.server.url.missing.uri=Missing deployment URI in server URL.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.invalid.server.url.missing.port=Missing port number in server URL.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.invalid.agent.url.missing.uri=Missing deployment URI in agent URL.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.invalid.agent.url.uri.not.required=Deployment URI in agent URL is not allowed.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecannot.add.agent.to.group.proeprties.locally.stored=Unable to add agent {0} to group because agent's properties are stored locally.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecannot.add.agent.to.group.group.does.not.exist=Unable to add agent to group because group {0} does not exist.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecannot.add.agent.to.group.agent.does.not.exist=Unable to add agent to group because agent {0} does not exist.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecannot.add.agent.to.group.type.mismatched=Unable to add agent{0} to group {1} because they are different types.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortecreate.agent.group.cannot.have.password=Unable to create agent because userpassword is not a valid attribute.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteupdate.agent.group.cannot.have.password=Unable to update agent because userpassword is not a valid attribute.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.does.not.exists=Agent {0} does not exist.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.root.url.starts.with=Agent Root URL must start with 'agentRootURL=' (case sensitive).
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.root.url.ends.with=Agent Root URL must end with /.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.root.url.invalid={0} is an invalid URL.
5dfd244acc8f144280c5bc8f69ed941185fc3cccDaniel Beauregardagent.root.url.missing.port=Agent Root URL has no port defined.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.root.url.port.out.of.range=Port {0} of Agent Root URL is out of range.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteagent.root.url.unknown.host={0} is an unknown hostname.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteconfigstore.down=Configuration store is not available.
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe