@MessageBundle(projectCode="JBAS")
public interface ServerMessages
Type | Property and Description |
---|---|
String |
argSecurity
Instructions for the
CommandLineConstants.SECURITY_PROP command line argument. |
Modifier and Type | Field and Description |
---|---|
static ServerMessages |
MESSAGES
The messages
|
CommandLineConstants.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\") (Same as -c)") String argServerConfig()
CommandLineConstants.SERVER_CONFIG
command line argument.@Message(id=0, value="Name of the server configuration file to use (default is \"standalone.xml\") (Same as --server-config)") String argShortServerConfig()
CommandLineConstants.SHORT_SERVER_CONFIG
command line argument.@Message(id=0, value="Name of the server configuration file to use. This differs from \'--server-config\' and \'-c\' in that the original file is never overwritten.") String argReadOnlyServerConfig()
CommandLineConstants.READ_ONLY_SERVER_CONFIG
command line arguments.@Message(id=0, value="Display this message and exit") String argHelp()
CommandLineConstants.SHORT_HELP
or CommandLineConstants.HELP
command line argument.@Message(id=0, value="Load system properties from the given url") String argProperties()
CommandLineConstants.SHORT_PROPERTIES
or CommandLineConstants.PROPERTIES
command line argument.@Message(id=0, value="Set a security property") String argSecurityProperty()
CommandLineConstants.SECURITY_PROP
command line argument.@Message(id=0, value="Set a system property") String argSystem()
CommandLineConstants.SYS_PROP
command line argument.@Message(id=0, value="Print version and exit") String argVersion()
CommandLineConstants.SHORT_VERSION
, CommandLineConstants#OLD_SHORT_VERSION or {@link CommandLineConstants#VERSION}
command line argument.@Message(id=0, value="Set system property jboss.bind.address to the given value") String argPublicBindAddress()
CommandLineConstants.PUBLIC_BIND_ADDRESS
command line argument.@Message(id=0, value="Set system property jboss.bind.address.to the given value") String argInterfaceBindAddress()
@Message(id=0, value="Set system property jboss.default.multicast.address to the given value") String argDefaultMulticastAddress()
CommandLineConstants.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()
CommandLineConstants.ADMIN_ONLY
command line argument.@Message(id=0, value="Activate debug mode with an optional argument to specify the port. Only works if the launch script supports it.") String argDebugPort()
CommandLineConstants.DEBUG
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 configuration file and restart.") OperationFailedException noSuchDeploymentContentAtBoot(String contentHash, String deploymentName)
@Message(id=0, value="Configured system properties:") String configuredSystemPropertiesLabel()
@Message(id=0, value="VM Arguments: %s") String vmArgumentsLabel(String arguments)
@Message(id=0, value="Configured system environment:") String configuredSystemEnvironmentLabel()
@Message(id=18718, value="VFS is not available from the configured module loader") IllegalStateException vfsNotAvailable()
@Message(id=18719, value="Server controller service was removed") org.jboss.msc.service.ServiceNotFoundException serverControllerServiceRemoved()
@Message(id=18720, value="Root service was removed") IllegalStateException rootServiceRemoved()
@Message(id=18721, value="Cannot start server") IllegalStateException cannotStartServer(@Cause Exception e)
@Message(id=18722, value="Naming context has not been set") IllegalStateException namingContextHasNotBeenSet()
@Message(id=18723, value="No directory called \'%s\' exists under \'%s\'") IllegalArgumentException embeddedServerDirectoryNotFound(String relativePath, String homePath)
@Message(id=18724, value="-D%s=%s does not exist") IllegalArgumentException propertySpecifiedFileDoesNotExist(String property, String path)
@Message(id=18725, value="-D%s=%s is not a directory") IllegalArgumentException propertySpecifiedFileIsNotADirectory(String property, String path)
@Message(id=18726, value="Error copying \'%s\' to \'%s\'") RuntimeException errorCopyingFile(String src, String dest, @Cause IOException e)
@Message(id=18727, value="%s is null") InvalidObjectException invalidObject(String field)
@Message(id=18728, value="portOffset is out of range") InvalidObjectException invalidPortOffset()
@Message(id=18729, value="Invalid \'%s\' value: %d, the maximum index is %d") OperationFailedException invalidStreamIndex(String name, int value, int maxIndex)
@Message(id=18730, value="Cannot create input stream from URL \'%s\'") OperationFailedException invalidStreamURL(@Cause Exception cause, String url)
@Message(id=18731, value="No bytes available at param %s") OperationFailedException invalidStreamBytes(String param)
@Message(id=18732, value="Only 1 piece of content is current supported (AS7-431)") OperationFailedException multipleContentItemsNotSupported()
@Message(id=18733, value="Failed to process phase %s of %s") org.jboss.msc.service.StartException deploymentPhaseFailed(Phase phase, DeploymentUnit deploymentUnit, @Cause Throwable cause)
@Message(id=18734, value="Null initial deployment unit") IllegalArgumentException nullInitialDeploymentUnit()
@Message(id=18735, value="Attachment key is null") IllegalArgumentException nullAttachmentKey()
@Message(id=18736, value="Failed to index deployment root for annotations") DeploymentUnitProcessingException deploymentIndexingFailed(@Cause Throwable cause)
@Message(id=18737, value="No Seam Integration jar present: %s") DeploymentUnitProcessingException noSeamIntegrationJarPresent(org.jboss.modules.Module module)
@Message(id=18738, value="Failed to instantiate a %s") DeploymentUnitProcessingException failedToInstantiateClassFileTransformer(String clazz, @Cause Exception cause)
@Message(id=18739, value="No deployment repository available.") DeploymentUnitProcessingException noDeploymentRepositoryAvailable()
@Message(id=18740, value="Failed to mount deployment content") DeploymentUnitProcessingException deploymentMountFailed(@Cause IOException cause)
@Message(id=18741, value="Failed to get manifest for deployment %s") DeploymentUnitProcessingException failedToGetManifest(org.jboss.vfs.VirtualFile file, @Cause IOException cause)
@Message(id=18742, value="Invalid dependency: %s") RuntimeException invalidDependency(String dependency)
@Message(id=18743, value="Cannot merge resource root for a different file. This: %s mergee: %s") IllegalArgumentException cannotMergeResourceRoot(org.jboss.vfs.VirtualFile file, org.jboss.vfs.VirtualFile mergee)
@Message(id=18744, value="Failed to create temp file provider") RuntimeException failedToCreateTempFileProvider(@Cause IOException cause)
@Message(id=18745, value="Resource is too large to be a valid class file") IOException resourceTooLarge()
@Message(id=18746, value="Sub deployment %s in jboss-deployment-structure.xml was not found. Available sub deployments: %s") DeploymentUnitProcessingException subdeploymentNotFound(String path, StringBuilder subdeployments)
@Message(id=18747, value="No jboss-deployment-structure.xml file found at %s") DeploymentUnitProcessingException deploymentStructureFileNotFound(File file)
@Message(id=18748, value="Error loading jboss-deployment-structure.xml from %s") DeploymentUnitProcessingException errorLoadingDeploymentStructureFile(String path, @Cause XMLStreamException cause)
@Message(id=18749, value="Sub deployment \'%s\' is listed twice in jboss-deployment-structure.xml") XMLStreamException duplicateSubdeploymentListing(String name)
@Message(id=18750, value="Additional module name \'%s\' is not valid. Names must start with \'deployment.\'") XMLStreamException invalidModuleName(String name)
@Message(id=18751, value="External resource roots not supported, resource roots may not start with a \'/\' : %s") XMLStreamException externalResourceRootsNotSupported(String path)
@Message(id=18752, value="Unexpected end of document") XMLStreamException unexpectedEndOfDocument(@Param Location location)
@Message(id=18753, value="Missing one or more required attributes:%s") XMLStreamException missingRequiredAttributes(String missing, @Param Location location)
@Message(id=18754, value="Unexpected content of type \'%s\', name is \'%s\', text is: \'%s\'") XMLStreamException unexpectedContent(String kind, QName name, String text, @Param Location location)
@Message(id=18755, value="No method found with id: %s on class (or its super class) %s") DeploymentUnitProcessingException noMethodFound(org.jboss.invocation.proxy.MethodIdentifier method, Class<?> clazz)
@Message(id=18756, value="Method cannot be null") IllegalArgumentException nullMethod()
@Message(id=18757, value="Error getting reflective information for %s with ClassLoader %s") RuntimeException errorGettingReflectiveInformation(Class<?> clazz, ClassLoader cl, @Param Throwable cause)
@Message(id=18758, value="External Module Service already started") IllegalStateException externalModuleServiceAlreadyStarted()
@Message(id=18759, value="Failed to load module: %s") org.jboss.msc.service.StartException failedToLoadModule(org.jboss.modules.ModuleIdentifier module, @Cause org.jboss.modules.ModuleLoadException cause)
@Message(id=18761, value="%s cannot be defined when %s is also defined") OperationFailedException conflictingConfigs(String choice, String alternative)
@Message(id=18762, value="This operation is for internal use only") OperationFailedException internalUseOnly()
@Message(id=18763, value="Was not able to get root resource") RuntimeException cannotGetRootResource()
@Message(id=18764, value="Failed to resolve expression: %s") IllegalStateException failedToResolveExpression(String expression)
@Message(id=18765, value="Unexpected char seen: %s") IllegalStateException unexpectedChar(String c)
@Message(id=18766, value="Incomplete expression: %s") IllegalStateException incompleteExpression(String expression)
@Message(id=18767, value="Failed to get multicast address for %s") OperationFailedException failedToResolveMulticastAddress(@Cause UnknownHostException cause, String address)
@Message(id=18768, value="Failed to get multicast address for %s") RuntimeException failedToResolveMulticastAddressForRollback(@Cause UnknownHostException cause, String address)
@Message(id=18769, value="Validation for %s is not implemented") UnsupportedOperationException attributeValidationUnimplemented(String attribute)
@Message(id=18770, value="Cannot add more than one socket binding group. Add of \'%s\' attempted, but \'%s\' already exists") OperationFailedException cannotAddMoreThanOneSocketBindingGroupForServer(PathAddress wanted, PathAddress existing)
@Message(id=18771, value="Can\'t use both --server-config and --initial-server-config") IllegalArgumentException cannotHaveBothInitialServerConfigAndServerConfig()
@Message(id=18772, value="Duplicate namespace %s in jboss-all.xml") XMLStreamException duplicateJBossXmlNamespace(QName namespace, @Param Location location)
@Message(id=18773, value="Two different versions of the same namespaces are present in jboss-all.xml, %s and %s are both present") DeploymentUnitProcessingException equivalentNamespacesInJBossXml(QName key, QName s)
@Message(id=18774, value="Error loading jboss-all.xml from %s") DeploymentUnitProcessingException errorLoadingJBossXmlFile(String path, @Cause XMLStreamException e)
@Message(id=18775, value="Cannot obtain required module for: %s") IllegalStateException nullModuleAttachment(DeploymentUnit depUnit)
@Message(id=18776, value="Failed to get content for deployment overlay %s at %s") DeploymentUnitProcessingException deploymentOverlayFailed(@Cause Exception cause, String contentOverlay, String file)
@Message(id=18777, value="Wildcard character * is only allowed at the beginning or end of the deployment name %s") OperationFailedException wildcardOnlyAllowedAtStartOrEnd(String str)
@Message(id=18778, value="No deployment overlay content with hash %s is available in the deployment content repository for deployment overlay \'%s\' at location %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 overlay from the xml configuration file and restart.") OperationFailedException noSuchDeploymentOverlayContentAtBoot(String contentHash, String deploymentOverlayName, String contentFile)
@Message(id=18779, value="No deployment overlay content with hash %s is available in the deployment content repository.") OperationFailedException noSuchDeploymentOverlayContent(String hash)
@Message(id=18780, value="Failed to read file %s") OperationFailedException failedToLoadFile(org.jboss.vfs.VirtualFile file, @Cause IOException e)
@Message(id=18781, value="Cannot have more than one of %s") OperationFailedException cannotHaveMoreThanOneManagedContentItem(Set<String> managedAttributes)
@Message(id=18782, value="Unknown content item key: %s") OperationFailedException unknownContentItemKey(String key)
@Message(id=18783, value="Cannot use %s when %s are used") OperationFailedException cannotMixUnmanagedAndManagedContentItems(Set<String> usedManaged, Set<String> usedUnmanaged)
@Message(id=18784, value="Null \'%s\'") OperationFailedException nullParameter(String name)
@Message(id=18785, value="There is already a deployment called %s with the same runtime name %s") OperationFailedException runtimeNameMustBeUnique(String existingDeployment, String runtimename)
@Message(id=18786, value="Multiple deployment unit processors registered with priority %s and class %s") IllegalStateException duplicateDeploymentUnitProcessor(int priority, Class aClass)
Copyright © 2014 JBoss by Red Hat. All rights reserved.