@MessageLogger(projectCode="JBAS")
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 |
FD_LIMIT_LOGGER
A logger with the category
org.jboss.as.warn.fdlimit . |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
additionalResourceRootDoesNotExist(String resourceRoot) |
void |
annotationImportIgnored(org.jboss.modules.ModuleIdentifier annotationModuleId,
org.jboss.modules.ModuleIdentifier additionalModuleId) |
void |
cannotAddURLStreamHandlerFactory(Exception cause,
String moduleID) |
void |
cannotFindExtensionListEntry(ExtensionListEntry entry,
ResourceRoot resourceRoot) |
void |
cannotIndexClass(String className,
String resourceRoot,
Throwable throwable) |
void |
cannotLoadAnnotationIndex(String index)
Message for when a pre-computed annotation index cannot be loaded
|
void |
caughtExceptionClosingContentInputStream(Exception cause) |
void |
caughtExceptionDuringBoot(Exception e) |
void |
caughtExceptionRevertingOperation(Exception cause,
String handler,
String operation,
PathAddress address) |
void |
caughtExceptionUndeploying(Throwable cause,
DeploymentUnitProcessor dup,
Phase phase,
DeploymentUnit unit) |
void |
checkingTwoUniqueCriteria(String addresses) |
void |
classPathEntryNotValid(String classPathEntry,
String resourceRoot) |
void |
creatingHttpManagementServiceOnPort(String interfaceName,
int port) |
void |
creatingHttpManagementServiceOnPortAndSecurePort(String interfaceName,
int port,
int securePort) |
void |
creatingHttpManagementServiceOnSecurePort(String interfaceName,
int securePort) |
void |
creatingHttpManagementServiceOnSecureSocket(String secureSocketName) |
void |
creatingHttpManagementServiceOnSocket(String socketName) |
void |
creatingHttpManagementServiceOnSocketAndSecureSocket(String socketName,
String secureSocketName) |
void |
deploymentDependenciesAreATopLevelElement(String name) |
void |
deploymentDeployed(String managementName,
String deploymentUnitName) |
void |
deploymentHasFailedServices(String deployment,
String failures) |
void |
deploymentHasMissingAndFailedServices(String deployment,
String failures,
String missing) |
void |
deploymentHasMissingDependencies(String deployment,
String missing) |
void |
deploymentRedeployed(String deploymentName) |
void |
deploymentReplaced(String replaced,
String deployment) |
void |
deploymentRestartDetected(String deployment) |
void |
deploymentRolledBack(String deployment,
String message) |
void |
deploymentRolledBackWithNoMessage(String deployment) |
void |
deploymentStarted(String deployment) |
void |
deploymentUndeployed(String managementName,
String deploymentUnitName) |
void |
duplicateServerNameConfiguration(String systemProperty,
String rawServerProp,
String processName) |
void |
extensionMissingManifestAttribute(String item,
String again,
Attributes.Name suffix) |
void |
failedToParseCommandLineInteger(String property,
String value) |
void |
failedToRemoveDeploymentContent(Throwable cause,
String hash) |
void |
failedToUnmountContentOverride(Throwable cause) |
void |
fdTooLow(long fdCount) |
void |
httpManagementInterfaceIsUnsecured() |
void |
infoDeferDeploymentPhase(Phase phase,
String deploymentName,
org.jboss.msc.service.ServiceController.Mode mode) |
void |
invalidExtensionURI(String item,
URISyntaxException e) |
void |
jbossDeploymentStructureIgnored(String file)
Log message for when a jboss-deployment-structure.xml file is ignored
|
void |
jbossDeploymentStructureNamespaceIgnored(String deploymentUnitName) |
void |
logHttpAndHttpsConsole(String httpAddr,
int httpPort,
String httpsAddr,
int httpsPort) |
void |
logHttpAndHttpsManagement(String httpAddr,
int httpPort,
String httpsAddr,
int httpsPort) |
void |
logHttpConsole(String httpAddr,
int httpPort) |
void |
logHttpManagement(String httpAddr,
int httpPort) |
void |
logHttpsConsole(String httpsAddr,
int httpsPort) |
void |
logHttpsManagement(String httpsAddr,
int httpsPort) |
void |
logNoConsole() |
void |
logNoHttpManagement() |
void |
moreThanTwoUniqueCriteria(String addresses) |
void |
nativeManagementInterfaceIsUnsecured() |
void |
noCompositeIndex(org.jboss.modules.ModuleIdentifier identifier,
String indexLocation) |
void |
privateApiUsed(String deployment,
org.jboss.modules.ModuleIdentifier dependency) |
void |
redeployRolledBack(String deployment,
String message) |
void |
redeployRolledBackWithNoMessage(String deployment) |
void |
replaceRolledBack(String replaced,
String deployment,
String message) |
void |
replaceRolledBackWithNoMessage(String replaced,
String deployment) |
void |
reportAdminOnlyMissingDeploymentContent(String contentHash,
String deploymentName)
Logs an error message indicating the content for a configured deployment was unavailable at boot but boot
was allowed to proceed because the HC is in admin-only mode.
|
void |
reportAdminOnlyMissingDeploymentOverlayContent(String contentHash,
String deploymentName,
String contentName) |
void |
serverStarting(String prettyVersion)
Logs an informational message indicating the server is starting.
|
void |
serverStopped(String prettyVersion,
int time)
Logs an informational message indicating the server is stopped.
|
void |
startedClean(String prettyVersionString,
long time,
int startedServices,
int allServices,
int passiveOnDemandServices) |
void |
startedWitErrors(String prettyVersionString,
long time,
int startedServices,
int allServices,
int problemServices,
int passiveOnDemandServices) |
void |
startingDeployment(String managementName,
String deploymentUnitName) |
void |
startingSubDeployment(String deploymentUnitName) |
void |
stoppedDeployment(String managementName,
String deploymentUnitName,
int elapsedTime) |
void |
stoppedSubDeployment(String deploymentUnitName,
int elapsedTime) |
void |
twoUniqueCriteriaAddresses(String addresses) |
void |
undeploymentRolledBack(String deployment,
String message) |
void |
undeploymentRolledBackWithNoMessage(String deployment) |
void |
unsuccessfulBoot() |
void |
unsupportedApiUsed(String deployment,
org.jboss.modules.ModuleIdentifier dependency) |
debug, debug, debug, debug, 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, 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.fdlimit
.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
.@LogMessage(level=WARN) @Message(id=15850, 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=15851, value="Could not read provided index: %s") void cannotLoadAnnotationIndex(String index)
index
- name of the annotation index@LogMessage(level=WARN) @Message(id=15852, value="Could not index class %s at %s") void cannotIndexClass(String className, String resourceRoot, @Cause Throwable throwable)
@LogMessage(level=WARN) @Message(id=15853, value="More than two unique criteria addresses were seen: %s") void moreThanTwoUniqueCriteria(String addresses)
@LogMessage(level=WARN) @Message(id=15854, value="Checking two unique criteria addresses were seen: %s") void checkingTwoUniqueCriteria(String addresses)
@LogMessage(level=WARN) @Message(id=15855, value="Two unique criteria addresses were seen: %s") void twoUniqueCriteriaAddresses(String addresses)
@LogMessage(level=ERROR) @Message(id=15856, 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=15857, value="Undeploy of deployment \"%s\" was rolled back with no failure message") void undeploymentRolledBackWithNoMessage(String deployment)
@LogMessage(level=INFO) @Message(id=18558, value="Undeployed \"%s\" (runtime-name: \"%s\")") void deploymentUndeployed(String managementName, String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=18559, value="Deployed \"%s\" (runtime-name : \"%s\")") void deploymentDeployed(String managementName, String deploymentUnitName)
@LogMessage(level=ERROR) @Message(id=15860, 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=15861, value="Redeploy of deployment \"%s\" was rolled back with no failure message") void redeployRolledBackWithNoMessage(String deployment)
@LogMessage(level=INFO) @Message(id=18562, value="Redeployed \"%s\"") void deploymentRedeployed(String deploymentName)
@LogMessage(level=ERROR) @Message(id=15863, 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=15864, 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=18565, value="Replaced deployment \"%s\" with deployment \"%s\"") void deploymentReplaced(String replaced, String deployment)
@LogMessage(level=WARN) @Message(id=18566, 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=18567, 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=18568, 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=18569, value="Exception occurred removing deployment content %s") void failedToRemoveDeploymentContent(@Cause Throwable cause, String hash)
@LogMessage(level=ERROR) @Message(id=15870, 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=15871, value="Deploy of deployment \"%s\" was rolled back with no failure message") void deploymentRolledBackWithNoMessage(String deployment)
@LogMessage(level=WARN) @Message(id=15872, value="Failed to parse property (%s), value (%s) as an integer") void failedToParseCommandLineInteger(String property, String value)
@LogMessage(level=ERROR) @Message(id=15873, value="Cannot add module \'%s\' as URLStreamHandlerFactory provider") void cannotAddURLStreamHandlerFactory(@Cause Exception cause, String moduleID)
@LogMessage(level=INFO) @Message(id=15874, 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=15875, 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=15876, value="Starting deployment of \"%s\" (runtime-name: \"%s\")") void startingDeployment(String managementName, String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=15877, value="Stopped deployment %s (runtime-name: %s) in %dms") void stoppedDeployment(String managementName, String deploymentUnitName, int elapsedTime)
@LogMessage(level=INFO) @Message(id=15878, value="Deployment \'%s\' started successfully") void deploymentStarted(String deployment)
@LogMessage(level=ERROR) @Message(id=15879, value="Deployment \'%s\' has failed services%n Failed services: %s") void deploymentHasFailedServices(String deployment, String failures)
@LogMessage(level=ERROR) @Message(id=15880, value="Deployment \'%s\' has services missing dependencies%n Missing dependencies: %s") void deploymentHasMissingDependencies(String deployment, String missing)
@LogMessage(level=ERROR) @Message(id=15881, value="Deployment \'%s\' has failed services and services missing dependencies%n Failed services: %s%n Missing dependencies: %s") void deploymentHasMissingAndFailedServices(String deployment, String failures, String missing)
@LogMessage(level=ERROR) @Message(id=15882, 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=15883, value="No security realm defined for native management service; all access will be unrestricted.") void nativeManagementInterfaceIsUnsecured()
@LogMessage(level=WARN) @Message(id=15884, value="No security realm defined for http management service; all access will be unrestricted.") void httpManagementInterfaceIsUnsecured()
@LogMessage(level=INFO) @Message(id=15885, value="Creating http management service using network interface (%s) and port (%d)") void creatingHttpManagementServiceOnPort(String interfaceName, int port)
@LogMessage(level=INFO) @Message(id=15886, value="Creating http management service using network interface (%s) and secure port (%d)") void creatingHttpManagementServiceOnSecurePort(String interfaceName, int securePort)
@LogMessage(level=INFO) @Message(id=15887, 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=15888, value="Creating http management service using socket-binding (%s)") void creatingHttpManagementServiceOnSocket(String socketName)
@LogMessage(level=INFO) @Message(id=15889, value="Creating http management service using secure-socket-binding (%s)") void creatingHttpManagementServiceOnSecureSocket(String secureSocketName)
@LogMessage(level=INFO) @Message(id=15890, 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=15891, value="Caught exception closing input stream for uploaded deployment content") void caughtExceptionClosingContentInputStream(@Cause Exception cause)
@LogMessage(level=ERROR) @Message(id=15892, 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=15894, 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=15895, 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=15896, value="Extension %s URI syntax is invalid: %s") void invalidExtensionURI(String item, URISyntaxException e)
@LogMessage(level=WARN) @Message(id=15897, value="Could not find Extension-List entry %s referenced from %s") void cannotFindExtensionListEntry(ExtensionListEntry entry, ResourceRoot resourceRoot)
@LogMessage(level=WARN) @Message(id=15898, 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=15899, value="%s starting") void serverStarting(String prettyVersion)
prettyVersion
- the server version.@LogMessage(level=INFO) @Message(id=15950, 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=15951, value="Admin console listening on http://%s:%d") void logHttpConsole(String httpAddr, int httpPort)
@LogMessage(level=INFO) @Message(id=15952, value="Admin console listening on https://%s:%d") void logHttpsConsole(String httpsAddr, int httpsPort)
@LogMessage(level=INFO) @Message(id=15953, 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=15954, value="Admin console is not enabled") void logNoConsole()
@LogMessage(level=ERROR) @Message(id=15956, value="Caught exception during boot") void caughtExceptionDuringBoot(@Cause Exception e)
@LogMessage(level=FATAL) @Message(id=15957, value="Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.") void unsuccessfulBoot()
@LogMessage(level=ERROR) @Message(id=15958, 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=15959, value="Additional resource root %s added via jboss-deployment-structure.xml does not exist") void additionalResourceRootDoesNotExist(String resourceRoot)
@LogMessage(level=WARN) @Message(id=15960, 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=15961, value="Http management interface listening on http://%s:%d/management") void logHttpManagement(String httpAddr, int httpPort)
@LogMessage(level=INFO) @Message(id=15962, value="Http management interface listening on https://%s:%d/management") void logHttpsManagement(String httpsAddr, int httpsPort)
@LogMessage(level=INFO) @Message(id=15963, 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=15964, value="Http management interface is not enabled") void logNoHttpManagement()
@LogMessage(level=WARN) @Message(id=15965, 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=15966, value="Failed to unmount deployment overlay") void failedToUnmountContentOverride(@Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=15968, 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=15969, 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=15970, 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=15971, value="Deployment restart detected for deployment %s, performing full redeploy instead.") void deploymentRestartDetected(String deployment)
@LogMessage(level=WARN) @Message(id=15972, 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)
@LogMessage(level=INFO) @Message(id=15973, value="Starting subdeployment (runtime-name: \"%s\")") void startingSubDeployment(String deploymentUnitName)
@LogMessage(level=INFO) @Message(id=15974, value="Stopped subdeployment (runtime-name: %s) in %dms") void stoppedSubDeployment(String deploymentUnitName, int elapsedTime)
Copyright © 2014 JBoss by Red Hat. All rights reserved.