@MessageLogger(projectCode="JBAS")
public interface ControllerLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static ControllerLogger |
ACCESS_LOGGER
A logger for access control related messages.
|
static ControllerLogger |
DEPRECATED_LOGGER
A logger for logging deprecated resources usage
|
static ControllerLogger |
MGMT_OP_LOGGER
Logger for management operation messages.
|
static ControllerLogger |
ROOT_LOGGER
Default root logger with category of the package name.
|
static ControllerLogger |
SERVER_LOGGER
A logger with the category
org.jboss.as.server |
static ControllerLogger |
SERVER_MANAGEMENT_LOGGER
A logger with the category
org.jboss.server.management |
static ControllerLogger |
TRANSFORMER_LOGGER
A logger for logging problems in the transformers
|
Modifier and Type | Method and Description |
---|---|
void |
attributeDeprecated(String name) |
void |
cannotDeleteTempFile(String name)
Logs a warnning message indicating a temp file could not be deleted.
|
void |
cannotReadTargetDefinition(Throwable cause)
Logs an error message indicating the target definition could not be read.
|
void |
cannotResolveAddress(String address)
Logs a warning message indicating the address, represented by the
address parameter, could not be
resolved, so cannot match it to any InetAddress. |
void |
cannotTransform(Throwable cause)
Logs an error message indicating a failure to transform.
|
void |
disablingLoggingDueToFailures(short failureCount)
Logs an error message indicating that audit logging is being disabled due to logging failures.
|
void |
disablingLogHandlerDueToFailures(int failureCount,
String name)
Logs an error message indicating that audit logging is being disabled due to logging failures.
|
void |
errorBootingContainer(Throwable cause)
Logs an error message indicating there was an error booting the container.
|
void |
errorBootingContainer(Throwable cause,
long bootStackSize,
String name)
Logs an error message indicating there was an error booting the container.
|
void |
errorRevertingOperation(Throwable cause,
String className,
String op,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught exception
attempting to revert the operation, represented by the op parameter, at the address, represented by the
address parameter. |
void |
extensionDeprecated(String extensionName) |
void |
failedExecutingOperation(Throwable cause,
org.jboss.dmr.ModelNode op,
PathAddress path)
Logs an error message indicating a failure to execute the operation, represented by the
op parameter, at
the address represented by the path parameter. |
void |
failedSubsystemBootOperations(Throwable cause,
String name)
Logs an error message indicating a failure executing the subsystem, represented by the
name parameter,
boot operations. |
void |
failedToCloseResource(Throwable cause,
Closeable closeable)
Logs an error message indicating to failure to close the resource represented by the
closeable parameter. |
void |
failedToCloseResource(Throwable cause,
XMLStreamWriter writer)
Logs an error message indicating to failure to close the resource represented by the
writer parameter. |
void |
failedToPersistConfigurationChange(Throwable cause)
Logs an error message indicating a failure to persist configuration change.
|
void |
failedToStoreConfiguration(Throwable cause,
String name)
Logs an error message indicating a failure to store the configuration file.
|
void |
failedToUpdateAuditLog(Exception e)
Logs an error message indicating that updating the audit log failed
|
void |
gracefulManagementChannelHandlerShutdownFailed(Throwable cause)
Logs a warning message indicating graceful shutdown of native management request handling
communication failed.
|
void |
gracefulManagementChannelHandlerShutdownTimedOut(int timeout)
Logs a warning message indicating graceful shutdown of native management request handling
communication did not complete within the given timeout period.
|
void |
ignoringUnsupportedLegacyExtension(List<String> subsystemNames,
String extensionName) |
void |
interruptedWaitingStability()
Logs a warning message indicating that an operation was interrupted before service stability was reached
|
void |
invalidChannelCloseTimeout(NumberFormatException cause,
String propertyName,
String propValue)
Logs a warning message indicating graceful shutdown of management request handling of slave HC to master HC
communication failed.
|
void |
invalidSystemPropertyValue(String value,
String name,
int defaultValue)
Logs an error message indicating an invalid value for the system property, represented by the
name
parameter, was found. |
void |
invalidWildcardAddress(String address,
String inetAddress,
String anyAddress,
String anyIpv4Address,
String anyIpv6Address)
Logs a warning message indicating the address, represented by the
address parameter, is a wildcard
address and will not match any specific address. |
void |
logHandlerWriteFailed(Throwable t,
String name)
Logs an error message indicating that a handler failed writing a log message
|
void |
multipleMatchingAddresses(String toMatch,
Set<InetAddress> addresses,
Set<String> nis)
Logs a warning message indicating multiple addresses or nics matched the selection criteria provided for
an interface
|
void |
multipleMatchingAddresses(String interfaceName,
Set<InetAddress> addresses,
Set<String> nis,
InetAddress inetAddress,
String networkInterface)
Logs a warning message indicating multiple addresses or nics matched the selection criteria provided for
an interface
|
void |
noFinalProxyOutcomeReceived(org.jboss.dmr.ModelNode op,
org.jboss.dmr.ModelNode opAddress,
org.jboss.dmr.ModelNode proxyAddress)
Logs a warning message indicating an invocation on a
ProxyController did not provide a final response. |
void |
noHandlerForOperation(String operationName,
PathAddress address)
Logs an error message indicating no handler is registered for an operation, represented by the
operationName
parameter, at address . |
void |
noSuchResourceType(PathAddress address)
Logs an error message indicating the given
address does not match any known
resource registration. |
void |
operationFailed(org.jboss.dmr.ModelNode op,
org.jboss.dmr.ModelNode opAddress,
org.jboss.dmr.ModelNode failureDescription)
Logs an error message indicating operation failed.
|
void |
operationFailed(Throwable cause,
org.jboss.dmr.ModelNode op,
org.jboss.dmr.ModelNode opAddress)
Logs an error message indicating operation failed.
|
void |
operationFailed(Throwable cause,
org.jboss.dmr.ModelNode op,
org.jboss.dmr.ModelNode opAddress,
String propertyName,
int defaultSize)
Logs an error message indicating operation failed.
|
void |
operationFailedOnClientError(org.jboss.dmr.ModelNode op,
org.jboss.dmr.ModelNode opAddress,
org.jboss.dmr.ModelNode failureDescription)
Logs an error message indicating operation failed due to a client error (e.g.
|
void |
registerSubsystemNoWraper(String name)
Logs an error indicating that createWrapper should be called
|
void |
tranformationWarnings(String hostName,
Set<String> problems) |
void |
transformerNotFound(String subsystemName,
int major,
int minor)
Logs a warning message indicating the there is not transformer for the subsystem.
|
void |
wildcardAddressDetected()
Logs a warning message indicating a wildcard address was detected and will ignore other interface criteria.
|
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 ControllerLogger ROOT_LOGGER
static final ControllerLogger MGMT_OP_LOGGER
static final ControllerLogger SERVER_LOGGER
org.jboss.as.server
static final ControllerLogger SERVER_MANAGEMENT_LOGGER
org.jboss.server.management
static final ControllerLogger DEPRECATED_LOGGER
static final ControllerLogger TRANSFORMER_LOGGER
static final ControllerLogger ACCESS_LOGGER
@LogMessage(level=WARN) @Message(id=14600, value="Cannot resolve address %s, so cannot match it to any InetAddress") void cannotResolveAddress(String address)
address
parameter, could not be
resolved, so cannot match it to any InetAddress.address
- the address that could not be resolved.@LogMessage(level=ERROR) @Message(id=14601, value="Error booting the container") void errorBootingContainer(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=14602, value="Error booting the container due to insufficient stack space for the thread used to execute boot operations. The thread was configured with a stack size of [%1$d]. Setting system property %2$s to a value higher than [%1$d] may resolve this problem.") void errorBootingContainer(@Cause Throwable cause, long bootStackSize, String name)
cause
- the cause of the error.bootStackSize
- the boot stack size.name
- the property name to increase the boot stack size.@LogMessage(level=ERROR) @Message(id=14603, value="%s caught exception attempting to revert operation %s at address %s") void errorRevertingOperation(@Cause Throwable cause, String className, String op, PathAddress address)
className
parameter, caught exception
attempting to revert the operation, represented by the op
parameter, at the address, represented by the
address
parameter.cause
- the cause of the error.className
- the name of the class that caught the error.op
- the operation.address
- the address.@LogMessage(level=ERROR) @Message(id=14604, value="Failed executing operation %s at address %s") void failedExecutingOperation(@Cause Throwable cause, org.jboss.dmr.ModelNode op, PathAddress path)
op
parameter, at
the address represented by the path
parameter.cause
- the cause of the error.op
- the operation.path
- the path the operation was executed on.@LogMessage(level=ERROR) @Message(id=14605, value="Failed executing subsystem %s boot operations") void failedSubsystemBootOperations(@Cause Throwable cause, String name)
name
parameter,
boot operations.cause
- the cause of the error.name
- the name of subsystem.@LogMessage(level=ERROR) @Message(id=14606, value="Failed to close resource %s") void failedToCloseResource(@Cause Throwable cause, Closeable closeable)
closeable
parameter.cause
- the cause of the error.closeable
- the resource.@LogMessage(level=ERROR) void failedToCloseResource(@Cause Throwable cause, XMLStreamWriter writer)
writer
parameter.cause
- the cause of the error.writer
- the resource.@LogMessage(level=ERROR) @Message(id=14607, value="Failed to persist configuration change") void failedToPersistConfigurationChange(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=14608, value="Failed to store configuration to %s") void failedToStoreConfiguration(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the name of the configuration.@LogMessage(level=ERROR) @Message(id=14609, value="Invalid value %s for system property %s -- using default value [%d]") void invalidSystemPropertyValue(String value, String name, int defaultValue)
name
parameter, was found.value
- the invalid value.name
- the name of the system property.defaultValue
- the default value being used.@LogMessage(level=WARN) @Message(id=14610, value="Address %1$s is a wildcard address, which will not match against any specific address. Do not use the \'%2$s\' configuration element to specify that an interface should use a wildcard address; use \'%3$s\', \'%4$s\', or \'%5$s\'") void invalidWildcardAddress(String address, String inetAddress, String anyAddress, String anyIpv4Address, String anyIpv6Address)
address
parameter, is a wildcard
address and will not match any specific address.address
- the wildcard address.inetAddress
- the inet-address tag.anyAddress
- the any-address tag.anyIpv4Address
- the any-ipv4-address tag.anyIpv6Address
- the any-ipv6-address tag.@LogMessage(level=ERROR) @Message(id=14612, value="Operation (%s) failed - address: (%s)") void operationFailed(@Cause Throwable cause, org.jboss.dmr.ModelNode op, org.jboss.dmr.ModelNode opAddress)
cause
- the cause of the error.op
- the operation that failed.opAddress
- the address the operation failed on.@LogMessage(level=ERROR) @Message(id=-1, value="Operation (%s) failed - address: (%s) - failure description: %s") void operationFailed(org.jboss.dmr.ModelNode op, org.jboss.dmr.ModelNode opAddress, org.jboss.dmr.ModelNode failureDescription)
op
- the operation that failed.opAddress
- the address the operation failed on.failureDescription
- the failure description.@LogMessage(level=ERROR) @Message(id=14613, value="Operation (%s) failed - address: (%s) -- due to insufficient stack space for the thread used to execute operations. If this error is occurring during server boot, setting system property %s to a value higher than [%d] may resolve this problem.") void operationFailed(@Cause Throwable cause, org.jboss.dmr.ModelNode op, org.jboss.dmr.ModelNode opAddress, String propertyName, int defaultSize)
cause
- the cause of the error.op
- the operation that failed.opAddress
- the address the operation failed on.propertyName
- the boot stack size property name.defaultSize
- the default boot stack size property size.@LogMessage(level=WARN) @Message(id=14614, value="Wildcard address detected - will ignore other interface criteria.") void wildcardAddressDetected()
@LogMessage(level=ERROR) @Message(id=14615, value="Received no final outcome response for operation %s with address %s from remote process at address %s. The result of this operation will only include the remote process\' preliminary response tothe request.") void noFinalProxyOutcomeReceived(org.jboss.dmr.ModelNode op, org.jboss.dmr.ModelNode opAddress, org.jboss.dmr.ModelNode proxyAddress)
ProxyController
did not provide a final response.@LogMessage(level=DEBUG) @Message(id=14616, value="Operation (%s) failed - address: (%s) - failure description: %s") void operationFailedOnClientError(org.jboss.dmr.ModelNode op, org.jboss.dmr.ModelNode opAddress, org.jboss.dmr.ModelNode failureDescription)
op
- the operation that failed.opAddress
- the address the operation failed on.failureDescription
- the failure description.@LogMessage(level=WARN) @Message(id=14617, value="A subystem \'%s\' was registered without calling ExtensionContext.createTracker(). The subsystems are registered normally but won\'t be cleaned up when the extension is removed.") void registerSubsystemNoWraper(String name)
name
- the subsystem name@LogMessage(level=WARN) @Message(id=14618, value="Graceful shutdown of the handler used for native management requests did not complete within [%d] ms but shutdown of the underlying communication channel is proceeding") void gracefulManagementChannelHandlerShutdownTimedOut(int timeout)
timeout
- the timeout, in ms.@LogMessage(level=WARN) @Message(id=14619, value="Graceful shutdown of the handler used for native management requests failed but shutdown of the underlying communication channel is proceeding") void gracefulManagementChannelHandlerShutdownFailed(@Cause Throwable cause)
cause
- the timeout, in ms.@LogMessage(level=WARN) @Message(id=14620, value="Invalid value \'%s\' for system property \'%s\' -- value must be convertible into an int") void invalidChannelCloseTimeout(@Cause NumberFormatException cause, String propertyName, String propValue)
cause
- the the cause of the failurepropertyName
- the name of the system propertypropValue
- the value provided@LogMessage(level=WARN) @Message(id=14621, value="Multiple addresses or network interfaces matched the selection criteria for interface \'%s\'. Matching addresses: %s. Matching network interfaces: %s. The interface will use address %s and network interface %s.") void multipleMatchingAddresses(String interfaceName, Set<InetAddress> addresses, Set<String> nis, InetAddress inetAddress, String networkInterface)
interfaceName
- the name of the interface configurationaddresses
- the matching addressesnis
- the matching nicsinetAddress
- the selected addressnetworkInterface
- the selected nic@LogMessage(level=WARN) @Message(id=14622, value="Value \'%s\' for interface selection criteria \'inet-address\' is ambiguous, as more than one address or network interface available on the machine matches it. Because of this ambiguity, no address will be selected as a match. Matching addresses: %s. Matching network interfaces: %s.") void multipleMatchingAddresses(String toMatch, Set<InetAddress> addresses, Set<String> nis)
toMatch
- the name of the interface configurationaddresses
- the matching addressesnis
- the matching nics@LogMessage(level=ERROR) @Message(id=14623, value="Could not read target definition!") void cannotReadTargetDefinition(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=14624, value="Could not transform") void cannotTransform(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=WARN) @Message(id=14625, value="We have no transformer for subsystem: %s-%d.%d model transfer can break!") void transformerNotFound(String subsystemName, int major, int minor)
subsystemName
- the subsystem namemajor
- the major versionminor
- the minor version@LogMessage(level=WARN) @Message(id=14626, value="Operation was interrupted before stability could be reached") void interruptedWaitingStability()
@LogMessage(level=INFO) @Message(id=14627, value="Attribute %s is deprecated, and it might be removed in future version!") void attributeDeprecated(String name)
@LogMessage(level=WARN) @Message(id=14628, value="Cannot delete temp file %s, will be deleted on exit") void cannotDeleteTempFile(String name)
name
- temp filename@LogMessage(level=ERROR) @Message(id=14629, value="No resource definition is registered for address %s") void noSuchResourceType(PathAddress address)
address
does not match any known
resource registration.address
- the address.@LogMessage(level=ERROR) @Message(id=13400, value="No operation named \'%s\' exists at address %s") void noHandlerForOperation(String operationName, PathAddress address)
operationName
parameter, at address
.operationName
- the operation name.address
- the address.@Message(id=13403, value="There were problems during the transformation process for target host: \'%s\' %nProblems found: %n%s") @LogMessage(level=WARN) void tranformationWarnings(String hostName, Set<String> problems)
@Message(id=13404, value="Extension \'%s\' is deprecated and may not be supported in future versions") @LogMessage(level=WARN) void extensionDeprecated(String extensionName)
@Message(id=13405, value="Subsystems %s provided by legacy extension \'%s\' are not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain. On this server the extension will not register any subsystems, and future attempts to create or address subsystem resources on this server will result in failure.") @LogMessage(level=INFO) void ignoringUnsupportedLegacyExtension(List<String> subsystemNames, String extensionName)
@LogMessage(level=ERROR) @Message(id=13406, value="Update of the management operation audit log failed") void failedToUpdateAuditLog(@Cause Exception e)
@LogMessage(level=ERROR) @Message(id=13407, value="[%d] consecutive management operation audit logging failures have occurred; disabling audit logging") void disablingLoggingDueToFailures(short failureCount)
@LogMessage(level=ERROR) @Message(id=13408, value="Update of the management operation audit log failed in handler \'%s\'") void logHandlerWriteFailed(@Cause Throwable t, String name)
@LogMessage(level=ERROR) @Message(id=13409, value="[%d] consecutive management operation audit logging failures have occurred in handler \'%s\'; disabling this handler for audit logging") void disablingLogHandlerDueToFailures(int failureCount, String name)
Copyright © 2015 JBoss by Red Hat. All rights reserved.