@MessageLogger(projectCode="WFLYDC",
length=4)
public interface DomainControllerLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static DomainControllerLogger |
HOST_CONTROLLER_LOGGER
A logger with the category of
org.jboss.as.host.controller . |
static DomainControllerLogger |
ROOT_LOGGER
A logger with the category of
org.jboss.as.domain.controller . |
Modifier and Type | Method and Description |
---|---|
String |
adminOnlyModeCannotAcceptSlaves(RunningMode runningMode)
Creates an exception message indicating this host is in admin mode and cannot accept registrations from other
slaves.
|
String |
as7431()
A message indicating that only 1 piece of content is currently supported.
|
String |
cannotRemoveDeploymentInUse(String name,
List<String> groups)
A message indicating the deployment cannot be removed from the domain as it is still used by the server groups.
|
OperationFailedException |
cannotRemoveUsedServerGroup(String group,
Set<String> servers) |
String |
cannotUseSameValueForParameters(String opName,
String param1,
String param2,
String redeployOpName,
String replaceOpName)
A message indicating the operation, represented by the
opName parameter, cannot be used with the same
value for the parameters represented by param1 and param2 . |
void |
caughtExceptionAwaitingFinalResponse(Throwable cause,
String hostName)
Logs a warning message indicating an exception was caught awaiting the final response from the host, represented
by the
hostName parameter. |
void |
caughtExceptionAwaitingFinalResponse(Throwable cause,
String serverName,
String hostName)
Logs a warning message indicating an exception was caught awaiting the final response from the server,
represented by the
serverName parameter, on the host, represented by the hostName parameter. |
void |
caughtExceptionClosingInputStream(Throwable cause)
Logs a warning message indicating an exception was caught closing the input stream.
|
OperationFailedException |
caughtExceptionStoringDeploymentContent(String exceptionName,
Throwable exception)
An exception indicating an exception was caught storing the deployment content.
|
void |
caughtExceptionWaitingForTask(String className,
String exceptionName,
String task)
Logs an error message indicating the class, represented by the
className parameter, caught an exception
waiting for the task. |
OperationFailedException |
caughtIOExceptionUploadingContent(IOException cause) |
String |
cloneOperationNotSupportedOnHost(String hostName) |
String |
deploymentAlreadyStarted(String name)
A message indicating the deployment is already started.
|
IllegalStateException |
deploymentHashNotFoundInRepository(String hash)
Creates an exception indicating the hash does not refer to any deployment.
|
void |
domainModelChangedOnReConnect(Set<ServerIdentity> servers)
Logs a warning message indicating the domain model has changed on re-connect and the servers need to be restarted
for the changes to take affect.
|
XMLStreamException |
duplicateProfileInclude(String name) |
XMLStreamException |
duplicateSocketBindingGroupInclude(String s) |
String |
errorObtainingUrlStream(String url,
String message)
A message indicating an error occurred obtaining the input stream from the URL.
|
String |
exceptionAwaitingResultFromServer(ServerIdentity server,
String message)
A message indicating an exception occurred getting the result from the server.
|
IllegalStateException |
expectedOnlyOneDeployment(int i)
Creates an exception indicating an unexpected number of deployments.
|
OperationFailedException |
failedToLoadModule(org.jboss.modules.ModuleLoadException e,
String module) |
String |
failedToSendMessage(String cause) |
String |
failedToSendResponseHeader(String cause) |
void |
failedToSetServerInRestartRequireState(String serverName) |
String |
inSeriesIsMissingGroups(String rolloutPlan)
Creates an exception message indicating that in-series is missing groups.
|
void |
interruptedAwaitingFinalResponse(String hostName)
Logs a warning message indicating an interruption awaiting the final response from the host, represented by the
hostName parameter. |
void |
interruptedAwaitingFinalResponse(String serverName,
String hostName)
Logs a warning message indicating an interruption awaiting the final response from the server, represented by the
serverName parameter, on the host, represented by the hostName parameter. |
void |
interruptedAwaitingHostPreparedResponse(Set<String> hosts) |
void |
interruptedAwaitingPreparedResponse(String callerClass,
Set<ServerIdentity> servers) |
String |
interruptedAwaitingResultFromHost(String name)
A message indicating an interruption waiting for the result from host.
|
String |
interruptedAwaitingResultFromServer(ServerIdentity server)
A message indicating an interruption waiting for the result from the server.
|
String |
invalidByteStream()
A message indicating the byte stream is invalid.
|
IllegalArgumentException |
invalidCode(int code)
Creates an exception indicating the code is invalid.
|
String |
invalidContentDeclaration()
A message indicating an invalid content declaration.
|
String |
invalidJSFSlotValue(String slot)
Warning messages when a transformer detects that the JSF subsystem uses a non-default value to setup on a legacy host controller.
|
OperationFailedException |
invalidOperationTargetHost(String name)
An exception indicating the operation targets a host, but the host is not registered.
|
String |
invalidRolloutPlan(org.jboss.dmr.ModelNode modelNode,
String nodeName)
A message indicating an invalid rollout plan.
|
String |
invalidRolloutPlan(Set<String> groups)
A message indicating an invalid rollout plan.
|
String |
invalidRolloutPlanGroupAlreadyExists(String group)
A message indicating an invalid rollout plan.
|
String |
invalidRolloutPlanLess(String name,
String propertyName,
int value)
A message indicating an invalid rollout plan.
|
String |
invalidRolloutPlanRange(String name,
String propertyName,
int value)
A message indicating an invalid rollout plan.
|
String |
invalidUrl(String url,
String message)
A message indicating the url is not valid.
|
String |
invalidUrlStream()
A message indicating the url stream is invalid.
|
String |
invalidValue(String name,
int value,
int maxIndex)
A message indicating the
name has an invalid value. |
String |
masterDomainControllerOnlyOperation(String operation,
PathAddress address)
A message indicating the operation, represented by the
operation parameter, for the address can
only be handled by the master domain controller and this host is not the master domain controller. |
OperationFailedException |
missingExtensions(Set<String> missingExtensions) |
String |
noDeploymentContentWithHash(String hash)
A message indicating no deployment content with the hash is available in the deployment content repository.
|
String |
noDeploymentContentWithHashAtBoot(String contentHash,
String deploymentName)
Error message indicating the content for a configured deployment was unavailable at boot, which is a fatal error.
|
String |
noDeploymentContentWithName(String name)
A message indicating no deployment content with the name was found.
|
OperationFailedException |
noProfileCalled(String profile)
Creates an exception indicating no profile could be found with the given name
|
OperationFailedException |
noSocketBindingGroupCalled(String socketBindingGroup) |
String |
nullStream(int index)
A message indicating the stream is
null at the index. |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable is
null . |
String |
operationFailedOrRolledBack()
A message indicating the operation failed or was rolled back on all servers.
|
String |
operationFailedOrRolledBackWithCause()
A message indicating the operation failed or was rolled back on all servers,.
|
String |
registrationTaskFailed(String cause) |
String |
registrationTaskGotInterrupted() |
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.
|
String |
requiredChildIsMissing(String parent,
String child,
String parentSpec)
Creates an exception message indicating that a parent is missing a required child.
|
OperationFailedException |
runtimeNameMustBeUnique(String existingDeployment,
String runtimeName,
String serverGroup) |
String |
serverGroupExpectsSingleChild(String rolloutPlan)
Creates an exception message indicating that server-group expects one and only one child.
|
String |
slaveAlreadyRegistered(String slaveName)
Creates an exception message indicating a host cannot register because another host of the same name is already
registered.
|
String |
slaveCannotAcceptUploads()
A message indicating a slave domain controller cannot accept deployment content uploads.
|
String |
slaveControllerCannotAcceptOtherSlaves()
Creates an exception message indicating this host is a slave and cannot accept registrations from other slaves.
|
void |
timedOutAwaitingFinalResponse(int patient,
String serverName,
String hostName) |
void |
timedOutAwaitingFinalResponse(long timeout,
String hostName) |
String |
timedOutAwaitingHostPreparedResponse(long timeout,
String host) |
void |
timedOutAwaitingHostPreparedResponses(long timeout,
Set<String> timeoutHosts,
Set<String> allHosts) |
void |
timedOutAwaitingPreparedResponse(String callerClass,
long timeout,
Set<ServerIdentity> servers) |
void |
undeployingDeploymentHasBeenRedeployed(String deploymentName) |
IllegalStateException |
unexpectedInitialPathKey(String key)
Creates an exception indicating an unexpected initial path key.
|
String |
unexpectedInSeriesGroup(String rolloutPlan)
Creates an exception message indicating that one of the groups in rollout plan does not define neither
server-group nor concurrent-groups.
|
String |
unexplainedFailure()
A message indicating an unexplained failure.
|
String |
unknown(String name,
String value)
A message indicating the
value for the name is unknown. |
String |
unknownAttributesFromSubsystemVersion(String operationName,
String subsystemName,
ModelVersion version,
Collection<String> attributes)
Warning messages when a transformer detects that an operation defines unknown attributes for a legacy subsystem.
|
IllegalStateException |
unknownServer(ServerIdentity server)
Creates an exception indicating the server is unknown.
|
IllegalStateException |
unknownServerGroup(String serverGroup)
Creates an exception indicating the server group is unknown.
|
String |
unrecognizedChildren(String parent,
String children,
String parentSpec)
Creates an exception message indicating that a parent recognizes only the specified children.
|
OperationFailedException |
unsupportedWildcardOperation() |
void |
warnIgnoringProfileInclude(Location location) |
void |
warnIgnoringSocketBindingGroupInclude(Location location) |
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 DomainControllerLogger ROOT_LOGGER
org.jboss.as.domain.controller
.
Usage: Use this in OSH code related to the resources persisted in domain.xml, or
in code specific to the function of the master Host Controller, e.g. the registration/deregistration
of slave Host Contollers.static final DomainControllerLogger HOST_CONTROLLER_LOGGER
org.jboss.as.host.controller
.
Usage: Use this in code related to Host Controller functionality, except
for areas described in the documentation of ROOT_LOGGER
.@LogMessage(level=WARN) @Message(id=1, value="Ignoring \'include\' child of \'socket-binding-group\' %s") void warnIgnoringSocketBindingGroupInclude(Location location)
@LogMessage(level=WARN) @Message(id=2, value="Ignoring \'include\' child of \'profile\' %s") void warnIgnoringProfileInclude(Location location)
@LogMessage(level=INFO) @Message(id=3, value="Interrupted awaiting final response from server %s on host %s; remote process has been notified to cancel operation") void interruptedAwaitingFinalResponse(String serverName, String hostName)
serverName
parameter, on the host, represented by the hostName
parameter.serverName
- the name of the server.hostName
- the name of the host.@LogMessage(level=WARN) @Message(id=4, value="Caught exception awaiting final response from server %s on host %s") void caughtExceptionAwaitingFinalResponse(@Cause Throwable cause, String serverName, String hostName)
serverName
parameter, on the host, represented by the hostName
parameter.cause
- the cause of the error.serverName
- the name of the server.hostName
- the name of the host.@LogMessage(level=INFO) @Message(id=5, value="Interrupted awaiting final response from host %s; remote process has been notified to cancel operation") void interruptedAwaitingFinalResponse(String hostName)
hostName
parameter.hostName
- the name of the host.@LogMessage(level=WARN) @Message(id=6, value="Caught exception awaiting final response from host %s") void caughtExceptionAwaitingFinalResponse(@Cause Throwable cause, String hostName)
hostName
parameter.cause
- the cause of the error.hostName
- the name of the host.@LogMessage(level=WARN) @Message(id=7, value="Caught exception closing input stream") void caughtExceptionClosingInputStream(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=INFO) @Message(id=8, value="Domain model has changed on re-connect. The following servers will need to be restarted for changes to take affect: %s") void domainModelChangedOnReConnect(Set<ServerIdentity> servers)
servers
- the servers that need to restart.@LogMessage(level=ERROR) @Message(id=9, value="%s caught %s waiting for task %s. Cancelling task") void caughtExceptionWaitingForTask(String className, String exceptionName, String task)
className
parameter, caught an exception
waiting for the task.className
- the class name.exceptionName
- the name of the exception caught.task
- the task.@LogMessage(level=ERROR) @Message(id=11, 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=12, value="failed to set server (%s) into a restart required state") void failedToSetServerInRestartRequireState(String serverName)
@Message(id=13, value="Registration of remote hosts is not supported on slave host controllers") String slaveControllerCannotAcceptOtherSlaves()
@Message(id=14, value="The master host controller cannot register slave host controllers as it\'s current running mode is \'%s\'") String adminOnlyModeCannotAcceptSlaves(RunningMode runningMode)
runningMode
- the host controller's current running mode@Message(id=15, value="There is already a registered host named \'%s\'") String slaveAlreadyRegistered(String slaveName)
slaveName
- the name of the slave@Message(id=16, value="%s is missing %s: %s") String requiredChildIsMissing(String parent, String child, String parentSpec)
parent
- the name of the parent elementchild
- the name of the missing child elementparentSpec
- the complete string representation of the parent element@Message(id=17, value="%s recognizes only %s as children: %s") String unrecognizedChildren(String parent, String children, String parentSpec)
parent
- the name of the parent elementchildren
- recognized childrenparentSpec
- the complete string representation of the parent element@Message(id=18, value="in-series is missing groups: %s") String inSeriesIsMissingGroups(String rolloutPlan)
rolloutPlan
- string representation of a rollout plan@Message(id=19, value="server-group expects one and only one child: %s") String serverGroupExpectsSingleChild(String rolloutPlan)
rolloutPlan
- string representation of a rollout plan@Message(id=20, value="One of the groups does not define neither server-group nor concurrent-groups: %s") String unexpectedInSeriesGroup(String rolloutPlan)
rolloutPlan
- string representation of a rollout plan@Message(id=21, value="Unexplained failure") String unexplainedFailure()
@Message(id=22, value="Operation failed or was rolled back on all servers.") String operationFailedOrRolledBack()
@Message(id=23, value="Interrupted waiting for result from server %s") String interruptedAwaitingResultFromServer(ServerIdentity server)
server
- the server.@Message(id=24, value="Exception getting result from server %s: %s") String exceptionAwaitingResultFromServer(ServerIdentity server, String message)
server
- the server.message
- the error message.@Message(id=25, value="Invalid rollout plan. %s is not a valid child of node %s") String invalidRolloutPlan(org.jboss.dmr.ModelNode modelNode, String nodeName)
modelNode
is not a valid child of the node represented
by the nodeName
parameter.modelNode
- the model node.nodeName
- the name of the node.@Message(id=26, value="Invalid rollout plan. Plan operations affect server groups %s that are not reflected in the rollout plan") String invalidRolloutPlan(Set<String> groups)
groups
parameter that are not reflected in the rollout plan.groups
- the server groups that are not reflected in the rollout plan.@Message(id=27, value="Invalid rollout plan. Server group %s appears more than once in the plan.") String invalidRolloutPlanGroupAlreadyExists(String group)
group
parameter,
appears more than once in the plan.group
- the server group that appears more than once.@Message(id=28, value="Invalid rollout plan. Server group %s has a %s value of %s; must be between 0 and 100.") String invalidRolloutPlanRange(String name, String propertyName, int value)
name
parameter, has an
invalid value and must be between 0 and 100.name
- the name of the group.propertyName
- the name of the property.value
- the invalid value.@Message(id=29, value="Invalid rollout plan. Server group %s has a %s value of %s; cannot be less than 0.") String invalidRolloutPlanLess(String name, String propertyName, int value)
name
parameter, has an
invalid value and cannot be less than 0.name
- the name of the group.propertyName
- the name of the property.value
- the invalid value.@Message(id=30, value="Interrupted waiting for result from host %s") String interruptedAwaitingResultFromHost(String name)
name
- the name of the host.@Message(id=32, value="Operation %s for address %s can only be handled by the master Domain Controller; this host is not the master Domain Controller") String masterDomainControllerOnlyOperation(String operation, PathAddress address)
operation
parameter, for the address
can
only be handled by the master domain controller and this host is not the master domain controller.operation
- the operation.address
- the address the operation was to be executed on.@Message(id=33, value="Operation targets host %s but that host is not registered") OperationFailedException invalidOperationTargetHost(String name)
name
- the name of the host.@Message(id=34, value="Caught %s storing deployment content -- %s") OperationFailedException caughtExceptionStoringDeploymentContent(String exceptionName, Throwable exception)
exceptionName
- the name of the caught exception.exception
- the exception.@Message(id=35, value="Unexpected initial path key %s") IllegalStateException unexpectedInitialPathKey(String key)
key
- the unexpected key.IllegalStateException
for the error.@Message(id=36, value="Null stream at index %d") String nullStream(int index)
null
at the index.index
- the index.@Message(id=37, value="Invalid byte stream.") String invalidByteStream()
@Message(id=38, value="Invalid url stream.") String invalidUrlStream()
@Message(id=39, value="Only 1 piece of content is currently supported (AS7-431)") String as7431()
@Message(id=40, value="No deployment content with hash %s is available in the deployment content repository.") String noDeploymentContentWithHash(String hash)
hash
- the hash.@Message(id=41, value="A slave domain controller cannot accept deployment content uploads") String slaveCannotAcceptUploads()
@Message(id=42, value="No deployment with name %s found") String noDeploymentContentWithName(String name)
name
- the name of the deployment.@Message(id=43, value="Cannot remove deployment %s from the domain as it is still used by server groups %s") String cannotRemoveDeploymentInUse(String name, List<String> groups)
name
- the name of the deployment.groups
- the server groups using the deployment.@Message(id=44, value="Invalid \'%s\' value: %d, the maximum index is %d") String invalidValue(String name, int value, int maxIndex)
name
has an invalid value.name
- the name of the attribute.value
- the invalid value.maxIndex
- the maximum index.@Message(id=45, value="%s is not a valid URL -- %s") String invalidUrl(String url, String message)
url
- the invalid url.message
- an error message.@Message(id=46, value="Error obtaining input stream from URL %s -- %s") String errorObtainingUrlStream(String url, String message)
url
- the invalid url.message
- an error message.@Message(id=47, value="Invalid content declaration") String invalidContentDeclaration()
@Message(id=48, value="%s is null") IllegalArgumentException nullVar(String name)
null
.name
- the name of the variable.IllegalArgumentException
for the error.@Message(id=49, 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.") String cannotUseSameValueForParameters(String opName, String param1, String param2, String redeployOpName, String replaceOpName)
opName
parameter, cannot be used with the same
value for the parameters represented by param1
and param2
.opName
- the operation name.param1
- the first parameter.param2
- the second parameter.redeployOpName
- the redeploy operation name.replaceOpName
- the replace operation name.@Message(id=50, value="Deployment %s is already started") String deploymentAlreadyStarted(String name)
name
- the name of the deployment.@Message(id=51, value="Unknown %s %s") String unknown(String name, String value)
value
for the name
is unknown.name
- the name.value
- the value.@Message(id=52, value="Unknown server group %s") IllegalStateException unknownServerGroup(String serverGroup)
serverGroup
- the unknown server group.IllegalStateException
for the error.@Message(id=53, value="Unknown server %s") IllegalStateException unknownServer(ServerIdentity server)
server
- the unknown serve.IllegalStateException
for the error.@Message(id=54, value="Invalid code %d") IllegalArgumentException invalidCode(int code)
code
- the invalid code.IllegalArgumentException
for the error.@Message(id=55, value="Repository does not contain any deployment with hash %s") IllegalStateException deploymentHashNotFoundInRepository(String hash)
hash
- the invalid hash.IllegalArgumentException
for the error.@Message(id=56, value="Expected only one deployment, found %d") IllegalStateException expectedOnlyOneDeployment(int i)
i
- number of deployments foundIllegalStateException
for the error.@Message(id=57, value="No profile called: %s") OperationFailedException noProfileCalled(String profile)
profile
- the profile nameOperationFailedException
for the error.@Message(id=58, 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 configuraiton file and restart.") String noDeploymentContentWithHashAtBoot(String contentHash, String deploymentName)
contentHash
- the content hash that could not be found.deploymentName
- the deployment name.@Message(id=59, value="Failed to load module \'%s\'.") OperationFailedException failedToLoadModule(@Cause org.jboss.modules.ModuleLoadException e, String module)
@Message(id=60, value="Invalid JSF slot value: \'%s\'. The host controller is not able to use a JSF slot value different from its default. This resource will be ignored on that host") String invalidJSFSlotValue(String slot)
slot
- the non-default value of the slot attribute@Message(id=61, value="Operation \'%s\' fails because the attributes are not known from the subsytem \'%s\' model version \'%s\': %s") String unknownAttributesFromSubsystemVersion(String operationName, String subsystemName, ModelVersion version, Collection<String> attributes)
attributes
- the name of the attributes unknown from the legacy version@Message(id=62, value="No socket-binding-group named: %s") OperationFailedException noSocketBindingGroupCalled(String socketBindingGroup)
@Message(id=63, value="There is already a deployment called %s with the same runtime name %s on server group %s") OperationFailedException runtimeNameMustBeUnique(String existingDeployment, String runtimeName, String serverGroup)
@Message(id=64, value="Cannot remove server-group \'%s\' since it\'s still in use by servers %s") OperationFailedException cannotRemoveUsedServerGroup(String group, Set<String> servers)
@Message(id=65, value="Wildcard operations are not supported as part of composite operations") OperationFailedException unsupportedWildcardOperation()
@Message(id=66, value="Failed to send message: %s") String failedToSendMessage(String cause)
@Message(id=67, value="Failed to send response header: %s") String failedToSendResponseHeader(String cause)
@Message(id=68, value="Host registration task got interrupted") String registrationTaskGotInterrupted()
@Message(id=69, value="Host registration task failed: %s") String registrationTaskFailed(String cause)
@LogMessage(level=INFO) @Message(id=70, value="%s interrupted awaiting server prepared response(s) -- cancelling updates for servers %s") void interruptedAwaitingPreparedResponse(String callerClass, Set<ServerIdentity> servers)
@LogMessage(level=INFO) @Message(id=71, value="Interrupted awaiting host prepared response(s) -- cancelling updates for hosts %s") void interruptedAwaitingHostPreparedResponse(Set<String> hosts)
@Message(id=72, value="Caught IOException reading uploaded deployment content") OperationFailedException caughtIOExceptionUploadingContent(@Cause IOException cause)
@LogMessage(level=WARN) @Message(id=73, value="%s deployment has been re-deployed, its content will not be removed. You will need to restart it.") void undeployingDeploymentHasBeenRedeployed(String deploymentName)
@Message(id=74, value="Operation failed or was rolled back on all servers. Server failures:") String operationFailedOrRolledBackWithCause()
@Message(id=75, value="Cannot synchronize the model due to missing extensions: %s") OperationFailedException missingExtensions(Set<String> missingExtensions)
@Message(id=76, value="Duplicate included profile \'%s\'") XMLStreamException duplicateProfileInclude(String name)
@Message(id=77, value="Duplicate included socket binding group \'%s\'") XMLStreamException duplicateSocketBindingGroupInclude(String s)
@Message(id=78, value="The profile clone operation is not available on the host \'%s\'. To be able to use it in a domain containing older slaves which do not support the profile clone operation, you need to either: a) Make sure that all older slaves with a model version smaller than 4.0.0 ignore the cloned profile and the profile specified in the \'to-profile\' parameter. b) Reload the domain controller into admin-only mode, perform the clone, then reload the domain controller into normal mode again, and check whether the slaves need reloading.") String cloneOperationNotSupportedOnHost(String hostName)
@LogMessage(level=INFO) @Message(id=79, value="Timed out after %d ms awaiting host prepared response(s) from hosts %s -- cancelling updates for hosts %s") void timedOutAwaitingHostPreparedResponses(long timeout, Set<String> timeoutHosts, Set<String> allHosts)
@Message(id=80, value="Timed out after %d ms awaiting host prepared response(s) -- remote host %s has been notified to cancel operation") String timedOutAwaitingHostPreparedResponse(long timeout, String host)
@LogMessage(level=INFO) @Message(id=81, value="Timed out after %d ms awaiting final response from host %s; remote process has been notified to cancel operation") void timedOutAwaitingFinalResponse(long timeout, String hostName)
@LogMessage(level=INFO) @Message(id=82, value="%s timed out after %d ms awaiting server prepared response(s) -- cancelling updates for servers %s") void timedOutAwaitingPreparedResponse(String callerClass, long timeout, Set<ServerIdentity> servers)
Copyright © 2023 JBoss by Red Hat. All rights reserved.