@MessageBundle(projectCode="JBAS")
public interface ServerMessages
Type | Property and Description |
---|---|
String |
argSecurity
Instructions for the
CommandLineArgument.SECURITY_PROP command line argument. |
Modifier and Type | Field and Description |
---|---|
static ServerMessages |
MESSAGES
The messages
|
CommandLineArgument.SECURITY_PROP
command line argument.static final ServerMessages MESSAGES
@Message(id=0, value="Usage: ./standalone.sh [args...]%nwhere args include:") String argUsage()
@Message(id=0, value="Name of the server configuration file to use (default is \"standalone.xml\")") String argServerConfig()
CommandLineArgument.DOMAIN_CONFIG
and CommandLineArgument.SHORT_DOMAIN_CONFIG
command line arguments.@Message(id=0, value="Display this message and exit") String argHelp()
CommandLineArgument.SHORT_HELP
or CommandLineArgument.HELP
command line argument.@Message(id=0, value="Load system properties from the given url") String argProperties()
CommandLineArgument.SHORT_PROPERTIES
or CommandLineArgument.PROPERTIES
command line argument.@Message(id=0, value="Set a security property") String argSecurityProperty()
CommandLineArgument.SECURITY_PROP
command line argument.@Message(id=0, value="Set a system property") String argSystem()
CommandLineArgument.SYSTEM_PROPERTY
command line argument.@Message(id=0, value="Print version and exit") String argVersion()
CommandLineArgument.SHORT_VERSION
, CommandLineArgument.LEGACY_SHORT_VERSION
or CommandLineArgument.VERSION
command line argument.@Message(id=0, value="Set system property jboss.bind.address to the given value") String argPublicBindAddress()
CommandLineArgument.PUBLIC_BIND_ADDRESS
or CommandLineArgument.LEGACY_PUBLIC_BIND_ADDRESS
command line argument.@Message(id=0, value="Set system property jboss.bind.address.to the given value") String argInterfaceBindAddress()
CommandLineArgument.INTERFACE_BIND_ADDRESS
command line
argument.@Message(id=0, value="Set system property jboss.default.multicast.address to the given value") String argDefaultMulticastAddress()
CommandLineArgument.DEFAULT_MULTICAST_ADDRESS
command line
argument.@Message(id=0, value="Set the server\'s running type to ADMIN_ONLY causing it to open administrative interfaces and accept management requests but not start other runtime services or accept end user requests.") String argAdminOnly()
CommandLineArgument.ADMIN_ONLY
command line argument.@Message(id=15800, value="Value expected for option %s") String valueExpectedForCommandLineOption(String option)
option
- the name of the command line option@Message(id=15801, value="Invalid option \'%s\'") String invalidCommandLineOption(String option)
option
- the name of the command line option@Message(id=15802, value="Malformed URL \'%s\' provided for option \'%s\'") String malformedCommandLineURL(String urlSpec, String option)
urlSpec
- the provided urloption
- the name of the command line option@Message(id=15803, value="Unable to load properties from URL \'%s\'") String unableToLoadProperties(URL url)
properties could not be loaded
from a given url.url
- the provided url@Message(id=15804, value="Error initializing vault -- %s") RuntimeException cannotCreateVault(@Param VaultReaderException cause, VaultReaderException msg)
cause
- the problemmsg
- the problem (for use in the message)@Message(id=15805, value="Failed to connect to the host-controller") org.jboss.msc.service.StartException failedToConnectToHC(@Param Exception e)
e
- the problem@Message(id=15806, value="Connection request to the host-controller was cancelled") org.jboss.msc.service.StartException cancelledHCConnect()
@Message(id=15807, value="hostControllerName must be null if the server is not in a managed domain") IllegalArgumentException hostControllerNameNonNullInStandalone()
@Message(id=15808, value="hostControllerName may not be null if the server is in a managed domain") IllegalArgumentException hostControllerNameNullInDomain()
@Message(id=15809, value="An IP address cannot be resolved using the given interface selection criteria. Failure was -- %s") OperationFailedException cannotResolveInterface(Exception msg, @Param Exception cause)
@Message(id=15810, value="failed to resolve interface %s") org.jboss.msc.service.StartException failedToResolveInterface(String name)
@Message(id=15811, value="Failed to start the http-interface service") org.jboss.msc.service.StartException failedToStartHttpManagementService(@Param Exception e)
@Message(id=15812, value="No deployment content with hash %s is available in the deployment content repository.") OperationFailedException noSuchDeploymentContent(String hash)
@Message(id=15813, value="No deployment with name %s found") OperationFailedException noSuchDeployment(String deploymentName)
@Message(id=15814, value="Cannot use %s with the same value for parameters %s and %s. Use %s to redeploy the same content or %s to replace content with a new version with the same name.") OperationFailedException cannotReplaceDeployment(String replaceOperation, String name, String toReplace, String redeployOperation, String fullReplace)
@Message(id=15815, value="Deployment %s is already started") OperationFailedException deploymentAlreadyStarted(String deploymentName)
@Message(id=15816, value="Missing configuration value for: %s") IllegalStateException missingHomeDirConfiguration(String propertyName)
@Message(id=15817, value="\n %s is missing: %s") String missingDependencies(org.jboss.msc.service.ServiceName dependentService, String missingDependencies)
@Message(id=15818, value="%s is required") OperationFailedException attributeIsRequired(String attribute)
@Message(id=15819, value="%s is not allowed when %s are present") OperationFailedException attributeNotAllowedWhenAlternativeIsPresent(String attribute, List<String> alternatives)
@Message(id=15820, value="%s is invalid") OperationFailedException attributeIsInvalid(String attribute)
@Message(id=15821, value="Caught IOException reading uploaded deployment content") OperationFailedException caughtIOExceptionUploadingContent(@Cause IOException cause)
@Message(id=15822, value="Null stream at index [%d]") OperationFailedException nullStreamAttachment(int index)
@Message(id=15823, value="\'%s\' is not a valid URL") OperationFailedException invalidDeploymentURL(String urlSpec, @Cause MalformedURLException e)
@Message(id=15824, value="Error obtaining input stream from URL \'%s\'") OperationFailedException problemOpeningStreamFromDeploymentURL(String urlSpec, @Cause IOException e)
@Message(id=15826, value="ServiceModuleLoader already started") IllegalStateException serviceModuleLoaderAlreadyStarted()
@Message(id=15827, value="ServiceModuleLoader already stopped") IllegalStateException serviceModuleLoaderAlreadyStopped()
@Message(id=15828, value="\'%s\' cannot be loaded from a ServiceModuleLoader as its name does not start with \'%s\'") IllegalArgumentException missingModulePrefix(org.jboss.modules.ModuleIdentifier identifier, String prefix)
@Message(id=15829, value="Failed to read \'%s\'") DeploymentUnitProcessingException failedToReadVirtualFile(org.jboss.vfs.VirtualFile file, @Cause IOException cause)
@Message(id=15830, value="Deployment root is required") IllegalArgumentException deploymentRootRequired()
@Message(id=15831, value="Sub-deployments require a parent deployment unit") IllegalArgumentException subdeploymentsRequireParent()
@Message(id=15832, value="No Module Identifier attached to deployment \'%s\'") DeploymentUnitProcessingException noModuleIdentifier(String deploymentUnitName)
@Message(id=15834, value="Failed to create VFSResourceLoader for root [%s]") DeploymentUnitProcessingException failedToCreateVFSResourceLoader(String resourceRoot, @Cause IOException cause)
@Message(id=15835, value="Failed to get file from remote repository") RuntimeException failedToGetFileFromRemoteRepository(@Cause Throwable cause)
@Message(id=15836, value="Unable to create local directory: %s") IOException cannotCreateLocalDirectory(File path)
@Message(id=15837, value="Did not read the entire file. Missing: %d") IOException didNotReadEntireFile(long missing)
@Message(id=15838, value="No value was provided for argument %s%n") String noArgValue(String argument)
@Message(id=15839, value="Could not find the file repository connection to the host controller.") IllegalStateException couldNotFindHcFileRepositoryConnection()
@Message(id=15840, value="Only \'hash\' is allowed for deployment addition for a domain mode server: %s") IllegalStateException onlyHashAllowedForDeploymentAddInDomainServer(org.jboss.dmr.ModelNode contentItemNode)
@Message(id=15841, value="Only \'hash\' is allowed for deployment full replacement for a domain mode server: %s") IllegalStateException onlyHashAllowedForDeploymentFullReplaceInDomainServer(org.jboss.dmr.ModelNode contentItemNode)
@Message(id=15842, value="Unknown mount type %s") IllegalArgumentException unknownMountType(MountType mountType)
@Message(id=15843, value="Failed to create temp file provider") org.jboss.msc.service.StartException failedCreatingTempProvider()
StartException
for the error.@Message(id=15844, value="%s cannot be defined when either %s or %s is also defined") OperationFailedException illegalCombinationOfHttpManagementInterfaceConfigurations(String interfaceAttr, String socketBindingAttr, String secureSocketBindingAttr)
@Message(id=15845, value="System property %s cannot be set via the xml configuration file or from a management client; it\'s value must be known at initial process start so it can only set from the commmand line") OperationFailedException systemPropertyNotManageable(String propertyName)
@Message(id=15846, value="System property %s cannot be set after the server name has been set via the xml configuration file or from a management client") OperationFailedException systemPropertyCannotOverrideServerName(String propertyName)
@Message(id=15847, value="Unable to initialise a basic SSLContext \'%s\'") IOException unableToInitialiseSSLContext(String message)
@Message(id=15848, value="Determined modules directory does not exist: %s") IllegalStateException modulesDirectoryDoesNotExist(File f)
@Message(id=15849, value="Home directory does not exist: %s") IllegalStateException homeDirectoryDoesNotExist(File f)
@Message(id=18700, value="Bundles directory does not exist: %s") IllegalStateException bundlesDirectoryDoesNotExist(File f)
@Message(id=18701, value="Configuration directory does not exist: %s") IllegalStateException configDirectoryDoesNotExist(File f)
@Message(id=18702, value="Server base directory does not exist: %s") IllegalStateException serverBaseDirectoryDoesNotExist(File f)
@Message(id=18703, value="Server data directory is not a directory: %s") IllegalStateException serverDataDirectoryIsNotDirectory(File file)
@Message(id=18704, value="Could not create server data directory: %s") IllegalStateException couldNotCreateServerDataDirectory(File file)
@Message(id=18705, value="Server content directory is not a directory: %s") IllegalStateException serverContentDirectoryIsNotDirectory(File file)
@Message(id=18706, value="Could not create server content directory: %s") IllegalStateException couldNotCreateServerContentDirectory(File file)
@Message(id=18707, value="Log directory is not a directory: %s") IllegalStateException logDirectoryIsNotADirectory(File f)
@Message(id=18708, value="Could not create log directory: %s") IllegalStateException couldNotCreateLogDirectory(File f)
@Message(id=18709, value="Server temp directory does not exist: %s") IllegalStateException serverTempDirectoryIsNotADirectory(File file)
@Message(id=18710, value="Could not create server temp directory: %s") IllegalStateException couldNotCreateServerTempDirectory(File file)
@Message(id=18711, value="Controller temp directory does not exist: %s") IllegalStateException controllerTempDirectoryIsNotADirectory(File file)
@Message(id=18712, value="Could not create server temp directory: %s") IllegalStateException couldNotCreateControllerTempDirectory(File file)
@Message(id=18713, value="Domain base dir does not exist: %s") IllegalStateException domainBaseDirDoesNotExist(File file)
@Message(id=18714, value="Domain config dir does not exist: %s") IllegalStateException domainConfigDirDoesNotExist(File file)
@Message(id=18715, value="Server base directory is not a directory: %s") IllegalStateException serverBaseDirectoryIsNotADirectory(File file)
@Message(id=18716, value="Could not create server base directory: %s") IllegalStateException couldNotCreateServerBaseDirectory(File file)
@Message(id=18717, value="No deployment content with hash %s is available in the deployment content repository for deployment \'%s\'. This is a fatal boot error. To correct the problem, either restart with the --admin-only switch set and use the CLI to install the missing content or remove it from the configuration, or remove the deployment from the xml configuraiton file and restart..") OperationFailedException noSuchDeploymentContentAtBoot(String contentHash, String deploymentName)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.