Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- = WildFly: Controller Core
- .org.jboss.as.controller.logging.ControllerLogger
- |===
- |Message Id |Message |Log Level |Return Type
- |none
- |Operation %s
- |--
- |java.lang.String
- |none
- |%nService %s was depended upon by
- |--
- |java.lang.String
- |none
- |is missing [%s]
- |--
- |java.lang.String
- |none
- | %s (missing) dependents: %s %n
- |--
- |java.lang.String
- |none
- | %s (unavailable) dependents: %s %n
- |--
- |java.lang.String
- |none
- | %s (no longer required)%n
- |--
- |java.lang.String
- |none
- | %s (new available)%n
- |--
- |java.lang.String
- |none
- |Services that were unable to start:
- |--
- |java.lang.String
- |none
- |Services that may be the cause:
- |--
- |java.lang.String
- |none
- |attributes %s
- |--
- |java.lang.String
- |none
- |capability '%s' requires it for address '%s'
- |--
- |java.lang.String
- |none
- |capability '%s' requires it for attribute '%s' at address '%s'
- |--
- |java.lang.String
- |none
- | %s
- |--
- |java.lang.String
- |none
- | %s in context '%s'
- |--
- |java.lang.String
- |none
- |; Possible registration points for this capability: %s
- |--
- |java.lang.String
- |none
- |; There are no known registration points which can provide this capability.
- |--
- |java.lang.String
- |WFLYCTL0001
- |Cannot resolve address %s, so cannot match it to any InetAddress
- |WARN
- |void
- |WFLYCTL0002
- |Error booting the container
- |ERROR
- |void
- |WFLYCTL0003
- |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.
- |ERROR
- |void
- |WFLYCTL0004
- |%s caught exception attempting to revert operation %s at address %s
- |ERROR
- |void
- |WFLYCTL0005
- |Failed executing operation %s at address %s
- |ERROR
- |void
- |WFLYCTL0006
- |Failed executing subsystem %s boot operations
- |ERROR
- |void
- |WFLYCTL0007
- |Failed to close resource %s
- |ERROR
- |void
- |WFLYCTL0008
- |Failed to persist configuration change
- |ERROR
- |void
- |WFLYCTL0009
- |Failed to store configuration to %s
- |ERROR
- |void
- |WFLYCTL0010
- |Invalid value %s for system property %s -- using default value [%d]
- |ERROR
- |void
- |WFLYCTL0011
- |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'
- |WARN
- |void
- |WFLYCTL0013
- |Operation (%s) failed - address: (%s)
- |ERROR
- |void
- |WFLYCTL0013
- |Operation (%s) failed - address: (%s) - failure description: %s
- |ERROR
- |void
- |WFLYCTL0015
- |Wildcard address detected - will ignore other interface criteria.
- |WARN
- |void
- |WFLYCTL0016
- |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 to the request.
- |ERROR
- |void
- |WFLYCTL0017
- |Operation (%s) failed - address: (%s) - failure description: %s
- |DEBUG
- |void
- |WFLYCTL0018
- |A subsystem '%s' was registered without calling ExtensionContext.createTracker(). The subsystems are registered normally but won't be cleaned up when the extension is removed.
- |WARN
- |void
- |WFLYCTL0019
- |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
- |WARN
- |void
- |WFLYCTL0020
- |Graceful shutdown of the handler used for native management requests failed but shutdown of the underlying communication channel is proceeding
- |WARN
- |void
- |WFLYCTL0021
- |Invalid value '%s' for system property '%s' -- value must be convertible into an int
- |WARN
- |void
- |WFLYCTL0022
- |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.
- |WARN
- |void
- |WFLYCTL0023
- |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.
- |WARN
- |void
- |WFLYCTL0024
- |Could not read target definition!
- |ERROR
- |void
- |WFLYCTL0025
- |Could not transform
- |ERROR
- |void
- |WFLYCTL0026
- |We have no transformer for subsystem: %s-%d.%d model transfer can break!
- |WARN
- |void
- |WFLYCTL0027
- |Operation was interrupted before stability could be reached
- |WARN
- |void
- |WFLYCTL0028
- |Attribute '%s' in the resource at address '%s' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
- |INFO
- |void
- |WFLYCTL0029
- |Cannot delete temp file %s, will be deleted on exit
- |WARN
- |void
- |WFLYCTL0030
- |No resource definition is registered for address %s
- |--
- |java.lang.String
- |WFLYCTL0031
- |No operation named '%s' exists at address %s
- |--
- |java.lang.String
- |WFLYCTL0032
- |There were problems during the transformation process for target host: '%s' %nProblems found: %n%s
- |WARN
- |void
- |WFLYCTL0033
- |Extension '%s' is deprecated and may not be supported in future versions
- |WARN
- |void
- |WFLYCTL0034
- |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.
- |INFO
- |void
- |WFLYCTL0035
- |Update of the management operation audit log failed
- |ERROR
- |void
- |WFLYCTL0036
- |[%d] consecutive management operation audit logging failures have occurred; disabling audit logging
- |ERROR
- |void
- |WFLYCTL0037
- |Update of the management operation audit log failed in handler '%s'
- |ERROR
- |void
- |WFLYCTL0038
- |[%d] consecutive management operation audit logging failures have occurred in handler '%s'; disabling this handler for audit logging
- |ERROR
- |void
- |WFLYCTL0039
- |%s already defined
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0040
- |%s %s already declared
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0041
- |A %s %s already declared has already been declared in %s %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0042
- |A %s or a %s %s already declared has already been declared in %s %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0043
- |An %s named '%s' is already registered at location '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0044
- |Ambiguous configuration file name '%s' as there are multiple files in %s that end in %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0045
- |Ambiguous name '%s' in %s: %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0046
- |Thread was interrupted waiting for a response for asynch operation
- |--
- |org.jboss.as.protocol.mgmt.RequestProcessingException
- |WFLYCTL0047
- |No asynch request with batch id %d
- |--
- |org.jboss.as.protocol.mgmt.RequestProcessingException
- |WFLYCTL0048
- |Attribute %s is not writable
- |--
- |java.lang.String
- |WFLYCTL0049
- |'%s' is a registered child of resource (%s)
- |--
- |java.lang.String
- |WFLYCTL0050
- |Unable to determine a default name based on the local host name
- |--
- |java.lang.RuntimeException
- |WFLYCTL0051
- |Could not create %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0052
- |Could not delete %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0053
- |Cannot register submodels with a null PathElement
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0054
- |Cannot register non-runtime-only submodels with a runtime-only parent
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0055
- |Cannot remove %s
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0056
- |Could not rename %s to %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0057
- |Cannot write to %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0058
- |Child %s of element %s already declared
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0059
- |Could not get canonical file for boot file: %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0060
- |Could not get canonical file for main file: %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0061
- |Channel closed
- |--
- |java.lang.String
- |WFLYCTL0062
- |Composite operation failed and was rolled back. Steps that failed:
- |--
- |java.lang.String
- |WFLYCTL0063
- |Composite operation was rolled back
- |--
- |java.lang.String
- |WFLYCTL0064
- |Configuration files whose complete name is %s are not allowed
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0065
- |No configuration file ending in %s found in %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0066
- |No directory %s was found
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0067
- |Either a %s or %s domain controller configuration must be declared.
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0068
- |An attribute named '%s' has already been declared
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0069
- |Duplicate %s declaration
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0070
- |Duplicate %s declaration %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0071
- |Duplicate path element '%s' found
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0072
- |Duplicate interface declaration
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0073
- |An element of this type named '%s' has already been declared
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0074
- |Duplicate profile included
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0075
- |Duplicate resource %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0076
- |Duplicate resource type %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0077
- |Element %s is not supported in a %s file
- |--
- |java.lang.String
- |WFLYCTL0078
- |Error waiting for Tx commit/rollback
- |--
- |java.lang.String
- |WFLYCTL0079
- |Failed initializing module %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0080
- |Failed services
- |--
- |java.lang.String
- |WFLYCTL0081
- |Failed to back up %s
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0082
- |Failed to create backup copies of configuration file %s
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0083
- |Failed to load module
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0083
- |Failed to load module %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0084
- |Failed to marshal configuration
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0085
- |Failed to parse configuration
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0086
- |Failed to persist configuration change: %s
- |--
- |java.lang.String
- |WFLYCTL0087
- |Failed to store configuration
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0088
- |Failed to take a snapshot of %s to %s
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0089
- |Failed to write configuration
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0090
- |%s does not exist
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0091
- |No files beginning with '%s' found in %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0092
- |%s cannot be used except in a full server boot
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0093
- |No included group with name %s found
- |--
- |java.lang.String
- |WFLYCTL0094
- |Illegal interface criteria type %s; must be %s
- |--
- |java.lang.String
- |WFLYCTL0095
- |Illegal value %s for interface criteria %s; must be %s
- |--
- |java.lang.String
- |WFLYCTL0096
- |Resource is immutable
- |--
- |java.lang.UnsupportedOperationException
- |WFLYCTL0097
- |Wrong type for %s. Expected %s but was %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0098
- |Interrupted while waiting for request
- |--
- |java.lang.String
- |WFLYCTL0099
- |%s is invalid
- |--
- |java.lang.String
- |WFLYCTL0100
- |%d is not a valid %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0101
- |Invalid address %s (%s)
- |--
- |java.lang.String
- |WFLYCTL0102
- |Invalid 'value' %s -- must be of the form address/mask
- |--
- |java.lang.String
- |WFLYCTL0103
- |Invalid mask %s (%s)
- |--
- |java.lang.String
- |WFLYCTL0104
- |Invalid address %s (%s)
- |--
- |java.lang.String
- |WFLYCTL0105
- |%s is invalid in combination with %s
- |--
- |java.lang.String
- |WFLYCTL0106
- |Invalid value '%s' for attribute '%s'
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0107
- |Illegal value %d for attribute '%s' must be between %d and %d (inclusive)
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0108
- |Illegal value '%s' for attribute '%s' must be an integer
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0109
- |Invalid pattern %s for interface criteria %s
- |--
- |java.lang.String
- |WFLYCTL0110
- |Invalid resource address element '%s'. The key '%s' is not valid for an element in a resource address.
- |--
- |java.lang.String
- |WFLYCTL0111
- |Load factor must be greater than 0 and less than or equal to 1
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0112
- |'%s' is an invalid value for parameter %s. Values must have a maximum length of %d characters
- |--
- |java.lang.String
- |WFLYCTL0113
- |'%s' is an invalid value for parameter %s. Values must have a minimum length of %d characters
- |--
- |java.lang.String
- |WFLYCTL0114
- |[%d] is an invalid size for parameter %s. A maximum length of [%d] is required
- |--
- |java.lang.String
- |WFLYCTL0115
- |[%d] is an invalid size for parameter %s. A minimum length of [%d] is required
- |--
- |java.lang.String
- |WFLYCTL0116
- |%d is an invalid value for parameter %s. A maximum value of %d is required
- |--
- |java.lang.String
- |WFLYCTL0117
- |%d is an invalid value for parameter %s. A minimum value of %d is required
- |--
- |java.lang.String
- |WFLYCTL0118
- |Invalid modification after completed step
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0119
- |Value %s for attribute %s is not a valid multicast address
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0120
- |An outbound socket binding: %s cannot have both %s as well as a %s at the same time
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0121
- |%s is not a valid value for parameter %s -- must be one of %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0122
- |Value %s for attribute %s does not represent a properly hex-encoded SHA1 hash
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0123
- |Stage %s is not valid for context process type %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0124
- |Invalid step stage specified
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0125
- |Invalid step stage for this context type
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0126
- |Can not have a negative size table!
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0127
- |Invalid type %s
- |--
- |java.lang.String
- |WFLYCTL0128
- |Invalid resource address element '%s'. The value '%s' is not valid for an element in a resource address. Character '%s' is not allowed.
- |--
- |java.lang.String
- |WFLYCTL0129
- |Invalid value %s for %s; legal values are %s
- |--
- |java.lang.String
- |WFLYCTL0130
- |Illegal '%s' value %s -- must be greater than %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0131
- |Illegal '%s' value %s -- cannot be negative
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0132
- |Must include one of the following elements: %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0133
- |Missing required attribute(s): %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0134
- |Missing required element(s): %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0135
- |Interrupted awaiting loading of module %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0136
- |Interrupted awaiting initialization of module %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0137
- |Model contains multiple %s nodes
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0138
- |Namespace with prefix %s already registered with schema URI %s
- |--
- |java.lang.String
- |WFLYCTL0139
- |No namespace with URI %s found
- |--
- |java.lang.String
- |WFLYCTL0140
- |Nested %s not allowed
- |--
- |java.lang.String
- |WFLYCTL0141
- |No active request found for handling report %d
- |--
- |org.jboss.as.protocol.mgmt.RequestProcessingException
- |WFLYCTL0142
- |No active request found for proxy operation control %d
- |--
- |org.jboss.as.protocol.mgmt.RequestProcessingException
- |WFLYCTL0143
- |No active request found for reading inputstream report %d
- |--
- |java.io.IOException
- |WFLYCTL0144
- |No active step
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0145
- |No active tx found for id %d
- |--
- |java.lang.RuntimeException
- |WFLYCTL0146
- |No child registry for (%s, %s)
- |--
- |java.lang.String
- |WFLYCTL0147
- |No child type %s
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0149
- |No interface criteria was provided
- |--
- |java.lang.String
- |WFLYCTL0150
- |No operation handler
- |--
- |java.lang.String
- |WFLYCTL0151
- |A node is already registered at '%s%s)'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0152
- |%s is not a directory
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0153
- |No %s%s found for %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0154
- |Cannot execute asynchronous operation without an executor
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0155
- |%s may not be null
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0156
- |%s is null
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0157
- |Operation already complete
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0158
- |Operation handler failed: %s
- |--
- |java.lang.String
- |WFLYCTL0159
- |Operation handler failed to complete
- |--
- |java.lang.String
- |WFLYCTL0160
- |Operation rolling back
- |--
- |java.lang.String
- |WFLYCTL0161
- |Operation succeeded, committing
- |--
- |java.lang.String
- |WFLYCTL0162
- |There is no operation %s registered at address %s
- |--
- |java.lang.String
- |WFLYCTL0163
- |An operation reply value type description is required but was not implemented for operation %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0164
- |Parsing problem at [row,col]:[%d ,%d]%nMessage: %s
- |--
- |java.lang.String
- |WFLYCTL0165
- |No configuration persister was injected
- |--
- |org.jboss.msc.service.StartException
- |WFLYCTL0166
- |Thread was interrupted waiting for the operation to prepare/fail
- |--
- |org.jboss.as.protocol.mgmt.RequestProcessingException
- |WFLYCTL0168
- |No profile found for inclusion
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0169
- |A proxy handler is already registered at location '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0170
- |Thread was interrupted waiting to read attachment input stream from remote caller
- |--
- |java.lang.RuntimeException
- |WFLYCTL0171
- |Removing services has lead to unsatisfied dependencies:
- |--
- |java.lang.String
- |WFLYCTL0172
- |%s is required
- |--
- |java.lang.String
- |WFLYCTL0173
- |%s is reserved
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0174
- |Resource does not exist: %s
- |--
- |java.lang.String
- |WFLYCTL0175
- |Resource %s does not exist; a resource at address %s cannot be created until all ancestor resources have been added
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0176
- |rollback() has already been invoked
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0177
- |Schema with URI %s already registered with location %s
- |--
- |java.lang.String
- |WFLYCTL0178
- |No schema location with URI %s found
- |--
- |java.lang.String
- |WFLYCTL0179
- |Service install was cancelled
- |--
- |java.util.concurrent.CancellationException
- |WFLYCTL0180
- |Services with missing/unavailable dependencies
- |--
- |java.lang.String
- |WFLYCTL0181
- |Get service registry only supported in runtime operations
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0182
- |Service removal only supported in runtime operations
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0183
- |Service status report%n
- |--
- |java.lang.String
- |WFLYCTL0184
- | New missing/unsatisfied dependencies:%n
- |--
- |java.lang.String
- |WFLYCTL0185
- | Newly corrected services:%n
- |--
- |java.lang.String
- |WFLYCTL0186
- | Services which failed to start:
- |--
- |java.lang.String
- |WFLYCTL0187
- |Get service target only supported in runtime operations
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0188
- |Stage %s is already complete
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0189
- |Step handler %s failed after completion
- |--
- |java.lang.String
- |WFLYCTL0190
- |Step handler %s for operation %s at address %s failed handling operation rollback -- %s
- |--
- |java.lang.String
- |WFLYCTL0191
- |Interrupted awaiting subsystem boot operation execution
- |--
- |java.lang.String
- |WFLYCTL0192
- |Boot operations for subsystem %s failed without explanation
- |--
- |java.lang.String
- |WFLYCTL0193
- |Failed executing subsystem %s boot operations
- |--
- |java.lang.String
- |WFLYCTL0194
- |Table is full!
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0195
- |Interrupted awaiting transaction commit or rollback
- |--
- |java.lang.RuntimeException
- |WFLYCTL0196
- |A timeout occurred waiting for the transaction to %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0197
- |Unexpected attribute '%s' encountered
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0198
- |Unexpected element '%s' encountered
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0199
- |Unexpected end of element '%s' encountered
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0200
- |Unexpected storage %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0201
- |Unknown attribute '%s'
- |--
- |java.lang.String
- |WFLYCTL0202
- |No known child type named %s
- |--
- |java.lang.String
- |WFLYCTL0203
- |Unknown property in interface criteria list: %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0204
- |Unknown interface criteria type %s
- |--
- |java.lang.String
- |WFLYCTL0205
- |Unknown interface %s %s must be declared in element %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0206
- |Unknown %s %s %s must be declared in element %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0207
- |Validation failed for %s
- |--
- |java.lang.String
- |WFLYCTL0208
- |... and %s more
- |--
- |java.lang.String
- |WFLYCTL0209
- |Invalid value '%s' for attribute '%s' -- valid values are %s
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0210
- |Caught SecurityException attempting to resolve expression '%s' -- %s
- |--
- |java.lang.String
- |WFLYCTL0211
- |Cannot resolve expression '%s'
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0212
- |Duplicate resource %s
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0213
- |Cannot remove resource before removing child resources %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0214
- |Could not get main file: %s. Specified files must be relative to the configuration dir: %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0216
- |Management resource '%s' not found
- |--
- |org.jboss.as.controller.registry.Resource.NoSuchResourceException
- |WFLYCTL0217
- |Child resource '%s' not found
- |--
- |java.lang.String
- |WFLYCTL0218
- |A node is already registered at '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0219
- |An attempt was made to unregister extension %s which still has subsystem %s registered
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0220
- |An override model registration is not allowed for the root model registration
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0221
- |An override model registration is not allowed for non-wildcard model registrations. This registration is for the non-wildcard name '%s'.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0222
- |A registration named '*' is not an override model and cannot be unregistered via the unregisterOverrideModel API.
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0223
- |The root resource registration does not support overrides, so no override can be removed.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0224
- |There is no operation %s registered at address %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0225
- |Failed to recover services during operation rollback
- |--
- |java.lang.RuntimeException
- |WFLYCTL0226
- |A subsystem named '%s' cannot be registered by extension '%s' -- a subsystem with that name has already been registered by extension '%s'.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0227
- |Operation has no '%s' field. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0228
- |Operation has a null or empty name. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0229
- |No operation called '%s' at '%s'. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0230
- |Operation contains a parameter '%s' which is not one of the expected parameters %s. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0231
- |Required parameter %s is not present. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0232
- |Alternative parameter '%s' for required parameter '%s' was used. Please use one or the other. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0233
- |Could not convert the parameter '%s' to a %s. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0234
- |The value '%s' passed in for '%s' is smaller than the minimum value '%s'. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0235
- |The value '%s' passed in for '%s' is bigger than the maximum value '%s'. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0236
- |The value '%s' passed in for '%s' is shorter than the minimum length '%s'. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0237
- |The value '%s' passed in for '%s' is longer than the maximum length '%s'. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0238
- |%s is expected to be a list of %s. %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0239
- |'required' parameter: '%s' must be a boolean in the description of the operation at %s: %s
- |--
- |java.lang.String
- |WFLYCTL0240
- |Undefined request property '%s' in description of the operation at %s: %s
- |--
- |java.lang.String
- |WFLYCTL0241
- |There is no type for parameter '%s' in the description of the operation at %s: %s
- |--
- |java.lang.String
- |WFLYCTL0242
- |Could not determine the type of parameter '%s' in the description of the operation at %s: %s
- |--
- |java.lang.String
- |WFLYCTL0243
- |The '%s' attribute of the '%s' parameter can not be converted to its type: %s in the description of the operation at %s: %s
- |--
- |java.lang.String
- |WFLYCTL0244
- |The '%s' attribute of the '%s' parameter can not be converted to an integer in the description of the operation at %s: %s
- |--
- |java.lang.String
- |WFLYCTL0245
- |Illegal '%s' value %s -- must be a valid port number
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0246
- |Cannot resolve the localhost address to create a UUID-based name for this process
- |--
- |java.lang.RuntimeException
- |WFLYCTL0247
- |Do not call ServiceController.setMode(REMOVE), use OperationContext.removeService() instead.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0248
- |Invalid value %s for %s; legal values are %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0249
- |Operation '%s' targeted at resource '%s' was directly invoked by a user. User operations are not permitted to directly update the persistent configuration of a server in a managed domain.
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0250
- |An operation handler attempted to access the operation response server results object on a process type other than '%s'. The current process type is '%s'
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0251
- |Can't have both loopback and inet-address criteria
- |--
- |java.lang.String
- |WFLYCTL0252
- |Can't have both link-local and inet-address criteria
- |--
- |java.lang.String
- |WFLYCTL0253
- |Can't have same criteria for both not and inclusion %s
- |--
- |java.lang.String
- |WFLYCTL0254
- |Invalid value '%s' for attribute '%s' -- no interface configuration with that name exists
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0255
- |%s is empty
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0256
- |Could not find a path called '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0257
- |Path entry is read-only: '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0258
- |There is already a path entry called: '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0259
- |Could not find relativeTo path '%s' for relative path '%s'
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0260
- |Invalid relativePath value '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0261
- |'%s' is a Windows absolute path
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0262
- |Path '%s' is read-only; it cannot be removed
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0263
- |Path '%s' is read-only; it cannot be modified
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0264
- |%s may not be ModelType.EXPRESSION
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0265
- |PathManager not available on processes of type '%s'
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0266
- |Value %s for attribute %s is not a valid multicast address
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0267
- |Path '%s' cannot be removed, since the following paths depend on it: %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0268
- |Failed to rename temp file %s to %s
- |--
- |org.jboss.as.controller.persistence.ConfigurationPersistenceException
- |WFLYCTL0269
- |Invalid locale format: %s
- |--
- |java.lang.String
- |WFLYCTL0270
- |<one or more transitive dependencies>
- |--
- |java.lang.String
- |WFLYCTL0271
- |Operation cancelled
- |--
- |java.lang.String
- |WFLYCTL0272
- |Operation cancelled asynchronously
- |--
- |org.jboss.as.controller._private.OperationCancellationException
- |WFLYCTL0273
- |Stream was killed
- |--
- |java.io.IOException
- |WFLYCTL0274
- |Stream was closed
- |--
- |java.io.IOException
- |WFLYCTL0275
- |Cannot define both '%s' and '%s'
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0276
- |Failed to delete file %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0277
- |An alias is already registered at location '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0278
- |Expected an address under '%s', was '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0279
- |Alias target address not found: %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0280
- |No operation called '%s' found for alias address '%s' which maps to '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0281
- |Resource registration is not an alias
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0282
- |Model contains fields that are not known in definition, fields: %s, path: %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0283
- |Could not marshal attribute as element: %s
- |--
- |java.lang.UnsupportedOperationException
- |WFLYCTL0284
- |Could not marshal attribute as attribute: %s
- |--
- |java.lang.UnsupportedOperationException
- |WFLYCTL0285
- |Operation %s invoked against multiple target addresses failed at address %s with failure description %s
- |--
- |java.lang.String
- |WFLYCTL0286
- |Operation %s invoked against multiple target addresses failed at address %s. See the operation result for details.
- |--
- |java.lang.String
- |WFLYCTL0287
- |Operation %s invoked against multiple target addresses failed at addresses %s. See the operation result for details.
- |--
- |java.lang.String
- |WFLYCTL0288
- |One or more services were unable to start due to one or more indirect dependencies not being available.
- |--
- |java.lang.String
- |WFLYCTL0289
- |No operation entry called '%s' registered at '%s'
- |--
- |java.lang.String
- |WFLYCTL0290
- |No operation handler called '%s' registered at '%s'
- |--
- |java.lang.String
- |WFLYCTL0291
- |There is no registered path to resolve with path attribute '%s' and/or relative-to attribute '%s on: %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0292
- |Attributes do not support expressions in the target model version and this resource will need to be ignored on the target host.
- |--
- |java.lang.String
- |WFLYCTL0293
- |Attributes are not understood in the target model version and this resource will need to be ignored on the target host.
- |--
- |java.lang.String
- |WFLYCTL0294
- |Transforming resource %s to core model version '%s' -- %s %s
- |--
- |java.lang.String
- |WFLYCTL0295
- |Transforming operation %s at resource %s to core model version '%s' -- %s %s
- |--
- |java.lang.String
- |WFLYCTL0296
- |Transforming resource %s to subsystem '%s' model version '%s' -- %s %s
- |--
- |java.lang.String
- |WFLYCTL0297
- |Transforming operation %s at resource %s to subsystem '%s' model version '%s' -- %s %s
- |--
- |java.lang.String
- |WFLYCTL0298
- |Node contains an unresolved expression %s -- a resolved model is required
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0299
- |Transforming resource %s for host controller '%s' to core model version '%s' -- there were problems with some of the attributes and this resource will need to be ignored on that host. Details of the problems: %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0300
- |Transforming resource %s for host controller '%s' to subsystem '%s' model version '%s' --there were problems with some of the attributes and this resource will need to be ignored on that host. Details of problems: %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0301
- |The following attributes do not support expressions: %s
- |--
- |java.lang.String
- |WFLYCTL0302
- |The following attributes are not understood in the target model version and this resource will need to be ignored on the target host: %s
- |--
- |java.lang.String
- |WFLYCTL0303
- |Resource %s is rejected on the target host, and will need to be ignored on the host
- |--
- |java.lang.String
- |WFLYCTL0304
- |Operation %2$s at %1s is rejected on the target host and will need to be ignored on the host
- |--
- |java.lang.String
- |WFLYCTL0305
- |Unless the Host Controller is started with command line option %s and the %s attribute is not set to %s, %s must be declared or the %s and the %s need to be provided.
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0306
- |read only context
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0307
- |We are trying to read data from the master host controller, which is currently busy executing another set of operations. This is a temporary situation, please retry
- |--
- |java.lang.String
- |WFLYCTL0308
- |Cannot configure an interface to use 'any-ipv6-address' when system property java.net.preferIPv4Stack is true
- |--
- |org.jboss.msc.service.StartException
- |WFLYCTL0309
- |Legacy extension '%s' is 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
- |--
- |java.lang.String
- |WFLYCTL0310
- |Extension module %s not found
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0311
- |Failed to load Extension module %s
- |--
- |java.lang.RuntimeException
- |WFLYCTL0312
- |no context to delegate with id: %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0313
- |Unauthorized to execute operation '%s' for resource '%s' -- %s
- |--
- |org.jboss.as.controller.UnauthorizedException
- |WFLYCTL0314
- |Users with multiple roles are not allowed
- |--
- |java.lang.SecurityException
- |WFLYCTL0315
- |An unexpected number of AccountPrincipals %d have been found in the current Subject.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0316
- |Different realms '%s' '%s' found in single Subject
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0317
- |There is no handler called '%s'
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0318
- |The operation context is not an AbstractOperationContext
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0319
- |The handler is referenced by %s and so cannot be removed
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0320
- |The resolved file %s either does not exist or is a directory
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0321
- |Could not back up '%s' to '%s'
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0322
- |Attempt was made to both remove and add a handler from a composite operation - update the handler instead
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0323
- |Attempt was made to both add and remove a handler from a composite operation
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0324
- |Attempt was made to both update and remove a handler from a composite operation
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0325
- |Attempt was made to both remove and add a handler reference from a composite operation
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0327
- |Unknown role '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0328
- |Cannot remove standard role '%s'
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0329
- |Unknown base role '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0330
- |Role '%s' is already registered
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0331
- |Can only create child audit logger for main audit logger
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0332
- |Permission denied
- |--
- |java.lang.String
- |WFLYCTL0333
- |Cannot add a Permission to a readonly PermissionCollection
- |--
- |java.lang.SecurityException
- |WFLYCTL0334
- |Incompatible permission type %s
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0335
- |Management resource '%s' not found
- |--
- |java.lang.String
- |WFLYCTL0336
- |The following attributes are nillable in the current model but must be defined in the target model version: %s
- |--
- |java.lang.String
- |WFLYCTL0337
- |Unsupported Principal type '%X' received.
- |--
- |java.io.IOException
- |WFLYCTL0338
- |Unsupported Principal parameter '%X' received parsing principal type '%X'.
- |--
- |java.io.IOException
- |WFLYCTL0339
- |The following attributes must be defined as %s in the current model: %s
- |--
- |java.lang.String
- |WFLYCTL0340
- |The following attributes must NOT be defined as %s in the current model: %s
- |--
- |java.lang.String
- |WFLYCTL0341
- |A uri with bad syntax '%s' was passed for validation.
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0342
- |Illegal value %d for operation header %s; value must be greater than zero
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0343
- |The service container has been destabilized by a previous operation and further runtime updates cannot be processed. Restart is required.
- |--
- |java.lang.String
- |WFLYCTL0344
- |Operation timed out awaiting service container stability
- |--
- |java.lang.String
- |WFLYCTL0345
- |Timeout after %d seconds waiting for existing service %s to be removed so a new instance can be installed.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0346
- |Invalid value %s for property %s; must be a numeric value greater than zero. Default value of %d will be used.
- |ERROR
- |void
- |WFLYCTL0347
- |Timeout after [%d] seconds waiting for initial service container stability before allowing runtime changes for operation '%s' at address '%s'. Operation will roll back; process restart is required.
- |DEBUG
- |void
- |WFLYCTL0348
- |Timeout after [%d] seconds waiting for service container stability. Operation will roll back. Step that first updated the service container was '%s' at address '%s'
- |ERROR
- |void
- |WFLYCTL0349
- |Timeout after [%d] seconds waiting for service container stability while finalizing an operation. Process must be restarted. Step that first updated the service container was '%s' at address '%s'
- |ERROR
- |void
- |WFLYCTL0350
- |Execution of operation '%s' on remote process at address '%s' interrupted while awaiting initial response; remote process has been notified to cancel operation
- |INFO
- |void
- |WFLYCTL0351
- |Execution of operation '%s' on remote process at address '%s' interrupted while awaiting final response; remote process has been notified to terminate operation
- |INFO
- |void
- |WFLYCTL0352
- |Cancelling operation '%s' with id '%d' running on thread '%s'
- |INFO
- |void
- |WFLYCTL0353
- |No response handler for request %s
- |--
- |java.io.IOException
- |WFLYCTL0354
- |Attempting reconnect to syslog handler '%s; after timeout of %d seconds
- |INFO
- |void
- |WFLYCTL0355
- |Reconnecting to syslog handler '%s failed
- |INFO
- |void
- |WFLYCTL0356
- |Failed to emit notification %s
- |WARN
- |void
- |WFLYCTL0357
- |Notification of type %s is not described for the resource at the address %s
- |--
- |java.lang.String
- |WFLYCTL0358
- |The resource was added at the address %s.
- |--
- |java.lang.String
- |WFLYCTL0359
- |The resource was removed at the address %s.
- |--
- |java.lang.String
- |WFLYCTL0360
- |The attribute %s value has been changed from %s to %s.
- |--
- |java.lang.String
- |WFLYCTL0361
- |Capabilities cannot be queried in stage '%s'; they are not available until stage '%s'.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0362
- |Capabilities required by resource '%s' are not available:
- |--
- |java.lang.String
- |WFLYCTL0363
- |Capability '%s' is already registered in context '%s'.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0364
- |Capability '%s' is unknown.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0365
- |Capability '%s' is unknown in context '%s'.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0366
- |Capability '%s' does not expose a runtime API.
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0367
- |Cannot remove capability '%s' as it is required by other capabilities:
- |--
- |java.lang.String
- |WFLYCTL0368
- |Cannot remove capability '%s' from context '%s' as it is required by other capabilities:
- |--
- |java.lang.String
- |WFLYCTL0369
- |Required capabilities are not available:
- |--
- |java.lang.String
- |WFLYCTL0370
- |Incomplete expression: %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0371
- |The element '%s' is no longer supported, please use '%s' instead
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0372
- |List attribute '%s' contains duplicates, which are not allowed
- |--
- |java.lang.String
- |WFLYCTL0373
- |Deployment resource must be runtime only
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0374
- |Unable to resolve expressions at this location.
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0375
- |Update of the management operation audit log failed on the handler '%s' due to '%s'. Please make sure that the syslog server is running and reachable
- |WARN
- |void
- |WFLYCTL0376
- |Unexpected attribute '%s' encountered. Valid attributes are: '%s'
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0377
- |Unexpected element '%s' encountered. Valid elements are: '%s'
- |--
- |javax.xml.stream.XMLStreamException
- |WFLYCTL0378
- |Attribute '%s' is not of type '%s', it is type '%s'
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0379
- |System boot is in process; execution of remote management operations is not currently available
- |--
- |java.lang.String
- |WFLYCTL0380
- |Attribute '%s' needs to be set or passed before attribute '%s' can be correctly set
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0381
- |Illegal permission name '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0382
- |Illegal permission actions '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0383
- |No operation is defined %s
- |--
- |java.lang.String
- |WFLYCTL0384
- |The call to registerHostCapable() should happen before registering models or transformers for the '%s' subsystem.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0385
- |An attempt was made to register the non-host capable subsystem '%s' from extension module '%s' in the host model.
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0386
- |The host controller info can only be accessed after the model stage on boot
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0387
- |Illegal path address '%s' , it is not in a correct CLI format
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0388
- |Could not create empty configuration file %s
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0389
- |Could not create an empty configuration at file %s as there is an existing non-empty configuration there
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0390
- |An invalid key '%s' has been supplied for parameter '%s'
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0391
- |Could not resolve attribute expression: '%s', invalid index '%d'
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0392
- |Could not resolve attribute expression: '%s', type is not a list
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0393
- |Could not resolve attribute expression: '%s'
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0394
- |Capability '%s' does not provide services of type '%s'
- |--
- |java.lang.IllegalArgumentException
- |WFLYCTL0395
- |Operation %s against the resource at address %s is deprecated, and it might be removed in future version. See the the output of the read-operation-description operationto learn more about the deprecation.
- |INFO
- |void
- |WFLYCTL0396
- |Resource %s is discarded on the target host %s
- |--
- |java.lang.String
- |WFLYCTL0397
- |Indexed child resources can only be registered if the parent resource supports ordered children. The parent of '%s' is not indexed
- |--
- |java.lang.IllegalStateException
- |WFLYCTL0398
- |An attempt was made to rename the resource found at %s to %s. However, '%s' is one of the resource types defined to be ordered on the parent resource %s
- |--
- |org.jboss.as.controller._private.OperationFailedRuntimeException
- |WFLYCTL0399
- |The capability '%s' required by capability '%s' in context '%s' is available in one or more socket binding groups, but not all socket binding capabilities required by '%s' can be resolved from a single socket binding group, so this configuration is invalid
- |--
- |java.lang.String
- |WFLYCTL0400
- |Capability '%s' in context '%s' associated with resource '%s' requires capability '%s'. It is available in one or more socket binding groups, but not all socket binding capabilities required by '%s' can be resolved from a single socket binding group, so this configuration is invalid
- |ERROR
- |void
- |WFLYCTL0401
- |Couldn't build the report
- |--
- |java.lang.RuntimeException
- |WFLYCTL0402
- |Subsystems %s provided by legacy extension '%s' are not supported on servers running this version. Both the subsystem and the extension must be removed or migrated before the server will function.
- |ERROR
- |void
- |WFLYCTL0403
- |Unexpected failure during execution of the following operation(s): %s
- |ERROR
- |void
- |WFLYCTL0404
- |Unexpected exception during execution: %s
- |--
- |java.lang.String
- |WFLYCTL0405
- |Couldn't find a transformer to %s, falling back to %s
- |WARN
- |void
- |WFLYCTL0406
- |Could not convert the attribute '%s' to a %s
- |--
- |org.jboss.as.controller.OperationFailedException
- |WFLYCTL0407
- |Failed sending completed response %s for %d
- |ERROR
- |void
- |WFLYCTL0408
- |Failed sending failure response %s for %d
- |ERROR
- |void
- |WFLYCTL0409
- |Execution of operation '%s' on remote process at address '%s' timed out after %d ms while awaiting initial response; remote process has been notified to terminate operation
- |--
- |java.lang.String
- |WFLYCTL0410
- |Execution of operation '%s' on remote process at address '%s' timed out after %d ms while awaiting final response; remote process has been notified to terminate operation
- |INFO
- |void
- |WFLYCTL0411
- |Failed to parse element '%s', ingoring ...
- |WARN
- |void
- |===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement