@MessageLogger(projectCode="WFLYSRV",
length=4)
public interface ServerLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static ServerLogger |
AS_ROOT_LOGGER
A logger with the category
org.jboss.as . |
static ServerLogger |
CONFIG_LOGGER
A logger with the category
org.jboss.as.config . |
static ServerLogger |
DEPLOYMENT_LOGGER
A logger with the category
org.jboss.as.server.deployment . |
static ServerLogger |
DEPRECATED_DEP_LOGGER
Logger for deprecated APIs
|
static ServerLogger |
FD_LIMIT_LOGGER
A logger with the category
org.jboss.as.warn.fd-limit . |
static ServerLogger |
MODULE_SERVICE_LOGGER
A logger with the category
org.jboss.as.server.moduleservice . |
static ServerLogger |
NETWORK_LOGGER
A logger with the category
org.jboss.as.server.net . |
static ServerLogger |
PRIVATE_DEP_LOGGER
Logger for private APIs.
|
static ServerLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
static ServerLogger |
UNSUPPORTED_DEP_LOGGER
Logger for unsupported APIs.
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final ServerLogger ROOT_LOGGER
static final ServerLogger AS_ROOT_LOGGER
org.jboss.as
.static final ServerLogger CONFIG_LOGGER
org.jboss.as.config
.static final ServerLogger FD_LIMIT_LOGGER
org.jboss.as.warn.fd-limit
.static final ServerLogger DEPLOYMENT_LOGGER
org.jboss.as.server.deployment
.static final ServerLogger PRIVATE_DEP_LOGGER
static final ServerLogger UNSUPPORTED_DEP_LOGGER
static final ServerLogger MODULE_SERVICE_LOGGER
org.jboss.as.server.moduleservice
.static final ServerLogger NETWORK_LOGGER
org.jboss.as.server.net
.static final ServerLogger DEPRECATED_DEP_LOGGER
@LogMessage(level=WARN) @Message(id=1, value="%s in subdeployment ignored. jboss-deployment-structure.xml is only parsed for top level deployments.") void jbossDeploymentStructureIgnored(String file)
file
- name of the ignored file@LogMessage(level=ERROR) @Message(id=2, value="Could not read provided index: %s") void cannotLoadAnnotationIndex(String index)
index
- name of the annotation index@LogMessage(level=WARN) @Message(id=3, value="Could not index class %s at %s") void cannotIndexClass(String className, String resourceRoot, @Cause Throwable throwable)
@LogMessage(level=ERROR) @Message(id=7, value="Undeploy of deployment \"%s\" was rolled back with the following failure message: %s") void undeploymentRolledBack(String deployment, String message)
@LogMessage(level=ERROR) @Message(id=8, value="Undeploy of deployment \"%s\" was rolled back with no failure message") void undeploymentRolledBackWithNoMessage(String deployment)
@LogMessage(level=INFO) @Message(id=9, value="Undeployed \"%s\" (runtime-name: \"%s\")") void deploymentUndeployed(String managementName, String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=10, value="Deployed \"%s\" (runtime-name : \"%s\")") void deploymentDeployed(String managementName, String deploymentUnitName)
@LogMessage(level=ERROR) @Message(id=11, value="Redeploy of deployment \"%s\" was rolled back with the following failure message: %s") void redeployRolledBack(String deployment, String message)
@LogMessage(level=ERROR) @Message(id=12, value="Redeploy of deployment \"%s\" was rolled back with no failure message") void redeployRolledBackWithNoMessage(String deployment)
@LogMessage(level=INFO) @Message(id=13, value="Redeployed \"%s\"") void deploymentRedeployed(String deploymentName)
@LogMessage(level=ERROR) @Message(id=14, value="Replacement of deployment \"%s\" by deployment \"%s\" was rolled back with the following failure message: %s") void replaceRolledBack(String replaced, String deployment, String message)
@LogMessage(level=ERROR) @Message(id=15, value="Replacement of deployment \"%s\" by deployment \"%s\" was rolled back with no failure message") void replaceRolledBackWithNoMessage(String replaced, String deployment)
@LogMessage(level=INFO) @Message(id=16, value="Replaced deployment \"%s\" with deployment \"%s\"") void deploymentReplaced(String replaced, String deployment)
@LogMessage(level=WARN) @Message(id=17, value="Annotations import option %s specified in jboss-deployment-structure.xml for additional module %s has been ignored. Additional modules cannot import annotations.") void annotationImportIgnored(org.jboss.modules.ModuleIdentifier annotationModuleId, org.jboss.modules.ModuleIdentifier additionalModuleId)
@LogMessage(level=WARN) @Message(id=18, value="Deployment \"%s\" is using a private module (\"%s\") which may be changed or removed in future versions without notice.") void privateApiUsed(String deployment, org.jboss.modules.ModuleIdentifier dependency)
@LogMessage(level=WARN) @Message(id=19, value="Deployment \"%s\" is using an unsupported module (\"%s\") which may be changed or removed in future versions without notice.") void unsupportedApiUsed(String deployment, org.jboss.modules.ModuleIdentifier dependency)
@LogMessage(level=WARN) @Message(id=20, value="Exception occurred removing deployment content %s") void failedToRemoveDeploymentContent(@Cause Throwable cause, String hash)
@LogMessage(level=ERROR) @Message(id=21, value="Deploy of deployment \"%s\" was rolled back with the following failure message: %s") void deploymentRolledBack(String deployment, String message)
@LogMessage(level=ERROR) @Message(id=22, value="Deploy of deployment \"%s\" was rolled back with no failure message") void deploymentRolledBackWithNoMessage(String deployment)
@LogMessage(level=WARN) @Message(id=23, value="Failed to parse property (%s), value (%s) as an integer") void failedToParseCommandLineInteger(String property, String value)
@LogMessage(level=ERROR) @Message(id=24, value="Cannot add module \'%s\' as URLStreamHandlerFactory provider") void cannotAddURLStreamHandlerFactory(@Cause Exception cause, String moduleID)
@LogMessage(level=INFO) @Message(id=25, value="%s started in %dms - Started %d of %d services (%d services are lazy, passive or on-demand)") void startedClean(String prettyVersionString, long time, int startedServices, int allServices, int passiveOnDemandServices)
@LogMessage(level=ERROR) @Message(id=26, value="%s started (with errors) in %dms - Started %d of %d services (%d services failed or missing dependencies, %d services are lazy, passive or on-demand)") void startedWitErrors(String prettyVersionString, long time, int startedServices, int allServices, int problemServices, int passiveOnDemandServices)
@LogMessage(level=INFO) @Message(id=27, value="Starting deployment of \"%s\" (runtime-name: \"%s\")") void startingDeployment(String managementName, String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=28, value="Stopped deployment %s (runtime-name: %s) in %dms") void stoppedDeployment(String managementName, String deploymentUnitName, int elapsedTime)
@LogMessage(level=ERROR) @Message(id=33, value="%s caught exception attempting to revert operation %s at address %s") void caughtExceptionRevertingOperation(@Cause Exception cause, String handler, String operation, PathAddress address)
@LogMessage(level=WARN) @Message(id=34, value="No security realm defined for native management service; all access will be unrestricted.") void nativeManagementInterfaceIsUnsecured()
@LogMessage(level=WARN) @Message(id=35, value="No security realm defined for http management service; all access will be unrestricted.") void httpManagementInterfaceIsUnsecured()
@LogMessage(level=INFO) @Message(id=36, value="Creating http management service using network interface (%s) and port (%d)") void creatingHttpManagementServiceOnPort(String interfaceName, int port)
@LogMessage(level=INFO) @Message(id=37, value="Creating http management service using network interface (%s) and secure port (%d)") void creatingHttpManagementServiceOnSecurePort(String interfaceName, int securePort)
@LogMessage(level=INFO) @Message(id=38, value="Creating http management service using network interface (%s), port (%d) and secure port (%d)") void creatingHttpManagementServiceOnPortAndSecurePort(String interfaceName, int port, int securePort)
@LogMessage(level=INFO) @Message(id=39, value="Creating http management service using socket-binding (%s)") void creatingHttpManagementServiceOnSocket(String socketName)
@LogMessage(level=INFO) @Message(id=40, value="Creating http management service using secure-socket-binding (%s)") void creatingHttpManagementServiceOnSecureSocket(String secureSocketName)
@LogMessage(level=INFO) @Message(id=41, value="Creating http management service using socket-binding (%s) and secure-socket-binding (%s)") void creatingHttpManagementServiceOnSocketAndSecureSocket(String socketName, String secureSocketName)
@LogMessage(level=WARN) @Message(id=42, value="Caught exception closing input stream for uploaded deployment content") void caughtExceptionClosingContentInputStream(@Cause Exception cause)
@LogMessage(level=ERROR) @Message(id=43, value="Deployment unit processor %s unexpectedly threw an exception during undeploy phase %s of %s") void caughtExceptionUndeploying(@Cause Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit)
@LogMessage(level=ERROR) @Message(id=44, value="Module %s will not have it\'s annotations processed as no %s file was found in the deployment. Please generate this file using the Jandex ant task.") void noCompositeIndex(org.jboss.modules.ModuleIdentifier identifier, String indexLocation)
@LogMessage(level=WARN) @Message(id=45, value="Extension %s is missing the required manifest attribute %s-%s (skipping extension)") void extensionMissingManifestAttribute(String item, String again, Attributes.Name suffix)
@LogMessage(level=WARN) @Message(id=46, value="Extension %s URI syntax is invalid: %s") void invalidExtensionURI(String item, URISyntaxException e)
@LogMessage(level=WARN) @Message(id=47, value="Could not find Extension-List entry %s referenced from %s") void cannotFindExtensionListEntry(ExtensionListEntry entry, ResourceRoot resourceRoot)
@LogMessage(level=WARN) @Message(id=48, value="A server name configuration was provided both via system property %s (\'%s\') and via the xml configuration (\'%s\'). The xml configuration value will be used.") void duplicateServerNameConfiguration(String systemProperty, String rawServerProp, String processName)
@LogMessage(level=INFO) @Message(id=49, value="%s starting") void serverStarting(String prettyVersion)
prettyVersion
- the server version.@LogMessage(level=INFO) @Message(id=50, value="%s stopped in %dms") void serverStopped(String prettyVersion, int time)
prettyVersion
- the server version.time
- the time it took to stop.@LogMessage(level=INFO) @Message(id=51, value="Admin console listening on http://%s:%d") void logHttpConsole(String httpAddr, int httpPort)
@LogMessage(level=INFO) @Message(id=52, value="Admin console listening on https://%s:%d") void logHttpsConsole(String httpsAddr, int httpsPort)
@LogMessage(level=INFO) @Message(id=53, value="Admin console listening on http://%s:%d and https://%s:%d") void logHttpAndHttpsConsole(String httpAddr, int httpPort, String httpsAddr, int httpsPort)
@LogMessage(level=INFO) @Message(id=54, value="Admin console is not enabled") void logNoConsole()
@LogMessage(level=ERROR) @Message(id=55, value="Caught exception during boot") void caughtExceptionDuringBoot(@Cause Exception e)
@Message(id=56, value="Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.") String unsuccessfulBoot()
@LogMessage(level=ERROR) @Message(id=57, value="No deployment content with hash %s is available in the deployment content repository for deployment %s. Because this Host Controller is booting in ADMIN-ONLY mode, boot will be allowed to proceed to provide administrators an opportunity to correct this problem. If this Host Controller were not in ADMIN-ONLY mode this would be a fatal boot failure.") void reportAdminOnlyMissingDeploymentContent(String contentHash, String deploymentName)
contentHash
- the content hash that could not be found.deploymentName
- the deployment name.@LogMessage(level=WARN) @Message(id=58, value="Additional resource root %s added via jboss-deployment-structure.xml does not exist") void additionalResourceRootDoesNotExist(String resourceRoot)
@LogMessage(level=WARN) @Message(id=59, value="Class Path entry %s in %s does not point to a valid jar for a Class-Path reference.") void classPathEntryNotValid(String classPathEntry, String resourceRoot)
@LogMessage(level=INFO) @Message(id=60, value="Http management interface listening on http://%s:%d/management") void logHttpManagement(String httpAddr, int httpPort)
@LogMessage(level=INFO) @Message(id=61, value="Http management interface listening on https://%s:%d/management") void logHttpsManagement(String httpsAddr, int httpsPort)
@LogMessage(level=INFO) @Message(id=62, value="Http management interface listening on http://%s:%d/management and https://%s:%d/management") void logHttpAndHttpsManagement(String httpAddr, int httpPort, String httpsAddr, int httpsPort)
@LogMessage(level=INFO) @Message(id=63, value="Http management interface is not enabled") void logNoHttpManagement()
@LogMessage(level=WARN) @Message(id=64, value="urn:jboss:deployment-structure namespace found in jboss.xml for a sub deployment %s. This is only valid in a top level deployment.") void jbossDeploymentStructureNamespaceIgnored(String deploymentUnitName)
@LogMessage(level=WARN) @Message(id=65, value="Failed to unmount deployment overlay") void failedToUnmountContentOverride(@Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=67, value="jboss-deployment-dependencies cannot be used in a sub deployment, it must be specified at ear level: %s") void deploymentDependenciesAreATopLevelElement(String name)
@LogMessage(level=ERROR) @Message(id=68, value="No deployment overlay content with hash %s is available in the deployment content repository for deployment %s at location %s. Because this Host Controller is booting in ADMIN-ONLY mode, boot will be allowed to proceed to provide administrators an opportunity to correct this problem. If this Host Controller were not in ADMIN-ONLY mode this would be a fatal boot failure.") void reportAdminOnlyMissingDeploymentOverlayContent(String contentHash, String deploymentName, String contentName)
@LogMessage(level=INFO) @Message(id=69, value="Defer %s for %s making it %s") void infoDeferDeploymentPhase(Phase phase, String deploymentName, org.jboss.msc.service.ServiceController.Mode mode)
@LogMessage(level=INFO) @Message(id=70, value="Deployment restart detected for deployment %s, performing full redeploy instead.") void deploymentRestartDetected(String deployment)
@LogMessage(level=WARN) @Message(id=71, value="The operating system has limited the number of open files to %d for this process; a value of at least 4096 is recommended") void fdTooLow(long fdCount)
@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.<interface> 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=0, value="Runs the server with a security manager installed.") String argSecMgr()
CommandLineConstants.SECMGR
command line argument.@Message(id=72, value="Value expected for option %s") String valueExpectedForCommandLineOption(String option)
option
- the name of the command line option@Message(id=73, value="Invalid option \'%s\'") String invalidCommandLineOption(String option)
option
- the name of the command line option@Message(id=74, 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=75, 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=76, value="Error initializing vault -- %s") RuntimeException cannotCreateVault(@Param VaultReaderException cause, VaultReaderException msg)
cause
- the problemmsg
- the problem (for use in the message)@Message(id=79, value="hostControllerName must be null if the server is not in a managed domain") IllegalArgumentException hostControllerNameNonNullInStandalone()
@Message(id=80, value="hostControllerName may not be null if the server is in a managed domain") IllegalArgumentException hostControllerNameNullInDomain()
@Message(id=81, 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=82, value="failed to resolve interface %s") org.jboss.msc.service.StartException failedToResolveInterface(String name)
@Message(id=83, value="Failed to start the http-interface service") org.jboss.msc.service.StartException failedToStartHttpManagementService(@Param Exception e)
@Message(id=84, value="No deployment content with hash %s is available in the deployment content repository.") OperationFailedException noSuchDeploymentContent(String hash)
@Message(id=85, value="No deployment with name %s found") OperationFailedException noSuchDeployment(String deploymentName)
@Message(id=86, 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=87, value="Deployment %s is already started") OperationFailedException deploymentAlreadyStarted(String deploymentName)
@Message(id=88, value="Missing configuration value for: %s") IllegalStateException missingHomeDirConfiguration(String propertyName)
@Message(id=90, value="%s is required") OperationFailedException attributeIsRequired(String attribute)
@Message(id=91, value="%s is not allowed when %s are present") OperationFailedException attributeNotAllowedWhenAlternativeIsPresent(String attribute, List<String> alternatives)
@Message(id=92, value="%s is invalid") OperationFailedException attributeIsInvalid(String attribute)
@Message(id=93, value="Caught IOException reading uploaded deployment content") OperationFailedException caughtIOExceptionUploadingContent(@Cause IOException cause)
@Message(id=94, value="Null stream at index [%d]") OperationFailedException nullStreamAttachment(int index)
@Message(id=95, value="\'%s\' is not a valid URL") OperationFailedException invalidDeploymentURL(String urlSpec, @Cause MalformedURLException e)
@Message(id=96, value="Error obtaining input stream from URL \'%s\'") OperationFailedException problemOpeningStreamFromDeploymentURL(String urlSpec, @Cause IOException e)
@Message(id=97, value="ServiceModuleLoader already started") IllegalStateException serviceModuleLoaderAlreadyStarted()
@Message(id=98, value="ServiceModuleLoader already stopped") IllegalStateException serviceModuleLoaderAlreadyStopped()
@Message(id=99, 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=100, value="Failed to read \'%s\'") DeploymentUnitProcessingException failedToReadVirtualFile(org.jboss.vfs.VirtualFile file, @Cause IOException cause)
@Message(id=101, value="Deployment root is required") IllegalArgumentException deploymentRootRequired()
@Message(id=102, value="Sub-deployments require a parent deployment unit") IllegalArgumentException subdeploymentsRequireParent()
@Message(id=103, value="No Module Identifier attached to deployment \'%s\'") DeploymentUnitProcessingException noModuleIdentifier(String deploymentUnitName)
@Message(id=104, value="Failed to create VFSResourceLoader for root [%s]") DeploymentUnitProcessingException failedToCreateVFSResourceLoader(String resourceRoot, @Cause IOException cause)
@Message(id=105, value="Failed to get file from remote repository") RuntimeException failedToGetFileFromRemoteRepository(@Cause Throwable cause)
@Message(id=106, value="Unable to create local directory: %s") IOException cannotCreateLocalDirectory(File path)
@Message(id=107, value="Did not read the entire file. Missing: %d") IOException didNotReadEntireFile(long missing)
@Message(id=108, value="No value was provided for argument %s%n") String noArgValue(String argument)
@Message(id=109, value="Could not find the file repository connection to the host controller.") IllegalStateException couldNotFindHcFileRepositoryConnection()
@Message(id=112, value="Unknown mount type %s") IllegalArgumentException unknownMountType(MountType mountType)
@Message(id=113, value="Failed to create temp file provider") org.jboss.msc.service.StartException failedCreatingTempProvider(@Cause Throwable cause)
StartException
for the error.@Message(id=114, value="%s cannot be defined when either %s or %s is also defined") OperationFailedException illegalCombinationOfHttpManagementInterfaceConfigurations(String interfaceAttr, String socketBindingAttr, String secureSocketBindingAttr)
@Message(id=115, 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=116, 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=117, value="Unable to initialise a basic SSLContext \'%s\'") IllegalStateException unableToInitialiseSSLContext(String message)
@Message(id=118, value="Determined modules directory does not exist: %s") IllegalStateException modulesDirectoryDoesNotExist(File f)
@Message(id=119, value="Home directory does not exist: %s") IllegalStateException homeDirectoryDoesNotExist(File f)
@Message(id=120, value="Bundles directory does not exist: %s") IllegalStateException bundlesDirectoryDoesNotExist(File f)
@Message(id=121, value="Configuration directory does not exist: %s") IllegalStateException configDirectoryDoesNotExist(File f)
@Message(id=122, value="Server base directory does not exist: %s") IllegalStateException serverBaseDirectoryDoesNotExist(File f)
@Message(id=123, value="Server data directory is not a directory: %s") IllegalStateException serverDataDirectoryIsNotDirectory(File file)
@Message(id=124, value="Could not create server data directory: %s") IllegalStateException couldNotCreateServerDataDirectory(File file)
@Message(id=125, value="Server content directory is not a directory: %s") IllegalStateException serverContentDirectoryIsNotDirectory(File file)
@Message(id=126, value="Could not create server content directory: %s") IllegalStateException couldNotCreateServerContentDirectory(File file)
@Message(id=127, value="Log directory is not a directory: %s") IllegalStateException logDirectoryIsNotADirectory(File f)
@Message(id=128, value="Could not create log directory: %s") IllegalStateException couldNotCreateLogDirectory(File f)
@Message(id=129, value="Server temp directory does not exist: %s") IllegalStateException serverTempDirectoryIsNotADirectory(File file)
@Message(id=130, value="Could not create server temp directory: %s") IllegalStateException couldNotCreateServerTempDirectory(File file)
@Message(id=131, value="Controller temp directory does not exist: %s") IllegalStateException controllerTempDirectoryIsNotADirectory(File file)
@Message(id=132, value="Could not create server temp directory: %s") IllegalStateException couldNotCreateControllerTempDirectory(File file)
@Message(id=133, value="Domain base dir does not exist: %s") IllegalStateException domainBaseDirDoesNotExist(File file)
@Message(id=134, value="Domain config dir does not exist: %s") IllegalStateException domainConfigDirDoesNotExist(File file)
@Message(id=135, value="Server base directory is not a directory: %s") IllegalStateException serverBaseDirectoryIsNotADirectory(File file)
@Message(id=136, value="Could not create server base directory: %s") IllegalStateException couldNotCreateServerBaseDirectory(File file)
@Message(id=137, 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=138, value="VFS is not available from the configured module loader") IllegalStateException vfsNotAvailable()
@Message(id=139, value="Server controller service was removed") org.jboss.msc.service.ServiceNotFoundException serverControllerServiceRemoved()
@Message(id=140, value="Root service was removed") IllegalStateException rootServiceRemoved()
@Message(id=141, value="Cannot start server") IllegalStateException cannotStartServer(@Cause Exception e)
@Message(id=142, value="Naming context has not been set") IllegalStateException namingContextHasNotBeenSet()
@Message(id=143, value="No directory called \'%s\' exists under \'%s\'") IllegalArgumentException embeddedServerDirectoryNotFound(String relativePath, String homePath)
@Message(id=144, value="-D%s=%s does not exist") IllegalArgumentException propertySpecifiedFileDoesNotExist(String property, String path)
@Message(id=145, value="-D%s=%s is not a directory") IllegalArgumentException propertySpecifiedFileIsNotADirectory(String property, String path)
@Message(id=146, value="Error copying \'%s\' to \'%s\'") RuntimeException errorCopyingFile(String src, String dest, @Cause IOException e)
@Message(id=147, value="%s is null") InvalidObjectException invalidObject(String field)
@Message(id=148, value="portOffset is out of range") InvalidObjectException invalidPortOffset()
@Message(id=149, value="Invalid \'%s\' value: %d, the maximum index is %d") OperationFailedException invalidStreamIndex(String name, int value, int maxIndex)
@Message(id=150, value="Cannot create input stream from URL \'%s\'") OperationFailedException invalidStreamURL(@Cause Exception cause, String url)
@Message(id=151, value="No bytes available at param %s") OperationFailedException invalidStreamBytes(String param)
@Message(id=152, value="Only 1 piece of content is current supported (AS7-431)") OperationFailedException multipleContentItemsNotSupported()
@Message(id=153, value="Failed to process phase %s of %s") org.jboss.msc.service.StartException deploymentPhaseFailed(Phase phase, DeploymentUnit deploymentUnit, @Cause Throwable cause)
@Message(id=154, value="Null initial deployment unit") IllegalArgumentException nullInitialDeploymentUnit()
@Message(id=155, value="Attachment key is null") IllegalArgumentException nullAttachmentKey()
@Message(id=156, value="Failed to index deployment root for annotations") DeploymentUnitProcessingException deploymentIndexingFailed(@Cause Throwable cause)
@Message(id=157, value="No Seam Integration jar present: %s") DeploymentUnitProcessingException noSeamIntegrationJarPresent(org.jboss.modules.Module module)
@Message(id=158, value="Failed to instantiate a %s") DeploymentUnitProcessingException failedToInstantiateClassFileTransformer(String clazz, @Cause Exception cause)
@Message(id=159, value="No deployment repository available.") DeploymentUnitProcessingException noDeploymentRepositoryAvailable()
@Message(id=160, value="Failed to mount deployment content") DeploymentUnitProcessingException deploymentMountFailed(@Cause IOException cause)
@Message(id=161, value="Failed to get manifest for deployment %s") DeploymentUnitProcessingException failedToGetManifest(org.jboss.vfs.VirtualFile file, @Cause IOException cause)
@Message(id=163, 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=164, value="Failed to create temp file provider") RuntimeException failedToCreateTempFileProvider(@Cause IOException cause)
@Message(id=165, value="Resource is too large to be a valid class file") IOException resourceTooLarge()
@Message(id=166, value="Sub deployment %s in jboss-deployment-structure.xml was not found. Available sub deployments: %s") DeploymentUnitProcessingException subdeploymentNotFound(String path, StringBuilder subdeployments)
@Message(id=167, value="No jboss-deployment-structure.xml file found at %s") DeploymentUnitProcessingException deploymentStructureFileNotFound(File file)
@Message(id=168, value="Error loading jboss-deployment-structure.xml from %s") DeploymentUnitProcessingException errorLoadingDeploymentStructureFile(String path, @Cause XMLStreamException cause)
@Message(id=169, value="Sub deployment \'%s\' is listed twice in jboss-deployment-structure.xml") XMLStreamException duplicateSubdeploymentListing(String name)
@Message(id=170, value="Additional module name \'%s\' is not valid. Names must start with \'deployment.\'") XMLStreamException invalidModuleName(String name)
@Message(id=171, value="External resource roots not supported, resource roots may not start with a \'/\' : %s") XMLStreamException externalResourceRootsNotSupported(String path)
@Message(id=172, value="Unexpected end of document") XMLStreamException unexpectedEndOfDocument(@Param Location location)
@Message(id=173, value="Missing one or more required attributes:%s") XMLStreamException missingRequiredAttributes(String missing, @Param Location location)
@Message(id=174, 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=175, 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=176, value="Method cannot be null") IllegalArgumentException nullMethod()
@Message(id=177, value="Error getting reflective information for %s with ClassLoader %s") RuntimeException errorGettingReflectiveInformation(Class<?> clazz, ClassLoader cl, @Param Throwable cause)
@Message(id=178, value="External Module Service already started") IllegalStateException externalModuleServiceAlreadyStarted()
@Message(id=179, 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=181, value="%s cannot be defined when %s is also defined") OperationFailedException conflictingConfigs(String choice, String alternative)
@Message(id=182, value="This operation is for internal use only") OperationFailedException internalUseOnly()
@Message(id=183, value="Was not able to get root resource") RuntimeException cannotGetRootResource()
@Message(id=187, value="Failed to get multicast address for %s") OperationFailedException failedToResolveMulticastAddress(@Cause UnknownHostException cause, String address)
@Message(id=188, value="Failed to get multicast address for %s") RuntimeException failedToResolveMulticastAddressForRollback(@Cause UnknownHostException cause, String address)
@Message(id=190, value="Cannot add more than one socket binding group. Add of \'%s\' attempted, but \'%s\' already exists") OperationFailedException cannotAddMoreThanOneSocketBindingGroupForServerOrHost(PathAddress wanted, PathAddress existing)
@Message(id=191, value="Can\'t use both --server-config and --initial-server-config") IllegalArgumentException cannotHaveBothInitialServerConfigAndServerConfig()
@Message(id=192, value="Duplicate namespace %s in jboss-all.xml") XMLStreamException duplicateJBossXmlNamespace(QName namespace, @Param Location location)
@Message(id=193, 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=194, value="Error loading jboss-all.xml from %s") DeploymentUnitProcessingException errorLoadingJBossXmlFile(String path, @Cause XMLStreamException e)
@Message(id=195, value="Cannot obtain required module for: %s") IllegalStateException nullModuleAttachment(DeploymentUnit depUnit)
@Message(id=196, value="Failed to get content for deployment overlay %s at %s") DeploymentUnitProcessingException deploymentOverlayFailed(@Cause Exception cause, String contentOverlay, String file)
@Message(id=198, 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=199, value="No deployment overlay content with hash %s is available in the deployment content repository.") OperationFailedException noSuchDeploymentOverlayContent(String hash)
@Message(id=200, value="Failed to read file %s") OperationFailedException failedToLoadFile(org.jboss.vfs.VirtualFile file, @Cause IOException e)
@Message(id=201, value="Cannot have more than one of %s") OperationFailedException cannotHaveMoreThanOneManagedContentItem(Set<String> managedAttributes)
@Message(id=202, value="Unknown content item key: %s") OperationFailedException unknownContentItemKey(String key)
@Message(id=203, value="Cannot use %s when %s are used") OperationFailedException cannotMixUnmanagedAndManagedContentItems(Set<String> usedManaged, Set<String> usedUnmanaged)
@Message(id=204, value="Null \'%s\'") OperationFailedException nullParameter(String name)
@Message(id=205, value="There is already a deployment called %s with the same runtime name %s") OperationFailedException runtimeNameMustBeUnique(String existingDeployment, String runtimename)
@Message(id=206, value="Multiple deployment unit processors registered with priority %s and class %s") IllegalStateException duplicateDeploymentUnitProcessor(int priority, Class aClass)
@LogMessage(level=INFO) @Message(id=207, value="Starting subdeployment (runtime-name: \"%s\")") void startingSubDeployment(String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=208, value="Stopped subdeployment (runtime-name: %s) in %dms") void stoppedSubDeployment(String deploymentUnitName, int elapsedTime)
@Message(id=209, value="When specifying a \'module\' you also need to specify the \'code\'") OperationFailedException vaultModuleWithNoCode()
@Message(id=210, value="Server is already paused") IllegalStateException serverAlreadyPaused()
@LogMessage(level=INFO) @Message(id=211, value="Suspending server with %d ms timeout.") void suspendingServer(long timeoutMillis)
@LogMessage(level=INFO) @Message(id=212, value="Resuming server") void resumingServer()
@LogMessage(level=WARN) @Message(id=213, value="Failed to connect to host-controller, retrying.") void failedToConnectToHostController()
@Message(id=214, value="For a secure port to be enabled for the HTTP management interface a security realm to supply the SSLContext must be specified.") OperationFailedException noSecurityRealmForSsl()
@LogMessage(level=ERROR) @Message(id=215, value="Failed to resume activity %s. To resume normal operation it is recommended that you restart the server.") void failedToResume(ServerActivity activity)
@LogMessage(level=ERROR) @Message(id=216, value="Error cleaning obsolete content %s ") void failedToCleanObsoleteContent(String failure)
@LogMessage(level=ERROR) @Message(id=217, value="Error cleaning obsolete content") void failedToCleanObsoleteContent(@Cause Exception e)
@LogMessage(level=ERROR) @Message(id=218, value="Error stopping content repository cleaner") void failedToStopRepositoryCleaner(@Cause Exception e)
@LogMessage(level=WARN) @Message(id=219, value="%s deployment has been re-deployed, its content will not be removed. You will need to restart it.") void undeployingDeploymentHasBeenRedeployed(String deploymentName)
@LogMessage(level=INFO) @Message(id=220, value="Server shutdown has been requested via an OS signal") void shutdownHookInvoked()
@LogMessage(level=WARN) @Message(id=221, value="Deployment \"%s\" is using a deprecated module (\"%s\") which may be removed in future versions without notice.") void deprecatedApiUsed(String name, org.jboss.modules.ModuleIdentifier id)
@Message(id=222, value="Illegal permission name \'%s\'") IllegalArgumentException illegalPermissionName(String name)
@Message(id=223, value="Illegal permission actions \'%s\'") IllegalArgumentException illegalPermissionActions(String actions)
@LogMessage(level=ERROR) @Message(id=224, value="Could not mount overlay %s as parent %s is not a directory") void couldNotMountOverlay(String path, org.jboss.vfs.VirtualFile parent)
@Message(id=225, value="Unable to create temporary directory") RuntimeException unableToCreateSelfContainedDir()
@Message(id=226, value="Runtime Exception:") RuntimeException runtimeException(@Cause Throwable e)
RuntimeException
e
- the underlying exception@Message(id=227, value="Vault Reader Exception:") VaultReaderException vaultReaderException(@Cause Throwable t)
VaultReaderException
to indicate there was an exception while reading from the vaultt
- underlying exceptionVaultReaderException
@Message(id=228, value="Security Exception") SecurityException securityException(@Cause Throwable t)
SecurityException
t
- underlying exceptionSecurityException
@Message(id=229, value="Security Exception: %s") SecurityException securityException(String msg)
SecurityException
msg
- message that is passed in creating the exceptionSecurityException
@Message(id=230, value="Vault is not initialized") SecurityException vaultNotInitializedException()
SecurityException
to indicate that the vault is not initializedSecurityException
@Message(id=231, value="Could not read or create the server UUID in file: %s") IllegalStateException couldNotObtainServerUuidFile(@Cause Throwable cause, Path file)
@Message(id=232, value="Could not get module info for module name: %s") OperationFailedException couldNotGetModuleInfo(String moduleName, @Cause Throwable cause)
@Message(id=233, value="Undeployed \"%s\" (runtime-name: \"%s\")") String deploymentUndeployedNotification(String managementName, String deploymentUnitName)
@Message(id=234, value="Deployed \"%s\" (runtime-name : \"%s\")") String deploymentDeployedNotification(String managementName, String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=235, value="Security Manager is enabled") void securityManagerEnabled()
@LogMessage(level=INFO) @Message(id=236, value="Suspending server with no timeout.") void suspendingServerWithNoTimeout()
@Message(id=237, value="It is not possible to use use-current-server-config=false while specifying a server-config") OperationFailedException cannotBothHaveFalseUseCurrentConfigAndServerConfig()
@Message(id=238, value="server-config \'%s\' specified for reload could not be found") OperationFailedException serverConfigForReloadNotFound(String serverConfig)
@LogMessage(level=FATAL) @Message(id=239, value="Aborting with exit code %d") void aborting(int code)
@LogMessage(level=INFO) @Message(id=240, value="ProcessController has signalled to shut down; shutting down") void shuttingDownInResponseToProcessControllerSignal()
@LogMessage(level=INFO) @Message(id=241, value="Shutting down in response to management operation \'%s\'") void shuttingDownInResponseToManagementRequest(String op)
Copyright © 2023 JBoss by Red Hat. All rights reserved.