@MessageBundle(projectCode="JBAS")
public interface ServerMessages
| Modifier and Type | Field and Description |
|---|---|
static ServerMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
String |
argAdminOnly()
Instructions for the
CommandLineArgument.ADMIN_ONLY command line argument. |
String |
argDefaultMulticastAddress()
Instructions for the
CommandLineArgument.DEFAULT_MULTICAST_ADDRESS command line
argument. |
String |
argHelp()
Instructions for the
CommandLineArgument.SHORT_HELP or CommandLineArgument.HELP command line argument. |
String |
argInterfaceBindAddress()
Instructions for the
CommandLineArgument.INTERFACE_BIND_ADDRESS command line
argument. |
String |
argProperties()
Instructions for the
CommandLineArgument.SHORT_PROPERTIES or CommandLineArgument.PROPERTIES command line argument. |
String |
argPublicBindAddress()
Instructions for the
CommandLineArgument.PUBLIC_BIND_ADDRESS or CommandLineArgument.LEGACY_PUBLIC_BIND_ADDRESS command line argument. |
String |
argSecurityProperty()
Instructions for the
CommandLineArgument.SECURITY_PROP command line argument. |
String |
argServerConfig()
Instructions for the
CommandLineArgument.DOMAIN_CONFIG and CommandLineArgument.SHORT_DOMAIN_CONFIG command line arguments. |
String |
argSystem()
Instructions for the
CommandLineArgument.SYSTEM_PROPERTY command line argument. |
String |
argUsage()
Instructions for the usage of standalone.sh.
|
String |
argVersion()
Instructions for the
CommandLineArgument.SHORT_VERSION, CommandLineArgument.LEGACY_SHORT_VERSION or CommandLineArgument.VERSION
command line argument. |
OperationFailedException |
attributeIsInvalid(String attribute) |
OperationFailedException |
attributeIsRequired(String attribute) |
OperationFailedException |
attributeNotAllowedWhenAlternativeIsPresent(String attribute,
List<String> alternatives) |
org.jboss.msc.service.StartException |
cancelledHCConnect()
Creates an error message indicating that the operation connecting to the
HC got cancelled before it could complete.
|
IOException |
cannotCreateLocalDirectory(File path) |
RuntimeException |
cannotCreateVault(VaultReaderException cause,
VaultReaderException msg)
Creates an error message indicating creating a security vault failed.
|
OperationFailedException |
cannotReplaceDeployment(String replaceOperation,
String name,
String toReplace,
String redeployOperation,
String fullReplace) |
OperationFailedException |
cannotResolveInterface(Exception msg,
Exception cause) |
OperationFailedException |
caughtIOExceptionUploadingContent(IOException cause) |
IllegalStateException |
couldNotFindHcFileRepositoryConnection() |
OperationFailedException |
deploymentAlreadyStarted(String deploymentName) |
IllegalArgumentException |
deploymentRootRequired() |
IOException |
didNotReadEntireFile(long missing) |
org.jboss.msc.service.StartException |
failedCreatingTempProvider()
Creates an exception indicating a failure to create a temp file provider.
|
org.jboss.msc.service.StartException |
failedToConnectToHC(Exception e)
Creates an error message indicating that connecting to the HC failed.
|
DeploymentUnitProcessingException |
failedToCreateVFSResourceLoader(String resourceRoot,
IOException cause) |
RuntimeException |
failedToGetFileFromRemoteRepository(Throwable cause) |
DeploymentUnitProcessingException |
failedToReadVirtualFile(org.jboss.vfs.VirtualFile file,
IOException cause) |
org.jboss.msc.service.StartException |
failedToResolveInterface(String name) |
org.jboss.msc.service.StartException |
failedToStartHttpManagementService(Exception e) |
IllegalArgumentException |
hostControllerNameNonNullInStandalone() |
IllegalArgumentException |
hostControllerNameNullInDomain() |
OperationFailedException |
illegalCombinationOfHttpManagementInterfaceConfigurations(String interfaceAttr,
String socketBindingAttr,
String secureSocketBindingAttr) |
String |
invalidCommandLineOption(String option)
Creates an error message indicating an invalid command line option was presented.
|
OperationFailedException |
invalidDeploymentURL(String urlSpec,
MalformedURLException e) |
String |
malformedCommandLineURL(String urlSpec,
String option)
Creates an error message indicating a malformed URL was provided as a value for a command line option.
|
String |
missingDependencies(org.jboss.msc.service.ServiceName dependentService,
String missingDependencies) |
IllegalStateException |
missingHomeDirConfiguration(String propertyName) |
IllegalArgumentException |
missingModulePrefix(org.jboss.modules.ModuleIdentifier identifier,
String prefix) |
String |
noArgValue(String argument) |
DeploymentUnitProcessingException |
noModuleIdentifier(String deploymentUnitName) |
OperationFailedException |
noSuchDeployment(String deploymentName) |
OperationFailedException |
noSuchDeploymentContent(String hash) |
OperationFailedException |
nullStreamAttachment(int index) |
IllegalStateException |
onlyHashAllowedForDeploymentAddInDomainServer(org.jboss.dmr.ModelNode contentItemNode) |
IllegalStateException |
onlyHashAllowedForDeploymentFullReplaceInDomainServer(org.jboss.dmr.ModelNode contentItemNode) |
OperationFailedException |
problemOpeningStreamFromDeploymentURL(String urlSpec,
IOException e) |
IllegalStateException |
serviceModuleLoaderAlreadyStarted() |
IllegalStateException |
serviceModuleLoaderAlreadyStopped() |
IllegalArgumentException |
subdeploymentsRequireParent() |
OperationFailedException |
systemPropertyCannotOverrideServerName(String propertyName) |
OperationFailedException |
systemPropertyNotManageable(String propertyName) |
IOException |
unableToInitialiseSSLContext(String message) |
String |
unableToLoadProperties(URL url)
Creates an error message indicating
properties could not be loaded
from a given url. |
IllegalArgumentException |
unknownMountType(MountType mountType) |
String |
valueExpectedForCommandLineOption(String option)
Creates an error message indicating a value was expected for the given command line option.
|
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)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.