com.sun.enterprise.admin.servermgmt.pe.LocalStrings.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-embedded-all Show documentation
Show all versions of payara-embedded-all Show documentation
Payara-Embedded-All Distribution of the Payara Project
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010-2013 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.
#
installRoot=install root
domainsRoot=domains root
javaHome=java home
adminPort=admin port
instancePort=instance port
hostName=host name
jmsPort=jms port
orbPort=orb port
domainName=domain name
illegalDomainName=Illegal domain name: {0}
domainDoesntExist=Domain {0} does not exist in {1}. Use a different domain name or the --domaindir option.
domainExists=Domain {0} already exists in {1}. Use a different domain name or the --domaindir option.
domainXmlNotCreated=Error creating domain.xml
duplicatePorts=Duplicate ports were found: {0}
samplesDomainNotCreated=Error creating samples domain
startServNotCreated=Error creating startserv
stopServNotCreated=Error creating stopserv
indexFileNotCreated=Error creating index.html
setPermissionError=Error setting permissions.
cannotDeleteDomainDir=Failed to delete {0}. Some other process may be accessing it or you have insufficient permissions. Please remove the directory manually.
invalidDomainDir=Domain directory {0} is not a directory or does not exist.
procExecError=Error executing the process.
startInstanceTimeOut=Timed out. Failed to start the domain {0}. Please check the server log for more details.
cannotStopInstance=Failed to stop domain {0}.
cannotStopInstance_invalidState=Could not stop the domain {0}. Domain is {1}.
cannotStartInstance_invalidState=Could not start the domain {0}. Domain is {1}.
cannotDeleteInstance_invalidState=Could not delete domain {0}. Domain is {1}.
portConflict=Domain {0} failed to startup. There is a conflict on port {1}. Please check the server log for more details.
startupFailed=Domain {0} failed to startup. Please check the server log for more details.
timeoutStarting=Timeout waiting for domain {0} to go to starting state.
directoryCreationError=Could not create directory {0}.
instanceStartupException=An exception occurred starting the domain {0}.
domainDirNotValid={0} does not correspond to a valid domain directory.
listDomainElement={0} {1}
masterPasswordNotChanged=Error changing master password
cannotChangePassword_invalidState=Could not change password for domain {0}. Domain is {1}.
profileNotFound=The profile creation folder for specified profile [{0}] was not found at [{1}]. Domain [{2}] could not be created\n.
genericProfileHandlingStarts=------ Using Profile [{0}] to create the domain ------
profilePropertiesMissing=The file [{0}] \ncontaining the properties of profile - either does not exist or could not be read.\nRetry after creating it.\n
styleSheetNotFound=A style sheet [{0}] was specified as [{1}] in properties file, but it does not exist.\nRetry after creating the stylesheet.\n
genericXmlProcessing=XML processing for custom profile: Base document [{0}]. Profile name [{1}]. Processing property [{2}].\n
xformPhaseComplete=XML processing for custom profile: Style-sheet [{0}] processed successfully. Result is stored at: [{1}]. \n
processingToken=Processing token name: [{0}], value: [{1}].\n
invalidToken=Invalid token encountered [{0}], valid form is name=value\n
noPidsToKill=No valid PID(s) found. This may be because the pid file has stale data. To avoid killing processes with wrong PID this force kill attempt has been aborted.