@MessageLogger(projectCode="WFLYMSG",
length=4)
public interface MessagingLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static MessagingLogger |
MESSAGING_LOGGER
A logger with the category
org.jboss.messaging. |
static MessagingLogger |
ROOT_LOGGER
The logger with the category of the package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aioWarning()
Logs a warning message indicating AIO was not found.
|
void |
aioWarningLinux()
Logs a warning message indicating AIO was not found, ask to install LibAIO to enable the AIO on Linux systems.
|
String |
altAttributeAlreadyDefined(String name)
A message indicating the alternative attribute represented by the
name parameter is already defined. |
IllegalArgumentException |
attributeDefinitionsMustMatch(String nameFound,
String nameRequired)
Creates an exception indicating that all attribute definitions must have the same XML name.
|
IllegalArgumentException |
attributeDefinitionsNotUnique(String nameFound)
Creates an exception indicating that all attribute definitions must have unique names.
|
void |
boundJndiName(String jndiName)
Logs an informational message indicating a messaging object was bound to the JNDI name represented by the
jndiName parameter. |
javax.jms.IllegalStateRuntimeException |
callNotPermittedOnInjectedJMSContext()
Create an exception when calling a method not allowed on injected JMSContext.
|
IllegalArgumentException |
cannotBindJndiName()
Creates an exception indicating a
null or empty JNDI name cannot be bound. |
String |
canNotChangeClusteredAttribute(org.jboss.as.controller.PathAddress address) |
String |
cannotIncludeOperationParameters(String paramName1,
String paramName2)
A message indicating the operation cannot include the parameter represented by
paramName1 and the
parameter represented by the paramName2 parameter. |
UnsupportedOperationException |
cannotMarshalAttribute(String name)
Creates an exception indicating the attribute, represented by the
name parameter, cannot be marshalled
and to use the marshalAsElement method. |
UnsupportedOperationException |
canNotRegisterResourceOfType(String childType)
Create a failure description message indicating that the resource of given type can not be registered.
|
String |
canNotRemoveLastJNDIName(String jndiName)
A message indicating the resource must have at least one JNDI name.
|
UnsupportedOperationException |
canNotRemoveResourceOfType(String childType)
Create a failure description message indicating that the resource of given type can not be removed.
|
org.jboss.as.controller.OperationFailedException |
canNotRemoveUnknownEntry(String entry) |
IllegalArgumentException |
cannotUnbindJndiName()
Creates an exception indicating a
null or empty JNDI name cannot be unbound. |
UnsupportedOperationException |
canNotWriteClusteredAttribute()
Create a failure description message indicating that the clustered attribute is deprecated.
|
String |
childResourceAlreadyExists(String type)
A message indicating a child resource of the type, represented by the
type parameter already exists. |
void |
connectorForPooledConnectionFactory(String name,
String connectorName)
Logs a warn message when no connectors were specified for a connection factory definition
and one connector was picked up to be used.
|
IllegalStateException |
connectorNotDefined(String connectorName)
Creates an exception indicating the connector is not defined.
|
void |
couldNotCloseFile(String file,
Throwable cause) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
couldNotParseDeployment(String file,
Throwable cause) |
void |
deprecatedAttribute(String name,
org.jboss.as.controller.PathAddress address)
Logs a warning message indicating the management attribute with the given
name
is deprecated and will not be used anymore. |
void |
deprecatedXMLAttribute(String name)
Logs a warning message indicating the XML attribute with the given
name
is deprecated and will not be used anymore. |
void |
deprecatedXMLElement(String name)
Logs a warning message indicating the XML element with the given
name
is deprecated and will not be used anymore. |
void |
deprecatedXMLElement(String name,
String replacement)
Logs a warning message indicating the XML element with the given
name
is deprecated and instead a different attribute will be used. |
org.jboss.as.controller.OperationFailedException |
duplicateElements(String parameterName,
org.jboss.dmr.ModelNode elements) |
void |
errorStoppingJmsServer(Throwable cause)
Logs an error message indicating an exception occurred while stopping the JMS server.
|
org.jboss.msc.service.StartException |
failedToCreate(Throwable cause,
String name)
Create an exception indicating that a messaging resource has failed
to be created
|
void |
failedToDestroy(String description,
String name)
Logs a warning message indicating the connection factory was not destroyed.
|
void |
failedToDestroy(Throwable cause,
String description,
String name)
Logs a warning message indicating the connection factory was not destroyed.
|
org.jboss.msc.service.StartException |
failedToFindBroadcastSocketBinding(String name)
Creates an exception indicating a failure to find the SocketBinding for the broadcast binding.
|
org.jboss.msc.service.StartException |
failedToFindConnectorSocketBinding(String name)
Creates an exception indicating a failure to find the SocketBinding for the connector.
|
org.jboss.msc.service.StartException |
failedToFindDiscoverySocketBinding(String name)
Creates an exception indicating a failure to find the SocketBinding for the discovery binding.
|
org.jboss.as.controller.OperationFailedException |
failedToRecover(Throwable cause,
String name)
Create an exception indicating that a messaging resource has failed
to be recovered
|
RuntimeException |
failedToShutdownServer(Throwable cause,
String server)
Creates an exception indicating a server failed to shutdown.
|
org.jboss.msc.service.StartException |
failedToStartService(Throwable cause)
Creates an exception indicating the service failed to start.
|
void |
failedToUnbindJndiName(String jndiName,
long timeout,
String timeUnit)
Logs a warning message indicating the messaging object bound to the JNDI name represented by
the {@code jndiName) has not be unbound in a timely fashion.
|
org.jboss.as.controller.OperationFailedException |
hornetQServerNotInstalled(String name)
Creates an exception indicating the HornetQService for the server with the given name is either not installed
or not started.
|
String |
hqServerInBackupMode(org.jboss.as.controller.PathAddress address) |
String |
hqServerManagementServiceResourceNotFound(org.jboss.as.controller.PathAddress address)
Logs an error message indicating the given
address does not match any known
resource. |
XMLStreamException |
ignoringUnhandledElement(Element element,
String location)
Creates an exception indicating an unhandled element is being ignored.
|
String |
illegalElement(String illegalElement,
String element)
A message indicating an illegal element, represented by the
illegalElement parameter, cannot be used
when the element, represented by the element parameter, is used. |
String |
illegalValue(Object value,
String element)
A message indicating an illegal value, represented by the
value parameter, for the element, represented
by the element parameter. |
String |
illegalValue(Object value,
String element,
org.jboss.dmr.ModelType expectedType)
A message indicating an illegal value, represented by the
value parameter, for the element, represented
by the element parameter, as it could not be converted to the required type, represented by the
expectedType parameter. |
UnsupportedOperationException |
immutableResource()
Creates an exception indicating a resource is immutable.
|
org.jboss.as.controller.OperationFailedException |
inconsistentStatisticsSettings(String attrOne,
String attrTwo) |
String |
invalid(Object obj)
A message indicating the object, represented by the
obj parameter, is invalid. |
IllegalStateException |
invalidAttributeType(String name,
org.jboss.dmr.ModelType type)
Creates an exception indicating the attribute, represented by the
name parameter, has an unexpected type,
represented by the type parameter. |
String |
invalidOperationParameters(String paramName1,
String paramName2)
A message indicating the operation must include the parameter represented by
paramName1 or the parameter
represented by the paramName2 parameter. |
org.jboss.as.controller.OperationFailedException |
invalidParameterName(String parameterName,
Set<String> allowedKeys) |
String |
invalidParameterValue(Object value,
String name,
Collection<?> allowedValues)
A message indicating the value, represented by the
value parameter, is invalid for the parameter,
represented by the name parameter. |
IllegalStateException |
invalidServiceState(org.jboss.msc.service.ServiceName service,
org.jboss.msc.service.ServiceController.State validState,
org.jboss.msc.service.ServiceController.State currentState)
Creates an exception indicating the service, represented by the
service parameter, is in an invalid
state. |
String |
jndiNameAlreadyRegistered(String jndiName)
A message indicating the JNDI name has already been registered.
|
IllegalStateException |
multipleChildrenFound(String element)
Creates an exception indicating multiple children, represented by the
element parameter, were found, but
not allowed. |
String |
noDestinationRegisteredForAddress(org.jboss.as.controller.PathAddress address) |
void |
noMatchingDeadLetterAddress(String address,
String addressSettings)
Logs a warn message when there is no resource matching the address-settings' dead-letter-address.
|
void |
noMatchingExpiryAddress(String address,
String addressSettings)
Logs a warn message when there is no resource matching the address-settings' expiry-address.
|
IllegalArgumentException |
nullVar(String varName)
Creates an exception indicating the variable cannot be
null |
String |
onlyOneRequired(Object obj1,
Object obj2)
A message indicating only of of
obj1 or obj2 is allowed. |
IllegalStateException |
operationNotValid(String operation) |
String |
parameterNotDefined(Object parameter)
A message indicating the parameter, represented by the
parameter parameter, is not defined. |
void |
registeredHTTPUpgradeHandler(String name,
String acceptor)
Logs an info message when a HTTP Upgrade handler is registered for the given
protocol. |
String |
required(Object obj)
A message the object, represented by the
obj parameter, is required. |
String |
required(Object obj1,
Object obj2)
A message indicating either
obj1 or obj2 is required. |
void |
revertOperationFailed(Throwable cause,
String className,
String operation,
org.jboss.as.controller.PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught an exception
attempting to revert the operation, represented by the operation parameter, at the address, represented
by the address parameter. |
IllegalStateException |
securityDomainContextNotSet() |
void |
startedService(String type,
String name)
Logs an info message when a service for the given
type and name is started. |
void |
stoppedService(String type,
String name)
Logs an info message when a service for the given
type and name is stopped. |
void |
unboundJndiName(String jndiName)
Logs an informational message indicating a messaging object was unbound from the JNDI name represented by the
jndiName parameter. |
String |
undefineAttributeWithoutAlternative(String name)
A message indicating the alternative attribute represented by the
name parameter can not be undefined as the resource
has not defined any other alternative . |
String |
unknownAttribute(String name)
A message indicating there is no such attribute.
|
void |
unknownPooledConnectionFactoryAttribute(String name) |
IllegalStateException |
unsupportedAttribute(String name)
Creates an exception indicating the read support for the attribute represented by the
name parameter was
not properly implemented. |
String |
unsupportedAttributeInVersion(String attributes,
org.jboss.as.controller.ModelVersion version)
Create a failure description message indicating that an attribute is not supported by a given model version.
|
UnsupportedOperationException |
unsupportedElement(String name)
Creates an exception indicating that no support for the element, represented by the
name parameter, has
been implemented. |
IllegalStateException |
unsupportedOperation(String name)
Creates an exception indicating the read support for the operation represented by the
name parameter was
not properly implemented. |
UnsupportedOperationException |
unsupportedRuntimeAttribute(String name)
Creates an exception indicating the runtime handling of the attribute represented by the
name parameter
is not implemented. |
org.jboss.as.controller.OperationFailedException |
wrongConnectorRefInBroadCastGroup(String bgName,
String connectorRef,
Collection<String> presentConnectors)
Create a failure description message indicating that the given broadcast-group's connector reference is not present in the listed connectors.
|
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, warnvstatic final MessagingLogger ROOT_LOGGER
static final MessagingLogger MESSAGING_LOGGER
org.jboss.messaging.@LogMessage(level=WARN)
@Message(id=1,
value="AIO wasn\'t located on this platform, it will fall back to using pure Java NIO.")
void aioWarning()
@LogMessage(level=INFO)
@Message(id=2,
value="Bound messaging object to jndi name %s")
void boundJndiName(String jndiName)
jndiName parameter.jndiName - the name the messaging object was bound to.@LogMessage(level=ERROR)
@Message(id=3,
value="Exception while stopping JMS server")
void errorStoppingJmsServer(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=WARN)
@Message(id=4,
value="Failed to destroy %s: %s")
void failedToDestroy(@Cause
Throwable cause,
String description,
String name)
cause - the cause of the error.description - the description of what failed to get destroyed.name - the name of the factory.@LogMessage(level=WARN) void failedToDestroy(String description, String name)
description - the description of what failed to get destroyed.name - the name of the factory.@LogMessage(level=ERROR)
@Message(id=5,
value="%s caught exception attempting to revert operation %s at address %s")
void revertOperationFailed(@Cause
Throwable cause,
String className,
String operation,
org.jboss.as.controller.PathAddress address)
className parameter, caught an exception
attempting to revert the operation, represented by the operation parameter, at the address, represented
by the address parameter.cause - the cause of the error.className - the name of the class that caused the error.operation - the operation.address - the address.@LogMessage(level=INFO)
@Message(id=6,
value="Unbound messaging object to jndi name %s")
void unboundJndiName(String jndiName)
jndiName parameter.jndiName - the name the messaging object was bound to.@LogMessage(level=ERROR)
@Message(id=7,
value="Could not close file %s")
void couldNotCloseFile(String file,
@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=8,
value="Failed to unbind messaging object bound to jndi name %s in %d %s")
void failedToUnbindJndiName(String jndiName,
long timeout,
String timeUnit)
jndiName - the name the messaging object was bound to.timeout - the timeout valuetimeUnit - the timeout time unit@LogMessage(level=WARN)
@Message(id=9,
value="Element %s is deprecated and will not be taken into account")
void deprecatedXMLElement(String name)
name
is deprecated and will not be used anymore.name - the name of the deprecated XML element@LogMessage(level=WARN)
@Message(id=10,
value="Attribute %s is deprecated and will not be taken into account")
void deprecatedXMLAttribute(String name)
name
is deprecated and will not be used anymore.name - the name of the deprecated XML attribute@LogMessage(level=INFO)
@Message(id=11,
value="Started %s %s")
void startedService(String type,
String name)
type and name is started.type - the type of the servicename - the name of the service@LogMessage(level=INFO)
@Message(id=12,
value="Stopped %s %s")
void stoppedService(String type,
String name)
type and name is stopped.type - the type of the servicename - the name of the service@LogMessage(level=WARN)
@Message(id=13,
value="Attribute %s of the resource at %s is deprecated and setting its value will not be taken into account")
void deprecatedAttribute(String name,
org.jboss.as.controller.PathAddress address)
name
is deprecated and will not be used anymore.name - the name of the deprecated XML attribute@Message(id=14,
value="Can not change the clustered attribute to false: The hornetq-server resource at %s has cluster-connection children resources and will remain clustered.")
String canNotChangeClusteredAttribute(org.jboss.as.controller.PathAddress address)
@LogMessage(level=WARN)
@Message(id=15,
value="Ignoring %s property that is not a known property for pooled connection factory.")
void unknownPooledConnectionFactoryAttribute(String name)
@LogMessage(level=INFO)
@Message(id=16,
value="Registered HTTP upgrade for %s protocol handled by %s acceptor")
void registeredHTTPUpgradeHandler(String name,
String acceptor)
protocol.name - the name of the protocol that is handled@LogMessage(level=WARN)
@Message(id=17,
value="Element %s is deprecated and %s will be used in its place")
void deprecatedXMLElement(String name,
String replacement)
name
is deprecated and instead a different attribute will be used.name - the name of the deprecated XML element@LogMessage(level=WARN)
@Message(id=18,
value="No connectors were explicitly defined for the pooled connection factory %s. Using %s as the connector.")
void connectorForPooledConnectionFactory(String name,
String connectorName)
name - the name of the connection factory definitionconnectorName - the name of the connector that was picked@Message(id=19,
value="Alternative attribute of (%s) is already defined.")
String altAttributeAlreadyDefined(String name)
name parameter is already defined.name - the attribute name.@Message(id=20,
value="All attribute definitions must have the same xml name -- found %s but already had %s")
IllegalArgumentException attributeDefinitionsMustMatch(String nameFound,
String nameRequired)
nameFound - the name found.nameRequired - the name that is required.IllegalArgumentException for the error.@Message(id=21,
value="All attribute definitions must have unique names -- already found %s")
IllegalArgumentException attributeDefinitionsNotUnique(String nameFound)
nameFound - the name found.IllegalArgumentException for the error.@Message(id=22,
value="Cannot bind a null or empty string as jndi name")
IllegalArgumentException cannotBindJndiName()
null or empty JNDI name cannot be bound.IllegalArgumentException for the error.@Message(id=23,
value="Operation cannot include both parameter %s and parameter %s")
String cannotIncludeOperationParameters(String paramName1,
String paramName2)
paramName1 and the
parameter represented by the paramName2 parameter.paramName1 - the name of the parameter.paramName2 - the name of the parameter.@Message(id=24,
value="%s cannot be marshalled as an attribute; use marshallAsElement")
UnsupportedOperationException cannotMarshalAttribute(String name)
name parameter, cannot be marshalled
and to use the marshalAsElement method.name - the name of the attribute.UnsupportedOperationException for the error.@Message(id=25,
value="Cannot unbind a null or empty string as jndi name")
IllegalArgumentException cannotUnbindJndiName()
null or empty JNDI name cannot be unbound.IllegalArgumentException for the error.@Message(id=26,
value="A child resource of type %1$s already exists; the messaging subsystem only allows a single resource of type %1$s")
String childResourceAlreadyExists(String type)
type parameter already exists.type - the type that already exists.@Message(id=27,
value="Connector %s not defined")
IllegalStateException connectorNotDefined(String connectorName)
connectorName - the name of the connector.IllegalStateException for the error.@Message(id=28,
value="Failed to create %s")
org.jboss.msc.service.StartException failedToCreate(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the name that failed to be created.@Message(id=29,
value="Failed to find SocketBinding for broadcast binding: %s")
org.jboss.msc.service.StartException failedToFindBroadcastSocketBinding(String name)
name - the name of the connector.StartException for the error.@Message(id=30,
value="Failed to find SocketBinding for connector: %s")
org.jboss.msc.service.StartException failedToFindConnectorSocketBinding(String name)
name - the name of the connector.StartException for the error.@Message(id=31,
value="Failed to find SocketBinding for discovery binding: %s")
org.jboss.msc.service.StartException failedToFindDiscoverySocketBinding(String name)
name - the name of the connector.StartException for the error.@Message(id=32,
value="Failed to shutdown %s server")
RuntimeException failedToShutdownServer(@Cause
Throwable cause,
String server)
cause - the cause of the error.server - the server that failed to shutdown.RuntimeException for the error.@Message(id=33,
value="Failed to start service")
org.jboss.msc.service.StartException failedToStartService(@Cause
Throwable cause)
cause - the cause of the error.StartException for the error.@Message(id=34,
value="Ignoring unhandled element: %s, at: %s")
XMLStreamException ignoringUnhandledElement(Element element,
String location)
element - the element that's being ignored.location - the location of the element.XMLStreamException for the error.@Message(id=35,
value="Illegal element %s: cannot be used when %s is used")
String illegalElement(String illegalElement,
String element)
illegalElement parameter, cannot be used
when the element, represented by the element parameter, is used.illegalElement - the illegal element.element - the element the illegalElement cannot be used with.@Message(id=36,
value="Illegal value %s for element %s")
String illegalValue(Object value,
String element)
value parameter, for the element, represented
by the element parameter.value - the illegal value.element - the element.@Message(id=-1,
value="Illegal value %s for element %s as it could not be converted to required type %s")
String illegalValue(Object value,
String element,
org.jboss.dmr.ModelType expectedType)
value parameter, for the element, represented
by the element parameter, as it could not be converted to the required type, represented by the
expectedType parameter.value - the illegal value.element - the element.expectedType - the required type.@Message(id=37,
value="Resource is immutable")
UnsupportedOperationException immutableResource()
UnsupportedOperationException for the error.@Message(id=38,
value="%s is invalid")
String invalid(Object obj)
obj parameter, is invalid.obj - the invalid object.@Message(id=39,
value="Attribute %s has unexpected type %s")
IllegalStateException invalidAttributeType(String name,
org.jboss.dmr.ModelType type)
name parameter, has an unexpected type,
represented by the type parameter.name - the name of the attribute.type - the type of the attribute.IllegalStateException for the error.@Message(id=40,
value="Operation must include parameter %s or parameter %s")
String invalidOperationParameters(String paramName1,
String paramName2)
paramName1 or the parameter
represented by the paramName2 parameter.paramName1 - the name of the parameter.paramName2 - the name of the parameter.@Message(id=41,
value="%s is an invalid value for parameter %s. Values must be one of: %s")
String invalidParameterValue(Object value,
String name,
Collection<?> allowedValues)
value parameter, is invalid for the parameter,
represented by the name parameter. The value must must be one of the values defined in the
allowedValues parameter.value - the invalid value.name - the name of the parameter.allowedValues - the values that are allowed.@Message(id=42,
value="Service %s is not in state %s, it is in state %s")
IllegalStateException invalidServiceState(org.jboss.msc.service.ServiceName service,
org.jboss.msc.service.ServiceController.State validState,
org.jboss.msc.service.ServiceController.State currentState)
service parameter, is in an invalid
state.service - the service.validState - the valid state.currentState - the current state of the service.IllegalStateException for the error.@Message(id=43,
value="JNDI name %s is already registered")
String jndiNameAlreadyRegistered(String jndiName)
jndiName - the JNDI name.@Message(id=44,
value="Multiple %s children found; only one is allowed")
IllegalStateException multipleChildrenFound(String element)
element parameter, were found, but
not allowed.element - the elementIllegalStateException for the error.@Message(id=45,
value="%s is required")
String required(Object obj)
obj parameter, is required.obj - the object that is required.@Message(id=46,
value="Either %s or %s is required")
String required(Object obj1,
Object obj2)
obj1 or obj2 is required.obj1 - the first option.obj2 - the second option.@Message(id=47,
value="%s is null")
IllegalArgumentException nullVar(String varName)
nullvarName - the variable name.IllegalArgumentException for the error.@Message(id=48,
value="Parameter not defined: %s")
String parameterNotDefined(Object parameter)
parameter parameter, is not defined.parameter - the parameter.@Message(id=49,
value="No such attribute (%s)")
String unknownAttribute(String name)
name - the name of the attribute.@Message(id=50,
value="Read support for attribute %s was not properly implemented")
IllegalStateException unsupportedAttribute(String name)
name parameter was
not properly implemented.name - the name of the attribute.IllegalStateException for the error.@Message(id=51,
value="Implement support for element %s")
UnsupportedOperationException unsupportedElement(String name)
name parameter, has
been implemented.name - the name of the element.UnsupportedOperationException for the error.@Message(id=52,
value="Support for operation %s was not properly implemented")
IllegalStateException unsupportedOperation(String name)
name parameter was
not properly implemented.name - the operation name.IllegalStateException for the error.@Message(id=53,
value="Runtime handling for %s is not implemented")
UnsupportedOperationException unsupportedRuntimeAttribute(String name)
name parameter
is not implemented.name - the name of the attribute.UnsupportedOperationException for the error.@Message(id=54,
value="No HornetQ Server is available under name %s")
org.jboss.as.controller.OperationFailedException hornetQServerNotInstalled(String name)
name - the name of the Hornet Q server.OperationFailedException for the error.@Message(id=55,
value="Could not parse file %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotParseDeployment(String file,
@Cause
Throwable cause)
@Message(id=56,
value="Handler cannot handle operation %s")
IllegalStateException operationNotValid(String operation)
@Message(id=57,
value="No message destination registered at address %s")
String noDestinationRegisteredForAddress(org.jboss.as.controller.PathAddress address)
@Message(id=58,
value="SecurityDomainContext has not been set")
IllegalStateException securityDomainContextNotSet()
@Message(id=59,
value="Only one of %s or %s is required")
String onlyOneRequired(Object obj1,
Object obj2)
obj1 or obj2 is allowed.obj1 - the first option.obj2 - the second option.@Message(id=60,
value="Failed to recover %s")
org.jboss.as.controller.OperationFailedException failedToRecover(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the name that failed to be recovered.@Message(id=61,
value="Attribute(s) %s are not supported by messaging management model %s")
String unsupportedAttributeInVersion(String attributes,
org.jboss.as.controller.ModelVersion version)
attributes - the name(s) of the unsupported attribute(s)version - the model version that does not support the attribute@Message(id=62,
value="The clustered attribute is deprecated. To create a clustered HornetQ server, define at least one cluster-connection")
UnsupportedOperationException canNotWriteClusteredAttribute()
UnsupportedOperationException for the error.@Message(id=63,
value="Resources of type %s cannot be registered")
UnsupportedOperationException canNotRegisterResourceOfType(String childType)
UnsupportedOperationException for the error.@Message(id=64,
value="Resources of type %s cannot be removed")
UnsupportedOperationException canNotRemoveResourceOfType(String childType)
UnsupportedOperationException for the error.@Message(id=65,
value="No resource exists at address %s")
String hqServerManagementServiceResourceNotFound(org.jboss.as.controller.PathAddress address)
address does not match any known
resource. Meant for use with runtime resources available via HornetQServer.getManagementService()address - the address.@Message(id=66,
value="Resource at the address %s can not be managed, the hornetq-server is in backup mode")
String hqServerInBackupMode(org.jboss.as.controller.PathAddress address)
@Message(id=67,
value="The broadcast group \'%s\' defines reference to nonexistent connector \'%s\'. Available connectors \'%s\'.")
org.jboss.as.controller.OperationFailedException wrongConnectorRefInBroadCastGroup(String bgName,
String connectorRef,
Collection<String> presentConnectors)
OperationFailedException for the error.@Message(id=68,
value="It is not permitted to call this method on injected JMSContext (see JMS 2.0 spec, \u00a712.4.5).")
javax.jms.IllegalStateRuntimeException callNotPermittedOnInjectedJMSContext()
IllegalStateRuntimeException for the error.@Message(id=69,
value="Attribute (%s) can not been undefined as the resource does not define any alternative to this attribute.")
String undefineAttributeWithoutAlternative(String name)
name parameter can not be undefined as the resource
has not defined any other alternative .name - the attribute name.@Message(id=70,
value="Attributes %s is an alias for attribute %s; both cannot be set with conflicting values.")
org.jboss.as.controller.OperationFailedException inconsistentStatisticsSettings(String attrOne,
String attrTwo)
@LogMessage(level=WARN)
@Message(id=71,
value="There is no resource matching the expiry-address %s for the address-settings %s, expired messages from destinations matching this address-setting will be lost!")
void noMatchingExpiryAddress(String address,
String addressSettings)
address - the name of the address-settings' missing expiry-addressaddressSettings - the name of the address-settings@LogMessage(level=WARN)
@Message(id=72,
value="There is no resource matching the dead-letter-address %s for the address-settings %s, undelivered messages from destinations matching this address-setting will be lost!")
void noMatchingDeadLetterAddress(String address,
String addressSettings)
address - the name of the address-settings' missing dead-letter-addressaddressSettings - the name of the address-settings@Message(id=73,
value="Can not remove JNDI name %s. The resource must have at least one JNDI name")
String canNotRemoveLastJNDIName(String jndiName)
jndiName - the JNDI name.@Message(id=74,
value="Invalid parameter key: %s, the allowed keys are %s.")
org.jboss.as.controller.OperationFailedException invalidParameterName(String parameterName,
Set<String> allowedKeys)
@LogMessage(level=WARN)
@Message(id=75,
value="AIO wasn\'t located on this platform, it will fall back to using pure Java NIO. Your platform is Linux, install LibAIO to enable the AIO journal.")
void aioWarningLinux()
@Message(id=76,
value="Parameter %s contains duplicate elements [%s]")
org.jboss.as.controller.OperationFailedException duplicateElements(String parameterName,
org.jboss.dmr.ModelNode elements)
@Message(id=77,
value="Can not remove unknown entry %s")
org.jboss.as.controller.OperationFailedException canNotRemoveUnknownEntry(String entry)
Copyright © 2015 JBoss by Red Hat. All rights reserved.