(possible typo error)
Code | Level | Return Type | Message |
---|---|---|---|
HSEARCH-00001 | java.lang.String | MassIndexer operation | |
HSEARCH-00001 | java.lang.String | Indexing instance of entity '%s' during mass indexing | |
HSEARCH-00001 | java.lang.String | Fetching identifiers of entities to index for entity '%s' during mass indexing | |
HSEARCH-00001 | java.lang.String | Loading and extracting entity data for entity '%s' during mass indexing | |
HSEARCH-00001 | org.hibernate.search.mapper.pojo.common.annotation.impl.SearchProcessingWithContextException | %1$s | |
HSEARCH-00001 | java.lang.String | Background indexing of entities | |
HSEARCH-00001 | java.lang.String | Index Merge operation on index '%1$s' | |
HSEARCH-00001 | java.lang.String | This multi-valued field has a 'FLATTENED' structure, which means the structure of objects is not preserved upon indexing, making object projections impossible. Try setting the field structure to 'NESTED' and reindexing all your data. | |
HSEARCH-00001 | java.lang.String | The default backend can be retrieved | |
HSEARCH-00001 | java.lang.String | The default backend cannot be retrieved, because no entity is mapped to that backend | |
HSEARCH-00001 | java.lang.String | Failed to resolve bean from Hibernate Search's internal registry with exception: %1$s | |
HSEARCH-00001 | java.lang.String | Failed to resolve bean from bean manager with exception: %1$s | |
HSEARCH-00001 | java.lang.String | Failed to resolve bean using reflection with exception: %1$s | |
HSEARCH-00001 | java.lang.String | Make sure the field is marked as searchable/sortable/projectable/aggregable/highlightable (whichever is relevant). If it already is, then '%1$s' is not available for fields of this type. | |
HSEARCH-00001 | java.lang.String | Some object field features require a nested structure; try setting the field structure to 'NESTED' and reindexing all your data. If you are trying to use another feature, it probably isn't available for this field. | |
HSEARCH-00001 | java.lang.String | Make sure the field is marked as searchable/sortable/projectable/aggregable/highlightable (whichever is relevant) in all indexes, and that the field has the same type in all indexes. | |
HSEARCH-00001 | java.lang.String | If you are trying to use the 'nested' predicate, set the field structure is to 'NESTED' in all indexes, then reindex all your data. | |
HSEARCH000017 | ERROR | Work discarded, thread was interrupted while waiting for space to schedule: %1$s | |
HSEARCH000027 | INFO | Mass indexing is going to index %d entities. | |
HSEARCH000028 | INFO | Mass indexing complete. Indexed %1$d entities. | |
HSEARCH000030 | INFO | Mass indexing progress: indexed %1$d entities in %2$d ms. | |
HSEARCH000031 | INFO | Mass indexing progress: %3$.2f%%. Mass indexing speed: %1$f documents/second since last message, %2$f documents/second since start. | |
HSEARCH000034 | INFO | Hibernate Search version %1$s | |
HSEARCH000036 | WARN | Unable to guess the transaction status: not starting a JTA transaction. | |
HSEARCH000039 | WARN | Unable to properly close scroll in ScrollableResults. | |
HSEARCH000041 | INFO | Index directory does not exist, creating: '%1$s' | |
HSEARCH000052 | WARN | An index writer operation failed. Resetting the index writer and forcing release of locks. %1$s | |
HSEARCH000055 | WARN | Unable to close the index reader. %1$s | |
HSEARCH000058 | ERROR | %1$s | |
HSEARCH000062 | ERROR | Mass indexing received interrupt signal: aborting. | |
HSEARCH000075 | WARN | Missing value for configuration property '%1$s': using LATEST (currently '%2$s'). %3$s | |
HSEARCH000114 | org.hibernate.search.util.common.SearchException | Resource does not exist in classpath: '%1$s' | |
HSEARCH000135 | org.hibernate.search.util.common.SearchException | No default value bridge implementation for type '%1$s'. Use a custom bridge. | |
HSEARCH000159 | org.hibernate.search.util.common.SearchException | No property annotated with %1$s(markerSet = "%3$s"). There must be exactly one such property in order to map it to geo-point field '%2$s'. | |
HSEARCH000160 | org.hibernate.search.util.common.SearchException | Multiple properties annotated with %1$s(markerSet = "%3$s"). There must be exactly one such property in order to map it to geo-point field '%2$s'. | |
HSEARCH000177 | org.hibernate.search.util.common.SearchException | Unable to define a document identifier for indexed type '%1$s', The property representing the entity identifier is unknown. Define the document identifier explicitly by annotating a property whose values are unique with @DocumentId. | |
HSEARCH000216 | org.hibernate.search.util.common.SearchException | %1$s defines includePaths filters that do not match anything. Non-matching includePaths filters: %2$s. Encountered field paths: %3$s. Check the filters for typos, or remove them if they are not useful. | |
HSEARCH000221 | org.hibernate.search.util.common.SearchException | Infinite embedded recursion involving path '%2$s' on type '%1$s' | |
HSEARCH000225 | WARN | Unable to acquire lock on the index while initializing directory '%s'. Either the directory wasn't properly closed last time it was used due to a critical failure, or another instance of Hibernate Search is using it concurrently (which is not supported). If you experience indexing failures on this index you will need to remove the lock, and might need to rebuild the index. | |
HSEARCH000226 | TRACE | %s: %s | |
HSEARCH000228 | org.hibernate.search.util.common.SearchException | Unable to parse '%1$ss' into a Lucene version: %2$s | |
HSEARCH000230 | DEBUG | Starting executor '%1$s' | |
HSEARCH000231 | DEBUG | Stopping executor '%1$s' | |
HSEARCH000234 | org.hibernate.search.util.common.SearchException | No matching indexed entity types for types %1$s These types are not indexed entity types, nor is any of their subtypes. Valid indexed entity classes, superclasses and superinterfaces are: %2$s. | |
HSEARCH000237 | org.hibernate.search.util.common.SearchException | Invalid range: at least one bound in range predicates must be non-null. | |
HSEARCH000242 | org.hibernate.search.util.common.SearchException | Invalid type '%1$s': missing constructor. The type must expose a public, no-arguments constructor. | |
HSEARCH000274 | TRACE | Executing Lucene query: %s | |
HSEARCH000276 | org.hibernate.search.util.common.SearchException | No transaction active. Consider increasing the connection time-out. | |
HSEARCH000284 | org.hibernate.search.util.common.SearchException | Unable to open index readers: %1$s | |
HSEARCH000295 | org.hibernate.search.util.common.SearchException | Invalid value for type '$2%s': '$1%s'. %3$s | |
HSEARCH000297 | org.hibernate.search.util.common.SearchException | Unable to convert '%2$s' into type '%1$s': value is too large. | |
HSEARCH000329 | org.hibernate.search.util.common.SearchException | Unable to apply analysis configuration: %1$s | |
HSEARCH000337 | org.hibernate.search.util.common.SearchException | Conflicting usage of @Param annotation for parameter name: '%1$s'. Can't assign both value '%2$s' and '%3$s' | |
HSEARCH000337 | org.hibernate.search.util.common.SearchException | Ambiguous value for parameter '%1$s': this parameter is set to two different values '%2$s' and '%3$s'. | |
HSEARCH000342 | org.hibernate.search.util.common.SearchException | Invalid index field type: both analyzer '%1$s' and normalizer '%2$s' are assigned to this type. Either an analyzer or a normalizer can be assigned, but not both. | |
HSEARCH000344 | WARN | Invalid normalizer implementation: the normalizer for definition '%s' produced %d tokens. Normalizers should never produce more than one token. The tokens have been concatenated by Hibernate Search, but you should fix your normalizer definition. | |
HSEARCH000345 | org.hibernate.search.util.common.SearchException | Invalid index field type: both analyzer '%1$s' and sorts are enabled. Sorts are not supported on analyzed fields. If you need an analyzer simply to transform the text (lowercasing, ...) without splitting it into tokens, use a normalizer instead. If you need an actual analyzer (with tokenization), define two separate fields: one with an analyzer that is not sortable, and one with a normalizer that is sortable. | |
HSEARCH000353 | org.hibernate.search.util.common.SearchException | Unknown analyzer: '%1$s'. Make sure you defined this analyzer. | |
HSEARCH000501 | org.hibernate.search.util.common.SearchException | Invalid value for configuration property '%1$s': '%2$s'. %3$s | |
HSEARCH000502 | org.hibernate.search.util.common.SearchException | Invalid value: expected either an instance of '%1$s' or a String that can be parsed into that type. %2$s | |
HSEARCH000503 | org.hibernate.search.util.common.SearchException | Invalid Boolean value: expected either a Boolean, the String 'true' or the String 'false'. %1$s | |
HSEARCH000504 | org.hibernate.search.util.common.SearchException | Invalid Integer value: expected either a Number or a String that can be parsed into an Integer. %1$s | |
HSEARCH000505 | org.hibernate.search.util.common.SearchException | Invalid Long value: expected either a Number or a String that can be parsed into a Long. %1$s | |
HSEARCH000506 | org.hibernate.search.util.common.SearchException | Invalid multi value: expected either a single value of the correct type, a Collection, or a String, and interpreting as a single value failed with the following exception. %1$s | |
HSEARCH000514 | org.hibernate.search.util.common.SearchException | Invalid index field name '%1$s': field names cannot be null or empty. | |
HSEARCH000515 | org.hibernate.search.util.common.SearchException | Invalid index field name '%1$s': field names cannot contain a dot ('.'). Remove the dot from your field name, or if you are declaring the field in a bridge and want a tree of fields, declare an object field using the objectField() method. | |
HSEARCH000516 | java.lang.IllegalArgumentException | Invalid polygon: the first point '%1$s' should be identical to the last point '%2$s' to properly close the polygon. | |
HSEARCH000519 | java.lang.String | Hibernate Search encountered %3$s failures during %1$s. Only the first %2$s failures are displayed here. See the TRACE logs for extra failures. | |
HSEARCH000520 | org.hibernate.search.util.common.SearchException | Hibernate Search encountered failures during %1$s. Failures: %2$s | |
HSEARCH000521 | TRACE | Hibernate Search encountered a failure during %1$s; continuing for now to list all problems, but the process will ultimately be aborted. %2$s Failure: | |
HSEARCH000522 | WARN | Exception while collecting a failure -- this may indicate a bug or a missing test in Hibernate Search. Please report it: https://hibernate.org/community/ Nested exception: %1$s | |
HSEARCH000525 | org.hibernate.search.util.common.SearchException | Invalid call of ifSupported(...) after orElse(...). Use a separate extension() context, or move the orElse(...) call last. | |
HSEARCH000526 | org.hibernate.search.util.common.SearchException | None of the provided extensions can be applied to the current context. Attempted extensions: %1$s. If you want to ignore this, use .extension().ifSupported(...).orElse(ignored -> { }). | |
HSEARCH000528 | org.hibernate.search.util.common.SearchException | Security manager does not allow access to the constructor of type '%1$s': %2$s | |
HSEARCH000530 | org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException | Unable to load class '%1$s': %2$s | |
HSEARCH000533 | org.hibernate.search.util.common.SearchException | No backend with name '%1$s'. Check that at least one entity is configured to target that backend. The following backends can be retrieved by name: %2$s. %3$s | |
HSEARCH000534 | org.hibernate.search.util.common.SearchException | No index manager with name '%1$s'. Check that at least one entity is configured to target that index. The following indexes can be retrieved by name: %2$s. | |
HSEARCH000540 | org.hibernate.search.util.common.SearchException | Unable to instantiate class '%1$s': %2$s | |
HSEARCH000542 | org.hibernate.search.util.common.SearchException | Invalid type '%1$s': this type cannot be assigned to type '%2$s'. | |
HSEARCH000543 | org.hibernate.search.util.common.SearchException | Invalid type '%1$s': this type is an interface. An implementation class is required. | |
HSEARCH000544 | org.hibernate.search.util.common.SearchException | Invalid type '%1$s': missing constructor. The type must expose a public constructor with a single parameter of type Map. | |
HSEARCH000546 | org.hibernate.search.util.common.SearchException | Cyclic recursion starting from '%1$s' on %2$s. Index field path starting from that location and ending with a cycle: '%3$s'. A type cannot declare an unrestricted @IndexedEmbedded to itself, even indirectly. To break the cycle, you should consider adding filters to your @IndexedEmbedded: includePaths, includeDepth, excludePaths, ... | |
HSEARCH000547 | org.hibernate.search.util.common.SearchException | Invalid BeanReference value: expected an instance of '%1$s', BeanReference, String or Class. %2$s | |
HSEARCH000551 | org.hibernate.search.util.common.SearchException | Invalid use of per-field boost: the predicate score is constant. Cannot assign a different boost to each field when the predicate score is constant. | |
HSEARCH000553 | org.hibernate.search.util.common.SearchException | Invalid slop: %1$d. The slop must be positive or zero. | |
HSEARCH000554 | org.hibernate.search.util.common.SearchException | Invalid maximum edit distance: %1$d. The value must be 0, 1 or 2. | |
HSEARCH000555 | org.hibernate.search.util.common.SearchException | Invalid exact prefix length: %1$d. The value must be positive or zero. | |
HSEARCH000557 | org.hibernate.search.util.common.SearchException | Invalid value for type '%1$s': '%2$s'. The expected format is '%3$s'. | |
HSEARCH000558 | org.hibernate.search.util.common.SearchException | Invalid %1$s value: expected either a Number or a String that can be parsed into a %1$s. %2$s | |
HSEARCH000559 | org.hibernate.search.util.common.SearchException | Invalid string for type '%2$s': '%1$s'. %3$s | |
HSEARCH000560 | org.hibernate.search.util.common.SearchException | Invalid value for enum '%2$s': '%1$s'. | |
HSEARCH000561 | org.hibernate.search.util.common.SearchException | Multiple hits when a single hit was expected. | |
HSEARCH000562 | org.hibernate.search.util.common.SearchException | Unable to submit work to '%1$s': thread received interrupt signal. The work has been discarded. | |
HSEARCH000563 | org.hibernate.search.util.common.SearchException | Unable to submit work to '%1$s': this orchestrator is stopped. The work has been discarded. | |
HSEARCH000564 | org.hibernate.search.util.common.SearchException | Invalid geo-point value: '%1$s'. The expected format is ' | |
HSEARCH000565 | org.hibernate.search.util.common.SearchException | Unknown aggregation key '%1$s'. This key was not used when building the search query. | |
HSEARCH000566 | org.hibernate.search.util.common.SearchException | Invalid configuration property checking strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH000567 | INFO | Configuration property tracking is disabled; unused properties will not be logged. | |
HSEARCH000568 | WARN | Invalid configuration passed to Hibernate Search: some properties in the given configuration are not used. There might be misspelled property keys in your configuration. Unused properties: %1$s. To disable this warning, set the property '%2$s' to '%3$s'. | |
HSEARCH000569 | ERROR | The background failure handler threw an exception while handling a previous failure. The failure may not have been reported. | |
HSEARCH000570 | org.hibernate.search.util.common.SearchException | Invalid index field template name '%1$s': field template names cannot be null or empty. | |
HSEARCH000571 | org.hibernate.search.util.common.SearchException | Invalid index field template name '%1$s': field template names cannot contain a dot ('.'). | |
HSEARCH000572 | org.hibernate.search.util.common.SearchException | Inconsistent index data: a supposedly single-valued field returned multiple values. Values: [%1$s, %2$s]. | |
HSEARCH000573 | org.hibernate.search.util.common.SearchException | Invalid configuration passed to Hibernate Search: some properties in the given configuration are obsolete.Configuration properties changed between Hibernate Search 5 and Hibernate Search 6 Check out the reference documentation and upgrade your configuration. Obsolete properties: %1$s. | |
HSEARCH000575 | org.hibernate.search.util.common.SearchException | No default backend. Check that at least one entity is configured to target the default backend. The following backends can be retrieved by name: %1$s. | |
HSEARCH000576 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | Ambiguous bean reference to type '%1$s': multiple beans are explicitly defined for this type in Hibernate Search's internal registry. Explicitly defined beans: %2$s. | |
HSEARCH000577 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | No beans defined for type '%1$s' in Hibernate Search's internal registry. | |
HSEARCH000578 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | No beans defined for type '%1$s' and name '%2$s' in Hibernate Search's internal registry. | |
HSEARCH000579 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | Unable to resolve bean reference to type '%1$s' and name '%2$s'. %3$s | |
HSEARCH000580 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | Unable to resolve bean reference to type '%1$s'. %2$s | |
HSEARCH000581 | org.hibernate.search.util.common.SearchException | Unable to resolve backend type: configuration property '%1$s' is not set, and there isn't any backend in the classpath. Check that you added the desired backend to your project's dependencies. | |
HSEARCH000582 | org.hibernate.search.util.common.SearchException | Ambiguous backend type: configuration property '%1$s' is not set, and multiple backend types are present in the classpath. Set property '%1$s' to one of the following to select the backend type: %2$s | |
HSEARCH000583 | org.hibernate.search.util.common.SearchException | Invalid type for DSL arguments: '%1$s'. Expected '%2$s' or a subtype. | |
HSEARCH000584 | org.hibernate.search.util.common.SearchException | Invalid type for returned values: '%1$s'. Expected '%2$s' or a supertype. | |
HSEARCH000586 | org.hibernate.search.util.common.SearchTimeoutException | Operation exceeded the timeout of %1$s. | |
HSEARCH000587 | org.hibernate.search.util.common.SearchException | Unable to provide the exact total hit count: only a lower-bound approximation is available. This is generally the result of setting query options such as a timeout or the total hit count threshold. Either unset these options, or retrieve the lower-bound hit count approximation through '.total().hitCountLowerBound()'. | |
HSEARCH000588 | org.hibernate.search.util.common.SearchException | Multiple entity types mapped to index '%1$s': '%2$s', '%3$s'. Each indexed type must be mapped to its own, dedicated index. | |
HSEARCH000589 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | Unable to create bean using reflection: %1$s | |
HSEARCH000590 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | No configured bean manager. | |
HSEARCH000591 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | Unable to resolve '%2$s' to a class extending '%1$s': %3$s | |
HSEARCH000592 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | Invalid bean reference: '%1$s'. The reference is prefixed with '%2$s', which is not a valid bean retrieval prefix. If you want to reference a bean by name, and the name contains a colon, use 'bean:%1$s'. Otherwise, use a valid bean retrieval prefix among the following: %3$s. | |
HSEARCH000593 | org.hibernate.search.util.common.SearchException | Named predicate name '%1$s' is invalid: field names cannot be null or empty. | |
HSEARCH000594 | org.hibernate.search.util.common.SearchException | Named predicate name '%1$s' is invalid: field names cannot contain a dot ('.'). Remove the dot from your named predicate name. | |
HSEARCH000596 | org.hibernate.search.util.common.SearchException | Different mappings trying to define two backends with the same name '%1$s' but having different expectations on multi-tenancy. | |
HSEARCH000597 | org.hibernate.search.util.common.SearchException | Different mappings trying to define default backends having different expectations on multi-tenancy. | |
HSEARCH000598 | org.hibernate.search.util.common.SearchException | Invalid type: %1$s is not composite. | |
HSEARCH000599 | org.hibernate.search.util.common.SearchException | Invalid type: %1$s is not an object field. | |
HSEARCH000600 | org.hibernate.search.util.common.SearchException | Invalid type: %1$s is not a value field. | |
HSEARCH000601 | org.hibernate.search.util.common.SearchException | Inconsistent configuration for %1$s in a search query across multiple indexes: %2$s | |
HSEARCH000602 | org.hibernate.search.util.common.SearchException | Inconsistent support for '%1$s': %2$s | |
HSEARCH000603 | org.hibernate.search.util.common.SearchException | Attribute '%1$s' differs: '%2$s' vs. '%3$s'. | |
HSEARCH000604 | org.hibernate.search.util.common.SearchException | Cannot use '%2$s' on %1$s: %3$s | |
HSEARCH000606 | org.hibernate.search.util.common.SearchException | '%1$s' can be used in some of the targeted indexes, but not all of them. %2$s | |
HSEARCH000609 | org.hibernate.search.util.common.SearchException | This field is a value field in some indexes, but an object field in other indexes. | |
HSEARCH000610 | org.hibernate.search.util.common.SearchException | Unknown field '%1$s'. | |
HSEARCH000611 | org.hibernate.search.util.common.SearchException | Invalid target fields: fields [%1$s, %3$s] are in different nested documents (%2$s vs. %4$s). All target fields must be in the same document. | |
HSEARCH000612 | org.hibernate.search.util.common.SearchException | Unable to close saved value for key %1$s: %2$s | |
HSEARCH000613 | org.hibernate.search.util.common.SearchException | Unable to access the Search integration: initialization hasn't completed yet. | |
HSEARCH000614 | org.hibernate.search.util.common.SearchException | Cannot project on entity type '%1$s': this type cannot be loaded from an external datasource, and the documents from the index cannot be projected to its Java class '%2$s'. %3$s | |
HSEARCH000615 | org.hibernate.search.util.common.SearchException | Unable to resolve field '%1$s': %2$s | |
HSEARCH000616 | DEBUG | Ignoring ServiceConfigurationError caught while trying to instantiate service '%s'. | |
HSEARCH000617 | org.hibernate.search.util.common.SearchException | Parameter with name '%1$s' was not defined on projection definition '%2$s'. | |
HSEARCH000618 | org.hibernate.search.util.common.SearchException | Invalid type for entity projection on type '%1$s': the entity type's Java class '%2$s' does not extend the requested projection type '%3$s'. | |
HSEARCH000619 | org.hibernate.search.util.common.SearchException | 'includePaths' and 'excludePaths' cannot be used together in the same filter. Use either `includePaths` or `excludePaths` leaving the other one empty. Included paths are: '%1$s', excluded paths are: '%2$s'. | |
HSEARCH000620 | DEBUG | Multiple configuration providers are available for scope '%1$s'. They will be taken under consideration in the following order: '%2$s'. | |
HSEARCH000621 | org.hibernate.search.util.common.SearchException | Cannot use rewrite method '%1$s': this method requires parameter 'n', which was not specified. Use another version of the rewrite(...) method that accepts parameter 'n'. | |
HSEARCH000622 | org.hibernate.search.util.common.SearchException | Cannot use rewrite method '%1$s': this method does not accept parameter 'n', but it was specified. Use another version of the rewrite(...) method that does not accept parameter 'n'. | |
HSEARCH000624 | org.hibernate.search.util.common.SearchException | Query parameter '%1$s' is not set. Use `.param(..)` methods on the query to set any parameters that the query requires. | |
HSEARCH000625 | org.hibernate.search.util.common.SearchException | Expecting value of query parameter '%1$s' to be of type %2$s, but instead got a value of type %3$s. | |
HSEARCH000626 | org.hibernate.search.util.common.SearchException | Named value '%1$s' has not been defined. | |
HSEARCH000627 | org.hibernate.search.util.common.SearchException | Expecting value of named value '%1$s' to be of type %2$s, but instead got a value of type %3$s. | |
HSEARCH000628 | org.hibernate.search.util.common.SearchException | Unable to get a thread group from the SecurityManager: %1$s | |
HSEARCH400007 | org.hibernate.search.util.common.SearchException | Elasticsearch request failed: %3$s Request: %1$s Response: %2$s | |
HSEARCH400008 | org.hibernate.search.util.common.SearchException | Elasticsearch bulked request failed: %3$s Request metadata: %1$sResponse: %2$s | |
HSEARCH400010 | org.hibernate.search.util.common.SearchException | Elasticsearch response indicates a timeout (HTTP status 408) | |
HSEARCH400020 | org.hibernate.search.util.common.SearchException | Unable to update mapping for index '%1$s': %2$s | |
HSEARCH400022 | org.hibernate.search.util.common.SearchException | Invalid index status: '%1$s'. Valid statuses are: %2$s. | |
HSEARCH400024 | org.hibernate.search.util.common.SearchException | Index '%1$s' failed to reach status '%2$s' after %3$sms. | |
HSEARCH400034 | org.hibernate.search.util.common.SearchException | Unable to retrieve index metadata from Elasticsearch: %1$s | |
HSEARCH400035 | org.hibernate.search.util.common.SearchException | Unable to update schema for index '%1$s': %2$s | |
HSEARCH400050 | org.hibernate.search.util.common.SearchException | Missing index: index names [%1$s, %2$s] do not point to any index in the Elasticsearch cluster. | |
HSEARCH400053 | TRACE | Executing Elasticsearch query on '%s' with parameters '%s': <%s> | |
HSEARCH400055 | org.hibernate.search.util.common.SearchException | Duplicate tokenizer definitions: '%1$s'. Tokenizer names must be unique. | |
HSEARCH400056 | org.hibernate.search.util.common.SearchException | Duplicate char filter definitions: '%1$s'. Char filter names must be unique. | |
HSEARCH400057 | org.hibernate.search.util.common.SearchException | Duplicate token filter definitions: '%1$s'. Token filter names must be unique. | |
HSEARCH400067 | org.hibernate.search.util.common.SearchException | Unable to update settings for index '%1$s': %2$s | |
HSEARCH400069 | INFO | Closed Elasticsearch index '%1$s' automatically. | |
HSEARCH400070 | INFO | Opened Elasticsearch index '%1$s' automatically. | |
HSEARCH400073 | WARN | Hibernate Search will connect to Elasticsearch with authentication over plain HTTP (not HTTPS). The password will be sent in clear text over the network. | |
HSEARCH400075 | org.hibernate.search.util.common.SearchException | Unable to apply analysis configuration: %1$s | |
HSEARCH400076 | org.hibernate.search.util.common.SearchException | Invalid analyzer definition for name '%1$s'. Analyzer definitions must at least define the tokenizer. | |
HSEARCH400077 | org.hibernate.search.util.common.SearchException | Invalid tokenizer definition for name '%1$s'. Tokenizer definitions must at least define the tokenizer type. | |
HSEARCH400078 | org.hibernate.search.util.common.SearchException | Invalid char filter definition for name '%1$s'. Char filter definitions must at least define the char filter type. | |
HSEARCH400079 | org.hibernate.search.util.common.SearchException | Invalid token filter definition for name '%1$s'. Token filter definitions must at least define the token filter type. | |
HSEARCH400080 | org.hibernate.search.util.common.SearchException | Unable to detect the Elasticsearch version running on the cluster: %s | |
HSEARCH400081 | org.hibernate.search.util.common.SearchException | Incompatible Elasticsearch version: '%s'. Refer to the documentation to know which versions of Elasticsearch are compatible with Hibernate Search. | |
HSEARCH400082 | DEBUG | Executed Elasticsearch HTTP %s request to '%s' with path '%s', query parameters %s and %d objects in payload in %dms. Response had status %d '%s'. Request body: <%s>. Response body: <%s> | |
HSEARCH400085 | WARN | Unknown Elasticsearch version running on the cluster: '%s'. Hibernate Search may not work correctly. Consider updating to a newer version of Hibernate Search, if any. | |
HSEARCH400089 | org.hibernate.search.util.common.SearchException | Unable to parse Elasticsearch response. Status code was '%1$d', status phrase was '%2$s'. Nested exception: %3$s | |
HSEARCH400090 | org.hibernate.search.util.common.SearchException | Elasticsearch response indicates a failure. | |
HSEARCH400093 | TRACE | Executed Elasticsearch HTTP %s request to '%s' with path '%s', query parameters %s and %d objects in payload in %dms. Response had status %d '%s'. Request body: <%s>. Response body: <%s> | |
HSEARCH400502 | org.hibernate.search.util.common.SearchException | Invalid multi-index scope: a scope cannot span both a Elasticsearch index and another type of index. Base scope: '%1$s', incompatible (Elasticsearch) index: '%2$s'. | |
HSEARCH400503 | org.hibernate.search.util.common.SearchException | Invalid multi-index scope: a scope cannot span multiple Elasticsearch backends. Base scope: '%1$s', incompatible index (from another backend): '%2$s'. | |
HSEARCH400506 | org.hibernate.search.util.common.SearchException | Invalid target for Elasticsearch extension: '%1$s'. This extension can only be applied to components created by an Elasticsearch backend. | |
HSEARCH400508 | org.hibernate.search.util.common.SearchException | Invalid search predicate: '%1$s'. You must build the predicate from an Elasticsearch search scope. | |
HSEARCH400511 | org.hibernate.search.util.common.SearchException | Invalid search sort: '%1$s'. You must build the sort from an Elasticsearch search scope. | |
HSEARCH400515 | org.hibernate.search.util.common.SearchException | Invalid multi-tenancy strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH400516 | org.hibernate.search.util.common.SearchException | Invalid tenant identifiers: '%1$s'. No tenant identifier is expected, because multi-tenancy is disabled for this backend. | |
HSEARCH400517 | org.hibernate.search.util.common.SearchException | Missing tenant identifier. A tenant identifier is expected, because multi-tenancy is enabled for this backend. | |
HSEARCH400518 | org.hibernate.search.util.common.SearchException | Invalid requested type for client: '%1$s'. The Elasticsearch low-level client can only be unwrapped to '%2$s'. | |
HSEARCH400519 | org.hibernate.search.util.common.SearchException | Invalid requested type for this backend: '%1$s'. Elasticsearch backends can only be unwrapped to '%2$s'. | |
HSEARCH400520 | org.hibernate.search.util.common.SearchException | Duplicate index field definition: '%1$s'. Index field names must be unique. Look for two property mappings with the same field name, or two indexed-embeddeds with prefixes that lead to conflicting index field names, or two custom bridges declaring index fields with the same name. | |
HSEARCH400525 | org.hibernate.search.util.common.SearchException | Invalid field reference for this document element: this document element has path '%1$s', but the referenced field has a parent with path '%2$s'. | |
HSEARCH400526 | org.hibernate.search.util.common.AssertionFailure | Missing data in the Elasticsearch response. | |
HSEARCH400529 | org.hibernate.search.util.common.SearchException | Multiple conflicting minimumShouldMatch constraints for ceiling '%1$s' | |
HSEARCH400530 | org.hibernate.search.util.common.SearchException | Conflicting index names: Hibernate Search indexes '%1$s' and '%2$s' both target the Elasticsearch index name or alias '%3$s' | |
HSEARCH400531 | org.hibernate.search.util.common.SearchException | Unable to resolve index name '%1$s' to an entity type: %2$s | |
HSEARCH400532 | org.hibernate.search.util.common.SearchException | Unable to convert DSL argument: %1$s | |
HSEARCH400533 | org.hibernate.search.util.common.SearchException | Invalid requested type for this index manager: '%1$s'. Elasticsearch index managers can only be unwrapped to '%2$s'. | |
HSEARCH400534 | org.hibernate.search.util.common.SearchException | Invalid typed analyzer definition for name '%1$s'. Typed analyzer definitions must at least define the analyzer type. | |
HSEARCH400535 | org.hibernate.search.util.common.SearchException | Invalid index field type: both analyzer '%1$s' and normalizer '%2$s' are assigned to this type. Either an analyzer or a normalizer can be assigned, but not both. | |
HSEARCH400536 | org.hibernate.search.util.common.SearchException | Invalid index field type: both analyzer '%1$s' and sorts are enabled. Sorts are not supported on analyzed fields. If you need an analyzer simply to transform the text (lowercasing, ...) without splitting it into tokens, use a normalizer instead. If you need an actual analyzer (with tokenization), define two separate fields: one with an analyzer that is not sortable, and one with a normalizer that is sortable. | |
HSEARCH400537 | org.hibernate.search.util.common.SearchException | Ambiguous value for parameter '%1$s': this parameter is set to two different values '%2$s' and '%3$s'. | |
HSEARCH400538 | org.hibernate.search.util.common.SearchException | Invalid search projection: '%1$s'. You must build the projection from an Elasticsearch search scope. | |
HSEARCH400544 | org.hibernate.search.util.common.SearchException | Unable to shut down the Elasticsearch client: %1$s | |
HSEARCH400545 | org.hibernate.search.util.common.SearchException | No built-in index field type for class: '%1$s'. | |
HSEARCH400553 | org.hibernate.search.util.common.SearchException | Full-text features (analysis, fuzziness, minimum should match) are not supported for fields of this type. | |
HSEARCH400554 | org.hibernate.search.util.common.SearchException | Incomplete field definition. You must call toReference() to complete the field definition. | |
HSEARCH400555 | org.hibernate.search.util.common.SearchException | Multiple calls to toReference() for the same field definition. You must call toReference() exactly once. | |
HSEARCH400556 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch version: '%1$s'. Expected format is 'x.y.z-qualifier', where 'x', 'y' and 'z' are integers, and 'qualifier' is an string of word characters (alphanumeric or '_'). Incomplete versions are allowed, for example '7.0' or just '7'. | |
HSEARCH400557 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch version: '%1$s'. Expected format is 'x.y.z-qualifier' or ' | |
HSEARCH400558 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch distribution name: '%1$s'. Valid names are: %2$s. | |
HSEARCH400559 | org.hibernate.search.util.common.SearchException | Unexpected Elasticsearch version running on the cluster: '%2$s'. Hibernate Search was configured for Elasticsearch '%1$s'. | |
HSEARCH400560 | org.hibernate.search.util.common.SearchException | Cannot skip analysis on field '%1$s': the Elasticsearch backend will always normalize arguments before attempting matches on normalized fields. | |
HSEARCH400562 | org.hibernate.search.util.common.SearchException | Invalid index field type: both null token '%2$s' ('indexNullAs') and analyzer '%1$s' are assigned to this type. 'indexNullAs' is not supported on analyzed fields. | |
HSEARCH400563 | org.hibernate.search.util.common.SearchException | Multiple values assigned to field '%1$s': this field is single-valued. Declare the field as multi-valued in order to allow this. | |
HSEARCH400564 | org.hibernate.search.util.common.SearchException | Invalid use of explain(Object id) on a query targeting multiple types. Use explain(String typeName, Object id) and pass one of %1$s as the type name. | |
HSEARCH400565 | org.hibernate.search.util.common.SearchException | Invalid mapped type name: '%2$s'. This type is not among the mapped types targeted by this query: %1$s. | |
HSEARCH400566 | org.hibernate.search.util.common.SearchException | Invalid document identifier: '%2$s'. No such document in index '%1$s'. | |
HSEARCH400567 | org.hibernate.search.util.common.SearchException | Invalid index field type: missing decimal scale. Define the decimal scale explicitly. %1$s | |
HSEARCH400569 | org.hibernate.search.util.common.SearchException | Unable to encode value '%1$s': this field type only supports values ranging from '%2$s' to '%3$s'. If you want to encode values that are outside this range, change the decimal scale for this field. Do not forget to reindex all your data after changing the decimal scale. | |
HSEARCH400570 | org.hibernate.search.util.common.SearchException | Invalid index field type: decimal scale '%1$s' is positive. The decimal scale of BigInteger fields must be zero or negative. | |
HSEARCH400572 | org.hibernate.search.util.common.SearchException | Invalid search predicate: '%1$s'. You must build the predicate from a scope targeting indexes %3$s or a superset of them, but the given predicate was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH400573 | org.hibernate.search.util.common.SearchException | Invalid search sort: '%1$s'. You must build the sort from a scope targeting indexes %3$s or a superset of them, but the given sort was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH400574 | org.hibernate.search.util.common.SearchException | Invalid search projection: '%1$s'. You must build the projection from a scope targeting indexes %3$s or a superset of them, but the given projection was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH400576 | org.hibernate.search.util.common.SearchException | Invalid index field type: both analyzer '%1$s' and aggregations are enabled. Aggregations are not supported on analyzed fields. If you need an analyzer simply to transform the text (lowercasing, ...) without splitting it into tokens, use a normalizer instead. If you need an actual analyzer (with tokenization), define two separate fields: one with an analyzer that is not aggregable, and one with a normalizer that is aggregable. | |
HSEARCH400580 | org.hibernate.search.util.common.SearchException | Invalid range: '%1$s'. Elasticsearch range aggregations only accept ranges in the canonical form: (-Infinity, | |
HSEARCH400581 | org.hibernate.search.util.common.SearchException | Invalid search aggregation: '%1$s'. You must build the aggregation from an Elasticsearch search scope. | |
HSEARCH400582 | org.hibernate.search.util.common.SearchException | Invalid search aggregation: '%1$s'. You must build the aggregation from a scope targeting indexes %3$s or a superset of them, but the given aggregation was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH400585 | org.hibernate.search.util.common.SearchException | Duplicate aggregation definitions for key: '%1$s' | |
HSEARCH400587 | org.hibernate.search.util.common.SearchException | Invalid index field type: search analyzer '%1$s' is assigned to this type, but the indexing analyzer is missing. Assign an indexing analyzer and a search analyzer, or remove the search analyzer. | |
HSEARCH400588 | org.hibernate.search.util.common.SearchException | Call to the bulk REST API failed: %1$s | |
HSEARCH400589 | org.hibernate.search.util.common.SearchException | Invalid host/port: '%1$s'. The host/port string must use the format 'host:port', for example 'mycompany.com:9200' The URI scheme ('http://', 'https://') must not be included. | |
HSEARCH400590 | org.hibernate.search.util.common.SearchTimeoutException | Request execution exceeded the timeout of %1$s. Request was %2$s | |
HSEARCH400591 | org.hibernate.search.util.common.SearchException | Invalid name for the type-name mapping strategy: '%1$s'. Valid names are: %2$s. | |
HSEARCH400592 | org.hibernate.search.util.common.SearchException | Missing field '%1$s' for one of the search hits. The document was probably indexed with a different configuration: full reindexing is necessary. | |
HSEARCH400593 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch index layout: index names [%1$s, %2$s] resolve to multiple distinct indexes %3$s. These names must resolve to a single index. | |
HSEARCH400594 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch index layout: primary (non-alias) name for existing Elasticsearch index '%1$s' does not match the expected pattern '%2$s'. | |
HSEARCH400595 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch index layout: unique key '%1$s' extracted from the index name does not match any of %2$s. | |
HSEARCH400596 | org.hibernate.search.util.common.SearchException | Invalid Elasticsearch index layout: the write alias and read alias are set to the same value: '%1$s'. The write alias and read alias must be different. | |
HSEARCH400597 | org.hibernate.search.util.common.SearchException | Missing or imprecise Elasticsearch version: configuration property '%1$s' is set to 'false', so you must set the version explicitly with at least as much precision as 'x.y', where 'x' and 'y' are integers. | |
HSEARCH400598 | org.hibernate.search.util.common.SearchException | The lifecycle strategy cannot be set at the index level anymore. Set the schema management strategy via the property 'hibernate.search.schema_management.strategy' instead. | |
HSEARCH400600 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for fields in nested documents. | |
HSEARCH400601 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for String fields. Only MIN and MAX are supported. | |
HSEARCH400602 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for temporal fields. Only MIN, MAX, AVG and MEDIAN are supported. | |
HSEARCH400603 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for a distance sort. Only MIN, MAX, AVG and MEDIAN are supported. | |
HSEARCH400604 | org.hibernate.search.util.common.SearchException | Invalid sort filter: field '%1$s' is not contained in a nested object. Sort filters are only available if the field to sort on is contained in a nested object. | |
HSEARCH400605 | org.hibernate.search.util.common.SearchException | Invalid search predicate: %1$s. This predicate targets fields %3$s, but only fields that are contained in the nested object with path '%2$s' are allowed here. | |
HSEARCH400606 | org.hibernate.search.util.common.SearchException | Invalid aggregation filter: field '%1$s' is not contained in a nested object. Aggregation filters are only available if the field to aggregate on is contained in a nested object. | |
HSEARCH400607 | org.hibernate.search.util.common.SearchException | Duplicate index field template definition: '%1$s'. Multiple bridges may be trying to access the same index field template, or two indexed-embeddeds may have prefixes that lead to conflicting field names, or you may have declared multiple conflicting mappings. In any case, there is something wrong with your mapping and you should fix it. | |
HSEARCH400608 | org.hibernate.search.util.common.SearchException | Invalid value type. This field's values are of type '%1$s', which is not assignable from '%2$s'. | |
HSEARCH400609 | org.hibernate.search.util.common.SearchException | Unknown field '%1$s'. | |
HSEARCH400613 | org.hibernate.search.util.common.SearchException | Invalid cardinality for projection on field '%1$s': the projection is single-valued, but this field is multi-valued. Make sure to call '.multi()' when you create the projection. | |
HSEARCH400617 | org.hibernate.search.util.common.SearchException | Implementation class differs: '%1$s' vs. '%2$s'. | |
HSEARCH400618 | org.hibernate.search.util.common.SearchException | Field codec differs: '%1$s' vs. '%2$s'. | |
HSEARCH400621 | org.hibernate.search.util.common.SearchException | Invalid dynamic type: '%1$s'. Valid values are: %2$s. | |
HSEARCH400625 | org.hibernate.search.util.common.SearchException | Unable to update aliases for index '%1$s': %2$s | |
HSEARCH400626 | org.hibernate.search.util.common.SearchException | Invalid target hosts configuration: both the 'uris' property and the 'protocol' property are set. Uris: '%1$s'. Protocol: '%2$s'. Either set the protocol and hosts simultaneously using the 'uris' property, or set them separately using the 'protocol' property and the 'hosts' property. | |
HSEARCH400627 | org.hibernate.search.util.common.SearchException | Invalid target hosts configuration: both the 'uris' property and the 'hosts' property are set. Uris: '%1$s'. Hosts: '%2$s'. Either set the protocol and hosts simultaneously using the 'uris' property, or set them separately using the 'protocol' property and the 'hosts' property. | |
HSEARCH400628 | org.hibernate.search.util.common.SearchException | Invalid target hosts configuration: the 'uris' use different protocols (http, https). All URIs must use the same protocol. Uris: '%1$s'. | |
HSEARCH400629 | org.hibernate.search.util.common.SearchException | Invalid target hosts configuration: the list of hosts must not be empty. | |
HSEARCH400630 | org.hibernate.search.util.common.SearchException | Invalid target hosts configuration: the list of URIs must not be empty. | |
HSEARCH400631 | org.hibernate.search.util.common.SearchException | Unable to find the given custom index settings file: '%1$s'. | |
HSEARCH400632 | org.hibernate.search.util.common.SearchException | Error on loading the given custom index settings file '%1$s': %2$s | |
HSEARCH400633 | org.hibernate.search.util.common.SearchException | There are some JSON syntax errors on the given custom index settings file '%1$s': %2$s | |
HSEARCH400634 | org.hibernate.search.util.common.SearchException | Invalid use of 'missing().first()' for an ascending distance sort. Elasticsearch always assumes missing values have a distance of '+Infinity', and this behavior cannot be customized. | |
HSEARCH400635 | org.hibernate.search.util.common.SearchException | Invalid use of 'missing().last()' for a descending distance sort. Elasticsearch always assumes missing values have a distance of '+Infinity', and this behavior cannot be customized. | |
HSEARCH400636 | org.hibernate.search.util.common.SearchException | Invalid use of 'missing().use(...)' for a distance sort. Elasticsearch always assumes missing values have a distance of '+Infinity', and this behavior cannot be customized. | |
HSEARCH400637 | org.hibernate.search.util.common.SearchException | The index schema named predicate '%1$s' was added twice. | |
HSEARCH400638 | org.hibernate.search.util.common.SearchException | Predicate definition differs: '%1$s' vs. '%2$s'. | |
HSEARCH400640 | WARN | A search query fetching all hits was requested, but only '%2$s' hits were retrieved because the maximum result window size forces a limit of '%1$s' hits. Refer to Elasticsearch's 'max_result_window_size' setting for more information. | |
HSEARCH400641 | org.hibernate.search.util.common.SearchException | Incompatible Elasticsearch version: version '%2$s' does not match version '%1$s' that was provided when the backend was created. You can provide a more precise version on startup, but you cannot override the version that was provided when the backend was created. | |
HSEARCH400648 | org.hibernate.search.util.common.SearchException | Invalid backend configuration: mapping requires multi-tenancy but no multi-tenancy strategy is set. | |
HSEARCH400649 | org.hibernate.search.util.common.SearchException | Invalid backend configuration: mapping requires single-tenancy but multi-tenancy strategy is set. | |
HSEARCH400650 | org.hibernate.search.util.common.SearchException | Param with name '%1$s' has not been defined for the named predicate '%2$s'. | |
HSEARCH400651 | org.hibernate.search.util.common.SearchException | Unable to find the given custom index mapping file: '%1$s'. | |
HSEARCH400652 | org.hibernate.search.util.common.SearchException | Error on loading the given custom index mapping file '%1$s': %2$s | |
HSEARCH400653 | org.hibernate.search.util.common.SearchException | There are some JSON syntax errors on the given custom index mapping file '%1$s': %2$s | |
HSEARCH400654 | org.hibernate.search.util.common.SearchException | Invalid context for projection on field '%1$s': the surrounding projection is executed for each object in field '%2$s', which is not a parent of field '%1$s'. Check the structure of your projections. | |
HSEARCH400655 | org.hibernate.search.util.common.SearchException | Invalid cardinality for projection on field '%1$s': the projection is single-valued, but this field is effectively multi-valued in this context, because parent object field '%2$s' is multi-valued. Either call '.multi()' when you create the projection on field '%1$s', or wrap that projection in an object projection like this: 'f.object("%2$s").from( | |
HSEARCH400656 | org.hibernate.search.util.common.SearchException | Unexpected mapped type name extracted from hits: '%1$s'. Expected one of: %2$s. The document was probably indexed with a different configuration: full reindexing is necessary. | |
HSEARCH400657 | org.hibernate.search.util.common.SearchException | Unable to export the schema for '%1$s' index: %2$s | |
HSEARCH400658 | org.hibernate.search.util.common.SearchException | Invalid use of 'missing().lowest()' for an ascending distance sort. Elasticsearch always assumes missing values have a distance of '+Infinity', and this behavior cannot be customized. | |
HSEARCH400659 | org.hibernate.search.util.common.SearchException | Invalid use of 'missing().lowest()' for a descending distance sort. Elasticsearch always assumes missing values have a distance of '+Infinity', and this behavior cannot be customized. | |
HSEARCH400660 | org.hibernate.search.util.common.SearchException | Invalid highlighter: '%1$s'. You must build the highlighter from an Elasticsearch search scope. | |
HSEARCH400661 | org.hibernate.search.util.common.SearchException | Invalid highlighter: '%1$s'. You must build the highlighter from a scope targeting indexes %3$s or a superset of them, but the given highlighter was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH400662 | WARN | No fields were added to be highlighted, but some query level highlighters were provided. These highlighters will be ignored. | |
HSEARCH400663 | org.hibernate.search.util.common.SearchException | Cannot find a highlighter with name '%1$s'. Available highlighters are: %2$s. Was it configured with `highlighter("%1$s", highlighterContributor)`? | |
HSEARCH400664 | org.hibernate.search.util.common.SearchException | Named highlighters cannot use a blank string as name. | |
HSEARCH400665 | org.hibernate.search.util.common.SearchException | Highlighter with name '%1$s' is already defined. Use a different name to add another highlighter. | |
HSEARCH400666 | org.hibernate.search.util.common.SearchException | '%1$s' highlighter type cannot be applied to '%2$s' field. '%2$s' must have either 'ANY' or '%1$s' among the configured highlightable values. | |
HSEARCH400667 | org.hibernate.search.util.common.SearchException | Cannot use 'NO' in combination with other highlightable values. Applied values are: '%1$s' | |
HSEARCH400668 | org.hibernate.search.util.common.SearchException | The '%1$s' term vector storage strategy is not compatible with the fast vector highlighter. Either change the strategy to one of `WITH_POSITIONS_PAYLOADS`/`WITH_POSITIONS_OFFSETS_PAYLOADS` or remove the requirement for the fast vector highlighter support. | |
HSEARCH400669 | org.hibernate.search.util.common.SearchException | Setting the `highlightable` attribute to an empty array is not supported. Set the value to `NO` if the field does not require the highlight projection. | |
HSEARCH400670 | org.hibernate.search.util.common.SearchException | Highlight projection cannot be applied within nested context of '%1$s'. | |
HSEARCH400671 | org.hibernate.search.util.common.SearchException | The highlight projection cannot be applied to a field from an object using `ObjectStructure.NESTED` structure. | |
HSEARCH400672 | org.hibernate.search.util.common.SearchException | '%1$s' cannot be nested in an object projection. %2$s | |
HSEARCH400673 | org.hibernate.search.util.common.SearchException | The targeted Elasticsearch cluster is reachable, but does not expose its version. Check that the configured Elasticsearch hosts/URI points to the right server. If you are targeting Amazon OpenSearch Serverless, you must set the configuration property '%1$s' explicitly to '%2$s'. See the reference documentation for more information. | |
HSEARCH400674 | org.hibernate.search.util.common.SearchException | Cannot check the Elasticsearch version because the targeted Elasticsearch distribution '%s' does not expose its version. | |
HSEARCH400675 | org.hibernate.search.util.common.SearchException | Unexpected Amazon OpenSearch Serverless version: '%1$s'. Amazon OpenSearch Serverless doesn't use version numbers. Set the version to simply '%2$s'. | |
HSEARCH400676 | org.hibernate.search.util.common.SearchException | Cannot execute '%s' because Amazon OpenSearch Serverless does not support this operation. Either avoid this operation or switch to another Elasticsearch/OpenSearch distribution. | |
HSEARCH400677 | org.hibernate.search.util.common.SearchException | The targeted Elasticsearch cluster does not expose index status, so index status requirements cannot be enforced. | |
HSEARCH400678 | org.hibernate.search.util.common.SearchException | No built-in vector index field type for class: '%1$s'. | |
HSEARCH400679 | org.hibernate.search.util.common.SearchException | Invalid index field type: missing vector dimension. Define the vector dimension explicitly. %1$s | |
HSEARCH400680 | org.hibernate.search.util.common.SearchException | Fields of this type cannot be multivalued. | |
HSEARCH400681 | org.hibernate.search.util.common.SearchException | Vector field '%1$s' is defined as a '%2$s' array. Matching against '%3$s' array is unsupported. Use the array of the same type as the vector field. | |
HSEARCH400682 | org.hibernate.search.util.common.SearchException | Vector field '%1$s' is defined as a vector with '%2$s' dimensions (array length). Matching against an array with length of '%3$s' is unsupported. Use the array of the same size as the vector field. | |
HSEARCH400685 | org.hibernate.search.util.common.SearchException | The targeted %1$s version is not compatible with the Hibernate Search integration of vector search. To get vector search integration, upgrade your %1$s cluster to version %2$s or later, and if you configured the %1$s version in Hibernate Search, update it accordingly. | |
HSEARCH400687 | org.hibernate.search.util.common.SearchException | An OpenSearch distribution does not allow specifying the `required minimum similarity` option. This option is only applicable to an Elastic distribution of an Elasticsearch backend. | |
HSEARCH400688 | org.hibernate.search.util.common.SearchException | The OpenSearch distribution does not allow using %1$s as a space type for a Lucene engine. Try using a different similarity type and refer to the OpenSearch documentation for more details. | |
HSEARCH400689 | WARN | Using a knn predicate in the nested context when tenant or routing filters are required will lead to unpredictable results and may return fewer documents then expected. | |
HSEARCH400690 | org.hibernate.search.util.common.SearchException | A single-valued highlight projection requested, but the corresponding highlighter does not set number of fragments to 1. | |
HSEARCH600001 | org.hibernate.search.util.common.SearchException | Path '%1$s' exists but does not point to a writable directory. | |
HSEARCH600005 | org.hibernate.search.util.common.SearchException | Invalid target for Lucene extension: '%1$s'. This extension can only be applied to components created by a Lucene backend. | |
HSEARCH600010 | org.hibernate.search.util.common.SearchException | Invalid search predicate: '%1$s'. You must build the predicate from a Lucene search scope. | |
HSEARCH600014 | org.hibernate.search.util.common.SearchException | Invalid search sort: '%1$s'. You must build the sort from a Lucene search scope. | |
HSEARCH600015 | org.hibernate.search.util.common.SearchException | Unable to initialize index directory: %1$s | |
HSEARCH600016 | org.hibernate.search.util.common.SearchException | Unable to index entity of type '%2$s' with identifier '%3$s' and tenant identifier '%1$s': %4$s | |
HSEARCH600017 | org.hibernate.search.util.common.SearchException | Unable to delete entity of type '%2$s' with identifier '%3$s' and tenant identifier '%1$s': %4$s | |
HSEARCH600019 | org.hibernate.search.util.common.SearchException | Unable to commit: %1$s | |
HSEARCH600024 | org.hibernate.search.util.common.SearchException | Invalid multi-index scope: a scope cannot span both a Lucene index and another type of index. Base scope: '%1$s', incompatible (Lucene) index: '%2$s'. | |
HSEARCH600025 | org.hibernate.search.util.common.SearchException | Invalid multi-index scope: a scope cannot span multiple Lucene backends. Base scope: '%1$s', incompatible index (from another backend): '%2$s'. | |
HSEARCH600027 | org.hibernate.search.util.common.SearchException | Unable to execute search query '%1$s': %2$s | |
HSEARCH600030 | org.hibernate.search.util.common.SearchException | Invalid multi-tenancy strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH600031 | org.hibernate.search.util.common.SearchException | Invalid tenant identifiers: '%1$s'. No tenant identifier is expected, because multi-tenancy is disabled for this backend. | |
HSEARCH600032 | org.hibernate.search.util.common.SearchException | Missing tenant identifier. A tenant identifier is expected, because multi-tenancy is enabled for this backend. | |
HSEARCH600033 | org.hibernate.search.util.common.SearchException | Invalid requested type for this backend: '%1$s'. Lucene backends can only be unwrapped to '%2$s'. | |
HSEARCH600034 | org.hibernate.search.util.common.SearchException | Duplicate index field definition: '%1$s'. Index field names must be unique. Look for two property mappings with the same field name, or two indexed-embeddeds with prefixes that lead to conflicting index field names, or two custom bridges declaring index fields with the same name. | |
HSEARCH600039 | org.hibernate.search.util.common.SearchException | Invalid field reference for this document element: this document element has path '%1$s', but the referenced field has a parent with path '%2$s'. | |
HSEARCH600044 | org.hibernate.search.util.common.SearchException | Computed minimum for minimumShouldMatch constraint is out of bounds: expected a number between '1' and '%1$s', got '%2$s'. | |
HSEARCH600045 | org.hibernate.search.util.common.SearchException | Multiple conflicting minimumShouldMatch constraints for ceiling '%1$s' | |
HSEARCH600049 | org.hibernate.search.util.common.SearchException | Invalid field path; expected path '%1$s', got '%2$s'. | |
HSEARCH600050 | org.hibernate.search.util.common.SearchException | Unable to convert DSL argument: %1$s | |
HSEARCH600051 | org.hibernate.search.util.common.SearchException | Invalid requested type for this index manager: '%1$s'. Lucene index managers can only be unwrapped to '%2$s'. | |
HSEARCH600052 | org.hibernate.search.util.common.SearchException | Unable to create analyzer for name '%1$s': %2$s | |
HSEARCH600053 | org.hibernate.search.util.common.SearchException | Unable to create normalizer for name '%1$s': %2$s | |
HSEARCH600054 | org.hibernate.search.util.common.SearchException | Unknown normalizer: '%1$s'. Make sure you defined this normalizer. | |
HSEARCH600055 | org.hibernate.search.util.common.SearchException | Invalid search projection: '%1$s'. You must build the projection from a Lucene search scope. | |
HSEARCH600061 | org.hibernate.search.util.common.SearchException | Unable to shut down index: %1$s | |
HSEARCH600062 | org.hibernate.search.util.common.SearchException | No built-in index field type for class: '%1$s'. | |
HSEARCH600067 | org.hibernate.search.util.common.SearchException | Unable to delete all entries matching query '%1$s': %2$s | |
HSEARCH600070 | org.hibernate.search.util.common.SearchException | Full-text features (analysis, fuzziness, minimum should match) are not supported for fields of this type. | |
HSEARCH600071 | org.hibernate.search.util.common.SearchException | Incomplete field definition. You must call toReference() to complete the field definition. | |
HSEARCH600072 | org.hibernate.search.util.common.SearchException | Multiple calls to toReference() for the same field definition. You must call toReference() exactly once. | |
HSEARCH600073 | org.hibernate.search.util.common.SearchException | Invalid index field type: both null token '%2$s' ('indexNullAs') and analyzer '%1$s' are assigned to this type. 'indexNullAs' is not supported on analyzed fields. | |
HSEARCH600074 | org.hibernate.search.util.common.SearchException | Multiple values assigned to field '%1$s': this field is single-valued. Declare the field as multi-valued in order to allow this. | |
HSEARCH600075 | org.hibernate.search.util.common.SearchException | Invalid use of explain(Object id) on a query targeting multiple types. Use explain(String typeName, Object id) and pass one of %1$s as the type name. | |
HSEARCH600076 | org.hibernate.search.util.common.SearchException | Invalid mapped type name: '%2$s'. This type is not among the mapped types targeted by this query: %1$s. | |
HSEARCH600077 | org.hibernate.search.util.common.SearchException | Invalid document identifier: '%2$s'. No such document for type '%1$s'. | |
HSEARCH600078 | org.hibernate.search.util.common.SearchException | Unable to merge index segments: %1$s | |
HSEARCH600079 | org.hibernate.search.util.common.SearchException | Unable to close the index writer after write failures: %1$s | |
HSEARCH600080 | org.hibernate.search.util.common.SearchException | Invalid index field type: missing decimal scale. Define the decimal scale explicitly. %1$s | |
HSEARCH600081 | org.hibernate.search.util.common.SearchException | Unable to encode value '%1$s': this field type only supports values ranging from '%2$s' to '%3$s'. If you want to encode values that are outside this range, change the decimal scale for this field. Do not forget to reindex all your data after changing the decimal scale. | |
HSEARCH600082 | org.hibernate.search.util.common.SearchException | Invalid index field type: decimal scale '%1$s' is positive. The decimal scale of BigInteger fields must be zero or negative. | |
HSEARCH600084 | org.hibernate.search.util.common.SearchException | Invalid search predicate: '%1$s'. You must build the predicate from a scope targeting indexes %3$s or a superset of them, but the given predicate was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH600085 | org.hibernate.search.util.common.SearchException | Invalid search sort: '%1$s'. You must build the sort from a scope targeting indexes %3$s or a superset of them, but the given sort was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH600086 | org.hibernate.search.util.common.SearchException | Invalid search projection: '%1$s'. You must build the projection from a scope targeting indexes %3$s or a superset of them, but the given projection was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH600087 | org.hibernate.search.util.common.SearchException | Invalid filesystem access strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH600088 | org.hibernate.search.util.common.SearchException | Invalid locking strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH600089 | org.hibernate.search.util.common.SearchException | Incorrect sharding strategy implementation: strategy '%1$s' did not declare any shard identifiers during initialization. Declare shard identifiers using context.shardIdentifiers(...) or, if sharding is disabled, call context.disableSharding(). | |
HSEARCH600090 | org.hibernate.search.util.common.SearchException | When using sharding strategy '%1$s', this configuration property must be set. | |
HSEARCH600091 | org.hibernate.search.util.common.SearchException | Invalid routing key: '%1$s'. Valid keys are: %2$s. | |
HSEARCH600094 | org.hibernate.search.util.common.SearchException | Invalid index field type: both analyzer '%1$s' and aggregations are enabled. Aggregations are not supported on analyzed fields. If you need an analyzer simply to transform the text (lowercasing, ...) without splitting it into tokens, use a normalizer instead. If you need an actual analyzer (with tokenization), define two separate fields: one with an analyzer that is not aggregable, and one with a normalizer that is aggregable. | |
HSEARCH600098 | org.hibernate.search.util.common.SearchException | Invalid search aggregation: '%1$s'. You must build the aggregation from a Lucene search scope. | |
HSEARCH600099 | org.hibernate.search.util.common.SearchException | Invalid search aggregation: '%1$s'. You must build the aggregation from a scope targeting indexes %3$s or a superset of them, but the given aggregation was built from a scope targeting indexes %2$s, where indexes %4$s are missing | |
HSEARCH600102 | org.hibernate.search.util.common.SearchException | Duplicate aggregation definitions for key: '%1$s' | |
HSEARCH600104 | org.hibernate.search.util.common.SearchException | Invalid index field type: search analyzer '%1$s' is assigned to this type, but the indexing analyzer is missing. Assign an indexing analyzer and a search analyzer, or remove the search analyzer. | |
HSEARCH600108 | org.hibernate.search.util.common.SearchException | Invalid I/O strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH600109 | org.hibernate.search.util.common.SearchException | Index does not exist for directory '%1$s' | |
HSEARCH600110 | org.hibernate.search.util.common.SearchException | Unable to validate index directory: %1$s | |
HSEARCH600111 | org.hibernate.search.util.common.SearchException | Unable to drop index directory: %1$s | |
HSEARCH600114 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for fields in nested documents. | |
HSEARCH600115 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for String fields. Only MIN and MAX are supported. | |
HSEARCH600116 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for temporal fields. Only MIN, MAX, AVG and MEDIAN are supported. | |
HSEARCH600117 | org.hibernate.search.util.common.SearchException | Invalid sort mode: %1$s. This sort mode is not supported for a distance sort. Only MIN, MAX, AVG and MEDIAN are supported. | |
HSEARCH600118 | org.hibernate.search.util.common.SearchException | A failure occurred during a low-level write operation and the index writer had to be reset. Some write operations may have been lost as a result. Failure: %1$s | |
HSEARCH600120 | org.hibernate.search.util.common.SearchException | Invalid sort filter: field '%1$s' is not contained in a nested object. Sort filters are only available if the field to sort on is contained in a nested object. | |
HSEARCH600121 | org.hibernate.search.util.common.SearchException | Invalid search predicate: %1$s. This predicate targets fields %3$s, but only fields that are contained in the nested object with path '%2$s' are allowed here. | |
HSEARCH600122 | org.hibernate.search.util.common.SearchException | Invalid aggregation filter: field '%1$s' is not contained in a nested object. Aggregation filters are only available if the field to aggregate on is contained in a nested object. | |
HSEARCH600123 | org.hibernate.search.util.common.SearchException | Invalid value for IndexWriter setting '%1$s': '%2$s'. %3$s | |
HSEARCH600124 | org.hibernate.search.util.common.SearchException | Invalid value for merge policy setting '%1$s': '%2$s'. %3$s | |
HSEARCH600125 | org.hibernate.search.util.common.SearchException | Duplicate index field template definition: '%1$s'. Multiple bridges may be trying to access the same index field template, or two indexed-embeddeds may have prefixes that lead to conflicting field names, or you may have declared multiple conflicting mappings. In any case, there is something wrong with your mapping and you should fix it. | |
HSEARCH600126 | org.hibernate.search.util.common.SearchException | Invalid value type. This field's values are of type '%1$s', which is not assignable from '%2$s'. | |
HSEARCH600127 | org.hibernate.search.util.common.SearchException | Unknown field '%1$s'. | |
HSEARCH600131 | org.hibernate.search.util.common.SearchException | Invalid cardinality for projection on field '%1$s': the projection is single-valued, but this field is multi-valued. Make sure to call '.multi()' when you create the projection. | |
HSEARCH600135 | org.hibernate.search.util.common.SearchException | Implementation class differs: '%1$s' vs. '%2$s'. | |
HSEARCH600136 | org.hibernate.search.util.common.SearchException | Field codec differs: '%1$s' vs. '%2$s'. | |
HSEARCH600141 | org.hibernate.search.util.common.SearchException | Unable to compute size of index: %1$s | |
HSEARCH600142 | org.hibernate.search.util.common.SearchException | Unable to create instance of analysis component '%1$s': %2$s | |
HSEARCH600143 | org.hibernate.search.util.common.SearchException | The index schema named predicate '%1$s' was added twice. | |
HSEARCH600144 | org.hibernate.search.util.common.SearchException | Predicate definition differs: '%1$s' vs. '%2$s'. | |
HSEARCH600146 | org.hibernate.search.util.common.SearchException | Unable to apply query caching configuration: %1$s | |
HSEARCH600148 | org.hibernate.search.util.common.SearchException | Invalid backend configuration: mapping requires multi-tenancy but no multi-tenancy strategy is set. | |
HSEARCH600149 | org.hibernate.search.util.common.SearchException | Invalid backend configuration: mapping requires single-tenancy but multi-tenancy strategy is set. | |
HSEARCH600150 | org.hibernate.search.util.common.SearchException | Param with name '%1$s' has not been defined for the named predicate '%2$s'. | |
HSEARCH600151 | java.io.IOException | Offset + limit should be lower than Integer.MAX_VALUE, offset: '%1$s', limit: '%2$s'. | |
HSEARCH600152 | org.hibernate.search.util.common.SearchException | Invalid context for projection on field '%1$s': the surrounding projection is executed for each object in field '%2$s', which is not a parent of field '%1$s'. Check the structure of your projections. | |
HSEARCH600153 | org.hibernate.search.util.common.SearchException | Invalid cardinality for projection on field '%1$s': the projection is single-valued, but this field is effectively multi-valued in this context, because parent object field '%2$s' is multi-valued. Either call '.multi()' when you create the projection on field '%1$s', or wrap that projection in an object projection like this: 'f.object("%2$s").from( | |
HSEARCH600154 | org.hibernate.search.util.common.SearchException | Unable to start index: %1$s | |
HSEARCH600155 | org.hibernate.search.util.common.SearchException | Unexpected mapped type name extracted from hits: '%1$s'. Expected one of: %2$s. The document was probably indexed with a different configuration: full reindexing is necessary. | |
HSEARCH600156 | org.hibernate.search.util.common.SearchException | Nonblocking operation submitter is not supported. | |
HSEARCH600157 | org.hibernate.search.util.common.SearchException | Unable to export the schema for '%1$s' index: %2$s | |
HSEARCH600158 | org.hibernate.search.util.common.SearchException | Invalid highlighter: '%1$s'. You must build the highlighter from a Lucene search scope. | |
HSEARCH600159 | org.hibernate.search.util.common.SearchException | Invalid highlighter: '%1$s'. You must build the highlighter from a scope targeting indexes %3$s or a superset of them, but the given highlighter was built from a scope targeting indexes %2$s, where indexes %4$s are missing. | |
HSEARCH600160 | org.hibernate.search.util.common.SearchException | Overriding a '%2$s' highlighter with a '%1$s' is not supported. Overriding highlighters should be of the same type as the global is if the global highlighter was configured. | |
HSEARCH600161 | org.hibernate.search.util.common.SearchException | Cannot find a highlighter with name '%1$s'. Available highlighters are: %2$s. Was it configured with `highlighter("%1$s", highlighterContributor)`? | |
HSEARCH600162 | org.hibernate.search.util.common.SearchException | '%1$s' highlighter does not support '%2$s' boundary scanner type. | |
HSEARCH600163 | org.hibernate.search.util.common.SearchException | Named highlighters cannot use a blank string as name. | |
HSEARCH600164 | org.hibernate.search.util.common.SearchException | Highlighter with name '%1$s' is already defined. Use a different name to add another highlighter. | |
HSEARCH600165 | org.hibernate.search.util.common.SearchException | '%1$s' highlighter type cannot be applied to '%2$s' field. '%2$s' must have either 'ANY' or '%1$s' among the configured highlightable values. | |
HSEARCH600166 | org.hibernate.search.util.common.SearchException | Cannot use 'NO' in combination with other highlightable values. Applied values are: '%1$s' | |
HSEARCH600167 | org.hibernate.search.util.common.SearchException | The '%1$s' term vector storage strategy is not compatible with the fast vector highlighter. Either change the strategy to one of `WITH_POSITIONS_PAYLOADS`/`WITH_POSITIONS_OFFSETS_PAYLOADS` or remove the requirement for the fast vector highlighter support. | |
HSEARCH600168 | org.hibernate.search.util.common.SearchException | Setting the `highlightable` attribute to an empty array is not supported. Set the value to `NO` if the field does not require the highlight projection. | |
HSEARCH600169 | WARN | Lucene's unified highlighter cannot limit the size of a fragment returned when no match is found. Instead if no match size was set to any positive integer - all text will be returned. Configured value '%1$s' will be ignored, and the fragment will not be limited. If you don't want to see this warning set the value to Integer.MAX_VALUE. | |
HSEARCH600170 | org.hibernate.search.util.common.SearchException | Lucene's unified highlighter does not support the size fragment setting. Either use a plain or fast vector highlighters, or do not set this setting. | |
HSEARCH600171 | org.hibernate.search.util.common.SearchException | Highlight projection cannot be applied within nested context of '%1$s'. | |
HSEARCH600172 | org.hibernate.search.util.common.SearchException | The highlight projection cannot be applied to a field from an object using `ObjectStructure.NESTED` structure. | |
HSEARCH600173 | org.hibernate.search.util.common.SearchException | '%1$s' cannot be nested in an object projection. %2$s | |
HSEARCH600174 | org.hibernate.search.util.common.SearchException | Vector '%1$s' cannot be equal to '%2$s'. It must be a positive integer value lesser than or equal to %3$s. | |
HSEARCH600175 | org.hibernate.search.util.common.SearchException | No built-in vector index field type for class: '%1$s'. | |
HSEARCH600176 | org.hibernate.search.util.common.SearchException | Vector field '%1$s' is defined as a '%2$s' array. Matching against '%3$s' array is unsupported. Use the array of the same type as the vector field. | |
HSEARCH600177 | org.hibernate.search.util.common.SearchException | Fields of this type cannot be multivalued. | |
HSEARCH600178 | org.hibernate.search.util.common.SearchException | Vector field '%1$s' is defined as a vector with '%2$s' dimensions (array length). Matching against an array with length of '%3$s' is unsupported. Use the array of the same size as the vector field. | |
HSEARCH600179 | org.hibernate.search.util.common.SearchException | Invalid index field type: missing vector dimension. Define the vector dimension explicitly. %1$s | |
HSEARCH600180 | org.hibernate.search.util.common.SearchException | An error occurred while parsing the query string '%1$s': %2$s | |
HSEARCH600181 | org.hibernate.search.util.common.SearchException | An analyzer '%1$s' cannot be found. | |
HSEARCH600182 | org.hibernate.search.util.common.SearchException | A normalizer '%1$s' cannot be found. | |
HSEARCH600183 | org.hibernate.search.util.common.SearchException | Failed to apply '%1$s' to '%2$s': '%3$s' | |
HSEARCH600184 | org.hibernate.search.util.common.SearchException | The cosine vector similarity cannot process vectors with 0 magnitude. The vector violating this constraint is %1$s. | |
HSEARCH600185 | org.hibernate.search.util.common.SearchException | The dot product vector similarity cannot process non-unit magnitude vectors. The vector violating this constraint is %1$s. | |
HSEARCH600186 | org.hibernate.search.util.common.SearchException | A single-valued highlight projection requested, but the corresponding highlighter does not set number of fragments to 1. | |
HSEARCH600187 | org.hibernate.search.util.common.SearchException | Unable to refresh an index reader: %1$s | |
HSEARCH700001 | org.hibernate.search.util.common.SearchException | No default identifier bridge implementation for type '%1$s'. Implement a custom bridge and assign it to the identifier property with @DocumentId(identifierBridge = ...). See the reference documentation for more information about bridges. | |
HSEARCH700003 | org.hibernate.search.util.common.SearchException | Empty binder reference. | |
HSEARCH700005 | org.hibernate.search.util.common.SearchException | Ambiguous value bridge reference: both 'valueBridge' and 'valueBinder' are set. Only one can be set. | |
HSEARCH700006 | org.hibernate.search.util.common.SearchException | Ambiguous identifier bridge reference: both 'identifierBridge' and 'identifierBinder' are set. Only one can be set. | |
HSEARCH700007 | org.hibernate.search.util.common.SearchException | Empty scope. If you want to target all indexes, pass 'Object.class' as the target type. | |
HSEARCH700010 | org.hibernate.search.util.common.SearchException | Invalid bridge for input type '%2$s': '%1$s'. This bridge expects an input of type '%3$s'. | |
HSEARCH700011 | org.hibernate.search.util.common.SearchException | Missing field name for @GeoPointBinding on type %1$s. The field name is mandatory when the bridge is applied to a type, optional when applied to a property. | |
HSEARCH700015 | org.hibernate.search.util.common.SearchException | Unable to interpret the type arguments to the ContainerExtractor interface in implementation '%1$s'. Only the following implementations of ContainerExtractor are valid: 1) implementations setting both type parameters to *raw* types, e.g. class MyExtractor implements ContainerExtractor | |
HSEARCH700016 | org.hibernate.search.util.common.SearchException | Invalid container extractor for type '%3$s': '%1$s' (implementation class: '%2$s') | |
HSEARCH700017 | DEBUG | Type manager for indexed type '%1$s': %2$s | |
HSEARCH700018 | DEBUG | Detected entity types: %1$s, indexed types: %2$s, initial mapped types: %3$s. | |
HSEARCH700019 | DEBUG | Type manager for contained type '%1$s': %2$s | |
HSEARCH700020 | org.hibernate.search.util.common.SearchException | Unable to find the inverse side of the association on type '%2$s' at path '%3$s'. Hibernate Search needs this information in order to reindex '%2$s' when '%1$s' is modified. You can solve this error by defining the inverse side of this association, either with annotations specific to your integration (@OneToMany(mappedBy = ...) in Hibernate ORM) or with the Hibernate Search @AssociationInverseSide annotation. Alternatively, if you do not need to reindex '%2$s' when '%1$s' is modified, you can disable automatic reindexing with @IndexingDependency(reindexOnUpdate = ReindexOnUpdate.SHALLOW). | |
HSEARCH700021 | org.hibernate.search.util.common.SearchException | Unable to apply path '%2$s' to type '%1$s'. This path was resolved as the inverse side of the association '%4$s' on type '%3$s'. Hibernate Search needs to apply this path in order to reindex '%3$s' when '%1$s' is modified. Nested exception: %5$s | |
HSEARCH700022 | org.hibernate.search.util.common.SearchException | The inverse association targets type '%1$s', but a supertype or subtype of '%2$s' was expected. | |
HSEARCH700023 | org.hibernate.search.util.common.SearchException | @AssociationInverseSide.inversePath is empty. | |
HSEARCH700027 | org.hibernate.search.util.common.SearchException | Unable to index type '%1$s': this type is not an entity type. If you only expect subtypes to be instantiated, make this type abstract. If you expect this exact type to be instantiated and want it to be indexed, make it an entity type. Otherwise, ensure this type and its subtypes are never indexed by removing the @Indexed annotation or by annotating the type with @Indexed(enabled = false). | |
HSEARCH700029 | org.hibernate.search.util.common.SearchException | @IndexingDependency.derivedFrom contains an empty path. | |
HSEARCH700030 | org.hibernate.search.util.common.SearchException | Unable to resolve dependencies of a derived property: there is a cyclic dependency starting from type '%1$s'. Derivation chain starting from that type and ending with a cycle:%2$s A derived property cannot be marked as derived from itself, even indirectly through other derived properties. If your model actually contains such cyclic dependency, you should consider disabling automatic reindexing, at least partially using @IndexingDependency(reindexOnUpdate = ReindexOnUpdate.NO) on one of the properties in the cycle. | |
HSEARCH700031 | org.hibernate.search.util.common.SearchException | Unable to apply property mapping: this property mapping must target an index field of standard String type, but the resolved field type is non-standard or non-String. This generally means you need to use a different field annotation or to convert property values using a custom ValueBridge or ValueBinder. If you are already using a custom ValueBridge or ValueBinder, check its field type. Details: encountered type DSL step '%1$s', which does not extend the expected interface '%2$s'. | |
HSEARCH700037 | org.hibernate.search.util.common.SearchException | No matching entity type for type identifier '%1$s'. Either this type is not an entity type, or the entity type is not mapped in Hibernate Search. Valid identifiers for mapped entity types are: %2$s | |
HSEARCH700038 | org.hibernate.search.util.common.SearchException | The entity identifier must not be null. | |
HSEARCH700039 | org.hibernate.search.util.common.SearchException | '%1$s' cannot be assigned to '%2$s' | |
HSEARCH700040 | org.hibernate.search.util.common.SearchException | No matching indexed entity type for type identifier '%1$s'. Either this type is not an entity type, or the entity type is not indexed in Hibernate Search. Valid identifiers for indexed entity types are: %2$s | |
HSEARCH700041 | org.hibernate.search.util.common.SearchException | Invalid reference to default extractors: a chain of multiple container extractors must not include the default extractors. Either use only the default extractors, or explicitly reference every single extractor to be applied. | |
HSEARCH700042 | org.hibernate.search.util.common.SearchException | %1$s failure(s) occurred during mass indexing. See the logs for details. First failure: %2$s | |
HSEARCH700043 | org.hibernate.search.util.common.SearchException | Exception creating URL from String '%1$s'. | |
HSEARCH700044 | org.hibernate.search.util.common.SearchException | Exception creating URI from String '%1$s'. | |
HSEARCH700045 | org.hibernate.search.util.common.SearchException | A PojoModelPath must include at least one property. | |
HSEARCH700046 | org.hibernate.search.util.common.SearchException | Unable to apply path '%2$s' to type '%1$s'. This path was declared as a path to collect entities of type '%3$s' to be reindexed. Hibernate Search needs to apply this path in order to reindex '%3$s' when '%1$s' is modified. Nested exception: %4$s | |
HSEARCH700047 | org.hibernate.search.util.common.SearchException | Invalid use of 'fromOtherEntity': this method can only be used when the bridged element has an entity type, but the bridged element has type '%1$s', which is not an entity type. | |
HSEARCH700048 | org.hibernate.search.util.common.SearchException | Invalid type passed to 'fromOtherEntity': the type must be an entity type. Type '%1$s' is not an entity type. | |
HSEARCH700049 | org.hibernate.search.util.common.SearchException | Incorrect binder implementation: the binder did not declare any dependency to the entity model during binding. Declare dependencies using context.dependencies().use(...) or, if the bridge really does not depend on the entity model, context.dependencies().useRootOnly(). | |
HSEARCH700050 | org.hibernate.search.util.common.SearchException | Incorrect binder implementation: the binder called context.dependencies().useRootOnly() during binding, but also declared extra dependencies to the entity model. | |
HSEARCH700051 | org.hibernate.search.util.common.SearchException | Unable to apply property mapping: this property mapping must target an index field of standard, scaled-number type (BigDecimal or BigInteger), but the resolved field type is non-standard or non-scaled. This generally means you need to use a different field annotation or to convert property values using a custom ValueBridge or ValueBinder. If you are already using a custom ValueBridge or ValueBinder, check its field type. Details: encountered type DSL step '%1$s', which does not extend the expected interface '%2$s'. | |
HSEARCH700052 | org.hibernate.search.util.common.SearchException | Unexpected extractor references: extractors cannot be defined explicitly when extract = ContainerExtract.NO. Either leave 'extract' to its default value to define extractors explicitly or leave the 'extractor' list to its default, empty value to disable extraction. | |
HSEARCH700053 | org.hibernate.search.util.common.SearchException | No container extractor with name '%1$s'. Check that this name matches a container extractor, either a builtin one whose name is a constant in '%2$s' or a custom one that was properly registered. | |
HSEARCH700058 | org.hibernate.search.util.common.SearchException | Incorrect binder implementation: binder '%1$s' did not call context.bridge(...). | |
HSEARCH700059 | org.hibernate.search.util.common.SearchException | Incorrect binder implementation: binder '%1$s' did not call context.marker(...). | |
HSEARCH700060 | org.hibernate.search.util.common.SearchException | Unable to trigger entity processing while already processing entities. Make sure you do not change entities within an entity getter or a custom bridge used for indexing, and avoid any event that could trigger entity processing. Hibernate ORM flushes, in particular, must be avoided in entity getters and bridges. | |
HSEARCH700061 | org.hibernate.search.util.common.SearchException | Unable to index-embed type '%1$s': no index mapping (@GenericField, @FullTextField, custom bridges, ...) is defined for that type. | |
HSEARCH700064 | org.hibernate.search.util.common.SearchException | Multiple entity names assigned to the same type: '%1$s', '%2$s'. | |
HSEARCH700065 | org.hibernate.search.util.common.SearchException | Unable to apply property mapping: this property mapping must target an index field of standard type, but the resolved field type is non-standard. This generally means you need to use a different field annotation or to convert property values using a custom ValueBridge or ValueBinder. If you are already using a custom ValueBridge or ValueBinder, check its field type. Details: encountered type DSL step '%1$s', which does not extend the expected interface '%2$s'. | |
HSEARCH700066 | org.hibernate.search.util.common.SearchException | Unable to apply property mapping: this property mapping must target an index field of non-standard type, but the resolved field type is standard. Switch to a standard field annotation such as @GenericField. Details: encountered type DSL step '%1$s', which does extend the interface '%2$s'. | |
HSEARCH700067 | org.hibernate.search.util.common.SearchException | Invalid annotation processor: '%1$s'. This processor expects annotations of a different type: '%2$s'. | |
HSEARCH700068 | org.hibernate.search.util.common.SearchException | Empty annotation processor reference in meta-annotation '%1$s'. | |
HSEARCH700069 | org.hibernate.search.util.common.SearchException | Ambiguous @IndexedEmbedded name: both 'name' and 'prefix' are set. Only one can be set. Name is '%1$s', prefix is '%2$s'. | |
HSEARCH700070 | org.hibernate.search.util.common.SearchException | Invalid index field name '%1$s': field names cannot contain a dot ('.'). | |
HSEARCH700071 | org.hibernate.search.util.common.SearchException | No property annotated with @Alternative(id = %1$s). There must be exactly one such property in order to map property '%2$s' to multi-alternative fields. | |
HSEARCH700072 | org.hibernate.search.util.common.SearchException | Multiple properties annotated with @Alternative(id = %1$s). There must be exactly one such property in order to map property '%2$s' to multi-alternative fields. | |
HSEARCH700073 | org.hibernate.search.util.common.SearchException | Invalid routing bridge for entity type '%2$s': '%1$s' This bridge expects an entity type extending '%3$s'. | |
HSEARCH700075 | org.hibernate.search.util.common.SearchException | Incorrect routing bridge implementation: routing bridge '%1$s' did not define any current route. In the implementation of RoutingBridge.route(...), define exactly one current route by calling 'routes.addRoute()', or explicitly indicate indexing is not required by calling 'routes.notIndexed()'. | |
HSEARCH700076 | org.hibernate.search.util.common.SearchException | Incorrect routing bridge implementation: routing bridge '%1$s' defined multiple current routes. In the implementation of RoutingBridge.route(...), define at most one current route by calling 'routes.addRoute()' at most once. | |
HSEARCH700077 | org.hibernate.search.util.common.SearchException | Incorrect routing bridge implementation: routing bridge '%1$s' did not define any previous route. In the implementation of RoutingBridge.previousRoutes(...), define at least one previous route by calling 'routes.addRoute()' at least once, or explicitly indicate no prior indexing was performed by calling 'routes.notIndexed()'. | |
HSEARCH700078 | org.hibernate.search.util.common.SearchException | No readable property named '%2$s' on type '%1$s'. | |
HSEARCH700079 | org.hibernate.search.util.common.SearchException | Exception while retrieving property type model for '%1$s' on '%2$s'. | |
HSEARCH700080 | org.hibernate.search.util.common.SearchException | Unable to infer index field type for value bridge '%1$s': this bridge implements ValueBridge | |
HSEARCH700081 | org.hibernate.search.util.common.SearchException | Unable to infer expected identifier type for identifier bridge '%1$s': this bridge implements IdentifierBridge, but sets the generic type parameter I to '%2$s'. The expected identifier type can only be inferred automatically when this type parameter is set to a raw class. Use an IdentifierBinder to set the expected identifier type explicitly, or set the type parameter I to a definite, raw type. | |
HSEARCH700082 | org.hibernate.search.util.common.SearchException | Unable to infer expected value type for value bridge '%1$s': this bridge implements ValueBridge | |
HSEARCH700083 | org.hibernate.search.util.common.SearchException | Exception while building document for entity '%1$s': %2$s | |
HSEARCH700084 | org.hibernate.search.util.common.SearchException | Exception while resolving other entities to reindex as a result of changes on entity '%1$s': %2$s | |
HSEARCH700085 | WARN | Multiple getters exist for property named '%2$s' on type '%1$s'. Hibernate Search will use '%3$s' and ignore %4$s. The selected getter may change from one startup to the next. To get rid of this warning, either remove the extra getters or configure the access type for this property to 'FIELD'. | |
HSEARCH700086 | org.hibernate.search.util.common.SearchException | Unexpected entity name for entity loading: '%1$s'. Expected one of %2$s. | |
HSEARCH700087 | org.hibernate.search.util.common.SearchException | Invalid indexing request: if the entity is null, the identifier must be provided explicitly. | |
HSEARCH700088 | org.hibernate.search.util.common.SearchException | Invalid indexing request: the add and update operations require a non-null entity. | |
HSEARCH700089 | org.hibernate.search.util.common.SearchException | No matching entity type for name '%1$s'. Either this is not the name of an entity type, or the entity type is not mapped in Hibernate Search. Valid names for mapped entity types are: %2$s | |
HSEARCH700101 | org.hibernate.search.util.common.SearchException | %1$s failure(s) occurred during mass indexing. See the logs for details. First failure on entity '%2$s': %3$s | |
HSEARCH700102 | ERROR | The mass indexing failure handler threw an exception while handling a previous failure. The failure may not have been reported. | |
HSEARCH700103 | org.hibernate.search.util.common.SearchException | Mass indexing received interrupt signal. The index is left in an unknown state! | |
HSEARCH700104 | org.hibernate.search.util.common.SearchException | Param with name '%1$s' has not been defined for the binder. | |
HSEARCH700105 | org.hibernate.search.util.common.SearchException | Cannot work with the identifier of entities of type '%1$s': identifier mapping (@DocumentId, ...) is not configured for this type. | |
HSEARCH700107 | org.hibernate.search.util.common.SearchException | No main constructor for type '%1$s': this type does not declare exactly one constructor. | |
HSEARCH700109 | org.hibernate.search.util.common.SearchException | No constructor with parameter types %2$s on type '%1$s'. Available constructors: %3$s | |
HSEARCH700110 | org.hibernate.search.util.common.SearchException | Exception while retrieving parameter type model for parameter #%1$s of '%2$s'. | |
HSEARCH700111 | org.hibernate.search.util.common.SearchException | Exception while retrieving constructor handle for '%1$s' on '%2$s'. | |
HSEARCH700112 | org.hibernate.search.util.common.SearchException | Invalid object class for projection: %1$s. Make sure that this class is mapped correctly, either through annotations (@ProjectionConstructor) or programmatic mapping. If it is, make sure the class is included in a Jandex index made available to Hibernate Search. | |
HSEARCH700113 | org.hibernate.search.util.common.SearchException | Invalid declaring type for projection constructor: type '%1$s' is abstract. Projection constructors can only be declared on concrete types. | |
HSEARCH700114 | org.hibernate.search.util.common.SearchException | Missing parameter names in Java metadata for projection constructor. When inferring inner projections from constructor parameters, constructor parameter names must be known. Either make sure this class was compiled with the '-parameters' compiler flag, or set the path explicitly with '@FieldProjection(path = ...)' or '@ObjectProjection(path = ...)'. | |
HSEARCH700115 | org.hibernate.search.util.common.SearchException | Invalid parameter type for projection constructor: %1$s. When inferring the cardinality of inner projections from constructor parameters, multi-valued constructor parameters must be lists (java.util.List<...>) or list supertypes (java.lang.Iterable<...>, java.util.Collection<...>) | |
HSEARCH700116 | org.hibernate.search.util.common.SearchException | Multiple projection constructor are mapped for type '%1$s'. At most one projection constructor is allowed for each type. | |
HSEARCH700117 | DEBUG | Constructor projection for type '%1$s': %2$s | |
HSEARCH700118 | org.hibernate.search.util.common.SearchException | Cyclic recursion starting from '%1$s' on %2$s. Index field path starting from that location and ending with a cycle: '%3$s'. A projection constructor cannot declare an unrestricted @ObjectProjection to itself, even indirectly. To break the cycle, you should consider adding filters to your @ObjectProjection: includePaths, includeDepth, excludePaths, ... | |
HSEARCH700119 | org.hibernate.search.util.common.SearchException | Exception while retrieving the Jandex index for code source location '%1$s': %2$s; %3$s | |
HSEARCH700120 | WARN | Both "dropAndCreateSchemaOnStart()" and "purgeAllOnStart()" are enabled. Consider having just one setting enabled as after the index is recreated there is nothing to purge. | |
HSEARCH700121 | org.hibernate.search.util.common.SearchException | Invalid ObjectPath encountered '%1$s': %2$s | |
HSEARCH700122 | WARN | An unexpected failure occurred while configuring resolution of association inverse side for reindexing. This may lead to incomplete reindexing and thus out-of-sync indexes. The exception is being ignored to preserve backwards compatibility with earlier versions of Hibernate Search. Failure: %3$s %2$s Association inverse side: %1$s. | |
HSEARCH700123 | org.hibernate.search.mapper.pojo.search.definition.impl.ConstructorProjectionApplicationException | Could not apply projection constructor: %1$s | |
HSEARCH700124 | org.hibernate.search.util.common.SearchException | Indexing failure: %1$s. The following entities may not have been updated correctly in the index: %2$s. | |
HSEARCH700125 | org.hibernate.search.util.common.SearchException | %1$s failures went unreported for this operation to avoid flooding. To disable flooding protection, use 'massIndexer.failureFloodingThreshold(Long.MAX_VALUE)'. | |
HSEARCH700126 | org.hibernate.search.util.common.SearchException | Target path '%1$s' already exists and is not an empty directory. Use a path to an empty or non-existing directory. | |
HSEARCH700127 | org.hibernate.search.util.common.SearchException | Unable to export the schema: %1$s | |
HSEARCH700128 | org.hibernate.search.util.common.SearchException | Indexing plan for '%1$s' cannot be created as this type is excluded by the indexing plan filter. | |
HSEARCH700129 | org.hibernate.search.util.common.SearchException | '%1$s' cannot be included and excluded at the same time within one filter. Already included types: '%2$s'. Already excluded types: '%3$s'. | |
HSEARCH700130 | org.hibernate.search.util.common.SearchException | No matching entity type for class '%1$s'. Neither this class nor any of its subclasses is mapped in Hibernate Search. Note interfaces are not considered superclasses and are not permitted here. Valid classes are: %2$s | |
HSEARCH700131 | org.hibernate.search.util.common.SearchException | No matching entity type for name '%1$s'. This is not the name of an entity type in Hibernate Search. Valid entity names are: %2$s | |
HSEARCH700132 | org.hibernate.search.util.common.SearchException | No matching entity type for type '%1$s'. Neither this type nor any of its subclasses is mapped in Hibernate Search. Note interfaces are not considered superclasses and are not permitted here. Valid types are: %2$s | |
HSEARCH700133 | org.hibernate.search.util.common.SearchException | No parameter at index '%2$s' for constructor '%1$s'. | |
HSEARCH700134 | org.hibernate.search.util.common.SearchException | Multiple projections are mapped for this parameter. At most one projection is allowed for each parameter. | |
HSEARCH700135 | org.hibernate.search.util.common.SearchException | Incorrect binder implementation: binder '%1$s' did not call context.definition(...). | |
HSEARCH700136 | org.hibernate.search.util.common.SearchException | Invalid projection definition for constructor parameter type '%2$s': '%1$s'. This projection results in values of type '%3$s'. | |
HSEARCH700137 | org.hibernate.search.util.common.SearchException | Invalid multi-valued projection definition for constructor parameter type '%2$s': '%1$s'. This projection results in values of type '%3$s'. | |
HSEARCH700138 | org.hibernate.search.util.common.SearchException | Missing parameter names in Java metadata for projection constructor. When mapping a projection constructor parameter to a field projection without providing a field path, constructor parameter names must be known. Either make sure this class was compiled with the '-parameters' compiler flag, or set the path explicitly with '@FieldProjection(path = ...)'. | |
HSEARCH700139 | org.hibernate.search.util.common.SearchException | Missing parameter names in Java metadata for projection constructor. When mapping a projection constructor parameter to an object projection without providing a field path, constructor parameter names must be known. Either make sure this class was compiled with the '-parameters' compiler flag, or set the path explicitly with '@ObjectProjection(path = ...)'. | |
HSEARCH700140 | org.hibernate.search.util.common.SearchException | Missing parameter names in Java metadata for projection constructor. When mapping a projection constructor parameter to a highlight projection without providing a field path, constructor parameter names must be known. Either make sure this class was compiled with the '-parameters' compiler flag, or set the path explicitly with '@HighlightProjection(path = ...)'. | |
HSEARCH700141 | org.hibernate.search.util.common.SearchException | Invalid constructor parameter type: '%1$s'. The highlight projection results in values of type '%2$s'. | |
HSEARCH700142 | org.hibernate.search.util.common.SearchException | %1$s defines excludePaths filters that do not match anything. Non-matching excludePaths filters: %2$s. Encountered field paths: %3$s. Check the filters for typos, or remove them if they are not useful. | |
HSEARCH700143 | org.hibernate.search.util.common.SearchException | Cyclic recursion when applying the default container extractors to type '%1$s'. Container extractors applied to that type and resulting in the same type: %2$s. To break the cycle, you should consider configuring container extraction explicitly, possibly disabling it for this part of your mapping. See the reference documentation for more information. | |
HSEARCH700144 | org.hibernate.search.util.common.SearchException | Unable to apply property mapping: this property mapping must target an index field of vector type, but the resolved field type is non-vector. This generally means you need to use a different field annotation or to convert property values using a custom ValueBridge or ValueBinder. If you are already using a custom ValueBridge or ValueBinder, check its field type. Details: encountered type DSL step '%1$s', which does not extend the expected interface '%2$s'. | |
HSEARCH700145 | org.hibernate.search.util.common.SearchException | Vector dimension is a required property. Either specify it as an annotation property (@VectorField(dimension = somePositiveInteger)), or define a value binder (@VectorField(valueBinder = @ValueBinderRef(..))) that explicitly declares a vector field specifying the dimension. | |
HSEARCH700146 | org.hibernate.search.util.common.SearchException | Vector fields require an explicit extraction path being specified, i.e. extraction must be set to DEFAULT and a nonempty array of container value extractor names provided, e.g. @ContainerExtraction(extract = ContainerExtract.DEFAULT, value = { ... }). | |
HSEARCH700147 | org.hibernate.search.util.common.SearchException | No matching entity type for entity name '%1$s'. Either this is not the name of an entity type, or neither the entity type nor any of its subclasses is mapped in Hibernate Search. Note interfaces are not considered superclasses and are not permitted here. Valid entity names are: %2$s | |
HSEARCH700148 | org.hibernate.search.util.common.SearchException | Multiple entity types configured with the same name '%1$s': '%2$s', '%3$s' | |
HSEARCH700149 | org.hibernate.search.util.common.SearchException | Multiple secondary entity names assigned to the same type: '%1$s', '%2$s'. | |
HSEARCH700150 | org.hibernate.search.util.common.SearchException | Multiple entity types configured with the same secondary name '%1$s': '%2$s', '%3$s' | |
HSEARCH700151 | org.hibernate.search.util.common.SearchException | Invalid type for '%1$s': the entity type must extend '%2$s', but entity type '%3$s' does not. | |
HSEARCH700152 | org.hibernate.search.util.common.SearchException | No matching indexed entity types for entity names %1$s. Either these are not the names of entity types, or neither the entity types nor any of their subclasses are indexed in Hibernate Search. Valid entity names are: %2$s. | |
HSEARCH700153 | org.hibernate.search.util.common.SearchException | No matching indexed entity types for classes %1$s. Neither these classes nor any of their subclasses are indexed in Hibernate Search. Valid classes are: %2$s. | |
HSEARCH700154 | org.hibernate.search.util.common.SearchException | No matching indexed entity type for name '%1$s'. Either this is not the name of an entity type, or the entity type is not indexed in Hibernate Search. Valid names for indexed entity types are: %2$s | |
HSEARCH700155 | org.hibernate.search.util.common.SearchException | Cannot load entities of type '%s': no selection loading strategy registered for this type. | |
HSEARCH700156 | org.hibernate.search.util.common.SearchException | Cannot load entities of type '%s': no mass loading strategy registered for this type. | |
HSEARCH700157 | org.hibernate.search.util.common.SearchException | Type mismatch when applying loading binder to type '%1$s': the binder expects the entity type to extend '%2$s', but entity type '%1$s' does not. | |
HSEARCH700158 | org.hibernate.search.util.common.SearchException | A non-string tenant ID '%1$s' cannot be used with a default TenantIdentifierConverter. Provide your custom implementation of TenantIdentifierConverter to use non-string tenant identifiers. | |
HSEARCH700159 | org.hibernate.search.util.common.SearchException | Invalid constructor parameter type: '%1$s'. The distance projection results in values of type '%2$s'. | |
HSEARCH700160 | org.hibernate.search.util.common.SearchException | Requesting a schema drop-create on start is not allowed when multitenancy is enabled. Schema would be dropped for all tenants, but data will only be indexed for tenant ids '%1$s'. Do not use the schema drop-create on start when providing tenant ids. If schema drop is actually required, do it through an SearchSchemaManager. | |
HSEARCH700161 | org.hibernate.search.util.common.SearchException | Invalid mass indexing default clean operation name: '%1$s'. Valid names are: %2$s. | |
HSEARCH700162 | org.hibernate.search.util.common.SearchException | Using non-default `valueModel=ValueModel.%1$s` and `convert=ValueConvert.%2$s` at the same time is not allowed. Remove the `convert` attribute and keep only the `valueModel=ValueModel.%1$s`. | |
HSEARCH800001 | org.hibernate.search.util.common.SearchException | Hibernate Search was not initialized. | |
HSEARCH800003 | org.hibernate.search.util.common.SearchException | Invalid automatic indexing strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH800007 | org.hibernate.search.util.common.SearchException | Unable to resolve path '%1$s' to a persisted attribute in Hibernate ORM metadata. If this path points to a transient attribute, use @IndexingDependency(derivedFrom = ...) to specify which persisted attributes it is derived from. See the reference documentation for more information. | |
HSEARCH800008 | org.hibernate.search.util.common.SearchException | Path '%1$s' points to attribute '%2$s' that will never be reported as dirty by Hibernate ORM. Check that you didn't declare an invalid indexing dependency. | |
HSEARCH800009 | org.hibernate.search.util.common.SearchException | Unable to apply container value extractor with name '%2$s' to Hibernate ORM metadata node of type '%1$s'. | |
HSEARCH800011 | org.hibernate.search.util.common.SearchException | Unable to create a SearchSession for sessions created using a different session factory. Expected: '%1$s'. In use: '%2$s'. | |
HSEARCH800012 | org.hibernate.search.util.common.SearchException | Unable to retrieve property type model for '%1$s' on '%2$s': %3$s | |
HSEARCH800016 | org.hibernate.search.util.common.SearchException | Unable to access Hibernate ORM session: %1$s | |
HSEARCH800017 | org.hibernate.search.util.common.SearchException | Underlying Hibernate ORM Session is closed. | |
HSEARCH800018 | org.hibernate.search.util.common.SearchException | Invalid entity loading cache lookup strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH800019 | DEBUG | The entity loader for '%1$s' is ignoring the cache lookup strategy '%2$s', because document IDs are distinct from entity IDs and thus cannot be used for persistence context or second level cache lookups. | |
HSEARCH800020 | DEBUG | The entity loader for '%1$s' is ignoring the second-level cache even though it was instructed to use it, because caching is not enabled for this entity type. | |
HSEARCH800021 | org.hibernate.search.util.common.SearchException | Unable to access Hibernate ORM session factory: %1$s | |
HSEARCH800022 | org.hibernate.search.util.common.SearchException | Indexing failure: %1$s. The following entities may not have been updated correctly in the index: %2$s. | |
HSEARCH800023 | org.hibernate.search.util.common.SearchException | Unable to process entities for indexing before transaction completion: %1$s | |
HSEARCH800024 | org.hibernate.search.util.common.SearchException | Unable to index documents for indexing after transaction completion: %1$s | |
HSEARCH800025 | org.hibernate.search.util.common.SearchException | Unable to handle transaction: %1$s | |
HSEARCH800027 | org.hibernate.search.util.common.SearchException | Unknown type: '%1$s'. Available named types: %2$s. For entity types, the correct type name is the entity name. For component types (embeddeds, ...) in dynamic-map entities, the correct type name is name of the owner entity followed by a dot ('.') followed by the dot-separated path to the component, e.g. 'MyEntity.myEmbedded' or 'MyEntity.myEmbedded.myNestedEmbedded'. | |
HSEARCH800032 | org.hibernate.search.util.common.SearchException | Invalid schema management strategy name: '%1$s'. Valid names are: %2$s. | |
HSEARCH800033 | org.hibernate.search.util.common.SearchException | No matching indexed entity type for class '%1$s'. Either this class is not an entity type, or the entity type is not indexed in Hibernate Search. Valid classes for indexed entity types are: %2$s | |
HSEARCH800034 | org.hibernate.search.util.common.SearchException | No matching indexed entity type for name '%1$s'. Either this is not the name of an entity type, or the entity type is not indexed in Hibernate Search. Valid names for indexed entity types are: %2$s | |
HSEARCH800035 | ERROR | Unable to shut down Hibernate Search: | |
HSEARCH800036 | org.hibernate.search.util.common.SearchException | Cannot use scroll() with scroll mode '%1$s' with Hibernate Search queries: only ScrollMode.FORWARDS_ONLY is supported. | |
HSEARCH800037 | org.hibernate.search.util.common.SearchException | Cannot scroll backwards with Hibernate Search scrolls: they are forwards-only. Ensure you always increment the scroll position, and never decrement it. | |
HSEARCH800038 | org.hibernate.search.util.common.SearchException | Cannot set the scroll position relative to the end with Hibernate Search scrolls. Ensure you always pass a positive number to setRowNumber(). | |
HSEARCH800039 | org.hibernate.search.util.common.SearchException | Cannot use this ScrollableResults instance: it is closed. | |
HSEARCH800040 | org.hibernate.search.util.common.SearchException | Multiple instances of entity type '%1$s' have their property '%2$s' set to '%3$s'. '%2$s' is the document ID and must be assigned unique values. | |
HSEARCH800041 | org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException | No such bean in bean container '%1$s'. | |
HSEARCH800042 | org.hibernate.search.util.common.SearchException | Cannot customize the indexing plan synchronization strategy: the selected coordination strategy always processes events asynchronously, through a queue. | |
HSEARCH800053 | WARN | Configuration property '%1$s' is deprecated; use '%2$s' instead. | |
HSEARCH800054 | org.hibernate.search.util.common.SearchException | Cannot determine the set of all possible tenant identifiers. You must provide this information by setting configuration property '%1$s' to a comma-separated string containing all possible tenant identifiers. | |
HSEARCH800055 | org.hibernate.search.util.common.SearchException | Cannot target tenant '%1$s' because this tenant identifier was not listed in the configuration provided on startup. To target this tenant, you must provide the tenant identifier through configuration property '%3$s', which should be set to a comma-separated string containing all possible tenant identifiers. Currently configured tenant identifiers: %2$s. | |
HSEARCH800056 | INFO | Ignoring unrecognized query hint [%s] | |
HSEARCH800057 | org.hibernate.search.util.common.SearchException | Cannot set the fetch size of Hibernate Search ScrollableResults after having created them. If you want to define the size of batches for entity loading, set loading options when defining the query instead, for example with .loading(o -> o.fetchSize(50)). See the reference documentation for more information. | |
HSEARCH800059 | org.hibernate.search.util.common.SearchException | No matching indexed entity type for type identifier '%1$s'. Either this type is not an entity type, or the entity type is not indexed in Hibernate Search. Valid identifiers for indexed entity types are: %2$s | |
HSEARCH800060 | org.hibernate.search.util.common.SearchException | No matching entity type for class '%1$s'. Either this class is not an entity type, or the entity type is not mapped in Hibernate Search. Valid classes for mapped entity types are: %2$s | |
HSEARCH800061 | org.hibernate.search.util.common.SearchException | No matching entity type for name '%1$s'. Either this is not the name of an entity type, or the entity type is not mapped in Hibernate Search. Valid names for mapped entity types are: %2$s | |
HSEARCH800064 | org.hibernate.search.util.common.SearchException | No matching entity type for name '%1$s'. Either this is not the Hibernate ORM name of an entity type, or the entity type is not mapped in Hibernate Search. Valid Hibernate ORM names for mapped entities are: %2$s | |
HSEARCH800121 | WARN | An unexpected failure occurred while resolving the representation of path '%1$s' in the entity state array, which is necessary to configure resolution of association inverse side for reindexing. This may lead to incomplete reindexing and thus out-of-sync indexes. The exception is being ignored to preserve backwards compatibility with earlier versions of Hibernate Search. Failure: %3$s %2$s | |
HSEARCH800122 | org.hibernate.search.util.common.SearchException | Both '%1$s' and '%2$s' are configured. Use only '%1$s' to set the indexing plan synchronization strategy. | |
HSEARCH800123 | WARN | Configuration property '%1$s' is deprecated; use '%2$s' instead. | |
HSEARCH800124 | org.hibernate.search.util.common.SearchException | Unable to apply the given filter at the session level with the outbox polling coordination strategy. With this coordination strategy, applying a session-level indexing plan filter is only allowed if it excludes all types. | |
HSEARCH800125 | WARN | Configuration property '%1$s' is deprecated. This setting will be removed in a future version. There will be no alternative provided to replace it. After the removal of this property in a future version, a dirty check will always be performed when considering whether to trigger reindexing. | |
HSEARCH800126 | org.hibernate.search.util.common.SearchException | Both '%1$s' and '%2$s' are configured. Use only '%2$s' to enable indexing listeners. | |
HSEARCH900000 | java.lang.IllegalArgumentException | '%1$s' must not be null. | |
HSEARCH900001 | java.lang.IllegalArgumentException | '%1$s' must not be null or empty. | |
HSEARCH900002 | java.lang.IllegalArgumentException | '%1$s' must be positive or zero. | |
HSEARCH900003 | java.lang.IllegalArgumentException | '%1$s' must not be null or empty. | |
HSEARCH900004 | java.lang.IllegalArgumentException | '%1$s' must not be null or empty. | |
HSEARCH900005 | org.hibernate.search.util.common.SearchException | Exception while invoking '%1$s' on '%2$s': %3$s. | |
HSEARCH900006 | java.lang.IllegalArgumentException | Requested type argument %3$s to type %2$s in implementing type %1$s, but %2$s doesn't declare any type parameter. | |
HSEARCH900007 | java.lang.IllegalArgumentException | Requested type argument %3$s to type %2$s in implementing type %1$s, but %2$s only declares %4$s type parameter(s). | |
HSEARCH900008 | java.lang.IllegalArgumentException | Requested type argument index %3$s to type %2$s in implementing type %1$s should be 0 or greater. | |
HSEARCH900009 | INFO | Unable to access the value of containing annotation '%1$s'. Ignoring annotation. | |
HSEARCH900010 | java.lang.IllegalArgumentException | '%1$s' must be strictly positive. | |
HSEARCH900011 | java.lang.IllegalArgumentException | '%1$s' must not contain any null element. | |
HSEARCH900012 | org.hibernate.search.util.common.SearchException | Exception while invoking '%1$s' with arguments %2$s: %3$s | |
HSEARCH900013 | org.hibernate.search.util.common.SearchException | Exception while accessing Jandex index for '%1$s': %2$s | |
HSEARCH900014 | org.hibernate.search.util.common.SearchException | Exception while building Jandex index for '%1$s': %2$s | |
HSEARCH900015 | java.lang.IllegalArgumentException | Property name '%1$s' cannot contain dots. | |
HSEARCH900016 | java.io.IOException | Cannot open filesystem for code source at '%1$s': %2$s | |
HSEARCH900017 | java.io.IOException | Cannot interpret '%1$s' as a local directory or JAR. | |
HSEARCH900018 | org.hibernate.search.util.common.SearchException | Cannot open a ZIP filesystem for code source at '%1$s', because the URI points to content inside a nested JAR. Run your application on JDK13+ to get nested JAR support, or disable JAR scanning by setting a mapping configurer that calls .discoverAnnotatedTypesFromRootMappingAnnotations(false). See the reference documentation for information about mapping configurers. |
Code | Level | Return Type | Message |
---|---|---|---|
HV000001 | INFO | Hibernate Validator %s | |
HV000002 | DEBUG | Ignoring XML configuration. | |
HV000003 | DEBUG | Using %s as constraint validator factory. | |
HV000004 | DEBUG | Using %s as message interpolator. | |
HV000005 | DEBUG | Using %s as traversable resolver. | |
HV000006 | DEBUG | Using %s as validation provider. | |
HV000007 | DEBUG | %s found. Parsing XML based configuration. | |
HV000008 | WARN | Unable to close input stream. | |
HV000010 | WARN | Unable to close input stream for %s. | |
HV000011 | WARN | Unable to create schema for %1$s: %2$s | |
HV000012 | jakarta.validation.ValidationException | Unable to create annotation for configured constraint | |
HV000013 | jakarta.validation.ValidationException | The class %1$s does not have a property '%2$s' with access %3$s. | |
HV000016 | java.lang.IllegalArgumentException | %s does not represent a valid BigDecimal format. | |
HV000017 | java.lang.IllegalArgumentException | The length of the integer part cannot be negative. | |
HV000018 | java.lang.IllegalArgumentException | The length of the fraction part cannot be negative. | |
HV000019 | java.lang.IllegalArgumentException | The min parameter cannot be negative. | |
HV000020 | java.lang.IllegalArgumentException | The max parameter cannot be negative. | |
HV000021 | java.lang.IllegalArgumentException | The length cannot be negative. | |
HV000022 | java.lang.IllegalArgumentException | Invalid regular expression. | |
HV000023 | jakarta.validation.ConstraintDeclarationException | Error during execution of script "%s" occurred. | |
HV000024 | jakarta.validation.ConstraintDeclarationException | Script "%s" returned null, but must return either true or false. | |
HV000025 | jakarta.validation.ConstraintDeclarationException | Script "%1$s" returned %2$s (of type %3$s), but must return either true or false. | |
HV000026 | jakarta.validation.ValidationException | Assertion error: inconsistent ConfigurationImpl construction. | |
HV000027 | jakarta.validation.ValidationException | Unable to find provider: %s. | |
HV000028 | jakarta.validation.ValidationException | Unexpected exception during isValid call. | |
HV000029 | jakarta.validation.ValidationException | Constraint factory returned null when trying to create instance of %s. | |
HV000030 | jakarta.validation.UnexpectedTypeException | No validator could be found for constraint '%s' validating type '%s'. Check configuration for '%s' | |
HV000031 | jakarta.validation.UnexpectedTypeException | There are multiple validator classes which could validate the type %1$s. The validator classes are: %2$s. | |
HV000032 | jakarta.validation.ValidationException | Unable to initialize %s. | |
HV000033 | jakarta.validation.ValidationException | At least one custom message must be created if the default error message gets disabled. | |
HV000034 | java.lang.IllegalArgumentException | %s is not a valid Java Identifier. | |
HV000035 | java.lang.IllegalArgumentException | Unable to parse property path %s. | |
HV000036 | jakarta.validation.ValidationException | Type %s not supported for unwrapping. | |
HV000037 | jakarta.validation.ValidationException | Inconsistent fail fast configuration. Fail fast enabled via programmatic API, but explicitly disabled via properties. | |
HV000038 | java.lang.IllegalArgumentException | Invalid property path. | |
HV000039 | java.lang.IllegalArgumentException | Invalid property path. Either there is no property %2$s in entity %1$s or it is not possible to cascade to the property. | |
HV000040 | java.lang.IllegalArgumentException | Property path must provide index or map key. | |
HV000041 | jakarta.validation.ValidationException | Call to TraversableResolver.isReachable() threw an exception. | |
HV000042 | jakarta.validation.ValidationException | Call to TraversableResolver.isCascadable() threw an exception. | |
HV000043 | jakarta.validation.GroupDefinitionException | Unable to expand default group list %1$s into sequence %2$s. | |
HV000044 | java.lang.IllegalArgumentException | At least one group has to be specified. | |
HV000045 | jakarta.validation.ValidationException | A group has to be an interface. %s is not. | |
HV000046 | jakarta.validation.GroupDefinitionException | Sequence definitions are not allowed as composing parts of a sequence. | |
HV000047 | jakarta.validation.GroupDefinitionException | Cyclic dependency in groups definition | |
HV000048 | jakarta.validation.GroupDefinitionException | Unable to expand group sequence. | |
HV000052 | jakarta.validation.GroupDefinitionException | Default group sequence and default group sequence provider cannot be defined at the same time. | |
HV000053 | jakarta.validation.GroupDefinitionException | 'Default.class' cannot appear in default group sequence list. | |
HV000054 | jakarta.validation.GroupDefinitionException | %s must be part of the redefined default group sequence. | |
HV000055 | jakarta.validation.GroupDefinitionException | The default group sequence provider defined for %s has the wrong type | |
HV000056 | java.lang.IllegalArgumentException | Method or constructor %1$s doesn't have a parameter with index %2$d. | |
HV000059 | jakarta.validation.ValidationException | Unable to retrieve annotation parameter value. | |
HV000062 | java.lang.IllegalArgumentException | Method or constructor %1$s has %2$s parameters, but the passed list of parameter meta data has a size of %3$s. | |
HV000063 | jakarta.validation.ValidationException | Unable to instantiate %s. | |
HV000064 | jakarta.validation.ValidationException | Unable to instantiate %1$s: %2$s. | |
HV000065 | jakarta.validation.ValidationException | Unable to load class: %s from %s. | |
HV000068 | java.lang.IllegalArgumentException | Start index cannot be negative: %d. | |
HV000069 | java.lang.IllegalArgumentException | End index cannot be negative: %d. | |
HV000070 | java.lang.IllegalArgumentException | Invalid Range: %1$d > %2$d. | |
HV000071 | java.lang.IllegalArgumentException | A explicitly specified check digit must lie outside the interval: [%1$d, %2$d]. | |
HV000072 | java.lang.NumberFormatException | '%c' is not a digit. | |
HV000073 | jakarta.validation.ConstraintDefinitionException | Parameters starting with 'valid' are not allowed in a constraint. | |
HV000074 | jakarta.validation.ConstraintDefinitionException | %2$s contains Constraint annotation, but does not contain a %1$s parameter. | |
HV000075 | jakarta.validation.ConstraintDefinitionException | %s contains Constraint annotation, but the payload parameter default value is not the empty array. | |
HV000076 | jakarta.validation.ConstraintDefinitionException | %s contains Constraint annotation, but the payload parameter is of wrong type. | |
HV000077 | jakarta.validation.ConstraintDefinitionException | %s contains Constraint annotation, but the groups parameter default value is not the empty array. | |
HV000078 | jakarta.validation.ConstraintDefinitionException | %s contains Constraint annotation, but the groups parameter is of wrong type. | |
HV000079 | jakarta.validation.ConstraintDefinitionException | %s contains Constraint annotation, but the message parameter is not of type java.lang.String. | |
HV000080 | jakarta.validation.ConstraintDefinitionException | Overridden constraint does not define an attribute with name %s. | |
HV000081 | jakarta.validation.ConstraintDefinitionException | The overriding type of a composite constraint must be identical to the overridden one. Expected %1$s found %2$s. | |
HV000082 | jakarta.validation.ValidationException | Wrong type for attribute '%2$s' of annotation %1$s. Expected: %3$s. Actual: %4$s. | |
HV000083 | jakarta.validation.ValidationException | The specified annotation %1$s defines no attribute '%2$s'. | |
HV000084 | jakarta.validation.ValidationException | Unable to get attribute '%2$s' from annotation %1$s. | |
HV000085 | java.lang.IllegalArgumentException | No value provided for attribute '%1$s' of annotation @%2$s. | |
HV000086 | java.lang.RuntimeException | Trying to instantiate annotation %1$s with unknown attribute(s): %2$s. | |
HV000087 | java.lang.IllegalArgumentException | Property name cannot be null or empty. | |
HV000088 | java.lang.IllegalArgumentException | Element type has to be FIELD or METHOD. | |
HV000089 | java.lang.IllegalArgumentException | Member %s is neither a field nor a method. | |
HV000090 | jakarta.validation.ValidationException | Unable to access %s. | |
HV000091 | java.lang.IllegalArgumentException | %s has to be a primitive type. | |
HV000093 | jakarta.validation.ValidationException | null is an invalid type for a constraint validator. | |
HV000094 | java.lang.IllegalArgumentException | Missing actual type argument for type parameter: %s. | |
HV000095 | jakarta.validation.ValidationException | Unable to instantiate constraint factory class %s. | |
HV000096 | jakarta.validation.ValidationException | Unable to open input stream for mapping file %s. | |
HV000097 | jakarta.validation.ValidationException | Unable to instantiate message interpolator class %s. | |
HV000098 | jakarta.validation.ValidationException | Unable to instantiate traversable resolver class %s. | |
HV000099 | jakarta.validation.ValidationException | Unable to instantiate validation provider class %s. | |
HV000100 | jakarta.validation.ValidationException | Unable to parse %s. | |
HV000101 | jakarta.validation.ValidationException | %s is not an annotation. | |
HV000102 | jakarta.validation.ValidationException | %s is not a constraint validator class. | |
HV000103 | jakarta.validation.ValidationException | %s is configured at least twice in xml. | |
HV000104 | jakarta.validation.ValidationException | %1$s is defined twice in mapping xml for bean %2$s. | |
HV000105 | jakarta.validation.ValidationException | %1$s does not contain the fieldType %2$s. | |
HV000106 | jakarta.validation.ValidationException | %1$s does not contain the property %2$s. | |
HV000107 | jakarta.validation.ValidationException | Annotation of type %1$s does not contain a parameter %2$s. | |
HV000108 | jakarta.validation.ValidationException | Attempt to specify an array where single value is expected. | |
HV000109 | jakarta.validation.ValidationException | Unexpected parameter value. | |
HV000110 | jakarta.validation.ValidationException | Invalid %s format. | |
HV000111 | jakarta.validation.ValidationException | Invalid char value: %s. | |
HV000112 | jakarta.validation.ValidationException | Invalid return type: %s. Should be a enumeration type. | |
HV000113 | jakarta.validation.ValidationException | %s, %s, %s are reserved parameter names. | |
HV000114 | jakarta.validation.ValidationException | Specified payload class %s does not implement jakarta.validation.Payload | |
HV000115 | jakarta.validation.ValidationException | Error parsing mapping file. | |
HV000116 | java.lang.IllegalArgumentException | %s | |
HV000118 | java.lang.ClassCastException | Unable to cast %s (with element kind %s) to %s | |
HV000119 | DEBUG | Using %s as parameter name provider. | |
HV000120 | jakarta.validation.ValidationException | Unable to instantiate parameter name provider class %s. | |
HV000121 | jakarta.validation.ValidationException | Unable to parse %s. | |
HV000122 | jakarta.validation.ValidationException | Unsupported schema version for %s: %s. | |
HV000124 | jakarta.validation.ConstraintDeclarationException | Found multiple group conversions for source group %s: %s. | |
HV000125 | jakarta.validation.ConstraintDeclarationException | Found group conversions for non-cascading element at: %s. | |
HV000127 | jakarta.validation.ConstraintDeclarationException | Found group conversion using a group sequence as source at: %s. | |
HV000129 | WARN | EL expression '%s' references an unknown property | |
HV000130 | WARN | Error in EL expression '%s' | |
HV000131 | jakarta.validation.ConstraintDeclarationException | A method return value must not be marked for cascaded validation more than once in a class hierarchy, but the following two methods are marked as such: %s, %s. | |
HV000132 | jakarta.validation.ConstraintDeclarationException | Void methods must not be constrained or marked for cascaded validation, but method %s is. | |
HV000133 | jakarta.validation.ValidationException | %1$s does not contain a constructor with the parameter types %2$s. | |
HV000134 | jakarta.validation.ValidationException | Unable to load parameter of type '%1$s' in %2$s. | |
HV000135 | jakarta.validation.ValidationException | %1$s does not contain a method with the name '%2$s' and parameter types %3$s. | |
HV000136 | jakarta.validation.ValidationException | The specified constraint annotation class %1$s cannot be loaded. | |
HV000137 | jakarta.validation.ValidationException | The method '%1$s' is defined twice in the mapping xml for bean %2$s. | |
HV000138 | jakarta.validation.ValidationException | The constructor '%1$s' is defined twice in the mapping xml for bean %2$s. | |
HV000139 | jakarta.validation.ConstraintDefinitionException | The constraint '%1$s' defines multiple cross parameter validators. Only one is allowed. | |
HV000141 | jakarta.validation.ConstraintDeclarationException | The constraint %1$s used ConstraintTarget#IMPLICIT where the target cannot be inferred. | |
HV000142 | jakarta.validation.ConstraintDeclarationException | Cross parameter constraint %1$s is illegally placed on a parameterless method or constructor '%2$s'. | |
HV000143 | jakarta.validation.ConstraintDeclarationException | Cross parameter constraint %1$s is illegally placed on class level. | |
HV000144 | jakarta.validation.ConstraintDeclarationException | Cross parameter constraint %1$s is illegally placed on field '%2$s'. | |
HV000146 | java.lang.IllegalStateException | No parameter nodes may be added since path %s doesn't refer to a cross-parameter constraint. | |
HV000147 | jakarta.validation.ValidationException | %1$s is configured multiple times (note, | |
HV000148 | WARN | An exception occurred during evaluation of EL expression '%s' | |
HV000149 | jakarta.validation.ValidationException | An exception occurred during message interpolation | |
HV000150 | jakarta.validation.UnexpectedTypeException | The constraint %1$s defines multiple validators for the type %2$s: %3$s, %4$s. Only one is allowed. | |
HV000151 | jakarta.validation.ConstraintDeclarationException | A method overriding another method must not redefine the parameter constraint configuration, but method %2$s redefines the configuration of %1$s. | |
HV000152 | jakarta.validation.ConstraintDeclarationException | Two methods defined in parallel types must not declare parameter constraints, if they are overridden by the same method, but methods %s and %s both define parameter constraints. | |
HV000153 | jakarta.validation.ConstraintDeclarationException | The constraint %1$s used ConstraintTarget#%2$s but is not specified on a method or constructor. | |
HV000154 | jakarta.validation.ConstraintDefinitionException | Cross parameter constraint %1$s has no cross-parameter validator. | |
HV000155 | jakarta.validation.ConstraintDefinitionException | Composed and composing constraints must have the same constraint type, but composed constraint %1$s has type %3$s, while composing constraint %2$s has type %4$s. | |
HV000156 | jakarta.validation.ConstraintDefinitionException | Constraints with generic as well as cross-parameter validators must define an attribute validationAppliesTo(), but constraint %s doesn't. | |
HV000157 | jakarta.validation.ConstraintDefinitionException | Return type of the attribute validationAppliesTo() of the constraint %s must be jakarta.validation.ConstraintTarget. | |
HV000158 | jakarta.validation.ConstraintDefinitionException | Default value of the attribute validationAppliesTo() of the constraint %s must be ConstraintTarget#IMPLICIT. | |
HV000159 | jakarta.validation.ConstraintDefinitionException | Only constraints with generic as well as cross-parameter validators must define an attribute validationAppliesTo(), but constraint %s does. | |
HV000160 | jakarta.validation.ConstraintDefinitionException | Validator for cross-parameter constraint %s does not validate Object nor Object[]. | |
HV000161 | jakarta.validation.ConstraintDeclarationException | Two methods defined in parallel types must not define group conversions for a cascaded method return value, if they are overridden by the same method, but methods %s and %s both define parameter constraints. | |
HV000162 | java.lang.IllegalArgumentException | The validated type %1$s does not specify the constructor/method: %2$s | |
HV000163 | java.lang.IllegalArgumentException | The actual parameter type '%1$s' is not assignable to the expected one '%2$s' for parameter %3$d of '%4$s' | |
HV000164 | java.lang.IllegalArgumentException | %s has to be a auto-boxed type. | |
HV000165 | java.lang.IllegalArgumentException | Mixing IMPLICIT and other executable types is not allowed. | |
HV000166 | jakarta.validation.ValidationException | @ValidateOnExecution is not allowed on methods overriding a superclass method or implementing an interface. Check configuration for %1$s | |
HV000167 | jakarta.validation.ValidationException | A given constraint definition can only be overridden in one mapping file. %1$s is overridden in multiple files | |
HV000168 | org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException | The message descriptor '%1$s' contains an unbalanced meta character '%2$c'. | |
HV000169 | org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException | The message descriptor '%1$s' has nested parameters. | |
HV000170 | jakarta.validation.ConstraintDeclarationException | No JSR-223 scripting engine could be bootstrapped for language "%s". | |
HV000171 | jakarta.validation.ValidationException | %s is configured more than once via the programmatic constraint declaration API. | |
HV000172 | jakarta.validation.ValidationException | Property "%2$s" of type %1$s is configured more than once via the programmatic constraint declaration API. | |
HV000173 | jakarta.validation.ValidationException | Method %2$s of type %1$s is configured more than once via the programmatic constraint declaration API. | |
HV000174 | jakarta.validation.ValidationException | Parameter %3$s of method or constructor %2$s of type %1$s is configured more than once via the programmatic constraint declaration API. | |
HV000175 | jakarta.validation.ValidationException | The return value of method or constructor %2$s of type %1$s is configured more than once via the programmatic constraint declaration API. | |
HV000176 | jakarta.validation.ValidationException | Constructor %2$s of type %1$s is configured more than once via the programmatic constraint declaration API. | |
HV000177 | jakarta.validation.ValidationException | Cross-parameter constraints for the method or constructor %2$s of type %1$s are declared more than once via the programmatic constraint declaration API. | |
HV000178 | java.lang.IllegalArgumentException | Multiplier cannot be negative: %d. | |
HV000179 | java.lang.IllegalArgumentException | Weight cannot be negative: %d. | |
HV000180 | java.lang.IllegalArgumentException | '%c' is not a digit nor a letter. | |
HV000181 | java.lang.IllegalArgumentException | Wrong number of parameters. Method or constructor %1$s expects %2$d parameters, but got %3$d. | |
HV000182 | jakarta.validation.ValidationException | No validation value unwrapper is registered for type '%1$s'. | |
HV000183 | jakarta.validation.ValidationException | Unable to initialize 'jakarta.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead | |
HV000185 | WARN | Message contains EL expression: %1s, which is not supported by the selected message interpolator | |
HV000189 | jakarta.validation.ConstraintDeclarationException | The configuration of value unwrapping for property '%s' of bean '%s' is inconsistent between the field and its getter. | |
HV000190 | jakarta.validation.ValidationException | Unable to parse %s. | |
HV000192 | WARN | Couldn't determine Java version from value %1s; Not enabling features requiring Java 8 | |
HV000193 | jakarta.validation.ValidationException | %s is configured more than once via the programmatic constraint definition API. | |
HV000194 | jakarta.validation.ValidationException | An empty element is only supported when a CharSequence is expected. | |
HV000195 | jakarta.validation.ValidationException | Unable to reach the property to validate for the bean %s and the property path %s. A property is null along the way. | |
HV000196 | jakarta.validation.ValidationException | Unable to convert the Type %s to a Class. | |
HV000197 | jakarta.validation.ConstraintDeclarationException | No value extractor found for type parameter '%2$s' of type %1$s. | |
HV000198 | jakarta.validation.ConstraintDeclarationException | No suitable value extractor found for type %1$s. | |
HV000200 | DEBUG | Using %s as clock provider. | |
HV000201 | jakarta.validation.ValidationException | Unable to instantiate clock provider class %s. | |
HV000202 | jakarta.validation.ValidationException | Unable to get the current time from the clock provider | |
HV000203 | jakarta.validation.valueextraction.ValueExtractorDefinitionException | Value extractor type %1s fails to declare the extracted type parameter using @ExtractedValue. | |
HV000204 | jakarta.validation.valueextraction.ValueExtractorDefinitionException | Only one type parameter must be marked with @ExtractedValue for value extractor type %1s. | |
HV000205 | jakarta.validation.ConstraintDeclarationException | Invalid unwrapping configuration for constraint %2$s on %1$s. You can only define one of 'Unwrapping.Skip' or 'Unwrapping.Unwrap'. | |
HV000206 | jakarta.validation.ValidationException | Unable to instantiate value extractor class %s. | |
HV000207 | DEBUG | Adding value extractor %s. | |
HV000208 | jakarta.validation.valueextraction.ValueExtractorDeclarationException | Given value extractor %2$s handles the same type and type use as previously given value extractor %1$s. | |
HV000209 | jakarta.validation.ConstraintDeclarationException | A composing constraint (%2$s) must not be given directly on the composed constraint (%1$s) and using the corresponding List annotation at the same time. | |
HV000210 | java.lang.IllegalArgumentException | Unable to find the type parameter %2$s in class %1$s. | |
HV000211 | jakarta.validation.ValidationException | Given type is neither a parameterized nor an array type: %s. | |
HV000212 | jakarta.validation.ValidationException | Given type has no type argument with index %2$s: %1$s. | |
HV000213 | jakarta.validation.ValidationException | Given type has more than one type argument, hence an argument index must be specified: %s. | |
HV000214 | jakarta.validation.ValidationException | The same container element type of type %1$s is configured more than once via the programmatic constraint declaration API. | |
HV000215 | jakarta.validation.ValidationException | Calling parameter() is not allowed for the current element. | |
HV000216 | jakarta.validation.ValidationException | Calling returnValue() is not allowed for the current element. | |
HV000217 | jakarta.validation.ValidationException | The same container element type %2$s is configured more than once for location %1$s via the XML mapping configuration. | |
HV000218 | jakarta.validation.valueextraction.ValueExtractorDefinitionException | Having parallel definitions of value extractors on a given class is not allowed: %s. | |
HV000219 | jakarta.validation.ConstraintDeclarationException | Unable to get the most specific value extractor for type %1$s as several most specific value extractors are declared: %2$s. | |
HV000220 | jakarta.validation.valueextraction.ValueExtractorDefinitionException | When @ExtractedValue is defined on a type parameter of a container type, the type attribute may not be set: %1$s. | |
HV000221 | jakarta.validation.ValidationException | An error occurred while extracting values in value extractor %1$s. | |
HV000222 | jakarta.validation.valueextraction.ValueExtractorDeclarationException | The same value extractor %s is added more than once via the XML configuration. | |
HV000223 | jakarta.validation.ConstraintDeclarationException | Implicit unwrapping is not allowed for type %1$s as several maximally specific value extractors marked with @UnwrapByDefault are declared: %2$s. | |
HV000224 | jakarta.validation.ValidationException | Unwrapping of ConstraintDescriptor is not supported yet. | |
HV000225 | jakarta.validation.valueextraction.ValueExtractorDefinitionException | Only unbound wildcard type arguments are supported for the container type of the value extractor: %1$s. | |
HV000226 | jakarta.validation.ValidationException | Container element constraints and cascading validation are not supported on arrays: %1$s | |
HV000227 | java.lang.IllegalArgumentException | The validated type %1$s does not specify the property: %2$s | |
HV000228 | jakarta.validation.ConstraintDeclarationException | No value extractor found when narrowing down to the runtime type %3$s among the value extractors for type parameter '%2$s' of type %1$s. | |
HV000229 | java.lang.ClassCastException | Unable to cast %1$s to %2$s. | |
HV000230 | DEBUG | Using %s as script evaluator factory. | |
HV000231 | jakarta.validation.ValidationException | Unable to instantiate script evaluator factory class %s. | |
HV000232 | org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException | No JSR 223 script engine found for language "%s". | |
HV000233 | org.hibernate.validator.spi.scripting.ScriptEvaluationException | An error occurred while executing the script: "%s". | |
HV000234 | DEBUG | Using %1$s as ValidatorFactory-scoped %2$s. | |
HV000235 | jakarta.validation.ValidationException | Unable to create an annotation descriptor for %1$s. | |
HV000236 | jakarta.validation.ValidationException | Unable to find the method required to create the constraint annotation descriptor. | |
HV000237 | jakarta.validation.ValidationException | Unable to access method %3$s of class %2$s with parameters %4$s using lookup %1$s. | |
HV000238 | DEBUG | Temporal validation tolerance set to %1$s. | |
HV000239 | jakarta.validation.ValidationException | Unable to parse the temporal validation tolerance property %s. It should be a duration represented in milliseconds. | |
HV000240 | DEBUG | Constraint validator payload set to %1$s. | |
HV000241 | jakarta.validation.ValidationException | Encountered unsupported element %1$s while parsing the XML configuration. | |
HV000242 | WARN | Unable to load or instantiate JPA aware resolver %1$s. All properties will per default be traversable. | |
HV000243 | jakarta.validation.ConstraintDefinitionException | Constraint %2$s references constraint validator type %1$s, but this validator is defined for constraint type %3$s. | |
HV000244 | java.lang.AssertionError | ConstrainedElement expected class was %1$s, but instead received %2$s. | |
HV000245 | java.lang.AssertionError | Allowed constraint element types are FIELD and GETTER, but instead received %1$s. | |
HV000246 | DEBUG | Using %s as getter property selection strategy. | |
HV000247 | jakarta.validation.ValidationException | Unable to instantiate getter property selection strategy class %s. | |
HV000248 | jakarta.validation.ValidationException | Unable to get an XML schema named %s. | |
HV000250 | jakarta.validation.ValidationException | Uninitialized locale: %s. Please register your locale as a locale to initialize when initializing your ValidatorFactory. | |
HV000251 | ERROR | An error occurred while loading an instance of service %s. | |
HV000252 | DEBUG | Using %s as property node name provider. | |
HV000253 | jakarta.validation.ValidationException | Unable to instantiate property node name provider class %s. | |
HV000255 | DEBUG | Using %s as locale resolver. | |
HV000256 | jakarta.validation.ValidationException | Unable to instantiate locale resolver class %s. | |
HV000257 | WARN | Expression variables have been defined for constraint %1$s while Expression Language is not enabled. | |
HV000258 | java.lang.IllegalStateException | Expressions should not be resolved when Expression Language features are disabled. | |
HV000259 | java.lang.IllegalStateException | Provided Expression Language feature level is not supported. | |
HV000260 | DEBUG | Expression Language feature level for constraints set to %1$s. | |
HV000261 | DEBUG | Expression Language feature level for custom violations set to %1$s. | |
HV000262 | jakarta.validation.ValidationException | Unable to find an expression language feature level for value %s. | |
HV000263 | WARN | EL expression '%s' references an unknown method. | |
HV000264 | ERROR | Unable to interpolate EL expression '%s' as it uses a disabled feature. | |
HV000265 | jakarta.validation.ValidationException | Inconsistent show validation value in trace logs configuration. It is enabled via programmatic API, but explicitly disabled via properties. |
Code | Level | Return Type | Message |
---|---|---|---|
IJ000100 | INFO | Closing a connection for you. Please close them yourself: %s | |
IJ000102 | INFO | Throwable trying to close a connection for you, please close it yourself | |
IJ000103 | INFO | Could not find a close method on alleged connection object (%s). Please close your own connections | |
IJ000201 | ERROR | SecurityContext setup failed: %s | |
IJ000202 | ERROR | SecurityContext setup failed since CallbackSecurity was null | |
IJ000301 | INFO | Registered a null handle for managed connection: %s | |
IJ000302 | INFO | Unregistered handle that was not registered: %s for managed connection: %s | |
IJ000303 | INFO | Unregistered a null handle for managed connection: %s | |
IJ000305 | WARN | Connection error occured: %s | |
IJ000306 | WARN | Unknown connection error occured: %s | |
IJ000307 | WARN | Notified of error on a different managed connection | |
IJ000311 | INFO | Throwable from unregister connection | |
IJ000312 | ERROR | Error while closing connection handle | |
IJ000313 | ERROR | There is something wrong with the pooling | |
IJ000314 | WARN | Error during beforeCompletion: %s | |
IJ000315 | ERROR | Pool %s has %d active handles | |
IJ000316 | ERROR | Handle allocation: %s | |
IJ000317 | ERROR | Transaction boundary | |
IJ000318 | ERROR | Delisting resource in pool %s failed | |
IJ000401 | WARN | Error during tidy up connection: %s | |
IJ000402 | WARN | ResourceException in returning connection: %s | |
IJ000403 | WARN | Reconnecting a connection handle that still has a managed connection: %s %s | |
IJ000404 | WARN | Unchecked throwable in managedConnectionDisconnected() cl=%s | |
IJ000405 | WARN | Multiple LocalTransaction connection listeners enlisted for %s, cl=%s | |
IJ000406 | ERROR | Throwable in returning connection: %s | |
IJ000407 | WARN | No lazy enlistment available for %s | |
IJ000408 | WARN | Deprecated pool: %s, using %s instead | |
IJ000501 | WARN | Thread %s is not the enlisting thread %s | |
IJ000502 | WARN | Transaction %s error in beforeCompletion %s | |
IJ000503 | WARN | Transaction %s error in afterCompletion %s | |
IJ000504 | WARN | Transaction not found: %s | |
IJ000601 | INFO | ConnectionValidator has been interrupted | |
IJ000602 | WARN | ConnectionValidator ignored unexpected runtime exception | |
IJ000603 | WARN | ConnectionValidator ignored unexpected error | |
IJ000604 | WARN | Throwable while attempting to get a new connection: %s | |
IJ000605 | WARN | Destroying connection that could not be successfully matched %s for %s | |
IJ000606 | WARN | Throwable while trying to match managed connection, destroying connection: %s | |
IJ000607 | WARN | ResourceException cleaning up managed connection: %s | |
IJ000608 | WARN | Destroying returned connection, maximum pool size exceeded %s | |
IJ000609 | WARN | Attempt to return connection twice: %s | |
IJ000610 | WARN | Unable to fill pool: %s | |
IJ000611 | WARN | Warning: Background validation was specified with a non compliant ManagedConnectionFactory interface | |
IJ000612 | WARN | Destroying connection that could not be successfully matched: %s | |
IJ000613 | WARN | Throwable while trying to match managed connection, destroying connection: %s | |
IJ000614 | ERROR | Exception during createSubject() for %s: %s | |
IJ000615 | WARN | Destroying active connection in pool: %s (%s) | |
IJ000616 | ERROR | Leak detected in pool: %s (%s) (%d) | |
IJ000617 | WARN | Invalid incrementer capacity policy: %s | |
IJ000618 | WARN | Invalid decrementer capacity policy: %s | |
IJ000619 | WARN | Invalid property '%s' with value '%s' for %s | |
IJ000620 | WARN | Warning: ValidateOnMatch validation was specified with a non compliant ManagedConnectionFactory: %s | |
IJ000621 | WARN | Destroying connection that could not be validated: %s | |
IJ000622 | WARN | Unsupported pool implementation: %s | |
IJ000701 | WARN | Exception during unbind | |
IJ000901 | WARN | Error during connection close | |
IJ000902 | ERROR | Error during inflow crash recovery for '%s' (%s) | |
IJ000903 | ERROR | Error creating Subject for crash recovery: %s (%s) | |
IJ000904 | WARN | No security domain defined for crash recovery: %s | |
IJ000905 | WARN | Subject for crash recovery was null: %s | |
IJ000906 | ERROR | Error during crash recovery: %s (%s) | |
IJ001001 | WARN | No users.properties were found | |
IJ001002 | ERROR | Error while loading users.properties | |
IJ001003 | WARN | No roles.properties were found | |
IJ001004 | ERROR | Error while loading roles.properties | |
IJ001005 | WARN | No callback.properties were found | |
IJ001006 | ERROR | Error while loading callback.properties | |
IJ001101 | WARN | Prepare called on a local tx. Use of local transactions on a JTA transaction with more than one branch may result in inconsistent data in some cases of failure | |
IJ010001 | ERROR | Parsing error of ra.xml file: %s | |
IJ010002 | ERROR | Parsing error of ironjacamar.xml file: %s | |
IJ010003 | ERROR | No @Connector was found and no definition in the ra.xml metadata either | |
IJ010004 | ERROR | More than one @Connector was found but the correct one wasn't defined in the ra.xml metadata | |
IJ010005 | WARN | Datasource pools with allow-multiple-users cannot be prefilled. Prefill setting will be ignored. | |
IJ020001 | INFO | Required license terms for %s | |
IJ020002 | INFO | Deployed: %s | |
IJ020003 | WARN | Failure during validation report generation: %s | |
IJ020004 | WARN | Only one connection definition found with a mismatch in class-name: %s | |
IJ020005 | WARN | Only one admin object found with a mismatch in class-name: %s | |
IJ020006 | ERROR | ConnectionFactory is null | |
IJ020007 | ERROR | Exception during createSubject(): %s | |
IJ020008 | WARN | Invalid config-property: %s | |
IJ020009 | WARN | Invalid connection definition with class-name: %s | |
IJ020010 | ERROR | Connection definition with missing class-name | |
IJ020011 | ERROR | Admin object with missing class-name | |
IJ020012 | WARN | Admin object not bound: %s | |
IJ020013 | WARN | Connection factory not bound: %s | |
IJ020014 | INFO | Admin object not specification compliant. See 13.4.2.3 for additional details: %s | |
IJ020015 | INFO | Connection factory not specification compliant. See 6.5.1.3 for additional details: %s | |
IJ020016 | WARN | Missing | |
IJ020017 | WARN | Invalid archive: %s | |
IJ020018 | INFO | Enabling | |
IJ020019 | INFO | Changed TransactionSupport for %s | |
IJ020020 | WARN | Connection Properties for DataSource: '%s' is empty, try to use driver-class: '%s' and connection-url: '%s' to connect database | |
IJ030000 | WARN | Unable to load connection listener: %s | |
IJ030001 | WARN | Disabling exception sorter for: %s | |
IJ030002 | WARN | Disabling exception sorter for: %s | |
IJ030003 | WARN | Error checking exception fatality for: %s | |
IJ030004 | WARN | Disabling validation connection checker for: %s | |
IJ030005 | WARN | Disabling validation connection checker for: %s | |
IJ030006 | WARN | Disabling stale connection checker for: %s | |
IJ030007 | WARN | Disabling stale connection checker for: %s | |
IJ030008 | WARN | HA setup detected for %s | |
IJ030020 | WARN | Detected queued threads during cleanup from: %s | |
IJ030021 | WARN | Queued thread: %s | |
IJ030022 | WARN | Lock owned during cleanup: %s | |
IJ030023 | WARN | Lock is locked during cleanup without an owner | |
IJ030024 | WARN | Error resetting transaction isolation for: %s | |
IJ030025 | WARN | Error during connection listener activation for: %s | |
IJ030026 | WARN | Error during connection listener passivation for: %s | |
IJ030027 | WARN | Destroying connection that is not valid, due to the following exception: %s | |
IJ030028 | WARN | Error notifying of connection error for listener: %s | |
IJ030040 | WARN | Closing a statement you left open, please do your own housekeeping for: %s | |
IJ030041 | WARN | Error during closing a statement for: %s | |
IJ030042 | WARN | Closing a result set you left open, please do your own housekeeping for: %s | |
IJ030043 | WARN | Error during closing a result set for: %s | |
IJ030050 | WARN | Error creating connection for: %s | |
IJ030051 | ERROR | Unable to load undefined URLSelectStrategy for: %s | |
IJ030052 | ERROR | Unable to load %s URLSelectStrategy for: %s | |
IJ030053 | ERROR | Unable to load %s URLSelectStrategy for: %s | |
IJ030054 | WARN | Error creating XA connection for: %s | |
IJ030055 | ERROR | Unable to load undefined URLXASelectStrategy for: %s | |
IJ030056 | ERROR | Unable to load %s URLXASelectStrategy for: %s | |
IJ030057 | ERROR | Unable to load %s URLXASelectStrategy for: %s | |
IJ030060 | WARN | Error checking state | |
IJ030061 | WARN | Error resetting auto-commit for: %s |
Code | Level | Return Type | Message |
---|---|---|---|
IPROTO000001 | WARN | Field %s was read out of sequence leading to sub-optimal performance | |
IPROTO000002 | WARN | Field %s was written out of sequence and will lead to sub-optimal read performance | |
IPROTO000003 | org.infinispan.protostream.MalformedProtobufException | Input data ended unexpectedly in the middle of a field. The message is corrupt. | |
IPROTO000004 | org.infinispan.protostream.MalformedProtobufException | Encountered a malformed varint. | |
IPROTO000005 | org.infinispan.protostream.MalformedProtobufException | Encountered a length delimited field with negative length. | |
IPROTO000006 | org.infinispan.protostream.MalformedProtobufException | Protobuf message appears to be larger than the configured limit. The message is possibly corrupt. | |
IPROTO000007 | java.io.IOException | Ran out of buffer space | |
IPROTO000008 | org.infinispan.protostream.exception.ProtoStreamException | The nested message depth appears to be larger than the configured limit of '%s'.It is possible that the entity to marshall with type '%s' can have some circular dependencies. |
Code | Level | Return Type | Message |
---|---|---|---|
ISPN-00001 | org.infinispan.commons.CacheConfigurationException | Cannot instantiate class '%s' | |
ISPN000016 | ERROR | Problem encountered when applying state for key %s! | |
ISPN000021 | WARN | Expected just one response; got %s | |
ISPN000025 | INFO | wakeUpInterval is <= 0, not starting expired purge thread | |
ISPN000026 | WARN | Caught exception purging data container! | |
ISPN000028 | WARN | Unable to passivate entry under %s | |
ISPN000034 | org.infinispan.jmx.JmxDomainConflictException | The '%s' JMX domain is already in use. | |
ISPN000036 | WARN | Did not find attribute %s | |
ISPN000037 | WARN | Failed to update attribute name %s with value %s | |
ISPN000042 | WARN | Did not find queried attribute with name %s | |
ISPN000043 | WARN | Exception while writing value for attribute %s | |
ISPN000044 | WARN | Could not invoke set on attribute %s with value %s | |
ISPN000046 | ERROR | Unknown responses from remote cache: %s | |
ISPN000047 | ERROR | Error while doing remote call | |
ISPN000048 | ERROR | Interrupted or timeout while waiting for AsyncCacheWriter worker threads to push all state to the decorated store | |
ISPN000052 | ERROR | Interrupted on acquireLock for %d milliseconds! | |
ISPN000053 | WARN | Unable to process some async modifications after %d retries! | |
ISPN000055 | ERROR | Unexpected error in AsyncStoreCoordinator thread. AsyncCacheWriter is dead! | |
ISPN000065 | ERROR | Exception while marshalling object: %s | |
ISPN000071 | WARN | Caught exception when handling command %s | |
ISPN000073 | ERROR | Unexpected error while replicating | |
ISPN000078 | INFO | Starting JGroups channel `%s` | |
ISPN000078 | INFO | Starting JGroups channel `%s` with stack `%s` | |
ISPN000079 | INFO | Channel `%s` local address is `%s`, physical addresses are `%s` | |
ISPN000080 | INFO | Disconnecting JGroups channel `%s` | |
ISPN000081 | ERROR | Problem closing channel `%s`; setting it to null | |
ISPN000083 | ERROR | Class [%s] cannot be cast to JGroupsChannelLookup! Not using a channel lookup. | |
ISPN000084 | ERROR | Errors instantiating [%s]! Not using a channel lookup. | |
ISPN000085 | org.infinispan.commons.CacheConfigurationException | Error while trying to create a channel using the specified configuration file: %s | |
ISPN000086 | org.infinispan.commons.CacheConfigurationException | Error while trying to create a channel using the specified configuration XML: %s | |
ISPN000087 | org.infinispan.commons.CacheConfigurationException | Error while trying to create a channel using the specified configuration string: %s | |
ISPN000088 | INFO | Unable to use any JGroups configuration mechanisms provided in properties %s. Using default JGroups configuration! | |
ISPN000089 | ERROR | getCoordinator(): Interrupted while waiting for members to be set | |
ISPN000093 | INFO | Received new, MERGED cluster view for channel %s: %s | |
ISPN000094 | INFO | Received new cluster view for channel %s: %s | |
ISPN000097 | ERROR | Error while processing a prepare in a single-phase transaction | |
ISPN000098 | ERROR | Exception during rollback | |
ISPN000100 | WARN | Stopping, but there are %s local transactions and %s remote transactions that did not finish in time. | |
ISPN000101 | WARN | Failed synchronization registration | |
ISPN000102 | WARN | Unable to roll back global transaction %s | |
ISPN000104 | INFO | Using EmbeddedTransactionManager | |
ISPN000105 | ERROR | Failed creating initial JNDI context | |
ISPN000107 | INFO | Retrieving transaction manager %s | |
ISPN000108 | ERROR | Error enlisting resource | |
ISPN000109 | ERROR | beforeCompletion() failed for %s | |
ISPN000110 | ERROR | Unexpected error from resource manager! | |
ISPN000111 | ERROR | afterCompletion() failed for %s | |
ISPN000112 | WARN | exception while committing | |
ISPN000115 | WARN | Recovery call will be ignored as recovery is disabled. More on recovery: http://community.jboss.org/docs/DOC-16646 | |
ISPN000116 | WARN | Missing the list of prepared transactions from node %s. Received response is %s | |
ISPN000117 | ERROR | There's already a prepared transaction with this xid: %s. New transaction is %s. Are there two different transactions having same Xid in the cluster? | |
ISPN000121 | ERROR | Unable to set value! | |
ISPN000126 | WARN | Attempted to stop() from FAILED state, but caught exception | |
ISPN000128 | DEBUG | Infinispan version: %s | |
ISPN000133 | WARN | Attempted to register listener of class %s, but no valid, public methods annotated with method-level event annotations found! Ignoring listener. | |
ISPN000134 | WARN | Unable to invoke method %s on Object instance %s - removing this target object from list of listeners! | |
ISPN000135 | WARN | Could not lock key %s in order to invalidate from L1 at node %s, skipping.... | |
ISPN000136 | ERROR | Error executing command %s on %s, writing keys %s | |
ISPN000137 | INFO | Failed invalidating remote cache | |
ISPN000141 | WARN | Could not rollback prepared 1PC transaction. This transaction will be rolled back by the recovery process, if enabled. Transaction: %s | |
ISPN000144 | WARN | Failed loading value for key %s from cache store | |
ISPN000147 | ERROR | Error invalidating keys from L1 after rehash | |
ISPN000149 | WARN | Fetch persistent state and purge on startup are both disabled, cache may contain stale entries on startup | |
ISPN000152 | INFO | Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. | |
ISPN000160 | WARN | Could not complete injected transaction. | |
ISPN000161 | INFO | Using a batchMode transaction manager | |
ISPN000162 | INFO | Could not instantiate transaction manager | |
ISPN000177 | WARN | %s has been deprecated as a synonym for %s. Use one of %s instead | |
ISPN000188 | ERROR | Error while processing a commit in a two-phase transaction | |
ISPN000189 | WARN | While stopping a cache or cache manager, one of its components failed to stop | |
ISPN000194 | WARN | Failed loading keys from cache store | |
ISPN000195 | ERROR | Error during rebalance for cache %s on node %s, topology id = %d | |
ISPN000196 | WARN | Failed to recover cluster state after the current node became the coordinator (or after merge), will retry | |
ISPN000197 | WARN | Error updating cluster member list for view %d, waiting for next view | |
ISPN000201 | TRACE | This cache is configured to backup to its own site (%s). | |
ISPN000202 | WARN | Encountered issues while backing up data for cache %s to site %s | |
ISPN000203 | WARN | The rollback request for tx %s cannot be processed by the cache %s as this cache is not transactional! | |
ISPN000204 | WARN | The commit request for tx %s cannot be processed by the cache %s as this cache is not transactional! | |
ISPN000205 | WARN | Trying to bring back an non-existent site (%s)! | |
ISPN000207 | WARN | Could not interrupt as no thread found for command uuid %s | |
ISPN000208 | ERROR | No live owners found for segments %s of cache %s. Excluded owners: %s | |
ISPN000209 | WARN | Failed to retrieve transactions of cache %s from node %s, segments %s | |
ISPN000210 | WARN | Failed to request state of cache %s from node %s, segments %s | |
ISPN000214 | WARN | Unable to remove entry under %s from cache store after activation | |
ISPN000215 | java.lang.IllegalArgumentException | Unknown migrator %s | |
ISPN000216 | INFO | %d entries migrated to cache %s in %s | |
ISPN000217 | org.infinispan.remoting.RemoteException | Received exception from %s, see cause for remote stack trace | |
ISPN000218 | INFO | Timeout while waiting for the transaction validation. The command will not be processed. Transaction is %s | |
ISPN000222 | org.infinispan.commons.CacheConfigurationException | Custom interceptor missing class | |
ISPN000223 | WARN | Custom interceptor '%s' does not extend BaseCustomInterceptor, which is recommended | |
ISPN000224 | org.infinispan.commons.CacheConfigurationException | Custom interceptor '%s' specifies more than one position | |
ISPN000225 | org.infinispan.commons.CacheConfigurationException | Custom interceptor '%s' doesn't specify a position | |
ISPN000228 | ERROR | Failed to recover cache %s state after the current node became the coordinator | |
ISPN000229 | java.lang.IllegalArgumentException | Unexpected initial version type (only NumericVersion instances supported): %s | |
ISPN000230 | ERROR | Failed to start rebalance for cache %s | |
ISPN000234 | WARN | Root element for %s already registered in ParserRegistry by %s. Cannot install %s. | |
ISPN000235 | org.infinispan.commons.CacheConfigurationException | Configuration parser %s does not declare any Namespace annotations | |
ISPN000238 | org.infinispan.commons.CacheConfigurationException | Directory %s does not exist and cannot be created! | |
ISPN000242 | org.infinispan.commons.CacheException | Missing foreign externalizer with id=%s, either externalizer was not configured by client, or module lifecycle implementation adding externalizer was not loaded properly | |
ISPN000243 | org.infinispan.commons.CacheException | Type of data read is unknown. Id=%d is not amongst known reader indexes. | |
ISPN000244 | org.infinispan.commons.CacheConfigurationException | AdvancedExternalizer's getTypeClasses for externalizer %s must return a non-empty set | |
ISPN000245 | org.infinispan.commons.CacheConfigurationException | Duplicate id found! AdvancedExternalizer id=%d for %s is shared by another externalizer (%s). Reader index is %d | |
ISPN000246 | org.infinispan.commons.CacheConfigurationException | Internal %s externalizer is using an id(%d) that exceeded the limit. It needs to be smaller than %d | |
ISPN000247 | org.infinispan.commons.CacheConfigurationException | Foreign %s externalizer is using a negative id(%d). Only positive id values are allowed. | |
ISPN000249 | org.infinispan.commons.CacheConfigurationException | The cache loader configuration %s does not specify the loader class using @ConfigurationFor | |
ISPN000252 | ERROR | Error executing parallel store task | |
ISPN000255 | ERROR | Error while processing prepare | |
ISPN000259 | ERROR | Async store executor did not stop properly | |
ISPN000261 | ERROR | Failed to execute outbound transfer | |
ISPN000262 | ERROR | Failed to enlist TransactionXaAdapter to transaction | |
ISPN000264 | WARN | Not using an L1 invalidation reaper thread. This could lead to memory leaks as the requestors map may grow indefinitely! | |
ISPN000267 | WARN | Problems creating interceptor %s | |
ISPN000268 | WARN | Unable to broadcast invalidations as a part of the prepare phase. Rolling back. | |
ISPN000269 | WARN | Cache used for Grid metadata should be synchronous. | |
ISPN000270 | WARN | Could not commit local tx %s | |
ISPN000271 | WARN | Could not rollback local tx %s | |
ISPN000272 | WARN | Exception removing recovery information | |
ISPN000273 | org.infinispan.commons.CacheConfigurationException | Indexing can not be enabled on caches in Invalidation mode | |
ISPN000274 | ERROR | Persistence enabled without any CacheLoaderInterceptor in InterceptorChain! | |
ISPN000275 | ERROR | Persistence enabled without any CacheWriteInterceptor in InterceptorChain! | |
ISPN000276 | org.infinispan.commons.CacheException | Could not find migration data in cache %s | |
ISPN000277 | WARN | Could not migrate key %s | |
ISPN000278 | org.infinispan.commons.CacheConfigurationException | Indexing can only be enabled if infinispan-query.jar is available on your classpath, and this jar has not been detected. | |
ISPN000279 | org.infinispan.persistence.spi.PersistenceException | Failed to read stored entries from file. Error in file %s at offset %d | |
ISPN000280 | org.infinispan.commons.CacheListenerException | Caught exception [%s] while invoking method [%s] on listener instance: %s | |
ISPN000281 | org.infinispan.remoting.transport.jgroups.SuspectException | %s reported that a third node was suspected, see cause for info on the node that was suspected | |
ISPN000282 | org.infinispan.commons.CacheConfigurationException | Cannot enable Invocation Batching when the Transaction Mode is NON_TRANSACTIONAL, set the transaction mode to TRANSACTIONAL | |
ISPN000283 | org.infinispan.commons.CacheConfigurationException | A cache configured with invocation batching can't have recovery enabled | |
ISPN000284 | WARN | Problem encountered while installing cluster listener | |
ISPN000285 | WARN | Issue when retrieving cluster listeners from %s response was %s | |
ISPN000286 | WARN | Issue when retrieving cluster listeners from %s | |
ISPN000287 | java.lang.SecurityException | Unauthorized access: subject '%s' lacks '%s' permission | |
ISPN000288 | org.infinispan.commons.CacheConfigurationException | A principal-to-role mapper has not been specified | |
ISPN000289 | WARN | Cannot send cross-site state chunk to '%s'. | |
ISPN000291 | WARN | Cannot apply cross-site state chunk. | |
ISPN000292 | WARN | Unrecognized attribute '%s'. Please check your configuration. Ignoring! | |
ISPN000293 | INFO | Ignoring attribute %s at %s, please remove from configuration file | |
ISPN000293 | INFO | Ignoring XML attribute %s, please remove from configuration file | |
ISPN000294 | INFO | Ignoring element %s at %s, please remove from configuration file | |
ISPN000295 | org.infinispan.commons.CacheConfigurationException | No thread pool with name '%s' found | |
ISPN000296 | java.lang.IllegalArgumentException | Attempt to add a %s permission to a SecurityPermissionCollection | |
ISPN000297 | java.lang.SecurityException | Attempt to add a permission to a read-only SecurityPermissionCollection | |
ISPN000298 | DEBUG | Using internal security checker | |
ISPN000299 | org.infinispan.util.concurrent.TimeoutException | Unable to acquire lock after %s for key %s and requestor %s. Lock is held by %s | |
ISPN000300 | org.infinispan.commons.CacheException | There was an exception while processing retrieval of entry values | |
ISPN000302 | WARN | Issue when retrieving transactions from %s, response was %s | |
ISPN000304 | WARN | More than one configuration file with specified name on classpath. The first one will be used: %s | |
ISPN000305 | org.infinispan.partitionhandling.AvailabilityException | Cluster is operating in degraded mode because of node failures. | |
ISPN000306 | org.infinispan.partitionhandling.AvailabilityException | Key '%s' is not available. Not all owners are in this partition | |
ISPN000307 | org.infinispan.partitionhandling.AvailabilityException | Cannot clear when the cluster is partitioned | |
ISPN000308 | INFO | Rebalancing enabled | |
ISPN000309 | INFO | Rebalancing suspended | |
ISPN000310 | DEBUG | Starting new rebalance phase for cache %s, topology %s | |
ISPN000321 | WARN | Cyclic dependency detected between caches, stop order ignored | |
ISPN000322 | WARN | Cannot restart cross-site state transfer to site %s | |
ISPN000323 | org.infinispan.commons.IllegalLifecycleStateException | %s is in '%s' state and so it does not accept new invocations. Either restart it or recreate the cache container. | |
ISPN000324 | org.infinispan.commons.IllegalLifecycleStateException | %s is in 'STOPPING' state and this is an invocation not belonging to an on-going transaction, so it does not accept new invocations. Either restart it or recreate the cache container. | |
ISPN000325 | java.lang.RuntimeException | Creating tmp cache %s timed out waiting for rebalancing to complete on node %s | |
ISPN000326 | WARN | Remote transaction %s timed out. Rolling back after %d ms | |
ISPN000327 | org.infinispan.commons.CacheConfigurationException | Cannot find a parser for element '%s' in namespace '%s' at %s. Check that your configuration is up-to-date for Infinispan '%s' and you have the proper dependency in the classpath | |
ISPN000328 | DEBUG | Rebalance phase %s confirmed for cache %s on node %s, topology id = %d | |
ISPN000329 | WARN | Unable to read rebalancing status from coordinator %s | |
ISPN000331 | WARN | Unable to invoke method %s on Object instance %s | |
ISPN000335 | org.infinispan.commons.CacheConfigurationException | Two-phase commit can only be used with synchronous backup strategy. | |
ISPN000336 | DEBUG | Finished rebalance for cache %s, topology %s | |
ISPN000337 | org.infinispan.commons.CacheConfigurationException | Backup configuration must include a 'site'. | |
ISPN000338 | org.infinispan.commons.CacheConfigurationException | You must specify a 'failure-policy-class' to use a custom backup failure policy for backup '%s'. | |
ISPN000339 | org.infinispan.commons.CacheConfigurationException | Remote cache name is missing or null in backup configuration. | |
ISPN000340 | org.infinispan.commons.CacheConfigurationException | Remote cache name and remote site is missing or null in backup configuration. | |
ISPN000343 | org.infinispan.commons.CacheConfigurationException | Must have a transport set in the global configuration in order to define a clustered cache | |
ISPN000344 | org.infinispan.commons.CacheConfigurationException | reaperWakeUpInterval must be >= 0, we got %d | |
ISPN000345 | org.infinispan.commons.CacheConfigurationException | completedTxTimeout must be >= 0, we got %d | |
ISPN000350 | org.infinispan.commons.CacheConfigurationException | Enabling the L1 cache is only supported when using DISTRIBUTED as a cache mode. Your cache mode is set to %s | |
ISPN000351 | org.infinispan.commons.CacheConfigurationException | Using a L1 lifespan of 0 or a negative value is meaningless | |
ISPN000352 | org.infinispan.commons.CacheConfigurationException | Enabling the L1 cache is not supported when using EXCEPTION based eviction. | |
ISPN000354 | org.infinispan.commons.CacheConfigurationException | Cannot define both interceptor class (%s) and interceptor instance (%s) | |
ISPN000355 | org.infinispan.commons.CacheConfigurationException | Unable to instantiate loader/writer instance for StoreConfiguration %s | |
ISPN000357 | ERROR | end() failed for %s | |
ISPN000358 | org.infinispan.commons.CacheConfigurationException | A cache configuration named %s already exists. This cannot be configured externally by the user. | |
ISPN000359 | org.infinispan.partitionhandling.AvailabilityException | Keys '%s' are not available. Not all owners are in this partition | |
ISPN000360 | WARN | The xml element eviction-executor has been deprecated and replaced by expiration-executor, please update your configuration file. | |
ISPN000361 | org.infinispan.commons.CacheException | Cannot commit remote transaction %s as it was already rolled back | |
ISPN000362 | org.infinispan.util.concurrent.TimeoutException | Could not find status for remote transaction %s, please increase transaction.completedTxTimeout | |
ISPN000363 | WARN | No filter indexing service provider found for indexed filter of type %s | |
ISPN000364 | org.infinispan.commons.CacheException | Attempted to register cluster listener of class %s, but listener is annotated as only observing pre events! | |
ISPN000365 | org.infinispan.commons.CacheConfigurationException | Could not find the specified JGroups configuration file '%s' | |
ISPN000366 | java.lang.IllegalArgumentException | Unable to add a 'null' Custom Cache Store | |
ISPN000371 | java.lang.IllegalStateException | Cannot remove cache configuration '%s' because it is in use | |
ISPN000372 | org.infinispan.commons.CacheConfigurationException | Statistics are enabled while attribute 'available' is set to false. | |
ISPN000373 | org.infinispan.commons.CacheConfigurationException | Attempted to start a cache using configuration template '%s' | |
ISPN000374 | org.infinispan.commons.CacheConfigurationException | No such template '%s' when declaring '%s' | |
ISPN000375 | org.infinispan.commons.CacheConfigurationException | No such template/configuration '%s' | |
ISPN000376 | java.lang.UnsupportedOperationException | Interceptor stack is not supported in simple cache | |
ISPN000377 | java.lang.UnsupportedOperationException | Explicit lock operations are not supported in simple cache | |
ISPN000378 | org.infinispan.commons.CacheConfigurationException | Invocation batching not enabled in current configuration! Please enable it. | |
ISPN000381 | org.infinispan.commons.CacheConfigurationException | This configuration is not supported for simple cache | |
ISPN000382 | WARN | Global state persistence was enabled without specifying a location | |
ISPN000384 | java.lang.RuntimeException | Unable to broadcast invalidation messages | |
ISPN000386 | org.infinispan.commons.CacheConfigurationException | Failed to read persisted state from file %s. Aborting. | |
ISPN000387 | org.infinispan.commons.CacheConfigurationException | Failed to write state to file %s. | |
ISPN000388 | org.infinispan.commons.CacheConfigurationException | The state file %s is not writable. Aborting. | |
ISPN000389 | INFO | Loaded global state, version=%s timestamp=%s | |
ISPN000390 | INFO | Persisted state, version=%s timestamp=%s | |
ISPN000391 | org.infinispan.commons.CacheConfigurationException | Recovery not supported with non transactional cache | |
ISPN000392 | org.infinispan.commons.CacheConfigurationException | Recovery not supported with Synchronization | |
ISPN000395 | INFO | Transaction notifications are disabled. This prevents cluster listeners from working properly! | |
ISPN000396 | DEBUG | Received unsolicited state from node %s for segment %d of cache %s | |
ISPN000397 | org.infinispan.commons.CacheException | Could not migrate data for cache %s, check remote store config in the target cluster. Make sure only one remote store is present and is pointing to the source cluster | |
ISPN000398 | java.lang.IllegalStateException | CH Factory '%s' cannot restore a persisted CH of class '%s' | |
ISPN000399 | org.infinispan.util.concurrent.TimeoutException | Timeout while waiting for %d members in cluster. Last view had %s | |
ISPN000400 | org.infinispan.remoting.transport.jgroups.SuspectException | Node %s was suspected | |
ISPN000401 | org.infinispan.util.concurrent.TimeoutException | Node %s timed out, time : %s %s | |
ISPN000402 | org.infinispan.util.concurrent.TimeoutException | Timeout waiting for view %d. Current view is %d, current status is %s | |
ISPN000403 | org.infinispan.commons.CacheConfigurationException | No indexable classes were defined for this indexed cache. The configuration must contain classes or protobuf message types annotated with '@Indexed' | |
ISPN000404 | org.infinispan.commons.CacheConfigurationException | The configured entity class %s is not indexable. Please remove it from the indexing configuration. | |
ISPN000405 | ERROR | Caught exception while invoking a cache manager listener! | |
ISPN000406 | WARN | The replication queue is no longer supported since version 9.0. Attribute %s on line %d will be ignored. | |
ISPN000407 | org.infinispan.topology.CacheJoinException | Extraneous members %s are attempting to join cache %s, as they were not members of the persisted state | |
ISPN000408 | org.infinispan.topology.CacheJoinException | Node %s with persistent state attempting to join cache %s on cluster without state | |
ISPN000409 | org.infinispan.topology.CacheJoinException | Node %s without persistent state attempting to join cache %s on cluster with state | |
ISPN000410 | org.infinispan.topology.CacheJoinException | Node %s attempting to join cache %s with incompatible state | |
ISPN000412 | org.infinispan.commons.CacheConfigurationException | Cannot determine a synthetic transaction configuration from mode=%s, xaEnabled=%s, recoveryEnabled=%s, batchingEnabled=%s | |
ISPN000413 | org.infinispan.commons.CacheConfigurationException | Unable to instantiate serializer for %s | |
ISPN000414 | org.infinispan.commons.CacheConfigurationException | Global security authorization should be enabled if cache authorization enabled. | |
ISPN000415 | WARN | The %s is no longer supported since version %s. Attribute %s on line %d will be ignored. | |
ISPN000417 | org.infinispan.commons.CacheConfigurationException | It is not possible for a store to be transactional in a non-transactional cache. | |
ISPN000418 | org.infinispan.commons.CacheConfigurationException | It is not possible for a store to be transactional when passivation is enabled. | |
ISPN000419 | WARN | Eviction of an entry invoked without an explicit eviction strategy for cache %s | |
ISPN000420 | org.infinispan.commons.CacheConfigurationException | Cannot enable '%s' in invalidation caches! | |
ISPN000421 | ERROR | Error while handling view %s | |
ISPN000422 | org.infinispan.util.concurrent.TimeoutException | Failed waiting for topology %d | |
ISPN000423 | org.infinispan.commons.CacheConfigurationException | Duplicate id found! AdvancedExternalizer id=%d is shared by another externalizer (%s) | |
ISPN000424 | org.infinispan.commons.CacheConfigurationException | Memory eviction is enabled, please specify a maximum size or count greater than zero | |
ISPN000427 | org.infinispan.util.concurrent.TimeoutException | Timeout after %s waiting for acks (%s). Id=%s | |
ISPN000428 | WARN | '%1$s' at %3$s has been deprecated. Please use '%2$s' instead | |
ISPN000429 | org.infinispan.transaction.WriteSkewException | On key %s previous read version (%s) is different from currently read version (%s) | |
ISPN000430 | org.infinispan.commons.CacheConfigurationException | %s cannot be shared | |
ISPN000432 | org.infinispan.commons.CacheConfigurationException | Missing configuration for default cache '%s' declared on container | |
ISPN000433 | org.infinispan.commons.CacheConfigurationException | A default cache has been requested, but no cache has been set as default for this container | |
ISPN000435 | org.infinispan.commons.CacheConfigurationException | Cache manager initialized with a default cache configuration but without a name for it. Set it in the GlobalConfiguration. | |
ISPN000436 | org.infinispan.commons.CacheConfigurationException | Cache '%s' has been requested, but no matching cache configuration exists | |
ISPN000437 | WARN | Unable to validate '%s' with the implementing store as the @ConfigurationFor annotation is missing | |
ISPN000438 | org.infinispan.commons.CacheConfigurationException | Cache with name '%s' is defined more than once! | |
ISPN000439 | INFO | Received new cross-site view: %s | |
ISPN000440 | ERROR | Error sending response for request %d@%s, command %s | |
ISPN000441 | org.infinispan.commons.CacheConfigurationException | Unsupported async cache mode '%s' for transactional caches | |
ISPN000443 | org.infinispan.commons.CacheConfigurationException | Invalid cache loader configuration for '%s'. In order for a cache loader to be transactional, it must also be shared. | |
ISPN000444 | org.infinispan.commons.CacheConfigurationException | Invalid cache loader configuration for '%s'. A cache loader cannot be both Asynchronous and transactional. | |
ISPN000446 | org.infinispan.commons.CacheConfigurationException | Multiple sites have the same name '%s'. This configuration is not valid. | |
ISPN000448 | org.infinispan.commons.CacheConfigurationException | 'awaitInitialTransfer' can be enabled only if cache mode is distributed or replicated. | |
ISPN000449 | org.infinispan.commons.CacheConfigurationException | Timeout value for cross-site replication state transfer must be equal to or greater than one. | |
ISPN000450 | org.infinispan.commons.CacheConfigurationException | Wait time between retries for cross-site replication state transfer must be equal to or greater than one. | |
ISPN000451 | org.infinispan.util.concurrent.TimeoutException | Timed out waiting for view %d, current view is %d | |
ISPN000452 | ERROR | Failed to update topology for cache %s | |
ISPN000453 | org.infinispan.commons.CacheConfigurationException | Attempt to define configuration for cache %s which already exists | |
ISPN000455 | ERROR | Failure during leaver transactions cleanup | |
ISPN000461 | org.infinispan.commons.CacheException | Class %s should be a subclass of %s | |
ISPN000462 | java.lang.IllegalStateException | ConflictManager.getConflicts() already in progress | |
ISPN000463 | java.lang.IllegalStateException | Unable to retrieve conflicts as StateTransfer is currently in progress for cache '%s' | |
ISPN000464 | WARN | The partition handling 'enabled' attribute has been deprecated. Please update your configuration to use 'when-split' instead | |
ISPN000466 | WARN | Exception encountered when trying to resolve conflict on Keys '%s': %s | |
ISPN000467 | org.infinispan.commons.CacheConfigurationException | Scattered cache supports only single owner. | |
ISPN000468 | org.infinispan.commons.CacheConfigurationException | Invalidation batch size configuration options applies only to scattered caches. | |
ISPN000469 | org.infinispan.commons.CacheConfigurationException | Scattered cache does not support transactional mode. | |
ISPN000470 | ERROR | Failed confirming revoked segments. State transfer cannot continue. | |
ISPN000471 | ERROR | Failed processing values received from remote node during rebalance. | |
ISPN000472 | org.infinispan.commons.IllegalLifecycleStateException | Cache manager is stopping | |
ISPN000473 | ERROR | Invalid message type %s received from %s | |
ISPN000474 | ERROR | Error processing request %d@%s | |
ISPN000475 | ERROR | Error processing response for request %d from %s | |
ISPN000476 | org.infinispan.util.concurrent.TimeoutException | Timed out waiting for responses for request %d from %s after %s | |
ISPN000477 | ERROR | Cannot perform operation %s for site %s | |
ISPN000478 | org.infinispan.commons.CacheException | Couldn't find a local transaction corresponding to remote site transaction %s | |
ISPN000479 | java.lang.IllegalStateException | LocalTransaction not found but present in the tx table for remote site transaction %s | |
ISPN000480 | WARN | Ignoring versions invalidation from topology %d, current topology is %d | |
ISPN000481 | org.infinispan.commons.CacheException | Cannot create remote transaction %s, the originator is not in the cluster view | |
ISPN000482 | org.infinispan.commons.CacheException | Cannot create remote transaction %s, already completed | |
ISPN000484 | org.infinispan.commons.CacheConfigurationException | Wildcards not allowed in cache names: '%s' | |
ISPN000485 | org.infinispan.commons.CacheConfigurationException | Configuration '%s' matches multiple wildcard templates | |
ISPN000486 | org.infinispan.commons.dataconversion.EncodingException | Cannot register Wrapper: duplicate Id %d | |
ISPN000487 | org.infinispan.commons.dataconversion.EncodingException | Wrapper with class '%s' not found | |
ISPN000488 | org.infinispan.commons.dataconversion.EncodingException | Wrapper with Id %d not found | |
ISPN000489 | org.infinispan.commons.dataconversion.EncodingException | Cannot register Encoder: duplicate Id %d | |
ISPN000490 | org.infinispan.commons.dataconversion.EncodingException | Encoder with class '%s' not found | |
ISPN000491 | org.infinispan.commons.dataconversion.EncodingException | Encoder with Id %d not found | |
ISPN000492 | org.infinispan.commons.dataconversion.EncodingException | Cannot find transcoder between '%s' to '%s' | |
ISPN000495 | org.infinispan.commons.dataconversion.EncodingException | %s encountered error transcoding content | |
ISPN000497 | org.infinispan.commons.dataconversion.EncodingException | %s encountered unsupported content '%s' during transcoding | |
ISPN000499 | org.infinispan.commons.CacheConfigurationException | Could not serialize the configuration of cache '%s' (%s) | |
ISPN000500 | org.infinispan.commons.CacheConfigurationException | Cannot create clustered configuration for cache '%s' because configuration %n%s%n is incompatible with the existing configuration %n%s | |
ISPN000501 | org.infinispan.commons.CacheConfigurationException | Cannot persist cache configuration as global state is disabled | |
ISPN000502 | org.infinispan.commons.CacheConfigurationException | Error while persisting global configuration state | |
ISPN000504 | org.infinispan.commons.CacheConfigurationException | Size (bytes) based eviction needs either off-heap or a binary compatible storage configured in the cache encoding | |
ISPN000506 | org.infinispan.commons.CacheConfigurationException | Biased reads are supported only in scattered cache. Maybe you were looking for L1? | |
ISPN000507 | org.infinispan.commons.CacheConfigurationException | Cache %s already exists | |
ISPN000508 | org.infinispan.commons.CacheConfigurationException | Cannot rename file %s to %s | |
ISPN000509 | java.lang.IllegalArgumentException | Unable to add a 'null' EntryMergePolicyFactory | |
ISPN000510 | org.infinispan.commons.CacheConfigurationException | ConfigurationStrategy set to CUSTOM, but none specified | |
ISPN000511 | org.infinispan.commons.CacheConfigurationException | ConfigurationStrategy cannot be set to MANAGED in embedded mode | |
ISPN000512 | org.infinispan.commons.CacheConfigurationException | Cannot acquire lock '%s' for persistent global state | |
ISPN000513 | org.infinispan.commons.CacheConfigurationException | Exception based eviction requires a transactional cache that doesn't allow for 1 phase commit or synchronizations | |
ISPN000514 | org.infinispan.interceptors.impl.ContainerFullException | Container eviction limit %d reached, write operation(s) is blocked | |
ISPN000515 | java.lang.UnsupportedOperationException | The configuration is immutable | |
ISPN000516 | org.infinispan.commons.CacheConfigurationException | The state file for '%s' is invalid. Startup halted to prevent further corruption of persistent state | |
ISPN000517 | WARN | Ignoring cache topology from %s during merge: %s | |
ISPN000518 | DEBUG | Updating topology for cache %s, topology %s, availability mode %s | |
ISPN000519 | DEBUG | Updating stable topology for cache %s, topology %s | |
ISPN000520 | DEBUG | Updating availability mode for cache %s from %s to %s, topology %s | |
ISPN000521 | DEBUG | Cache %s recovered after merge with topology = %s, availability mode %s | |
ISPN000522 | DEBUG | Conflict resolution starting for cache %s with topology %s | |
ISPN000523 | DEBUG | Conflict resolution finished for cache %s with topology %s | |
ISPN000524 | ERROR | Conflict resolution failed for cache %s with topology %s | |
ISPN000525 | DEBUG | Conflict resolution cancelled for cache %s with topology %s | |
ISPN000527 | org.infinispan.persistence.spi.PersistenceException | Maximum startup attempts exceeded for store %s | |
ISPN000528 | org.infinispan.partitionhandling.AvailabilityException | Cannot acquire lock %s as this partition is DEGRADED | |
ISPN000529 | org.infinispan.commons.CacheException | Class '%s' blocked by deserialization allow list. Include the class name in the server allow list to authorize. | |
ISPN000530 | WARN | Unsupported async cache mode '%s' for transactional caches, forcing %s | |
ISPN000531 | org.infinispan.commons.CacheConfigurationException | Store or loader %s must implement SegmentedLoadWriteStore or its config must extend AbstractSegmentedStoreConfiguration if configured as segmented | |
ISPN000532 | org.infinispan.commons.CacheConfigurationException | Invalid cache loader configuration for '%s'. If a cache loader is configured with passivation, the cache loader cannot be shared in a cluster! | |
ISPN000533 | org.infinispan.commons.dataconversion.EncodingException | Content '%s (MediaType: '%s') cannot be converted to '%s' | |
ISPN000534 | org.infinispan.commons.CacheConfigurationException | Grouping requires OBJECT storage type but was: %s | |
ISPN000535 | org.infinispan.commons.CacheConfigurationException | Grouping requires application/x-java-object storage type but was: {key=%s, value=%s} | |
ISPN000537 | org.infinispan.commons.CacheConfigurationException | Factory doesn't know how to construct component %s | |
ISPN000538 | ERROR | Error stopping module %s | |
ISPN000539 | org.infinispan.commons.CacheConfigurationException | Duplicate JGroups stack '%s' | |
ISPN000540 | org.infinispan.commons.CacheConfigurationException | No such JGroups stack '%s' | |
ISPN000541 | org.infinispan.commons.CacheConfigurationException | Error while trying to create a channel using the specified configuration '%s' | |
ISPN000542 | org.infinispan.commons.CacheConfigurationException | Invalid parser scope. Expected '%s' but was '%s' | |
ISPN000543 | org.infinispan.commons.CacheConfigurationException | Cannot use stack.position when stack.combine is '%s' | |
ISPN000544 | org.infinispan.commons.CacheConfigurationException | The protocol '%s' does not exist in the base stack for operation '%s' | |
ISPN000545 | org.infinispan.commons.CacheConfigurationException | Inserting protocol '%s' in a JGroups stack requires the 'stack.position' attribute | |
ISPN000546 | org.infinispan.commons.CacheConfigurationException | Duplicate remote site '%s' in stack '%s' | |
ISPN000547 | org.infinispan.commons.CacheConfigurationException | JGroups stack '%s' declares remote sites but does not include the RELAY2 protocol. | |
ISPN000548 | org.infinispan.commons.CacheConfigurationException | JGroups stack '%s' has a RELAY2 protocol without remote sites. | |
ISPN000549 | org.infinispan.commons.CacheConfigurationException | A store cannot be shared when utilised with a local cache. | |
ISPN000550 | org.infinispan.commons.CacheConfigurationException | Invalidation mode only supports when-split=ALLOW_READ_WRITES | |
ISPN000551 | WARN | The custom interceptors configuration has been deprecated and will be ignored in the future | |
ISPN000553 | WARN | Ignoring 'marshaller' attribute. Common marshallers are already available at runtime, and to deploy a custom marshaller, consult the 'Encoding' section in the user guide | |
ISPN000555 | ERROR | Unable to set method %s accessible | |
ISPN000556 | INFO | Starting user marshaller '%s' | |
ISPN000557 | org.infinispan.commons.CacheConfigurationException | Unable to configure JGroups Stack '%s' | |
ISPN000558 | org.infinispan.commons.CacheConfigurationException | The store location '%s' is not a child of the global persistent location '%s' | |
ISPN000559 | WARN | Cannot marshall '%s' | |
ISPN000560 | WARN | The AdvancedExternalizer configuration has been deprecated and will be removed in the future | |
ISPN000561 | org.infinispan.commons.CacheConfigurationException | Chunk size must be positive, got %d | |
ISPN000562 | org.infinispan.commons.CacheConfigurationException | Invalid cache loader configuration for '%s'. If a cache loader is configured with purgeOnStartup, the cache loader cannot be shared in a cluster! | |
ISPN000563 | org.infinispan.commons.CacheConfigurationException | Invalid cache loader configuration for '%s'. This implementation does not support being segmented! | |
ISPN000564 | WARN | Configured store '%s' is segmented and may use a large number of file descriptors | |
ISPN000565 | org.infinispan.commons.CacheConfigurationException | Index.%s is no longer supported. Please update your configuration! | |
ISPN000566 | org.infinispan.commons.CacheConfigurationException | Thread Pool Factory %s is blocking, but pool %s requires non blocking threads | |
ISPN000569 | WARN | Unable to persist Infinispan internal caches as no global state enabled | |
ISPN000570 | java.lang.IllegalArgumentException | Unexpected response from %s: %s | |
ISPN000571 | org.infinispan.commons.CacheConfigurationException | RELAY2 not found in the protocol stack. Cannot perform cross-site operations. | |
ISPN000572 | WARN | index mode attribute is deprecated and should no longer be specified because its value is automatically detected. Most previously supported values are no longer supported. Please check the upgrade guide. | |
ISPN000573 | org.infinispan.commons.CacheConfigurationException | Cannot recreate persisted configuration for cache '%s' because configuration %n%s%n is incompatible with the existing configuration %n%s | |
ISPN000574 | WARN | Global state cannot persisted because it is incomplete (usually caused by errors at startup). | |
ISPN000575 | org.infinispan.commons.CacheConfigurationException | PartitionStrategy must be ALLOW_READ_WRITES when numOwners is 1 | |
ISPN000576 | org.infinispan.commons.CacheConfigurationException | Cross-site replication not available for local cache. | |
ISPN000577 | org.infinispan.commons.marshall.MarshallingException | Converting from unwrapped protostream payload requires the 'type' parameter to be supplied in the destination MediaType | |
ISPN000578 | INFO | Migrating '%s' persisted data to new format... | |
ISPN000579 | INFO | '%s' persisted data successfully migrated. | |
ISPN000580 | org.infinispan.persistence.spi.PersistenceException | Failed to migrate '%s' persisted data. | |
ISPN000581 | org.infinispan.commons.CacheConfigurationException | The indexing 'enabled' and the legacy 'index' configs attributes are mutually exclusive | |
ISPN000582 | org.infinispan.commons.CacheConfigurationException | A single indexing directory provider is allowed per cache configuration. Setting multiple individual providers for the indexes belonging to a cache is not allowed. | |
ISPN000583 | org.infinispan.commons.CacheConfigurationException | Cannot configure both maxCount and maxSize in memory configuration | |
ISPN000584 | org.infinispan.commons.CacheConfigurationException | The memory attribute(s) %s have been deprecated and cannot be used in conjunction with the new configuration | |
ISPN000585 | WARN | Single media-type was specified for keys and values, ignoring individual configurations | |
ISPN000586 | WARN | The memory configuration element '%s' has been deprecated. Please update your configuration | |
ISPN000587 | org.infinispan.commons.CacheConfigurationException | Cannot change max-size since max-count is already defined | |
ISPN000588 | org.infinispan.commons.CacheConfigurationException | Cannot change max-count since max-size is already defined | |
ISPN000589 | org.infinispan.commons.CacheConfigurationException | A store cannot be configured with both preload and purgeOnStartup | |
ISPN000590 | org.infinispan.commons.CacheConfigurationException | Store cannot be configured with both read and write only! | |
ISPN000591 | org.infinispan.commons.CacheConfigurationException | Store cannot be configured with purgeOnStartup, shared or passivation if it is read only! | |
ISPN000592 | org.infinispan.commons.CacheConfigurationException | Store cannot be configured with fetchPersistenceState or preload if it is write only! | |
ISPN000593 | org.infinispan.commons.CacheConfigurationException | Store %s cannot be configured to be %s as the implementation specifies it is already %s! | |
ISPN000594 | org.infinispan.commons.CacheConfigurationException | At most one store can be set to 'preload'! | |
ISPN000595 | WARN | ClusterLoader has been deprecated and will be removed in a future version with no direct replacement | |
ISPN000596 | WARN | Indexing auto-config attribute is deprecated. Please check the upgrade guide. | |
ISPN000597 | org.infinispan.commons.CacheConfigurationException | Store %s cannot be configured to be transactional as it does not contain the TRANSACTIONAL characteristic | |
ISPN000598 | org.infinispan.commons.CacheConfigurationException | Store must specify a location when global state is disabled | |
ISPN000598 | org.infinispan.commons.CacheConfigurationException | Store '%s' must specify the '%s' attribute when global state is disabled | |
ISPN000599 | WARN | Configuration for cache '%s' does not define the encoding for keys or values. If you use operations that require data conversion or queries, you should configure the cache with a specific MediaType for keys or values. | |
ISPN000600 | org.infinispan.commons.CacheConfigurationException | Store %s cannot be configured to be shared as it does not contain the SHARED characteristic | |
ISPN000601 | org.infinispan.commons.CacheConfigurationException | Store %s cannot be configured to be segmented as it does not contain the SEGMENTABLE characteristic | |
ISPN000602 | WARN | Conversions between JSON and Java Objects are deprecated and will be removed in a future version. To read/write values as JSON, it is recommended to define a protobuf schema and store data in the cache using 'application/x-protostream' as MediaType | |
ISPN000603 | org.infinispan.commons.CacheConfigurationException | Cannot handle cross-site request from site '%s'. Cache '%s' not found. | |
ISPN000604 | org.infinispan.commons.CrossSiteIllegalLifecycleStateException | Cannot handle cross-site request from site '%s'. Cache '%s' is stopped. | |
ISPN000605 | org.infinispan.commons.CacheConfigurationException | Cannot handle cross-site request from site '%s'. Cache '%s' is not clustered. | |
ISPN000606 | ERROR | Remote site '%s' has an invalid cache configuration. Taking the backup location offline. | |
ISPN000607 | org.infinispan.commons.CacheConfigurationException | The XSiteEntryMergePolicy is missing. The cache configuration must include a merge policy. | |
ISPN000608 | FATAL | [IRAC] Unexpected error occurred. | |
ISPN000609 | DEBUG | Cannot obtain cache '%s' as it is in FAILED state. Please check the configuration | |
ISPN000610 | org.infinispan.commons.CacheConfigurationException | Cache configuration must not declare indexed entities if it is not indexed | |
ISPN000611 | org.infinispan.commons.CacheConfigurationException | Invalid index storage | |
ISPN000612 | WARN | Indexing configuration using properties has been deprecated and will be removed in a future version, please consult the docs for the replacements. The following properties have been found: '%s' | |
ISPN000613 | WARN | Indexing configuration using properties has been deprecated and will be removed in a future version, please use the | |
ISPN000614 | org.infinispan.commons.CacheConfigurationException | It is not allowed to have different indexing configuration for each indexed type in a cache. | |
ISPN000615 | org.infinispan.commons.marshall.MarshallingException | Unable to unmarshall '%s' as a marshaller is not present in the user or global SerializationContext | |
ISPN000616 | org.infinispan.persistence.spi.PersistenceException | Unsupported persisted data version: %s | |
ISPN000617 | java.lang.IllegalArgumentException | Site '%s' not found. | |
ISPN000618 | WARN | Cleanup failed for cross-site state transfer. Invoke the cancel-push-state(%s) command if any nodes indicate pending operations to push state. | |
ISPN000619 | WARN | Cleanup failed for cross-site state transfer. Invoke the cancel-receive(%s) command in site %s if any nodes indicate pending operations to receive state. | |
ISPN000620 | org.infinispan.commons.CacheException | Cross-site state transfer to '%s' already started | |
ISPN000621 | org.infinispan.commons.CacheConfigurationException | Element '%1$s' has been removed at %3$s. Please use element '%2$s' instead | |
ISPN000622 | org.infinispan.commons.CacheConfigurationException | Element '%s' at %s has been removed with no replacement | |
ISPN000623 | org.infinispan.commons.CacheConfigurationException | Attribute '%1$s' has been removed at %3$s. Please use attribute '%2$s' instead | |
ISPN000624 | org.infinispan.commons.CacheConfigurationException | Attribute '%s' at %s has been removed with no replacement | |
ISPN000625 | WARN | Index path not provided and global state disabled, will use the current working directory for storage. | |
ISPN000626 | WARN | Index path '%s' is not absolute and global state is disabled, will use a dir relative to the current working directory. | |
ISPN000627 | org.infinispan.commons.CacheConfigurationException | Invalid cache loader configuration for '%s'. This implementation only supports being segmented! | |
ISPN000628 | org.infinispan.commons.CacheConfigurationException | Invalid cache roles '%s' | |
ISPN000629 | WARN | Exception completing partial completed transaction %s. Retrying later. | |
ISPN000633 | org.infinispan.commons.CacheConfigurationException | Cross-site state transfer mode cannot be null. | |
ISPN000634 | org.infinispan.commons.CacheConfigurationException | Cross-site automatic state transfer is not compatible with SYNC backup strategy. | |
ISPN000635 | WARN | [%s] Failed to receive a response from any nodes. Automatic cross-site state transfer to site '%s' is not started. | |
ISPN000636 | org.infinispan.commons.CacheConfigurationException | State transfer timeout (%d) must be greater than or equal to the remote timeout (%d) | |
ISPN000637 | org.infinispan.util.concurrent.TimeoutException | Timeout waiting for topology %d, current topology is %d | |
ISPN000638 | org.infinispan.util.concurrent.TimeoutException | Timeout waiting for topology %d transaction data | |
ISPN000640 | WARN | SingleFileStore has been deprecated and will be removed in a future version, replaced by SoftIndexFileStore | |
ISPN000641 | org.infinispan.transaction.xa.InvalidTransactionException | The transaction %s is already rolled back | |
ISPN000642 | INFO | Attempting to recover possibly corrupted data file %s | |
ISPN000643 | INFO | '%s' persisted data successfully recovered %d entries. | |
ISPN000644 | org.infinispan.persistence.spi.PersistenceException | Failed to recover '%s' persisted data. | |
ISPN000645 | org.infinispan.commons.CacheConfigurationException | Asynchronous cache modes, such as %s, cannot use SYNC touch mode for maximum idle expiration. | |
ISPN000646 | java.lang.IllegalArgumentException | capacityFactor must be positive | |
ISPN000647 | java.lang.IllegalArgumentException | The configuration for internal cache '%s' cannot be modified | |
ISPN000648 | org.infinispan.persistence.spi.PersistenceException | Cache '%s' is non empty, cannot add store. | |
ISPN000649 | org.infinispan.commons.CacheConfigurationException | SingleFileStore does not support max-entries when segmented | |
ISPN000650 | org.infinispan.persistence.spi.PersistenceException | Read invalid data in SingleFileStore file %s, please remove the file and retry | |
ISPN000651 | org.infinispan.commons.CacheConfigurationException | Max idle is not allowed while using a store without passivation | |
ISPN000652 | WARN | Max idle is not supported when using a store | |
ISPN000653 | WARN | The '%s' attribute on the '%s' element has been deprecated. Please use the '%s' attribute instead | |
ISPN000654 | org.infinispan.persistence.spi.PersistenceException | Problem encountered when preloading key %s! | |
ISPN000655 | org.infinispan.commons.dataconversion.EncodingException | Unable to convert text content to JSON: '%s' | |
ISPN000656 | org.infinispan.commons.CacheConfigurationException | The backup '%s' configuration 'failure-policy=%s' is not valid with an ASYNC backup strategy. | |
ISPN000657 | org.infinispan.commons.CacheConfigurationException | The backup '%s' configuration 'failure-policy-class' is not compatible with 'failure-policy=%s'. Use 'failure-policy="CUSTOM"' | |
ISPN000658 | org.infinispan.util.concurrent.TimeoutException | Initial state transfer timed out for cache %s on %s | |
ISPN000659 | org.infinispan.commons.CacheConfigurationException | Component %s failed to start | |
ISPN000660 | ERROR | %s start failed, stopping any running components | |
ISPN000661 | WARN | '%s' has been deprecated with no replacement. | |
ISPN000662 | WARN | Failed to transfer cross-site tombstones to %s for segments %s. | |
ISPN000663 | org.infinispan.commons.CacheConfigurationException | Name must be less than 256 bytes, current name '%s' exceeds the size. | |
ISPN000664 | org.infinispan.commons.CacheConfigurationException | Invalid index startup mode: %s | |
ISPN000665 | ERROR | There was an error in submitted periodic task with %s, not rescheduling. | |
ISPN000666 | org.infinispan.commons.CacheConfigurationException | Transport clusterName cannot be null. | |
ISPN000667 | org.infinispan.commons.CacheConfigurationException | Transport node-name is not set. | |
ISPN000668 | org.infinispan.commons.CacheConfigurationException | Transport node-name must be present in raft-members: %s | |
ISPN000669 | java.lang.IllegalArgumentException | FORK protocol required on JGroups channel. | |
ISPN000670 | ERROR | Error creating fork channel for %s | |
ISPN000671 | WARN | RAFT protocol is not available. Reason: %s | |
ISPN000672 | INFO | RAFT protocol is available. | |
ISPN000673 | org.infinispan.commons.CacheConfigurationException | Cannot persist RAFT data as global state is disabled | |
ISPN000674 | org.infinispan.persistence.spi.PersistenceException | There was an error when resetting the SIFS index for cache %s | |
ISPN000675 | ERROR | Caught exception while invoking a event logger listener! | |
ISPN000676 | WARN | Store '%s'#isAvailable check threw Exception | |
ISPN000677 | WARN | Store '%s'#isAvailable completed Exceptionally | |
ISPN000678 | WARN | Persistence is unavailable because of store %s | |
ISPN000679 | INFO | Persistence is now available | |
ISPN000680 | org.infinispan.commons.CacheConfigurationException | Expiration (Max idle or Lifespan) is not allowed while using a store '%s' that does not support expiration, unless it is configured as read only | |
ISPN000681 | org.infinispan.commons.CacheConfigurationException | Missing required property '%s' for attribute '%s' at %s | |
ISPN000686 | org.infinispan.commons.CacheConfigurationException | Attribute '%2$s' of element '%1$s' has an illegal value '%3$s' at %4$s: %5$s | |
ISPN000687 | org.infinispan.commons.CacheConfigurationException | Attribute '%2$s' of element '%1$s' has an illegal value '%3$s' at %5$s. Expecting one of %4$s. | |
ISPN000688 | WARN | Attribute '%s' of element '%s' has been deprecated since schema version %d.%d. Refer to the upgrade guide | |
ISPN000689 | WARN | Recovering cache '%s' but there are missing members, known members %s of a total of %s | |
ISPN000690 | DEBUG | We cannot find a configuration for the cache '%s' in the available configurations: '%s'. This cache has been probably removed by another thread. Skip to writing it. | |
ISPN000691 | org.infinispan.commons.CacheConfigurationException | Indexed entity name must not be null or empty | |
ISPN000692 | INFO | Flushed ACL Cache | |
ISPN000693 | org.infinispan.commons.CacheConfigurationException | Dangling lock file '%s' in persistent global state, probably left behind by an unclean shutdown. | |
ISPN000694 | org.infinispan.topology.MissingMembersException | Cache '%s' has number of owners %d but is missing too many members (%d/%d) to reinstall topology | |
ISPN000695 | org.infinispan.commons.CacheException | Query module not found. Add infinispan-query or infinispan-query-core to the classpath. | |
ISPN000901 | WARN | Property %s could not be replaced as intended! | |
ISPN000902 | WARN | Invocation of %s threw an exception %s. Exception is ignored. | |
ISPN000904 | org.infinispan.commons.CacheConfigurationException | Error while initializing SSL context | |
ISPN000905 | ERROR | Unable to load %s from any of the following classloaders: %s | |
ISPN000906 | WARN | Unable to convert string property [%s] to an int! Using default value of %d | |
ISPN000907 | WARN | Unable to convert string property [%s] to a long! Using default value of %d | |
ISPN000908 | WARN | Unable to convert string property [%s] to a boolean! Using default value of %b | |
ISPN000909 | java.lang.IllegalArgumentException | Unwrapping %s to a type of %s is not a supported | |
ISPN000910 | org.infinispan.commons.CacheConfigurationException | Illegal value for thread pool parameter(s) %s, it should be: %s | |
ISPN000911 | java.lang.IllegalArgumentException | Unwrapping of any instances in %s to a type of %s is not a supported | |
ISPN000912 | java.lang.IllegalStateException | Expecting a protected configuration for %s | |
ISPN000913 | java.lang.IllegalStateException | Expecting an unprotected configuration for %s | |
ISPN000914 | java.lang.IllegalArgumentException | Duplicate attribute '%s' in attribute set '%s' | |
ISPN000915 | java.lang.IllegalArgumentException | No such attribute '%s' in attribute set '%s' | |
ISPN000916 | java.lang.IllegalArgumentException | No attribute copier for type '%s' | |
ISPN000918 | java.io.IOException | Cannot find resource '%s' | |
ISPN000919 | org.infinispan.commons.CacheConfigurationException | Multiple errors encountered while validating configuration | |
ISPN000920 | java.lang.UnsupportedOperationException | Unable to load file using scheme %s | |
ISPN000921 | java.lang.SecurityException | The alias '%s' does not exist in the key store '%s' | |
ISPN000922 | ERROR | Exception during rollback | |
ISPN000923 | ERROR | Error enlisting resource | |
ISPN000924 | ERROR | beforeCompletion() failed for %s | |
ISPN000925 | ERROR | Unexpected error from resource manager! | |
ISPN000926 | ERROR | afterCompletion() failed for %s | |
ISPN000927 | WARN | exception while committing | |
ISPN000928 | ERROR | end() failed for %s | |
ISPN000929 | org.infinispan.commons.dataconversion.EncodingException | Media type cannot be empty or null! | |
ISPN000930 | org.infinispan.commons.dataconversion.EncodingException | Invalid media type '%s': must contain a type and a subtype separated by '/' | |
ISPN000931 | org.infinispan.commons.dataconversion.EncodingException | Invalid media type '%s': invalid param '%s' | |
ISPN000932 | org.infinispan.commons.dataconversion.EncodingException | Invalid media type list '%s': comma expected | |
ISPN000933 | org.infinispan.commons.dataconversion.EncodingException | Invalid media type list '%s': type expected after comma | |
ISPN000934 | org.infinispan.commons.dataconversion.EncodingException | Errors converting '%s' from '%s' to '%s' | |
ISPN000935 | org.infinispan.commons.dataconversion.EncodingException | Invalid Weight '%s'. Supported values are between 0 and 1.0 | |
ISPN000936 | org.infinispan.commons.CacheException | Class '%s' blocked by deserialization allow list. Adjust the configuration serialization allow list regular expression to include this class. | |
ISPN000937 | org.infinispan.commons.dataconversion.EncodingException | Invalid media type. Expected '%s' but got '%s' | |
ISPN000938 | org.infinispan.commons.dataconversion.EncodingException | Invalid text content '%s' | |
ISPN000939 | org.infinispan.commons.dataconversion.EncodingException | Conversion of content '%s' from '%s' to '%s' not supported | |
ISPN000940 | org.infinispan.commons.dataconversion.EncodingException | Invalid application/x-www-form-urlencoded content: '%s' | |
ISPN000941 | org.infinispan.commons.dataconversion.EncodingException | Error encoding content '%s' to '%s' | |
ISPN000942 | WARN | Unable to convert property [%s] to an enum! Using default value of %d | |
ISPN000944 | org.infinispan.commons.CacheConfigurationException | Feature %s is disabled! | |
ISPN000946 | INFO | Using OpenSSL Provider | |
ISPN000947 | INFO | Using Java SSL Provider | |
ISPN000948 | org.infinispan.commons.dataconversion.EncodingException | Unsupported conversion of '%s' from '%s' to '%s' | |
ISPN000949 | org.infinispan.commons.dataconversion.EncodingException | Unsupported conversion of '%s' to '%s' | |
ISPN000950 | org.infinispan.commons.dataconversion.EncodingException | Encoding '%s' is not supported | |
ISPN000951 | org.infinispan.commons.CacheConfigurationException | Invalid value %s for attribute %s: must be a number greater than zero | |
ISPN000952 | INFO | OpenTelemetry tracing instance loaded: %s | |
ISPN000953 | INFO | OpenTelemetry tracing integration is disabled | |
ISPN000954 | WARN | OpenTelemetry tracing cannot be configured. | |
ISPN000955 | java.lang.IllegalArgumentException | '%s' is not a valid boolean value (true|false|yes|no|y|n|on|off) | |
ISPN000956 | java.lang.IllegalArgumentException | '%s' is not one of %s | |
ISPN000957 | ERROR | Cannot load %s | |
ISPN000958 | java.lang.IllegalArgumentException | Cannot parse bytes quantity %s | |
ISPN000959 | WARN | Property '%s' has been deprecated. Please use '%s' instead. | |
ISPN000960 | java.lang.IllegalArgumentException | No attribute '%s' in '%s' | |
ISPN000961 | java.lang.IllegalArgumentException | Incompatible attribute '%s.%s' existing value='%s', new value='%s' | |
ISPN000962 | java.lang.IllegalStateException | Cannot modify protected attribute '%s' | |
ISPN000963 | java.lang.IllegalArgumentException | Invalid configuration in '%s' | |
ISPN000968 | ERROR | Failed creating initial JNDI context | |
ISPN000969 | org.infinispan.commons.CacheException | Simple caches do not support queries. Use standard caches for querying. | |
ISPN000970 | WARN | Failed to register metrics with id %s. Reason: %s | |
ISPN000971 | org.infinispan.commons.CrossSiteIllegalLifecycleStateException | Cannot handle cross-site request from site '%s'. CacheManager isn't started yet. | |
ISPN004001 | WARN | Could not find '%s' file in classpath, using defaults. | |
ISPN004002 | INFO | Cannot perform operations on a cache associated with an unstarted RemoteCacheManager. Use RemoteCacheManager.start before using the remote cache. | |
ISPN004003 | org.infinispan.client.hotrod.exceptions.InvalidResponseException | Invalid magic number. Expected %#x and received %#x | |
ISPN004005 | WARN | Error received from the server: %s | |
ISPN004006 | INFO | Server sent new topology view (id=%d, age=%d) containing %d addresses: %s | |
ISPN004007 | ERROR | Exception encountered. Retry %d out of %d | |
ISPN004011 | WARN | No hash function configured for version: %d | |
ISPN004014 | INFO | New server added(%s), adding to the pool. | |
ISPN004015 | WARN | Failed adding new server %s | |
ISPN004016 | INFO | Server not in cluster anymore(%s), removing from the pool. | |
ISPN004021 | INFO | Infinispan version: %s | |
ISPN004024 | org.infinispan.commons.CacheConfigurationException | SSL Enabled but no TrustStore specified | |
ISPN004025 | org.infinispan.commons.CacheConfigurationException | A password is required to open the KeyStore '%s' | |
ISPN004026 | org.infinispan.commons.CacheConfigurationException | A password is required to open the TrustStore '%s' | |
ISPN004027 | org.infinispan.commons.CacheConfigurationException | Cannot configure custom KeyStore and/or TrustStore when specifying a SSLContext | |
ISPN004028 | org.infinispan.commons.CacheConfigurationException | Unable to parse server IP address %s | |
ISPN004029 | org.infinispan.commons.CacheConfigurationException | Invalid max_retries (value=%s). Value should be greater or equal than zero. | |
ISPN004030 | org.infinispan.commons.CacheConfigurationException | Cannot enable authentication without specifying either a username, a token, a client Subject or a CallbackHandler | |
ISPN004031 | java.lang.SecurityException | The selected authentication mechanism '%s' is not among the supported server mechanisms: %s | |
ISPN004034 | org.infinispan.client.hotrod.exceptions.HotRodClientException | Unable to unmarshall bytes %s | |
ISPN004035 | org.infinispan.commons.CacheListenerException | Caught exception [%s] while invoking method [%s] on listener instance: %s | |
ISPN004036 | org.infinispan.client.hotrod.event.IncorrectClientListenerException | Methods annotated with %s must accept exactly one parameter, of assignable from type %s | |
ISPN004037 | org.infinispan.client.hotrod.event.IncorrectClientListenerException | Methods annotated with %s should have a return type of void. | |
ISPN004038 | ERROR | Unexpected error consuming event %s | |
ISPN004039 | WARN | Unable to complete reading event from server %s | |
ISPN004040 | org.infinispan.client.hotrod.event.IncorrectClientListenerException | Cache listener class %s must be annotated with org.infinispan.client.hotrod.annotation.ClientListener | |
ISPN004041 | org.infinispan.client.hotrod.exceptions.HotRodClientException | Unknown event type %s received | |
ISPN004042 | ERROR | Unable to set method %s accessible | |
ISPN004045 | org.infinispan.commons.CacheConfigurationException | When enabling near caching, number of max entries must be configured | |
ISPN004046 | DEBUG | Successfully closed remote iterator '%s' | |
ISPN004047 | java.lang.IllegalStateException | Invalid iteration id '%s' | |
ISPN004048 | java.util.NoSuchElementException | Invalid iteration id '%s' | |
ISPN004050 | INFO | Switched to cluster '%s' | |
ISPN004051 | INFO | Switched back to main cluster | |
ISPN004052 | INFO | Manually switched to cluster '%s' | |
ISPN004053 | INFO | Manually switched back to main cluster | |
ISPN004054 | org.infinispan.commons.CacheConfigurationException | Name of the failover cluster needs to be specified | |
ISPN004055 | org.infinispan.commons.CacheConfigurationException | Host needs to be specified in server definition of failover cluster | |
ISPN004056 | org.infinispan.commons.CacheConfigurationException | At least one server address needs to be specified for failover cluster %s | |
ISPN004057 | org.infinispan.commons.CacheConfigurationException | Duplicate failover cluster %s has been specified | |
ISPN004058 | org.infinispan.client.hotrod.event.IncorrectClientListenerException | The client listener must use raw data when it uses a query as a filter: %s | |
ISPN004059 | org.infinispan.client.hotrod.event.IncorrectClientListenerException | The client listener must use the '%s' filter/converter factory | |
ISPN004061 | WARN | Ignoring error when closing iteration '%s' | |
ISPN004062 | DEBUG | Started iteration '%s' | |
ISPN004063 | DEBUG | Channel to %s obtained for iteration '%s' | |
ISPN004064 | TRACE | Tracking key %s belonging to segment %d, already tracked? = %b | |
ISPN004067 | org.infinispan.commons.CacheConfigurationException | Cannot specify both a callback handler and a username/token for authentication | |
ISPN004069 | org.infinispan.client.hotrod.exceptions.TransportException | Connection to %s is not active. | |
ISPN004070 | org.infinispan.client.hotrod.exceptions.HotRodClientException | Failed to add client listener %s, server responded with status %d | |
ISPN004071 | org.infinispan.client.hotrod.exceptions.TransportException | Connection to %s was closed while waiting for response. | |
ISPN004072 | ERROR | Cannot create another async thread. Please increase 'infinispan.client.hotrod.default_executor_factory.pool_size' (current value is %d). | |
ISPN004074 | INFO | Native Epoll transport not available, using NIO instead: %s | |
ISPN004075 | org.infinispan.commons.CacheConfigurationException | TrustStoreFileName and TrustStorePath are mutually exclusive | |
ISPN004076 | java.lang.IllegalStateException | Unknown message id %d; cannot find matching request | |
ISPN004077 | org.infinispan.client.hotrod.exceptions.TransportException | Closing channel %s due to error in unknown operation. | |
ISPN004078 | org.infinispan.client.hotrod.exceptions.HotRodClientException | This channel is about to be closed and does not accept any further operations. | |
ISPN004079 | java.lang.IllegalStateException | Unexpected listenerId %s | |
ISPN004080 | java.lang.IllegalStateException | Event should use messageId of previous Add Client Listener operation but id is %d and operation is %s | |
ISPN004082 | org.infinispan.commons.CacheConfigurationException | TransactionMode must be non-null. | |
ISPN004083 | org.infinispan.commons.CacheConfigurationException | TransactionManagerLookup must be non-null | |
ISPN004084 | org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException | Cache %s doesn't support transactions. Please check the documentation how to configure it properly. | |
ISPN004085 | ERROR | Error checking server configuration for transactional cache %s | |
ISPN004086 | WARN | Exception caught while preparing transaction %s | |
ISPN004087 | WARN | Use of maxIdle expiration with a near cache is unsupported. | |
ISPN004088 | org.infinispan.client.hotrod.exceptions.HotRodClientException | Transactions timeout must be positive | |
ISPN004089 | org.infinispan.client.hotrod.exceptions.HotRodClientException | TransactionTable is not started! | |
ISPN004090 | org.infinispan.client.hotrod.exceptions.InvalidResponseException | [%s] Invalid response operation. Expected %#x and received %#x | |
ISPN004091 | org.infinispan.client.hotrod.exceptions.HotRodClientException | MBean registration failed | |
ISPN004092 | org.infinispan.client.hotrod.exceptions.HotRodClientException | MBean unregistration failed | |
ISPN004093 | org.infinispan.commons.CacheConfigurationException | OAUTHBEARER mechanism selected without providing a token | |
ISPN004094 | org.infinispan.commons.CacheConfigurationException | Cannot specify both template name and configuration for '%s' | |
ISPN004095 | java.lang.IllegalArgumentException | Not a Hot Rod URI: %s | |
ISPN004096 | java.lang.IllegalArgumentException | Invalid property format in URI: %s | |
ISPN004097 | java.lang.IllegalArgumentException | Illegal attempt to redefine an already existing cache configuration: %s | |
ISPN004098 | WARN | Closing connection %s due to transport error | |
ISPN004099 | WARN | Remote iteration over the entire result set of query '%s' without using pagination options is inefficient for large result sets. Please consider using 'startOffset' and 'maxResults' options. | |
ISPN004100 | WARN | Error reaching the server during iteration | |
ISPN004101 | WARN | Configuration property '%s' has been deprecated | |
ISPN004102 | org.infinispan.commons.CacheConfigurationException | Near cache number of max entries must be a positive number when using bloom filter optimization, it was %d | |
ISPN004103 | org.infinispan.commons.CacheConfigurationException | Near cache with bloom filter requires pool max active to be 1, was %s, and exhausted action to be WAIT, was %s | |
ISPN004104 | WARN | Failed to load and create an optional ProtoStream serialization context initializer: %s | |
ISPN004105 | WARN | Reverting to the initial server list for caches %s | |
ISPN004106 | WARN | Invalid active count after closing channel %s | |
ISPN004107 | WARN | Invalid created count after closing channel %s | |
ISPN004108 | INFO | Native IOUring transport not available, using NIO instead: %s | |
ISPN004109 | TRACE | OpenTelemetry API is not present in the classpath. Client context tracing will not be propagated. | |
ISPN004110 | TRACE | OpenTelemetry API is present in the classpath and the tracing propagation is enabled. Client context tracing will be propagated. | |
ISPN004111 | TRACE | OpenTelemetry API is present in the classpath, but the tracing propagation is not enabled. Client context tracing will not be propagated. | |
ISPN004112 | org.infinispan.commons.CacheConfigurationException | The SNI hostname is required when hostname validation is enabled | |
ISPN004115 | WARN | Unexpected error while creating the tracing propagation context. Client context tracing will not be propagated. | |
ISPN004116 | WARN | Client cannot marshall the server's key media type ('%s'). This could cause poor performance. | |
ISPN004117 | WARN | Cache '%s' with marshaller %s does not handle server storage type '%s'. Configure the cache or default marshaller. | |
ISPN008001 | ERROR | Failed clearing cache store | |
ISPN008003 | ERROR | SQL failure while integrating state into store | |
ISPN008009 | ERROR | I/O error while unmarshalling from stream | |
ISPN008010 | ERROR | *UNEXPECTED* ClassNotFoundException. | |
ISPN008011 | ERROR | Error while creating table; used DDL statement: '%s' | |
ISPN008015 | ERROR | Could not find a connection in jndi under the name '%s' | |
ISPN008016 | ERROR | Could not lookup connection with datasource %s | |
ISPN008017 | WARN | Failed to close naming context. | |
ISPN008018 | ERROR | Sql failure retrieving connection from datasource | |
ISPN008019 | ERROR | Issues while closing connection %s | |
ISPN008022 | WARN | Unexpected sql failure | |
ISPN008023 | WARN | Failure while closing the connection to the database | |
ISPN008024 | ERROR | Error while storing string key to database; key: '%s' | |
ISPN008025 | ERROR | Error while removing string keys from database | |
ISPN008026 | ERROR | In order for JdbcStringBasedStore to support %s, the Key2StringMapper needs to implement TwoWayKey2StringMapper. You should either make %s implement TwoWayKey2StringMapper or disable the sql. See [https://jira.jboss.org/browse/ISPN-579] for more details. | |
ISPN008027 | ERROR | SQL error while fetching stored entry with key: %s, lockingKey: %s | |
ISPN008028 | org.infinispan.commons.CacheConfigurationException | Attribute '%2$s' has not been set on '%1$s' | |
ISPN008029 | org.infinispan.commons.CacheConfigurationException | A ConnectionFactory has not been specified for this store | |
ISPN008031 | ERROR | Error committing JDBC transaction | |
ISPN008032 | ERROR | Error during rollback of JDBC transaction | |
ISPN008033 | org.infinispan.persistence.spi.PersistenceException | Exception encountered when preparing JDBC store Tx | |
ISPN008036 | WARN | Unable to notify the PurgeListener of expired cache entries as the configured key2StringMapper does not implement %s | |
ISPN008037 | org.infinispan.persistence.spi.PersistenceException | Error while writing entries in batch to the database: | |
ISPN008038 | org.infinispan.persistence.spi.PersistenceException | Error whilst removing keys in batch from the database. Keys: %s | |
ISPN008039 | org.infinispan.commons.CacheConfigurationException | The existing store was created without segmentation enabled | |
ISPN008040 | org.infinispan.commons.CacheConfigurationException | The existing store was created with %d segments configured, but the cache is configured with %d | |
ISPN008041 | ERROR | Error retrieving JDBC metadata | |
ISPN008042 | ERROR | SQL failure while retrieving size | |
ISPN008043 | org.infinispan.commons.CacheConfigurationException | Primary key has multiple columns but no key message schema defined, which is required when there is more than one key column | |
ISPN008044 | org.infinispan.commons.CacheConfigurationException | Multiple non key columns but no value message schema defined, which is required when there is more than one value column | |
ISPN008045 | org.infinispan.commons.CacheConfigurationException | Primary key %s was not found in the key schema %s | |
ISPN008046 | org.infinispan.commons.CacheConfigurationException | Additional value columns %s found that were not part of the schema, make sure the columns returned match the value schema %s | |
ISPN008047 | org.infinispan.commons.CacheConfigurationException | Schema not found for : %s | |
ISPN008048 | org.infinispan.commons.CacheConfigurationException | Key cannot be embedded when the value schema %s is an enum | |
ISPN008049 | org.infinispan.commons.CacheConfigurationException | Repeated fields are not supported, found %s in schema %s | |
ISPN008050 | org.infinispan.commons.CacheConfigurationException | Duplicate name %s found for nested schema: %s | |
ISPN008051 | org.infinispan.commons.CacheConfigurationException | Schema contained a field %s that is required but wasn't found in the query for schema %s | |
ISPN008052 | org.infinispan.commons.CacheConfigurationException | Primary key %s was found in the value schema %s but embedded key was not true | |
ISPN008053 | org.infinispan.commons.CacheConfigurationException | Delete and select queries do not have matching arguments. Delete was %s and select was %s | |
ISPN008054 | org.infinispan.commons.CacheConfigurationException | Named parameter %s in upsert statement [%s] is not available in columns from selectAll statement [%s] | |
ISPN008055 | org.infinispan.commons.CacheConfigurationException | No parameters are allowed for select all statement %s | |
ISPN008056 | org.infinispan.commons.CacheConfigurationException | No parameters are allowed for delete all statement %s | |
ISPN008057 | org.infinispan.commons.CacheConfigurationException | No parameters are allowed for sizer statement %s | |
ISPN008058 | org.infinispan.commons.CacheConfigurationException | Not all key columns %s were returned from select all statement %s | |
ISPN008059 | org.infinispan.commons.CacheConfigurationException | Select parameter %s is not returned from select all statement %s, select statement is %s | |
ISPN008060 | org.infinispan.commons.CacheConfigurationException | Non-terminated named parameter declaration at position %d in statement: %s | |
ISPN008061 | org.infinispan.commons.CacheConfigurationException | Invalid character %s at position %d in statement: %s | |
ISPN008062 | org.infinispan.commons.CacheConfigurationException | Unnamed parameters are not allowed, found one at %d in statement %s | |
ISPN008063 | org.infinispan.commons.CacheConfigurationException | Provided table name %s is not in form of ( | |
ISPN008064 | org.infinispan.commons.CacheConfigurationException | No primary keys found for table %s, check case sensitivity | |
ISPN008065 | org.infinispan.commons.CacheConfigurationException | No column found that wasn't a primary key for table: %s | |
ISPN008066 | org.infinispan.commons.CacheConfigurationException | Unable to detect database dialect from JDBC driver name or connection metadata. Please provide this manually using the 'dialect' property in your configuration. Supported database dialect strings are %s | |
ISPN008067 | org.infinispan.commons.CacheConfigurationException | The size, select and select all attributes must be set for a query store | |
ISPN008068 | org.infinispan.commons.CacheConfigurationException | The delete, delete all and upsert attributes must be set for a query store that allows writes | |
ISPN008069 | org.infinispan.commons.CacheConfigurationException | Key columns are required for QueryStore | |
ISPN008070 | org.infinispan.commons.CacheConfigurationException | Message name must not be null if embedded key is true | |
ISPN008071 | org.infinispan.commons.CacheConfigurationException | Table name must be non null | |
ISPN008072 | WARN | There was no JDBC metadata present in table %s, unable to confirm if segments are properly configured! Segments are assumed to be properly configured. | |
ISPN010005 | org.infinispan.commons.CacheConfigurationException | Cannot enable HotRod wrapping if a marshaller and/or an entryWrapper have already been set | |
ISPN010007 | org.infinispan.commons.CacheException | The RemoteCacheStore for cache %s should be configured with hotRodWrapping enabled | |
ISPN010008 | org.infinispan.commons.CacheConfigurationException | RemoteStore only supports segmentation when using at least protocol version %s or higher | |
ISPN010009 | org.infinispan.commons.CacheConfigurationException | A RemoteStore must be shared in a cache that is clustered | |
ISPN010010 | org.infinispan.commons.CacheConfigurationException | Segmentation is not supported for a RemoteStore when the configured segments %d do not match the remote servers amount %s | |
ISPN010011 | org.infinispan.commons.CacheConfigurationException | Segmentation is not supported for a RemoteStore when the configured key media type %s does not match the remote servers key media type %s | |
ISPN010012 | org.infinispan.commons.CacheConfigurationException | The RemoteCacheStore cannot be segmented when grouping is enabled | |
ISPN014001 | ERROR | Could not locate key class %s | |
ISPN014002 | ERROR | Cannot instantiate Transformer class %s | |
ISPN014003 | INFO | Registering Query interceptor for cache %s | |
ISPN014004 | DEBUG | Custom commands backend initialized backing index %s | |
ISPN014009 | WARN | Indexed type '%1$s' is using a default Transformer. This is slow! Register a custom implementation using @Transformable | |
ISPN014013 | org.infinispan.commons.CacheException | Cache named '%1$s' is being shut down. No longer accepting remote commands. | |
ISPN014014 | INFO | Reindexed %1$d entities in %2$d ms | |
ISPN014015 | DEBUG | %1$d documents indexed in %2$d ms | |
ISPN014016 | INFO | Purging instances of '%s' from the index | |
ISPN014017 | INFO | Flushing index '%s' | |
ISPN014019 | java.lang.IllegalStateException | Cannot run Lucene queries on a cache '%s' that does not have indexing enabled | |
ISPN014021 | org.infinispan.objectfilter.ParsingException | Queries containing grouping and aggregation functions must use projections. | |
ISPN014022 | java.lang.IllegalStateException | Cannot have aggregate functions in GROUP BY clause | |
ISPN014023 | org.infinispan.objectfilter.ParsingException | Using the multi-valued property path '%s' in the GROUP BY clause is not currently supported | |
ISPN014024 | org.infinispan.objectfilter.ParsingException | The property path '%s' cannot be used in the ORDER BY clause because it is multi-valued | |
ISPN014025 | java.lang.IllegalStateException | The query must not use grouping or aggregation | |
ISPN014026 | org.infinispan.objectfilter.ParsingException | The expression '%s' must be part of an aggregate function or it should be included in the GROUP BY clause | |
ISPN014027 | org.infinispan.objectfilter.ParsingException | The property path '%s' cannot be projected because it is multi-valued | |
ISPN014033 | org.infinispan.commons.CacheException | Unable to resume suspended transaction %s | |
ISPN014034 | org.infinispan.commons.CacheException | Unable to suspend transaction | |
ISPN014036 | org.infinispan.objectfilter.ParsingException | Prefix, wildcard or regexp queries cannot be fuzzy: %s | |
ISPN014039 | org.infinispan.commons.CacheException | Queries containing groups or aggregations cannot be converted to an indexed query | |
ISPN014040 | org.infinispan.commons.CacheException | Unable to define filters, please use filters in the query string instead. | |
ISPN014042 | org.infinispan.partitionhandling.AvailabilityException | Cannot execute query: cluster is operating in degraded mode and partition handling configuration doesn't allow reads and writes. | |
ISPN014043 | org.infinispan.commons.CacheException | Cannot find an appropriate Transformer for key type %s. Indexing only works with entries keyed on Strings, primitives, byte[], UUID, classes that have the @Transformable annotation or classes for which you have defined a suitable Transformer in the indexing configuration. Alternatively, see org.infinispan.query.spi.SearchManagerImplementor.registerKeyTransformer. | |
ISPN014044 | ERROR | Failed to parse system property %s | |
ISPN014046 | INFO | Setting org.apache.lucene.search.BooleanQuery.setMaxClauseCount from system property %s to value %d | |
ISPN014047 | WARN | Ignoring system property %s because the value %d is smaller than the current value (%d) of org.apache.lucene.search.BooleanQuery.getMaxClauseCount() | |
ISPN014050 | org.infinispan.commons.CacheException | Interrupted while waiting for completions of some batch indexing operations. | |
ISPN014051 | org.hibernate.search.util.common.SearchException | %1$s entities could not be indexed. See the logs for details. First failure on entity '%2$s': %3$s | |
ISPN014052 | java.lang.String | Indexing instance of entity '%s' during mass indexing | |
ISPN014053 | org.infinispan.commons.CacheException | Invalid property key '%1$s`, it's not a string. | |
ISPN014054 | org.infinispan.commons.CacheException | Trying to execute query `%1$s`, but no type is indexed on cache. | |
ISPN014055 | org.infinispan.commons.CacheException | Cannot index entry since the search mapping failed to initialize. | |
ISPN014056 | org.infinispan.commons.CacheException | Only DELETE statements are supported by executeStatement | |
ISPN014057 | org.infinispan.commons.CacheException | DELETE statements cannot use paging (firstResult/maxResults) | |
ISPN014058 | org.infinispan.commons.CacheException | Projections are not supported with entryIterator() | |
ISPN014059 | WARN | The indexing engine is restarting, index updates will be skipped for the current data changes. | |
ISPN014060 | INFO | We're getting some errors from Hibernate Search or Lucene while we compute the index count/size for statistics. There is probably a concurrent reindexing ongoing. | |
ISPN014061 | org.infinispan.commons.CacheConfigurationException | Failed to load declared indexed class '%s' | |
ISPN014062 | DEBUG | Search engine is reloaded before the reindexing. | |
ISPN014063 | INFO | Reindexing starting. | |
ISPN014064 | org.infinispan.objectfilter.ParsingException | Multiple knn predicates are not supported at the moment. | |
ISPN014065 | org.infinispan.objectfilter.ParsingException | Boolean predicates containing knn predicates are not supported at the moment. | |
ISPN014066 | WARN | Failed to purge index for segments %s | |
ISPN014501 | org.hibernate.search.util.common.SearchException | Exception while retrieving the type model for '%1$s'. | |
ISPN014502 | org.hibernate.search.util.common.SearchException | Multiple entity types configured with the same name '%1$s': '%2$s', '%3$s' | |
ISPN014503 | org.hibernate.search.util.common.SearchException | Infinispan Search Mapper does not support named types. The type with name '%1$s' does not exist. | |
ISPN014504 | org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException | Unable to load class [%1$s] | |
ISPN014505 | org.hibernate.search.util.common.SearchException | Unknown entity name: '%1$s'. | |
ISPN014506 | org.hibernate.search.util.common.SearchException | Invalid type for '%1$s': the entity type must extend '%2$s', but entity type '%3$s' does not. | |
ISPN014507 | ERROR | Error processing indexing operation. | |
ISPN014801 | java.lang.IllegalArgumentException | Argument cannot be null | |
ISPN014802 | java.lang.IllegalArgumentException | '%s' must be an instance of java.lang.Comparable | |
ISPN014803 | java.lang.IllegalArgumentException | Parameter name cannot be null or empty | |
ISPN014804 | java.lang.IllegalStateException | Query does not have parameters | |
ISPN014805 | java.lang.IllegalArgumentException | No parameter named '%s' was found | |
ISPN014806 | java.lang.IllegalArgumentException | No parameters named '%s' were found | |
ISPN014807 | java.lang.IllegalArgumentException | The list of values for 'in(..)' cannot be null or empty | |
ISPN014808 | java.lang.IllegalStateException | operator was already specified | |
ISPN014809 | java.lang.IllegalArgumentException | The given condition was created by another factory | |
ISPN014810 | java.lang.IllegalArgumentException | The given condition is already in use by another builder | |
ISPN014811 | java.lang.IllegalStateException | Sentence already started. Cannot use '%s' again. | |
ISPN014812 | java.lang.IllegalArgumentException | %s cannot be null | |
ISPN014813 | java.lang.IllegalStateException | This query already belongs to another query builder | |
ISPN014814 | java.lang.IllegalStateException | This sub-query does not belong to a parent query builder yet | |
ISPN014815 | java.lang.IllegalArgumentException | Grouping cannot be null or empty | |
ISPN014816 | java.lang.IllegalStateException | Grouping can be specified only once | |
ISPN014817 | java.lang.IllegalArgumentException | Expecting a java.lang.Collection or an array of java.lang.Object | |
ISPN014818 | java.lang.IllegalStateException | Incomplete sentence. Missing attribute path or operator. | |
ISPN014819 | java.lang.IllegalStateException | Cannot visit an incomplete condition. | |
ISPN014820 | java.lang.IllegalStateException | Old child condition not found in parent condition | |
ISPN014821 | java.lang.IllegalArgumentException | Projection cannot be null or empty | |
ISPN014822 | java.lang.IllegalStateException | Projection can be specified only once | |
ISPN014823 | java.lang.IllegalArgumentException | maxResults must be greater than 0 | |
ISPN014824 | java.lang.IllegalArgumentException | startOffset cannot be less than 0 | |
ISPN014825 | java.lang.IllegalStateException | Query parameter '%s' was not set | |
ISPN014826 | java.lang.IllegalArgumentException | Left and right condition cannot be the same | |
ISPN014827 | WARN | Distributed sort not supported for non-indexed query '%s'. Consider using an index for optimal performance. | |
ISPN017001 | INFO | Infinispan CDI extension version: %s | |
ISPN017002 | INFO | Configuration for cache '%s' has been defined in cache manager '%s' | |
ISPN017003 | java.lang.IllegalArgumentException | %s parameter must not be null | |
ISPN017003 | INFO | Overriding default embedded configuration not found - adding default implementation | |
ISPN017004 | INFO | Overriding default embedded cache manager not found - adding default implementation | |
ISPN017004 | INFO | Overriding default remote cache manager not found - adding default implementation | |
ISPN028501 | org.infinispan.objectfilter.ParsingException | The type %s does not have an accessible property named '%s'. | |
ISPN028502 | org.infinispan.objectfilter.ParsingException | Unknown alias: %s. | |
ISPN028503 | org.infinispan.objectfilter.ParsingException | Property %2$s can not be selected from type %1$s since it is an embedded entity. | |
ISPN028504 | org.infinispan.objectfilter.ParsingException | The property %s is an embedded entity and does not allow comparison predicates | |
ISPN028505 | org.infinispan.objectfilter.ParsingException | Invalid numeric literal '%s' | |
ISPN028506 | org.infinispan.objectfilter.ParsingException | Invalid date literal '%s' | |
ISPN028507 | org.infinispan.objectfilter.ParsingException | Invalid boolean literal '%s' | |
ISPN028508 | org.infinispan.objectfilter.ParsingException | Invalid enum literal '%s' for enum type %s | |
ISPN028509 | org.infinispan.objectfilter.ParsingException | Filters cannot use grouping or aggregations | |
ISPN028510 | java.lang.IllegalStateException | Unknown entity name %s | |
ISPN028511 | java.lang.IllegalArgumentException | namedParameters cannot be null | |
ISPN028512 | java.lang.IllegalStateException | Aggregation %s is not supported | |
ISPN028513 | java.lang.IllegalStateException | Aggregation AVG cannot be applied to property of type %s | |
ISPN028514 | org.infinispan.objectfilter.ParsingException | %s aggregation can only be applied to property references. | |
ISPN028515 | org.infinispan.objectfilter.ParsingException | Cannot have aggregate functions in the WHERE clause : %s. | |
ISPN028516 | org.infinispan.objectfilter.ParsingException | Cannot have aggregate functions in the GROUP BY clause : %s. | |
ISPN028517 | java.lang.IllegalStateException | The predicate %s can not be added since there may be only one root predicate. | |
ISPN028518 | java.lang.IllegalStateException | The predicate %s can not be added since there may be only one sub-predicate in a NOT predicate. | |
ISPN028519 | org.infinispan.objectfilter.ParsingException | Cannot apply predicates directly to an entity alias: %s | |
ISPN028520 | org.infinispan.objectfilter.ParsingException | Full-text queries are not allowed in the HAVING clause | |
ISPN028521 | org.infinispan.objectfilter.ParsingException | Full-text queries cannot be applied to property '%2$s' in type %1$s unless the property is indexed and analyzed. | |
ISPN028522 | org.infinispan.objectfilter.ParsingException | No relational queries can be applied to property '%2$s' in type %1$s since the property is analyzed. | |
ISPN028523 | org.infinispan.objectfilter.ParsingException | Filters cannot use full-text searches | |
ISPN028524 | org.infinispan.objectfilter.ParsingException | Left side argument must be a property path | |
ISPN028525 | org.infinispan.objectfilter.ParsingException | Invalid query: %s | |
ISPN028526 | org.infinispan.objectfilter.ParsingException | Invalid query: %s; Parser error messages: %s. | |
ISPN028527 | org.infinispan.objectfilter.ParsingException | Full-text queries cannot be applied to property '%2$s' in type %1$s unless the property is indexed. | |
ISPN028528 | org.infinispan.objectfilter.ParsingException | Error parsing content. Data not stored as protobuf? | |
ISPN029001 | org.infinispan.commons.CacheConfigurationException | Max size of index node (%d) is limited to 32767 bytes. | |
ISPN029001 | org.infinispan.lock.exception.ClusteredLockException | The lock was deleted. | |
ISPN029002 | org.infinispan.commons.CacheConfigurationException | Min size of index node (%d) must be less or equal to max size (%d). | |
ISPN029003 | org.infinispan.persistence.spi.PersistenceException | Calculation of size has been interrupted. | |
ISPN029003 | org.infinispan.lock.exception.ClusteredLockException | LOCK[%s] Unlock failed from node %s | |
ISPN029004 | org.infinispan.lock.exception.ClusteredLockException | Missing name for the clustered lock | |
ISPN029005 | org.infinispan.lock.exception.ClusteredLockException | Invalid number of owner. It must be higher than zero or -1 but it was %s | |
ISPN029006 | WARN | Cannot truncate index | |
ISPN029006 | org.infinispan.lock.exception.ClusteredLockException | Invalid reliability mode. Modes are AVAILABLE or CONSISTENT | |
ISPN029007 | ERROR | Unexpected error in index updater thread. | |
ISPN029007 | org.infinispan.lock.exception.ClusteredLockException | Invalid scope for tag | |
ISPN029008 | ERROR | Failed to close the index file. | |
ISPN029008 | org.infinispan.lock.exception.ClusteredLockException | Cannot create clustered locks when clustering is not enabled | |
ISPN029009 | ERROR | Unexpected error in data compactor. | |
ISPN029009 | INFO | Configuration is not clustered, clustered locks are disabled | |
ISPN029010 | org.infinispan.lock.exception.ClusteredLockException | MBean registration failed | |
ISPN029011 | ERROR | Cannot close data file. | |
ISPN029012 | org.infinispan.commons.CacheConfigurationException | Compaction threshold (%f) should be between 0 (exclusively) and 1 (inclusively). | |
ISPN029013 | org.infinispan.persistence.spi.PersistenceException | Cannot open index on %s | |
ISPN029014 | org.infinispan.persistence.spi.PersistenceException | Interrupted while stopping the store | |
ISPN029015 | org.infinispan.persistence.spi.PersistenceException | Interrupted while pausing the index for clear. | |
ISPN029016 | org.infinispan.persistence.spi.PersistenceException | Cannot clear/reopen index. | |
ISPN029017 | org.infinispan.persistence.spi.PersistenceException | Cannot clear data directory. | |
ISPN029018 | org.infinispan.persistence.spi.PersistenceException | The serialized form of key %s is too long (%d); with maxNodeSize=%d bytes you can use only keys serialized to at most %d bytes. | |
ISPN029019 | org.infinispan.persistence.spi.PersistenceException | Cannot load key %s from index. | |
ISPN029020 | org.infinispan.persistence.spi.PersistenceException | Index looks corrupt. | |
ISPN029021 | ERROR | File id %s encountered an exception while compacting, file may be orphaned | |
ISPN029022 | WARN | Compaction skipping a corrupted entry for key %s, at %s:%s|%s that doesn't have enough bytes for header %s | |
ISPN029023 | FATAL | Error encountered with index, SIFS may not operate properly. | |
ISPN029024 | WARN | Clear encountered an exception, size stats for future invocations may be incorrect | |
ISPN029025 | org.infinispan.persistence.spi.PersistenceException | Failed acquiring lock '%s' for SIFS | |
ISPN029501 | org.infinispan.counter.exception.CounterOutOfBoundsException | %s reached. | |
ISPN029503 | org.infinispan.counter.exception.CounterConfigurationException | The counter name is missing. | |
ISPN029504 | org.infinispan.counter.exception.CounterConfigurationException | Invalid storage mode. It must be non-null | |
ISPN029505 | org.infinispan.counter.exception.CounterConfigurationException | Invalid storage mode. PERSISTENT is not allowed without global state enabled in cache container. | |
ISPN029506 | org.infinispan.counter.exception.CounterConfigurationException | Invalid number of owner. It must be higher than zero but it was %s | |
ISPN029507 | org.infinispan.counter.exception.CounterConfigurationException | Invalid reliability mode. It must be non-null | |
ISPN029508 | org.infinispan.counter.exception.CounterConfigurationException | Invalid initial value for counter. It must be between %s and %s (inclusive) but was %s | |
ISPN029509 | org.infinispan.counter.exception.CounterConfigurationException | Invalid concurrency-level. It must be higher than zero but it was %s | |
ISPN029514 | org.infinispan.counter.exception.CounterException | Invalid counter type. Expected=%s but got %s | |
ISPN029515 | org.infinispan.counter.exception.CounterException | Unable to fetch counter manager caches. | |
ISPN029516 | org.infinispan.counter.exception.CounterException | Counter '%s' is not defined. | |
ISPN029516 | org.infinispan.counter.exception.CounterNotFoundException | Counter '%s' is not defined. | |
ISPN029517 | org.infinispan.counter.exception.CounterConfigurationException | Duplicated counter name found. Counter '%s' already exists. | |
ISPN029518 | java.lang.IllegalStateException | Metadata not found but counter exists. Counter=%s | |
ISPN029520 | org.infinispan.counter.exception.CounterConfigurationException | Invalid scope for tag | |
ISPN029522 | org.infinispan.counter.exception.CounterException | WEAK and BOUNDED encoded flag isn't supported! | |
ISPN029524 | org.infinispan.counter.exception.CounterConfigurationException | Lower bound (%s) and upper bound (%s) can't be the same. | |
ISPN029525 | org.infinispan.counter.exception.CounterConfigurationException | Cannot rename file %s to %s | |
ISPN029526 | org.infinispan.counter.exception.CounterConfigurationException | Error while persisting counter's configurations | |
ISPN029527 | org.infinispan.counter.exception.CounterConfigurationException | Error while reading counter's configurations | |
ISPN029528 | org.infinispan.counter.exception.CounterException | CounterManager hasn't started yet or has been stopped. | |
ISPN029529 | org.infinispan.counter.exception.CounterException | MBean registration failed | |
ISPN290010 | ERROR | Cannot close/delete data file %d. |
Code | Level | Return Type | Message |
---|---|---|---|
JBERET000001 | WARN | Failed to run batchlet %s | |
JBERET000002 | WARN | A step cannot contain both chunk type and batchlet type: %s | |
JBERET000003 | WARN | A concrete step must contain either a chunk or batchlet type: %s | |
JBERET000004 | WARN | Unrecognized property category: %s, variable name: %s in property value: %s | |
JBERET000005 | WARN | Invalid exception filter class '%s' | |
JBERET000006 | TRACE | The job: %s already exists in the job repository and will not be added. | |
JBERET000007 | ERROR | Failed to run job %s, %s, %s | |
JBERET000008 | WARN | Possible syntax errors in property: %s | |
JBERET000009 | WARN | A decision cannot be the first element: %s | |
JBERET000010 | DEBUG | Could not resolve expression because: %s | |
JBERET000011 | WARN | Failed to stop the job %s, %s, %s | |
JBERET000012 | WARN | Failed to clone %s when running job [%s] and step [%s] | |
JBERET000013 | WARN | Failed to destroy artifact %s | |
JBERET000014 | DEBUG | Tables created for batch job repository with DDL file %s | |
JBERET000015 | DEBUG | Adding ddl entry for batch job repository:%n %s | |
JBERET000016 | WARN | Failed to close %s: %s | |
JBERET000017 | DEBUG | Persisted %s with id %s | |
JBERET000018 | WARN | Could not find the original step execution to restart. Current step execution id: %s, step name: %s | |
JBERET000019 | WARN | Encountered errors when creating batch job repository tables. | |
JBERET000020 | WARN | Failed to get database product name from connection %s | |
JBERET000021 | INFO | About to initialize batch job repository with ddl-file: %s for database %s | |
JBERET000022 | TRACE | %s is not implemented for local transactions | |
JBERET000023 | INFO | Removing %s %s | |
JBERET000024 | INFO | About to mark it FAILED before restarting job execution %s, job name %s, batch status %s, restart mode %s | |
JBERET000025 | WARN | Failed to set attributes to script context for engine %s, script type %s, and some data will not be passed to script | |
JBERET000026 | INFO | job %s is added to waiting queue due to low number of available threads: %s | |
JBERET000027 | INFO | job %s is taken from waiting queue and resubmitted | |
JBERET000028 | WARN | Failed to serialize exception: %s | |
JBERET000029 | INFO | Applied custom restart position: %s, instead of the default restart position: %s | |
JBERET000030 | INFO | Resolved job %s | |
JBERET000031 | WARN | Problem finalizing partition execution in step execution %s | |
JBERET000032 | WARN | Failed to get executions for job %s; instead got cached executions: %s | |
JBERET000033 | INFO | Stopping job execution: %s | |
JBERET000034 | DEBUG | The number of job executions read from the job repository is limited to %d. |
Code | Level | Return Type | Message |
---|---|---|---|
JBREM-00001 | java.io.IOException | Internal Error: received a message with a duplicate ID | |
JBREM-00001 | TRACE | Message with unknown protocol ID %d received | |
JBREM-00001 | TRACE | Rejected invalid SASL mechanism %s | |
JBREM000200 | DEBUG | Remote connection failed: %s | |
JBREM000201 | java.io.IOException | Received invalid message on %s | |
JBREM000202 | java.io.IOException | Abrupt close on %s | |
JBREM000203 | WARN | Message missing protocol byte | |
JBREM000204 | WARN | Buffer underflow parsing message with protocol ID %02x | |
JBREM000205 | DEBUG | Failed to accept a connection: %s | |
JBREM000206 | org.jboss.remoting3.NotOpenException | Channel is not open | |
JBREM000207 | org.jboss.remoting3.ChannelBusyException | Failed to send a message (channel is busy) | |
JBREM000208 | java.io.InterruptedIOException | Write operation interrupted | |
JBREM000209 | ERROR | An exception occurred in a message handler | |
JBREM000210 | FATAL | Internal Error: received a message with duplicate ID %d from %s | |
JBREM000211 | java.lang.IllegalArgumentException | Invalid XNIO worker; the worker must match the Remoting Endpoint worker | |
JBREM000212 | java.io.IOException | Failed to configure SSL context | |
JBREM000300 | org.wildfly.security.auth.AuthenticationException | Authentication failed due to I/O error | |
JBREM000301 | java.io.IOException | Mechanism name "%s" is too long | |
JBREM000302 | java.io.IOException | Authentication message too large | |
JBREM000303 | org.wildfly.security.auth.AuthenticationException | Authentication protocol failed (extra response) | |
JBREM000304 | org.wildfly.security.auth.AuthenticationException | Server rejected authentication | |
JBREM000305 | org.wildfly.security.auth.AuthenticationException | Authentication failed (connection closed) | |
JBREM000306 | org.wildfly.security.auth.AuthenticationException | Authentication failed (SASL client construction failure) | |
JBREM000307 | org.wildfly.security.auth.AuthenticationException | Authentication interrupted | |
JBREM000308 | org.wildfly.security.auth.AuthenticationException | Authentication failed (no mechanisms left), tried: %s | |
JBREM000309 | org.wildfly.security.auth.AuthenticationException | Authentication not supported for this peer |
Code | Level | Return Type | Message |
---|---|---|---|
JBTHR-0001 | INFO | JBoss Threads version %s | |
JBTHR00001 | org.jboss.threads.ThreadCreationException | Thread factory did not produce a thread | |
JBTHR00002 | java.util.concurrent.RejectedExecutionException | Task limit reached | |
JBTHR00003 | java.util.concurrent.TimeoutException | Operation timed out | |
JBTHR00004 | java.util.concurrent.CancellationException | Operation was cancelled | |
JBTHR00005 | java.util.concurrent.ExecutionException | Operation failed | |
JBTHR00006 | org.jboss.threads.ThreadCreationException | Unable to add new thread to the running set | |
JBTHR00007 | org.jboss.threads.ExecutionInterruptedException | Task execution interrupted | |
JBTHR00008 | java.util.concurrent.RejectedExecutionException | Task rejected | |
JBTHR00009 | org.jboss.threads.StoppedExecutorException | Executor has been shut down | |
JBTHR00010 | org.jboss.threads.ExecutionTimedOutException | Task execution timed out | |
JBTHR00011 | ERROR | Task execution failed for task %s | |
JBTHR00012 | java.lang.IllegalStateException | Cannot await termination of a thread pool from one of its own threads | |
JBTHR00013 | java.util.concurrent.RejectedExecutionException | No executors available to run task | |
JBTHR00014 | ERROR | Error submitting task %s to executor | |
JBTHR00100 | java.lang.IllegalArgumentException | Keep-alive may only be set to 0 for this executor type | |
JBTHR00101 | java.lang.IllegalArgumentException | Cannot reduce maximum threads below current thread number of running threads | |
JBTHR00102 | java.lang.IllegalArgumentException | Empty array parameter is not empty | |
JBTHR00103 | java.lang.IllegalStateException | The current thread does not support interrupt handlers | |
JBTHR00104 | java.lang.IllegalStateException | Executor is not shut down | |
JBTHR00105 | java.util.ConcurrentModificationException | Concurrent modification of collection detected | |
JBTHR00106 | java.util.NoSuchElementException | No such element (iteration past end) | |
JBTHR00107 | java.lang.RuntimeException | Unknown throwable received | |
JBTHR00108 | ERROR | Interrupt handler %s threw an exception | |
JBTHR00200 | java.lang.SecurityException | %s() not allowed on container-managed executor |
Code | Level | Return Type | Message |
---|---|---|---|
JBWEB005000 | WARN | Invalid %s value for the initParam keepgenerated. Will use the default value of "false" | |
JBWEB005001 | WARN | Invalid %s value for the initParam trimSpaces. Will use the default value of "false" | |
JBWEB005002 | WARN | Invalid %s value for the initParam enablePooling. Will use the default value of "false" | |
JBWEB005003 | WARN | Invalid %s value for the initParam mappedfile. Will use the default value of "true" | |
JBWEB005004 | WARN | Invalid %s value for the initParam sendErrToClient. Will use the default value of "false" | |
JBWEB005005 | WARN | Invalid %s value for the initParam classdebuginfo. Will use the default value of "true" | |
JBWEB005006 | WARN | Invalid %s value for the initParam checkInterval. Will disable periodic checking | |
JBWEB005007 | WARN | Invalid %s value for the initParam modificationTestInterval. Will use the default value of "4" seconds | |
JBWEB005008 | WARN | Invalid %s value for the initParam recompileOnFail. Will use the default value of "false" | |
JBWEB005009 | WARN | Invalid %s value for the initParam development. Will use the default value of "true" | |
JBWEB005010 | WARN | Invalid %s value for the initParam suppressSmap. Will use the default value of "false" | |
JBWEB005011 | WARN | Invalid %s value for the initParam dumpSmap. Will use the default value of "false" | |
JBWEB005012 | WARN | Invalid %s value for the initParam genStrAsCharArray. Will use the default value of "false" | |
JBWEB005013 | WARN | Invalid %s value for the initParam errorOnUseBeanInvalidClassAttribute. Will use the default value of "true" | |
JBWEB005014 | ERROR | The JSP container needs a work directory | |
JBWEB005015 | ERROR | The JSP container needs a valid work directory [%s] | |
JBWEB005016 | WARN | Invalid %s value for the initParam fork. Will use the default value of "true" | |
JBWEB005017 | WARN | Invalid %s value for the initParam xpoweredBy. Will use the default value of "true" | |
JBWEB005018 | WARN | Invalid %s value for the initParam displaySourceFragment. Will use the default value of "true" | |
JBWEB005019 | WARN | Failed loading Java compiler %s | |
JBWEB005020 | WARN | Failed loading custom options class %s | |
JBWEB005021 | ERROR | File "%s" not found | |
JBWEB005022 | ERROR | Error destroying JSP Servlet instance | |
JBWEB005023 | WARN | Bad value %s in the url-pattern subelement in the webapp descriptor | |
JBWEB005024 | DEBUG | Exception closing reader | |
JBWEB005025 | DEBUG | Parent class loader is: %s | |
JBWEB005026 | DEBUG | Compilation classpath: %s | |
JBWEB005027 | ERROR | Error reading source file %s | |
JBWEB005028 | ERROR | Error reading class file %s | |
JBWEB005029 | WARN | Unknown source JVM %s ignored | |
JBWEB005030 | WARN | Unknown target JVM %s ignored | |
JBWEB005031 | ERROR | Error creating compiler report | |
JBWEB005032 | ERROR | Compiler error | |
JBWEB005033 | ERROR | Exception initializing page context | |
JBWEB005034 | ERROR | Error loading core class | |
JBWEB005035 | WARN | Invalid value '%s' for the initParam maxLoadedJsps. Will use the default value of '-1 | |
JBWEB005036 | WARN | Invalid value '%s' for the initParam jspIdleTimeout. Will use the default value of '-1' | |
JBWEB005037 | WARN | Failed to delete generated Java file '%s' | |
JBWEB005038 | WARN | Failed to delete generated class file(s) | |
JBWEB005039 | ERROR | Invalid optimizeScriptlets value %s, must be true or false | |
JBWEB005040 | WARN | The "isThreadSafe" page directive attribute used in %s has been deprecated and will be removed in version 4.0 of the JSP specification | |
JBWEB005041 | WARN | Unsupported source VM %s requested, using %s | |
JBWEB005042 | WARN | Unsupported target VM %s requested, using %s |
Code | Level | Return Type | Message |
---|---|---|---|
JBWS020003 | TRACE | Ignore attribute: [uri=%s, qname=%s, value=%s] | |
JBWS020005 | ERROR | Cannnot parse: %s | |
JBWS020006 | TRACE | createElement {%s}%s | |
JBWS020007 | TRACE | createElement {%s}%s:%s | |
JBWS020008 | TRACE | pushGroupID: %s (%s) | |
JBWS020009 | TRACE | peekGroupID: %s (%s) | |
JBWS020010 | TRACE | popGroupID: %s (%s) | |
JBWS020012 | WARN | Non-standard method: %s | |
JBWS020015 | TRACE | Could not get %s module classloader: %s | |
JBWS021003 | WARN | %s element not supported | |
JBWS021005 | ERROR | Cannot get port component name {%s}, we have: %s | |
JBWS021006 | WARN | Element in webservices.xml not namespace qualified: %s | |
JBWS021010 | WARN | Multiple matching port-component-ref: sei={%s} port={%s} | |
JBWS021017 | ERROR | Cannot get children for resource %s | |
JBWS021018 | ERROR | Cannot get name for resource %s | |
JBWS021019 | TRACE | Cannot get URL for %s | |
JBWS022001 | ERROR | Cannot get children for resource %s | |
JBWS022002 | ERROR | Cannot get name for resource %s | |
JBWS022010 | TRACE | Class %s is not assignable from %s due to conflicting classloaders: %s and %s | |
JBWS022011 | TRACE | Could not clear blacklist for classloader %s | |
JBWS022012 | DEBUG | Could not load %s | |
JBWS022013 | ERROR | Cannot parse: %s | |
JBWS022021 | ERROR | Cannot read resource: %s | |
JBWS022022 | WARN | Cannot load ID '%s' as URL (protocol = %s) | |
JBWS022025 | DEBUG | WSDL import published to %s | |
JBWS022026 | DEBUG | XMLSchema import published to %s | |
JBWS022027 | WARN | Cannot delete published wsdl document: %s | |
JBWS022042 | DEBUG | Cannot register processor %s with JMX server, will be trying using the default managed implementation. | |
JBWS022043 | ERROR | Cannot register processor %s with JMX server | |
JBWS022044 | ERROR | Cannot unregister processor %s with JMX server | |
JBWS022052 | INFO | Starting %s %s | |
JBWS022053 | DEBUG | Unable to calculate webservices port, using default %s | |
JBWS022054 | DEBUG | Unable to calculate webservices secure port, using default %s | |
JBWS022055 | DEBUG | Using undefined webservices host: %s | |
JBWS022056 | DEBUG | Setting webservices host to localhost: %s | |
JBWS022057 | DEBUG | Could not get address for host: %s | |
JBWS022058 | WARN | Could not get port for webservices configuration from configured HTTP connector | |
JBWS022059 | WARN | Unable to read from the http servlet request | |
JBWS022060 | ERROR | Cannot trace SOAP message | |
JBWS022061 | WARN | Method invocation failed with exception | |
JBWS022090 | TRACE | Cannot get %s from root file, trying with additional metadata files | |
JBWS022098 | TRACE | Cannot get %s from %s | |
JBWS022099 | DEBUG | Error during deployment: %s | |
JBWS022100 | ERROR | Error while destroying deployment %s due to previous exception | |
JBWS022102 | ERROR | Cannot stop endpoint in state %s: %s | |
JBWS022103 | ERROR | Cannot start endpoint in state %s: %s | |
JBWS022110 | WARN | Could not add handler %s as part of client or endpoint configuration | |
JBWS022111 | WARN | PortNamePattern and ServiceNamePattern filters not supported; adding handlers anyway | |
JBWS022112 | WARN | Init params not supported; adding handler anyway | |
JBWS022113 | ERROR | Error closing JAXBIntro configuration stream: %s | |
JBWS022114 | TRACE | %s doesn't work on %s | |
JBWS022115 | TRACE | Cannot get URL for %s | |
JBWS022116 | TRACE | Could not find %s in the additional metadatafiles | |
JBWS022118 | WARN | Cannot obtain host for vituralHost %s, use default host | |
JBWS022119 | WARN | Cannot obtain port for vituralHost %s, use default port | |
JBWS024015 | INFO | Cannot use the bus associated to the current deployment for starting a new endpoint, creating a new bus... | |
JBWS024016 | TRACE | Unable to retrieve server config; this is an expected condition for jboss-modules enabled client. | |
JBWS024018 | WARN | Unable to retrieve port QName from %s, trying matching port using endpoint interface name only. | |
JBWS024033 | DEBUG | Setting new service endpoint address in wsdl: %s | |
JBWS024034 | DEBUG | WSDL service endpoint address rewrite required because of server configuration: %s | |
JBWS024035 | DEBUG | WSDL service endpoint address rewrite required because of invalid URL: %s | |
JBWS024036 | DEBUG | WSDL service endpoint address rewrite not required: %s | |
JBWS024037 | DEBUG | Rewritten new candidate WSDL service endpoint address '%s' to '%s' | |
JBWS024038 | DEBUG | Invalid url '%s' provided, using original one without rewriting: %s | |
JBWS024040 | TRACE | About to authenticate, using security domain %s | |
JBWS024041 | TRACE | Authenticated, principal=%s | |
JBWS024042 | TRACE | Security context propagated for principal %s | |
JBWS024054 | ERROR | User principal is not available on the current message | |
JBWS024059 | WARN | %s cannot open stream for resource: %s | |
JBWS024060 | DEBUG | %s cannot resolve resource: %s | |
JBWS024061 | INFO | Adding service endpoint metadata: %s | |
JBWS024062 | DEBUG | id %s, overriding portName %s with %s | |
JBWS024063 | DEBUG | id %s, overriding portName %s with %s | |
JBWS024064 | DEBUG | id %s, enabling MTOM... | |
JBWS024065 | DEBUG | id %s, enabling Addressing... | |
JBWS024066 | DEBUG | id %s, enabling RespectBinding... | |
JBWS024067 | DEBUG | id %s, overriding wsdlFile location with %s | |
JBWS024068 | WARN | Handler chain deployment descriptor contribution: PortNamePattern, ServiceNamePattern and ProtocolBindings filters not supported; adding handlers anyway. | |
JBWS024069 | WARN | Init params not supported, handler: %s | |
JBWS024073 | ERROR | Error registering bus for management: %s | |
JBWS024074 | INFO | WSDL published to: %s | |
JBWS024077 | WARN | Cannot get wsdl publish location for null wsdl location and serviceName | |
JBWS024078 | WARN | WSDL publisher not configured, unable to publish contract for endpoint class %s | |
JBWS024080 | DEBUG | Actual configuration from file: %s | |
JBWS024086 | TRACE | Error while getting default WSSConfig | |
JBWS024087 | WARN | Could not early initialize security engine | |
JBWS024089 | TRACE | Unable to load additional configuration from %s | |
JBWS024091 | DEBUG | Could not get WSDL from %s, aborting soap:address rewrite. | |
JBWS024092 | INFO | Adding %s policy attachment with id='%s' to honor requirement from %s. | |
JBWS024095 | WARN | Unknown strategy '%s' requested for selecting the Apache CXF Bus to be used for building JAXWS clients; default strategy will be used. | |
JBWS024097 | WARN | Could not delete wsdl file %s | |
JBWS024098 | DEBUG | Deleted wsdl file %s | |
JBWS024099 | WARN | Could not create wsdl data path. | |
JBWS024100 | WARN | Could not delete wsdl directory %s | |
JBWS024102 | DEBUG | JASPI authentication isn't enabled, can not find JASPI modules and classes | |
JBWS024103 | DEBUG | Could not load BouncyCastle security provider; either setup your classpath properly or prevent loading by using the '%s' system property. | |
JBWS024105 | WARN | Could not create instance of specified ClientBusSelector: %s | |
JBWS024106 | WARN | Could not remove previuosly set features on client: %s | |
JBWS024110 | ERROR | Unable to process handler element: %s | |
JBWS024112 | WARN | Could not construct reference for config: %s | |
JBWS024114 | ERROR | No security domain associated | |
JBWS024115 | ERROR | Failed to compute UsernameToken profile digest from expected password | |
JBWS024116 | TRACE | Plain text password for principal: %s must be recoverable when UsernameToken Profile is used with PasswordDigest | |
JBWS024117 | TRACE | Security realm is not available, could not authenticate a user, principal=%s |
Code | Level | Return Type | Message |
---|---|---|---|
JIPI020200 | WARN | Could not load entity class '%s', ignoring this error and continuing with application deployment | |
JIPI020201 | java.lang.IllegalArgumentException | Cannot change input stream reference. | |
JIPI020202 | java.lang.IllegalArgumentException | Parameter %s is empty | |
JIPI020203 | java.lang.RuntimeException | Missing PersistenceUnitMetadata (thread local wasn't set) | |
JIPI020204 | java.lang.RuntimeException | Not yet implemented | |
JIPI020205 | java.lang.IllegalArgumentException | Parameter %s is null | |
JIPI020250 | java.lang.RuntimeException | Unable to open VirtualFile-based InputStream %s | |
JIPI020251 | java.lang.IllegalArgumentException | URI syntax error | |
JIPI020252 | WARN | second level cache not integrated - %s |
Code | Level | Return Type | Message |
---|---|---|---|
JIPIORMV6020260 | INFO | Second level cache enabled for %s | |
JIPIORMV6020261 | java.lang.IllegalStateException | Hibernate ORM did not register LifeCycleListener | |
JIPIORMV6020262 | WARN | Application custom cache region setting is ignored %s=%s | |
JIPIORMV6020263 | java.lang.IllegalStateException | hibernate.id.new_generator_mappings set to false is not supported, remove the setting or set to true. Refer to Hibernate ORM migration documentation for how to update the next id state in the application database. | |
JIPIORMV6020264 | org.hibernate.boot.archive.spi.ArchiveException | Unable to open VirtualFile-based InputStream |
Code | Level | Return Type | Message |
---|---|---|---|
JIPISEARCH020290 | java.lang.IllegalStateException | Failed to parse property '%2$s' while integrating Hibernate Search into persistence unit '%1$s |
Code | Level | Return Type | Message |
---|---|---|---|
JNDIWFHTTP000001 | javax.naming.NamingException | Unexpected data in response | |
JNDIWFHTTP000002 | javax.naming.NamingException | At least one URI must be provided | |
JNDIWFHTTP000003 | java.io.InvalidClassException | Exception resolving class %s for unmarshalling; it has either been blocklisted or not allowlisted |
Code | Level | Return Type | Message |
---|---|---|---|
KEYCLOAK000001 | org.jboss.as.controller.OperationFailedException | The migrate operation can not be performed: the server must be in admin-only mode | |
KEYCLOAK000002 | java.lang.String | Migration failed, see results for more details. |
Code | Level | Return Type | Message |
---|---|---|---|
LITE-EXTENSION-TRANSLATOR-000000 | org.jboss.weld.exceptions.IllegalStateException | Unable to instantiate object from class {0} via no-args constructor. The exception was: {1} | |
LITE-EXTENSION-TRANSLATOR-000001 | org.jboss.weld.exceptions.IllegalArgumentException | Unexpected extension method argument: {0} | |
LITE-EXTENSION-TRANSLATOR-000002 | org.jboss.weld.exceptions.IllegalArgumentException | {0} methods can't declare a parameter of type {1}, found at {2}. Method name - {3} | |
LITE-EXTENSION-TRANSLATOR-000003 | org.jboss.weld.exceptions.IllegalArgumentException | Unknown declaration {0} | |
LITE-EXTENSION-TRANSLATOR-000004 | org.jboss.weld.exceptions.IllegalStateException | Observer method without an @Observes parameter: {0} | |
LITE-EXTENSION-TRANSLATOR-000005 | org.jboss.weld.exceptions.IllegalArgumentException | Unknown primitive type: {0} | |
LITE-EXTENSION-TRANSLATOR-000006 | org.jboss.weld.exceptions.DefinitionException | Zero or more than one parameter of type {0} for method {1} with declaring class {2} | |
LITE-EXTENSION-TRANSLATOR-000007 | org.jboss.weld.exceptions.IllegalStateException | Unknown query parameter: {0} | |
LITE-EXTENSION-TRANSLATOR-000008 | org.jboss.weld.exceptions.IllegalStateException | Unable to invoke extension method {0} with arguments {1}. The exception was: {2} | |
LITE-EXTENSION-TRANSLATOR-000009 | org.jboss.weld.exceptions.IllegalStateException | Unable to load class with name {0}. The exception was: {1} | |
LITE-EXTENSION-TRANSLATOR-000010 | org.jboss.weld.exceptions.IllegalArgumentException | Unrecognized parameter of type {0} declared in class {1}#{2} | |
LITE-EXTENSION-TRANSLATOR-000011 | org.jboss.weld.exceptions.IllegalArgumentException | Unknown reflection type {0} | |
LITE-EXTENSION-TRANSLATOR-000012 | org.jboss.weld.exceptions.IllegalArgumentException | Unknown annotation member {0} | |
LITE-EXTENSION-TRANSLATOR-000013 | org.jboss.weld.exceptions.IllegalArgumentException | Not {0}:{1} | |
LITE-EXTENSION-TRANSLATOR-000014 | org.jboss.weld.exceptions.DefinitionException | Unable to access annotation member(s) for annotation {0}. The exception was: {1} | |
LITE-EXTENSION-TRANSLATOR-000015 | org.jboss.weld.exceptions.IllegalArgumentException | Provided type {0} is illegal because it doesn't match an of known annotation member types. | |
LITE-EXTENSION-TRANSLATOR-000016 | WARN | AnnotationBuilderFactoryImpl wasn't initialized properly before using it. This can be caused by attempted usage outside of build compatible extension cycle. The init process will use a fallback method. | |
LITE-EXTENSION-TRANSLATOR-000017 | org.jboss.weld.exceptions.DeploymentException | There was a problem executing Build Compatible Extension method {0} during phase {1}. The exception was: {2} |
Code | Level | Return Type | Message |
---|---|---|---|
LRA025001 | java.lang.String | LRA created with an unexpected status code: %d, coordinator response '%s' | |
LRA025002 | java.lang.String | Leaving LRA: %s, ends with an unexpected status code: %d, coordinator response '%s' | |
LRA025003 | java.lang.String | LRA participant class '%s' with asynchronous temination but no @Status or @Forget annotations | |
LRA025004 | java.lang.String | LRA finished with an unexpected status code: %d, coordinator response '%s' | |
LRA025005 | java.lang.String | LRA coordinator '%s' returned an invalid status code '%s' for LRA '%s' | |
LRA025006 | java.lang.String | LRA coordinator '%s' returned no content on #getStatus call for LRA '%s' | |
LRA025007 | java.lang.String | LRA coordinator '%s' returned an invalid status for LRA '%s' | |
LRA025008 | java.lang.String | Too late to join with the LRA '%s', coordinator response: '%s' | |
LRA025009 | java.lang.String | Failed enlisting to LRA '%s', coordinator '%s' responded with status '%s' | |
LRA025010 | java.lang.String | Error when converting String '%s' to URL | |
LRA025011 | java.lang.String | Invalid LRA id format to create LRA record from LRA id '%s', link URI '%s' (reason: %s) | |
LRA025012 | java.lang.String | Cannot found compensator url '%s' for lra '%s' | |
LRA025013 | WARN | Could not recreate abstract record '%s' | |
LRA025014 | WARN | reason '%s': container request for method '%s': lra: '%s' | |
LRA025015 | WARN | LRA participant completion for asynchronous method %s#%s should return %d and not %d | |
LRA025016 | java.lang.String | Cannot get status of nested lra '%s' as outer one '%s' is still active | |
LRA025017 | java.lang.String | Invalid recovery url '%s' to join lra '%s' | |
LRA025018 | ERROR | Invalid format of lra id '%s' to replace compensator '%s' | |
LRA025019 | WARN | LRA participant `%s` returned immediate state (Compensating/Completing) from CompletionStage. LRA id: %s | |
LRA025020 | ERROR | Cannot process non JAX-RS LRA participant | |
LRA025021 | java.lang.String | Invalid format of LRA id to be converted to LRA coordinator url, was '%s' | |
LRA025022 | java.lang.String | Failed enlisting to LRA '%s', coordinator '%s' responded with status '%d (%s)'. Returning '%d (%s)'. | |
LRA025023 | java.lang.String | Could not %s LRA '%s': coordinator '%s' responded with status '%s' | |
LRA025024 | java.lang.String | Error when encoding parent LRA id URL '%s' to String | |
LRA025025 | java.lang.String | Unable to process LRA annotations: %s' | |
LRA025026 | WARN | Unable to remove the failed duplicate failed LRA record (Uid: '%s') (which is already present in the failedLRA record location type: '%s'.) from LRA Record location: '%s' | |
LRA025027 | WARN | An exception was thrown while moving failed LRA record (Uid: '%s'). Reason: '%s' | |
LRA025028 | java.lang.String | Demanded API version '%s' is not in the list of the supported versions '%s'. Please, provide the right version for the API. | |
LRA025029 | WARN | Cannot notify AfterLRA URL at %s | |
LRA025030 | java.lang.String | %s: Invalid link URI (%s): %s | |
LRA025031 | java.lang.String | %s: Invalid link URI (%s): missing compensator or after LRA callback | |
LRA025032 | WARN | LRA Record: Cannot save state (reason: %s | |
LRA025033 | WARN | LRA Record: Cannot restore state (reason: %s) | |
LRA025034 | WARN | LRA Recovery cannot remove LRA id %s from the object store. The uid segment '%s' is probably invalid. | |
LRA025035 | WARN | The start LRA call failed with cause: %s | |
LRA025036 | WARN | CDI Context not available: %s | |
LRA025037 | WARN | Participant `%s` is not registered | |
LRA025038 | java.lang.String | Invalid participant enlistment with LRA %s: participant data is disabled | |
LRA025039 | java.lang.String | Invalid argument passed to method: %s |
Code | Level | Return Type | Message |
---|---|---|---|
LRAPROXY025001 | ERROR | Participant '%s' serialization problem | |
LRAPROXY025002 | ERROR | Participant '%s' exception during completion | |
LRAPROXY025003 | java.lang.String | Cannot get status of participant '%s' of lra id '%s' |
Code | Level | Return Type | Message |
---|---|---|---|
MODCLUSTER000000 | DEBUG | Catching | |
MODCLUSTER000001 | INFO | Initializing mod_cluster version %s | |
MODCLUSTER000002 | INFO | Initiating mod_cluster shutdown | |
MODCLUSTER000003 | DEBUG | Received server start event | |
MODCLUSTER000004 | DEBUG | Received server stop event | |
MODCLUSTER000005 | DEBUG | Received add context event for %s:%s | |
MODCLUSTER000006 | DEBUG | Received remove context event for %s:%s | |
MODCLUSTER000007 | DEBUG | Received start context event for %s:%s | |
MODCLUSTER000008 | DEBUG | Received stop context event for %s:%s | |
MODCLUSTER000009 | DEBUG | Sending %s for %s | |
MODCLUSTER000010 | DEBUG | Sending %s for %s:%s | |
MODCLUSTER000011 | INFO | %s will use %s as jvm-route | |
MODCLUSTER000012 | INFO | %s connector will use %s | |
MODCLUSTER000020 | DEBUG | Waiting to drain %d pending requests from %s:%s | |
MODCLUSTER000021 | INFO | All pending requests drained from %s:%s in %.1f seconds | |
MODCLUSTER000022 | WARN | Failed to drain %d remaining pending requests from %s:%s within %.1f seconds | |
MODCLUSTER000023 | DEBUG | Waiting to drain %d active sessions from %s:%s | |
MODCLUSTER000024 | INFO | All active sessions drained from %s:%s in %.1f seconds | |
MODCLUSTER000025 | WARN | Failed to drain %d remaining active sessions from %s:%s within %.1f seconds | |
MODCLUSTER000031 | WARN | Could not bind multicast socket to %s (%s address): %s; make sure your multicast address is of the same type as the IP stack (IPv4 or IPv6). Multicast socket will not be bound to an address, but this may lead to cross talking (see https://developer.jboss.org/docs/DOC-9469 for details). | |
MODCLUSTER000032 | INFO | Listening to proxy advertisements on %s | |
MODCLUSTER000034 | ERROR | Failed to start advertise listener | |
MODCLUSTER000040 | ERROR | Failed to parse response header from %2$s for %1$s command | |
MODCLUSTER000041 | ERROR | Unrecoverable syntax error %s sending %s command to %s: %s | |
MODCLUSTER000042 | ERROR | Error %s sending %s command to %s, configuration will be reset: %s | |
MODCLUSTER000043 | ERROR | Failed to send %s command to %s: %s | |
MODCLUSTER000045 | WARN | %s is not supported on this system and will be disabled. | |
MODCLUSTER000046 | INFO | Starting to drain %d active sessions from %s:%s in %d seconds. | |
MODCLUSTER000048 | java.lang.RuntimeException | Multiple connectors match specified host:port (%s)! Ensure connectorPort and/or connectorAddress are configured. | |
MODCLUSTER000049 | java.lang.RuntimeException | Could not resolve configured connector address (%d)! | |
MODCLUSTER000050 | java.lang.RuntimeException | Initial load must be within the range [0..100] or -1 to not prepopulate with initial load, but was: %d | |
MODCLUSTER000051 | java.lang.RuntimeException | No valid advertise interface configured! Disabling multicast advertise mechanism. | |
MODCLUSTER000052 | java.lang.RuntimeException | Attempted to create multicast socket without multicast address specified! Disabling multicast advertise mechanism. | |
MODCLUSTER000053 | java.lang.RuntimeException | Attempted to create multicast socket with unicast address (%s)! Disabling multicast advertise mechanism. | |
MODCLUSTER000054 | INFO | Starting to drain %d active sessions from %s:%s waiting indefinitely until all remaining sessions are drained or expired. | |
MODCLUSTER000055 | WARN | No configured connector for engine %s. If this engine should be used with mod_cluster check connector, connectorPort and/or connectorAddress configuration. |
Code | Level | Return Type | Message |
---|---|---|---|
MSC-00001 | INFO | JBoss MSC version %s | |
MSC000001 | ERROR | Failed to start %s | |
MSC000002 | ERROR | Invocation of listener "%s" failed | |
MSC000003 | WARN | Exception thrown after start was already completed in %s | |
MSC000004 | WARN | Failure during stop of %s | |
MSC000005 | WARN | Unexpected disappearance of %s during stop | |
MSC000006 | WARN | Uninjection "%2$s" of %1$s failed unexpectedly | |
MSC000007 | WARN | An internal service error has occurred while processing an operation on %s | |
MSC000008 | ERROR | Worker thread %s threw an uncaught exception | |
MSC000009 | WARN | An error occurred while trying to close the profile output file: %s | |
MSC000010 | ERROR | Failed to register MBean with MBeanServer | |
MSC000011 | java.lang.IllegalStateException | Service not started | |
MSC000012 | ERROR | Injection failed for service %s | |
MSC000013 | WARN | Failed to retrieve platform MBeanServer |
Code | Level | Return Type | Message |
---|---|---|---|
RESTEASY-00001 | DEBUG | Unable to extract parameter from http request: %s value is '%s' for %s | |
RESTEASY-00001 | ERROR | Error processing request %s | |
RESTEASY002000 | ERROR | Error resuming failed async operation | |
RESTEASY002005 | ERROR | Failed executing {0} {1} | |
RESTEASY002010 | ERROR | Failed to execute | |
RESTEASY002015 | ERROR | Failed to invoke asynchronously | |
RESTEASY002020 | ERROR | Unhandled asynchronous exception, sending back 500 | |
RESTEASY002025 | ERROR | Unknown exception while executing {0} {1} | |
RESTEASY002030 | DEBUG | Failed to write event {0} | |
RESTEASY002035 | ERROR | Cannot register {0} as HeaderDelegate: it has no type parameter | |
RESTEASY002040 | ERROR | GET method returns the patch/merge json object target for request {0} not found | |
RESTEASY002041 | ERROR | Failed to get the patch/merge target for request {0} | |
RESTEASY002050 | ERROR | The set instance of %s for property %s is not a valid %s. | |
RESTEASY002100 | WARN | Accept extensions not supported. | |
RESTEASY002105 | WARN | Ambiguity constructors are found in %s. More details please refer to http://jsr311.java.net/nonav/releases/1.1/spec/spec.html | |
RESTEASY002110 | WARN | Attempting to register empty contracts for %s | |
RESTEASY002115 | WARN | Attempting to register unassignable contract for %s | |
RESTEASY002117 | WARN | Charset %s unavailable. | |
RESTEASY002120 | WARN | ClassNotFoundException: Unable to load builtin provider {0} from {1} | |
RESTEASY002123 | WARN | Could not bind to specified download directory %s so will use temp dir. | |
RESTEASY002125 | WARN | Marking file '%s' to be deleted, as it could not be deleted while processing request: | |
RESTEASY002130 | WARN | Failed to parse request. | |
RESTEASY002135 | WARN | Ignoring unsupported locale: %s | |
RESTEASY002137 | WARN | Invalid format for {0}, using default value {1} | |
RESTEASY002138 | WARN | Invalid regex for {0}: {2} | |
RESTEASY002140 | WARN | Qualifying annotations found at non-public method: {0}.{1}(); Only public methods may be exposed as resource methods. | |
RESTEASY002142 | WARN | Multiple resource methods match request {0}. Selecting one. Matching methods: {1} | |
RESTEASY002145 | WARN | NoClassDefFoundError: Unable to load builtin provider {0} from {1} | |
RESTEASY002150 | WARN | %s is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer | |
RESTEASY002155 | WARN | Provider class {0} is already registered. 2nd registration is being ignored. | |
RESTEASY002160 | WARN | Provider instance {0} is already registered. 2nd registration is being ignored. | |
RESTEASY002165 | WARN | No valueOf() method available for %s, trying constructor... | |
RESTEASY002170 | WARN | A reader for {0} was not found. This provider is currently configured to handle only {1} | |
RESTEASY002172 | WARN | Singleton {0} object class {1} already deployed. Singleton ignored. | |
RESTEASY002175 | WARN | The use of %s is deprecated, please use jakarta.ws.rs.Application as a context-param instead | |
RESTEASY002180 | WARN | Skip illegal field [%s] in value: [%s] | |
RESTEASY002185 | WARN | Skip unknown field [%s] | |
RESTEASY002186 | WARN | Failed to set servlet request into asynchronous mode, server sent events may not work | |
RESTEASY002190 | WARN | Annotation, @PreMaching, not valid on ClientRequestFilter implementation, [%s]. Annotation is being ignored. | |
RESTEASY002195 | WARN | The following sub-resource methods and sub-resource locators have the same path, [%s]. The paths should be unique. [%s] | |
RESTEASY002196 | WARN | Component of type %s can't be dynamically bound to a resource method as a %s provider. | |
RESTEASY002197 | WARN | The previous response status was {0} {1}. The status should be changed before the entity is set. | |
RESTEASY002200 | INFO | Adding class resource {0} from Application {1} | |
RESTEASY002205 | INFO | Adding provider class {0} from Application {1} | |
RESTEASY002210 | INFO | Adding provider singleton {0} from Application {1} | |
RESTEASY002215 | INFO | Adding singleton provider {0} from Application {1} | |
RESTEASY002220 | INFO | Adding singleton resource {0} from Application {1} | |
RESTEASY002225 | INFO | Deploying {0}: {1} | |
RESTEASY002227 | INFO | MediaType {0} on {1}() lacks charset. Consider setting charset or turning on context parameter resteasy.add.charset | |
RESTEASY002230 | INFO | Unable to close entity stream | |
RESTEASY002235 | INFO | Unable to decode GZIP compressed Base64 data | |
RESTEASY002300 | DEBUG | Creating context object <{0} : {1}> | |
RESTEASY002305 | DEBUG | Failed executing {0} {1} | |
RESTEASY002307 | DEBUG | Failed to execute | |
RESTEASY002310 | DEBUG | IN ONE WAY!!!!! | |
RESTEASY002315 | DEBUG | PathInfo: %s | |
RESTEASY002320 | DEBUG | RUNNING JOB!!!! | |
RESTEASY002322 | DEBUG | Temporary file %s has been created. Consider deleting after it has been used. | |
RESTEASY002325 | DEBUG | Unable to retrieve config: disableDTDs defaults to true | |
RESTEASY002330 | DEBUG | Unable to retrieve config: expandEntityReferences defaults to false | |
RESTEASY002335 | DEBUG | Unable to retrieve config: enableSecureProcessingFeature defaults to true | |
RESTEASY002340 | DEBUG | Client receive processing failure. | |
RESTEASY002350 | WARN | Failed to reset the context on thread: %s | |
RESTEASY002360 | WARN | Failed to look up JNDI resource "%s". Using a default ExecutorService. | |
RESTEASY002370 | WARN | Failed to load: %s | |
RESTEASY002375 | ERROR | Error processing unknown request. | |
RESTEASY004671 | DEBUG | Ignoring exception thrown within InvocationCallback | |
RESTEASY004672 | DEBUG | Client send processing failure. | |
RESTEASY004687 | WARN | Closing a %s instance for you. Please close clients yourself. |
Code | Level | Return Type | Message |
---|---|---|---|
RESTEASY-JACKSON000000 | java.lang.String | Not able to deserialize data provided. | |
RESTEASY-JACKSON000100 | ERROR | Not able to deserialize data provided |
Code | Level | Return Type | Message |
---|---|---|---|
RESTEASY-MPRC000100 | WARN | Unable to obtain %s instance. |
Code | Level | Return Type | Message |
---|---|---|---|
SRCFG01000 | WARN | Unable to get context classloader instance | |
SRCFG01001 | DEBUG | The config %s was loaded from %s with the value %s | |
SRCFG01002 | DEBUG | The config %s was not found | |
SRCFG01003 | WARN | Unable to get declared constructor for class %s with arguments %s | |
SRCFG01004 | WARN | Unable to set accessible flag on %s | |
SRCFG01005 | WARN | Could not find sources with %s in %s | |
SRCFG01006 | DEBUG | Loaded ConfigSource %s with ordinal %d | |
SRCFG03000 | WARN | Unable to read content from file %s. Exception: %s | |
SRCFG04000 | WARN | An exception was logged by the exception consumer |
Code | Level | Return Type | Message |
---|---|---|---|
SRFTL00000 | DEBUG | Found event loop integration %s | |
SRFTL00000 | DEBUG | No event loop integration found | |
SRFTL00000 | TRACE | Timer %s created | |
SRFTL00000 | TRACE | Timer %s shut down | |
SRFTL00000 | TRACE | Scheduled timer task %s to run in %s millis | |
SRFTL00000 | TRACE | Running timer task %s | |
SRFTL00000 | TRACE | Cancelled timer task %s | |
SRFTL00000 | TRACE | AsyncTimeoutTask %s created | |
SRFTL00000 | TRACE | AsyncTimeoutTask %s completing with %s | |
SRFTL00000 | TRACE | AsyncTimeout rethrowing %s | |
SRFTL00001 | INFO | MicroProfile: Fault Tolerance activated (SmallRye Fault Tolerance version: %s) | |
SRFTL00002 | jakarta.enterprise.inject.spi.DefinitionException | Multiple circuit breakers have the same name '%s': %s | |
SRFTL00003 | jakarta.enterprise.inject.spi.DefinitionException | Backoff annotation @%s present on '%s', but @Retry is missing | |
SRFTL00004 | jakarta.enterprise.inject.spi.DefinitionException | Both @Blocking and @NonBlocking present on '%s' | |
SRFTL00005 | jakarta.enterprise.inject.spi.DefinitionException | Both @Asynchronous and @AsynchronousNonBlocking present on '%s' | |
SRFTL00006 | jakarta.enterprise.inject.spi.DefinitionException | @RetryWhen present on '%s', but @Retry is missing | |
SRFTL00007 | jakarta.enterprise.inject.spi.DefinitionException | @BeforeRetry present on '%s', but @Retry is missing | |
SRFTL11000 | WARN | Unexpected exception in timer loop, ignoring |
Code | Level | Return Type | Message |
---|---|---|---|
SRHCK01000 | ERROR | Error processing Health Checks | |
SRHCK01001 | INFO | Reporting health down status: %s |
Code | Level | Return Type | Message |
---|---|---|---|
SRJWT01000 | ERROR | path.%s configuration will be ignored because the path depth is too large: %d, maximum depth is %d. | |
SRJWT01001 | ERROR | Token header is not 'Cookie', the cookie name value will be ignored | |
SRJWT01002 | ERROR | Algorithm %s not supported | |
SRJWT01003 | DEBUG | Trying to create a key from the encoded PEM key... | |
SRJWT01004 | DEBUG | Failed to create a key from the encoded PEM key | |
SRJWT01005 | DEBUG | Trying to create a key from the encoded PEM certificate... | |
SRJWT01006 | DEBUG | Failed to to create a key from the encoded PEM certificate | |
SRJWT01007 | DEBUG | Trying to load the local JWK(S)... | |
SRJWT01008 | DEBUG | Failed to load the JWK(S) | |
SRJWT01009 | DEBUG | Failed to parse the JWK JSON representation | |
SRJWT03000 | DEBUG | init, mpJwtPublicKey=%s, mpJwtIssuer=%s, mpJwtLocation=%s | |
SRJWT03001 | DEBUG | Neither mpJwtPublicKey nor mpJwtLocation properties are configured, JWTAuthContextInfo will not be available | |
SRJWT03002 | DEBUG | mpJwtPublicKey parsed as JWK(S) | |
SRJWT03003 | DEBUG | mpJwtPublicKey failed as JWK(S), %s | |
SRJWT03004 | DEBUG | mpJwtPublicKey parsed as PEM | |
SRJWT03005 | DEBUG | Unsupported key format | |
SRJWT03006 | WARN | '%s' property is deprecated and will be removed in a future version. Use '%s ' property instead | |
SRJWT06000 | DEBUG | tokenHeaderName = %s | |
SRJWT06001 | DEBUG | Header %s was null | |
SRJWT06002 | DEBUG | tokenCookieName = %s | |
SRJWT06003 | DEBUG | Cookie %s was null | |
SRJWT06004 | DEBUG | Authorization header does not contain a Bearer prefix | |
SRJWT06005 | DEBUG | Authorization header was null | |
SRJWT08000 | DEBUG | getAudience failure | |
SRJWT08001 | WARN | getGroups failure: | |
SRJWT08002 | WARN | getClaimValue failure for: %s | |
SRJWT08003 | WARN | replaceClaimValueWithJsonValue failure for: %s | |
SRJWT08004 | DEBUG | Token is invalid | |
SRJWT08005 | DEBUG | Verification key is unresolvable | |
SRJWT08006 | DEBUG | Claim value at the path %s is not a String | |
SRJWT08007 | DEBUG | Claim value at the path %s is not an array of strings | |
SRJWT08008 | DEBUG | Claim value at the path %s is neither an array of strings nor string | |
SRJWT08009 | TRACE | Updated groups to: %s | |
SRJWT08010 | DEBUG | Failed to access rolesMapping claim | |
SRJWT08011 | DEBUG | No claim exists at the path %s at segment %s | |
SRJWT08012 | DEBUG | Claim value at the path %s is not a json object | |
SRJWT08014 | DEBUG | Required claims %s are not present in the JWT | |
SRJWT08015 | DEBUG | loadSpi, cl=%s, u=%s, sl=%s | |
SRJWT08016 | WARN | Multiple JWTCallerPrincipalFactory implementations found: %s and %s | |
SRJWT08017 | DEBUG | sl=%s, loaded=%s | |
SRJWT08018 | WARN | Failed to locate JWTCallerPrincipalFactory provider | |
SRJWT08019 | DEBUG | AuthContextInfo is: %s | |
SRJWT08020 | DEBUG | Failed to create a key from the HTTPS JWK Set | |
SRJWT08021 | DEBUG | JWK with a matching 'kid' is not available, refreshing HTTPS JWK Set | |
SRJWT08022 | DEBUG | Failed to refresh HTTPS JWK Set | |
SRJWT08023 | DEBUG | JWK with a matching 'kid' is not available but HTTPS JWK Set has been refreshed less than %d minutes ago, trying to create a key from the HTTPS JWK Set one more time | |
SRJWT08024 | DEBUG | Trying to create a key from the HTTPS JWK Set after the refresh | |
SRJWT08025 | DEBUG | Failed to create a key from the HTTPS JWK Set after the refresh | |
SRJWT08026 | DEBUG | Trying to create a key from the JWK(S) | |
SRJWT08027 | DEBUG | Failed to create a key from the JWK(S) | |
SRJWT08028 | DEBUG | Invalid token 'kid' header: %s, expected: %s | |
SRJWT08029 | DEBUG | Trying to load the keys from the HTTPS JWK(S) | |
SRJWT08030 | DEBUG | Checking if the key content is a JWK key or JWK key set | |
SRJWT08031 | DEBUG | Checking if the key content is a Base64URL encoded JWK key or JWK key set | |
SRJWT08032 | DEBUG | Unable to decode content using Base64 decoder | |
SRJWT08033 | DEBUG | Key has been created from the encoded JWK key or JWK key set | |
SRJWT08034 | DEBUG | Key has been created from the JWK key or JWK key set | |
SRJWT08035 | DEBUG | Checking if the key content is a Base64 encoded PEM key | |
SRJWT08036 | DEBUG | Key has been created from the encoded PEM key | |
SRJWT08037 | DEBUG | The key content is not a valid encoded PEM key | |
SRJWT08038 | DEBUG | Checking if the key content is a Base64 encoded PEM certificate | |
SRJWT08039 | DEBUG | PublicKey has been created from the encoded PEM certificate | |
SRJWT08040 | DEBUG | The key content is not a valid encoded PEM certificate | |
SRJWT08041 | DEBUG | Decryption key is unresolvable | |
SRJWT08042 | DEBUG | Encrypted token sequence is invalid | |
SRJWT08043 | DEBUG | Trying to create a key from the HTTPS JWK(S) | |
SRJWT08044 | DEBUG | Encrypted token headers must contain a content type header | |
SRJWT11000 | DEBUG | Success | |
SRJWT11001 | DEBUG | Unable to validate bearer token | |
SRJWT11002 | DEBUG | No usable bearer token was found in the request, continuing unauthenticated | |
SRJWT11003 | DEBUG | Failed to resolve the key. Either corrupt or unavailable. | |
SRJWT11004 | DEBUG | JWK set does not contain provided token 'kid' | |
SRJWT12000 | DEBUG | getValue(%s), null JsonWebToken | |
SRJWT12001 | DEBUG | Failed to find Claim for: %s | |
SRJWT12002 | DEBUG | getValue(%s), isOptional=%s, claimValue=%s | |
SRJWT12003 | DEBUG | JsonValueProducer(%s).produce | |
SRJWT12004 | DEBUG | getOptionalString(%s) | |
SRJWT12005 | DEBUG | getOptionalStringSet(%s) | |
SRJWT12006 | DEBUG | getOptionalLong(%s) | |
SRJWT12007 | DEBUG | getOptionalBoolean(%s) | |
SRJWT12008 | DEBUG | addTypeToClaimProducer(%s) | |
SRJWT12009 | DEBUG | Checking Provider Claim(%s), ip: %s | |
SRJWT12010 | DEBUG | pip: %s | |
SRJWT12011 | DEBUG | getClaimAsSet(%s) | |
SRJWT12012 | DEBUG | getClaimAsString(%s) | |
SRJWT12013 | DEBUG | getClaimAsLong(%s) | |
SRJWT12014 | DEBUG | getClaimAsDouble(%s) | |
SRJWT12015 | DEBUG | getClaimAsBoolean(%s) | |
SRJWT12016 | DEBUG | getOptionalValue(%s) | |
SRJWT12017 | DEBUG | beforeBeanDiscovery(%s) | |
SRJWT12018 | DEBUG | EE Security is available, JWTHttpAuthenticationMechanism has been registered | |
SRJWT12019 | INFO | EE Security is NOT available, JWTAuthenticationFilter has been registered | |
SRJWT12020 | DEBUG | Added type: %s |
Code | Level | Return Type | Message |
---|---|---|---|
SRMSG00200 | ERROR | The method %s has thrown an exception | |
SRMSG00201 | ERROR | Error caught while processing a message in method %s | |
SRMSG00202 | INFO | Created new Vertx instance | |
SRMSG00203 | INFO | Created worker pool named %s with concurrency of %d | |
SRMSG00204 | WARN | Multiple publisher found for %s, using the merge policy `ONE` takes the first found | |
SRMSG00205 | DEBUG | Strict mode enabled | |
SRMSG00206 | DEBUG | Scanning Type: %s | |
SRMSG00207 | WARN | %s | |
SRMSG00208 | WARN | The connector '%s' has no downstreams | |
SRMSG00209 | DEBUG | Beginning graph resolution, number of components detected: %d | |
SRMSG00210 | DEBUG | Graph resolution completed in %d ns | |
SRMSG00211 | ERROR | Unable to create invoker instance of %s | |
SRMSG00212 | ERROR | Unable to initialize mediator: %s | |
SRMSG00224 | INFO | Analyzing mediator bean: %s | |
SRMSG00226 | DEBUG | Found incoming connectors: %s | |
SRMSG00227 | DEBUG | Found outgoing connectors: %s | |
SRMSG00228 | INFO | No MicroProfile Config found, skipping | |
SRMSG00229 | DEBUG | Channel manager initializing... | |
SRMSG00230 | ERROR | Unable to create the publisher or subscriber during initialization | |
SRMSG00231 | INFO | Incoming channel `%s` disabled by configuration | |
SRMSG00232 | INFO | Outgoing channel `%s` disabled by configuration | |
SRMSG00233 | WARN | Unable to extract the ingested payload type for method `%s`, the reason is: %s | |
SRMSG00234 | WARN | Failed to emit a Message to the channel | |
SRMSG00235 | DEBUG | Beginning materialization | |
SRMSG00236 | DEBUG | Materialization completed in %d ns | |
SRMSG00237 | WARN | Use of @jakarta.inject.Named in Reactive Messaging is deprecated, use @io.smallrye.common.annotation.Identifier instead | |
SRMSG00238 | INFO | No ExecutionHolder, disabling @Blocking support | |
SRMSG00239 | java.lang.IllegalStateException | Cannot specify both client-options-name and client-ssl-context-name | |
SRMSG00240 | java.lang.IllegalStateException | Could not find an SSLContext bean with the @Identifier=%s | |
SRMSG00241 | DEBUG | Pausing polling messages for channel %s, queue size %s >= %s | |
SRMSG00242 | DEBUG | Resuming polling messages for channel %s, queue size %s <= %s | |
SRMSG16200 | DEBUG | Creating AMQP client from bean named '%s' | |
SRMSG16201 | INFO | AMQP broker configured to %s:%d for channel %s | |
SRMSG16202 | ERROR | Unable to create client | |
SRMSG16203 | INFO | AMQP Receiver listening address %s | |
SRMSG16204 | ERROR | AMQP Receiver error | |
SRMSG16205 | ERROR | Unable to retrieve messages from AMQP, retrying... | |
SRMSG16206 | ERROR | Unable to retrieve messages from AMQP, no more retry | |
SRMSG16207 | ERROR | The AMQP message has not been sent, the client is closed | |
SRMSG16208 | ERROR | Unable to send the AMQP message | |
SRMSG16209 | WARN | Unable to use the address configured in the message (%s) - the connector is not using an anonymous sender, using %s instead | |
SRMSG16210 | ERROR | The AMQP message to address `%s` has not been sent, the client is closed | |
SRMSG16211 | DEBUG | Sending AMQP message to address `%s` | |
SRMSG16212 | INFO | Establishing connection with AMQP broker | |
SRMSG16213 | INFO | Connection with AMQP broker established | |
SRMSG16214 | ERROR | AMQP Connection failure | |
SRMSG16215 | ERROR | Unable to connect to the broker, retry will be attempted | |
SRMSG16216 | ERROR | Unable to recover from AMQP connection disruption | |
SRMSG16217 | WARN | A message sent to channel `%s` has been nacked, ignoring the failure and marking the AMQP message as accepted | |
SRMSG16218 | DEBUG | The full ignored failure is | |
SRMSG16219 | ERROR | A message sent to channel `%s` has been nacked, rejecting the AMQP message and fail-stop | |
SRMSG16220 | WARN | A message sent to channel `%s` has been nacked, ignoring the failure and marking the AMQP message as rejected | |
SRMSG16221 | WARN | A message sent to channel `%s` has been nacked, ignoring the failure and marking the AMQP message as released | |
SRMSG16222 | DEBUG | Retrieved credits for channel `%s`: %s | |
SRMSG16223 | DEBUG | No more credit for channel %s, requesting more credits | |
SRMSG16224 | ERROR | The AMQP message to address `%s` has not been sent, the client is closed | |
SRMSG16225 | ERROR | Failure reported for channel `%s`, closing client | |
SRMSG16226 | WARN | A message sent to channel `%s` has been nacked, ignoring the message and marking the AMQP message as modified with `delivery-failed` | |
SRMSG16227 | WARN | A message sent to channel `%s` has been nacked, ignoring the message and marking the AMQP message as modified with `delivery-failed` and `undeliverable-here` | |
SRMSG16228 | ERROR | Unable to serialize message on channel `%s`, message has been nacked | |
SRMSG16229 | ERROR | Unable to deserialize AMQP message on channel `%s`, message ignored | |
SRMSG16230 | INFO | No credits for channel %s, checking periodically for credits | |
SRMSG18201 | DEBUG | Dead queue letter configured with: topic: `%s`, key serializer: `%s`, value serializer: `%s` | |
SRMSG18202 | INFO | A message sent to channel `%s` has been nacked, sending the record to a dead letter topic %s | |
SRMSG18203 | ERROR | A message sent to channel `%s` has been nacked, fail-stop | |
SRMSG18204 | WARN | A message sent to channel `%s` has been nacked, ignored failure is: %s. | |
SRMSG18205 | DEBUG | The full ignored failure is | |
SRMSG18206 | ERROR | Unable to write to Kafka from channel %s (topic: %s) | |
SRMSG18206 | ERROR | Unable to write to Kafka from channel %s (no topic set) | |
SRMSG18207 | ERROR | Unable to dispatch message to Kafka | |
SRMSG18209 | DEBUG | Sending message %s from channel '%s' to Kafka topic '%s' | |
SRMSG18210 | ERROR | Unable to send a record to Kafka | |
SRMSG18211 | DEBUG | Message %s from channel '%s' sent successfully to Kafka topic-partition '%s-%d', with offset %d | |
SRMSG18212 | ERROR | Message %s from channel '%s' was not sent to Kafka topic '%s' - nacking message | |
SRMSG18213 | INFO | Setting %s to %s | |
SRMSG18214 | INFO | Key deserializer omitted, using String as default | |
SRMSG18215 | DEBUG | An error has been caught while closing the Kafka Write Stream | |
SRMSG18216 | WARN | No `group.id` set in the configuration, generate a random id: %s | |
SRMSG18217 | ERROR | Unable to read a record from Kafka topics '%s' | |
SRMSG18218 | DEBUG | An exception has been caught while closing the Kafka consumer | |
SRMSG18219 | INFO | Loading KafkaConsumerRebalanceListener from configured name '%s' | |
SRMSG18220 | INFO | Loading KafkaConsumerRebalanceListener from group id '%s' | |
SRMSG18222 | ERROR | Unable to execute consumer revoked re-balance listener for group '%s' | |
SRMSG18224 | INFO | Executing consumer revoked re-balance listener for group '%s' | |
SRMSG18225 | INFO | Executed consumer assigned re-balance listener for group '%s' | |
SRMSG18226 | INFO | Executed consumer revoked re-balance listener for group '%s' | |
SRMSG18227 | WARN | Re-enabling consumer for group '%s'. This consumer was paused because of a re-balance failure. | |
SRMSG18228 | WARN | A failure has been reported for Kafka topics '%s' | |
SRMSG18229 | INFO | Configured topics for channel '%s': %s | |
SRMSG18230 | INFO | Configured topics matching pattern for channel '%s': %s | |
SRMSG18231 | WARN | The record %d from topic-partition '%s' has waited for %s seconds to be acknowledged. This waiting time is greater than the configured threshold (%d ms). At the moment %d messages from this partition are awaiting acknowledgement. The last committed offset for this partition was %d. This error is due to a potential issue in the application which does not acknowledged the records in a timely fashion. The connector cannot commit as a record processing has not completed. | |
SRMSG18232 | DEBUG | Will commit for group '%s' every %d milliseconds. | |
SRMSG18233 | ERROR | Invalid value serializer to write a structured Cloud Event. Found %s, expected the org.apache.kafka.common.serialization.StringSerializer | |
SRMSG18234 | DEBUG | Auto-commit disabled for channel %s | |
SRMSG18235 | WARN | Will not health check throttled commit strategy for group '%s'. | |
SRMSG18236 | DEBUG | Will mark throttled commit strategy for group '%s' as unhealthy if records go more than %d milliseconds without being processed. | |
SRMSG18237 | DEBUG | Setting client.id for Kafka producer to %s | |
SRMSG18239 | DEBUG | Received acknowledgement for record %d on '%s' (consumer group: '%s'). Ignoring it because the partition is not assigned to the consume anymore. Record will likely be processed again. Current assignments are %s. | |
SRMSG18240 | DEBUG | '%s' commit strategy used for channel '%s' | |
SRMSG18241 | FATAL | The deserialization failure handler `%s` throws an exception | |
SRMSG18242 | WARN | A failure has been reported during a rebalance - the operation will be retried: '%s' | |
SRMSG18243 | DEBUG | Shutting down - Pausing all topic-partitions | |
SRMSG18244 | DEBUG | Shutting down - Waiting for message processing to complete, %d messages still in processing | |
SRMSG18245 | WARN | There are still %d unprocessed messages after the closing timeout | |
SRMSG18246 | DEBUG | Pausing Kafka consumption for client %s (%s), queue size %s >= %s | |
SRMSG18247 | DEBUG | Resuming Kafka consumption for channel %s (%s), queue size %s <= %s | |
SRMSG18248 | DEBUG | Key serializer omitted, using String as default | |
SRMSG18249 | ERROR | Unable to recover from the deserialization failure (topic: %s), configure a DeserializationFailureHandler to recover from errors. | |
SRMSG18250 | WARN | The configuration property '%s' is deprecated and is replaced by '%s'. | |
SRMSG18251 | DEBUG | Committed %s | |
SRMSG18252 | WARN | Failed to commit %s, it will be re-attempted | |
SRMSG18253 | DEBUG | Removing topic-partition '%s' from the store - the partition is not assigned to the consumer anymore. Current assignments are: %s | |
SRMSG18254 | DEBUG | Topic-partition '%s' has been revoked - going to commit offset %d | |
SRMSG18255 | DEBUG | Received a record from topic-partition '%s' at offset %d, while the last committed offset is %d - Ignoring record | |
SRMSG18256 | INFO | Initialize record store for topic-partition '%s' at position %d. | |
SRMSG18257 | INFO | Kafka consumer %s, connected to Kafka brokers '%s', belongs to the '%s' consumer group and is configured to poll records from %s | |
SRMSG18258 | INFO | Kafka producer %s, connected to Kafka brokers '%s', is configured to write records to '%s' | |
SRMSG18259 | WARN | Kafka latest commit strategy failed to commit record from topic-partition '%s' at offset %d | |
SRMSG18260 | ERROR | Unable to recover from the serialization failure (topic: %s), configure a SerializationFailureHandler to recover from errors. | |
SRMSG18261 | ERROR | Unable to initialize producer from channel %s. | |
SRMSG18262 | WARN | Aborting transaction for producer id %s in channel %s. | |
SRMSG18263 | FATAL | The serialization failure handler `%s` throws an exception | |
SRMSG18264 | WARN | No `checkpoint.state-store` given to use with checkpoint commit strategy. `file` will be used. | |
SRMSG18265 | WARN | Will not health check checkpoint commit strategy for consumer '%s'. | |
SRMSG18266 | DEBUG | Will mark checkpoint commit strategy for consumer '%s' as unhealthy if processing state go more than %d milliseconds without being persisted. | |
SRMSG18267 | DEBUG | Partitions assigned to client %s : %s with initial state %s | |
SRMSG18268 | ERROR | Failed fetching state on partitions assigned to client %s : %s | |
SRMSG18269 | DEBUG | Partitions revoked from client %s: %s with state to persist %s | |
SRMSG18270 | DEBUG | Persisted state for client %s : %s | |
SRMSG18271 | WARN | Failed persisting state for %s : %s | |
SRMSG18272 | DEBUG | Failed persisting state but can be retried for %s : %s | |
SRMSG18273 | WARN | Checkpoint commit strategy processing state type not found for channel %s : %s | |
SRMSG18274 | INFO | Error caught in producer interceptor `onSend` for channel %s | |
SRMSG18275 | INFO | Error caught in producer interceptor `onAcknowledge` for channel %s | |
SRMSG18276 | TRACE | Error caught in producer interceptor `close` for channel %s | |
SRMSG18277 | INFO | Delayed retry topics configured for channel `%s` with topics `%s`, max retries, `%d`, timeout `%d`ms, dlq topic `%s` | |
SRMSG18278 | INFO | A message sent to channel `%s` has been nacked, sending the record to topic %s | |
SRMSG18279 | WARN | A message sent to channel `%s` reached delayed retry timeout `%s` milliseconds reached for record `%s` | |
SRMSG18280 | WARN | A message sent to channel `%s` has been nacked and won't be retried again. Configure `dead-letter-queue.topic` for sending the record to a dead letter topic | |
SRMSG18281 | INFO | The topics configuration `%s` for channel `%s` will be ignored because the consumer will be assigned to partitions %s | |
SRMSG18282 | DEBUG | Ignored reply from channel `%s` to topic `%s` with correlation id %s | |
SRMSG18283 | ERROR | Failure from channel `%s` request/reply consumer for topic `%s` | |
SRMSG18284 | WARN | Transaction commit failed for channel, aborting the transaction |
Code | Level | Return Type | Message |
---|---|---|---|
SROAP01000 | ERROR | Failed to introspect BeanInfo for: %s | |
SROAP01001 | INFO | Schema with zero references removed from #/components/schemas: %s | |
SROAP01002 | INFO | Cyclic object reference detected in OpenAPI model, skipping current node | |
SROAP01003 | WARN | Merge of property would result in cyclic object reference in OpenAPI model, skipping property '%s' in type %s | |
SROAP02000 | DEBUG | Processing a map of %s annotations. | |
SROAP02001 | DEBUG | Processing a json map of %s nodes. | |
SROAP02002 | DEBUG | Processing a list of %s annotations. | |
SROAP02003 | DEBUG | Processing a json list of %s. | |
SROAP02004 | DEBUG | Processing a single %s annotation. | |
SROAP02005 | DEBUG | Processing an %s annotation. | |
SROAP02006 | DEBUG | Processing a single %s annotation as a %s. | |
SROAP02007 | DEBUG | Processing a single %s json node. | |
SROAP02008 | DEBUG | Processing an %s json node. | |
SROAP02009 | DEBUG | Processing a single %s json object. | |
SROAP02010 | DEBUG | Processing a json map of %s. | |
SROAP02011 | ERROR | Error reading a CallbackOperation annotation. | |
SROAP02012 | DEBUG | Processing a list of %s annotations into an %s. | |
SROAP02013 | DEBUG | Processing an enum %s | |
SROAP02014 | DEBUG | Processing an array of %s annotations. | |
SROAP02015 | DEBUG | Processing a json array of %s json nodes. | |
SROAP04000 | DEBUG | Scanning deployment for %s Annotations. | |
SROAP04001 | DEBUG | Starting processing with root: %s | |
SROAP04002 | DEBUG | Getting all fields for: %s in class: %s | |
SROAP04003 | WARN | Configured schema for %s could not be parsed | |
SROAP04004 | INFO | Configured schema for %s has been registered | |
SROAP04005 | WARN | Could not find schema class in index: %s | |
SROAP04006 | WARN | Configured schema type %s is not a valid type signature | |
SROAP06000 | DEBUG | Processing @Schema annotation %s on a field %s | |
SROAP06001 | DEBUG | Annotation value has invalid format: %s | |
SROAP06002 | DEBUG | Possible cycle was detected at: %s. Will not search further. | |
SROAP06003 | DEBUG | Adding child node to path: %s | |
SROAP06004 | DEBUG | Path: %s | |
SROAP06005 | DEBUG | Ignoring type that is member of ignore set: %s | |
SROAP06006 | DEBUG | Ignoring type and adding to ignore set: %s | |
SROAP06007 | DEBUG | Processing an array %s | |
SROAP06008 | DEBUG | Processing parameterized type %s | |
SROAP06009 | DEBUG | Processing %s. Will treat as an %s. | |
SROAP07900 | WARN | Value '%s' is not a valid %s default | |
SROAP07901 | WARN | Matrix parameter references missing path segment: %s | |
SROAP07902 | DEBUG | @Parameter annotation found without %s parameter. Class: %s, Method: %s, Parameter.name: %s, Parameter.in: %s | |
SROAP07903 | WARN | Duplicate operationId: %s produced by Class: %s, Method: %s and Class: %s, Method: %s | |
SROAP08500 | DEBUG | Fall back to reflection: %s instanceof %s | |
SROAP08501 | DEBUG | Search annotation %s for %s | |
SROAP10000 | DEBUG | Processing a JAX-RS resource class: %s | |
SROAP10001 | DEBUG | Processing JaxRs method: %s | |
SROAP10002 | WARN | Matrix parameter references missing path segment: %s | |
SROAP10003 | WARN | Value '%s' is not a valid %s default | |
SROAP31010 | DEBUG | Processing an enum %s | |
SROAP31011 | DEBUG | Encountered type not in Jandex index that is not well-known type. Will not traverse it: %s | |
SROAP31012 | DEBUG | Resolved type %s -> %s | |
SROAP31013 | DEBUG | Is a terminal type %s | |
SROAP31014 | DEBUG | Attempting to do TYPE_VARIABLE substitution: %s -> %s | |
SROAP31015 | DEBUG | Class for type %s not available | |
SROAP31016 | ERROR | Unanticipated mismatch between type arguments and type variables Args: %s Vars:%s | |
SROAP31017 | WARN | Failed to read enumeration values from enum %s method %s with `@JsonValue`: %s |
Code | Level | Return Type | Message |
---|---|---|---|
TXNWFHTTP000001 | jakarta.transaction.SystemException | The protocol operation was interrupted locally | |
TXNWFHTTP000002 | jakarta.transaction.RollbackException | Rollback-only transaction rolled back | |
TXNWFHTTP000003 | java.lang.IllegalStateException | Invalid transaction state | |
TXNWFHTTP000004 | javax.transaction.xa.XAException | Transaction operation failed due to thread interruption |
Code | Level | Return Type | Message |
---|---|---|---|
UT005001 | ERROR | An exception occurred processing the request | |
UT005003 | ERROR | IOException reading from channel | |
UT005005 | ERROR | Cannot remove uploaded file %s | |
UT005006 | DEBUG | Connection from %s terminated as request header was larger than %s | |
UT005007 | DEBUG | Request was not fully consumed | |
UT005008 | DEBUG | An invalid token '%s' with value '%s' has been received. | |
UT005009 | DEBUG | A mandatory token %s is missing from the request. | |
UT005010 | DEBUG | Verification of authentication tokens for user '%s' has failed using mechanism '%s'. | |
UT005011 | ERROR | Ignoring AJP request with prefix %s | |
UT005013 | DEBUG | An IOException occurred | |
UT005014 | DEBUG | Failed to parse request | |
UT005015 | ERROR | Error rotating access log | |
UT005016 | ERROR | Error writing access log | |
UT005017 | ERROR | Unknown variable %s. For the literal percent character use two percent characters: '%%' | |
UT005018 | ERROR | Exception invoking close listener %s | |
UT005020 | ERROR | Error writing JDBC log | |
UT005022 | ERROR | Exception generating error page %s | |
UT005023 | ERROR | Exception handling request to %s | |
UT005024 | ERROR | Could not register resource change listener for caching resource manager, automatic invalidation of cached resource will not work | |
UT005027 | ERROR | Timing out request to %s | |
UT005028 | ERROR | Proxy request to %s failed | |
UT005031 | ERROR | Proxy request to %s could not connect to backend server %s | |
UT005032 | ERROR | Listener not making progress on framed channel, closing channel to prevent infinite loop | |
UT005034 | ERROR | Remote endpoint failed to send initial settings frame in HTTP2 connection, frame type %s | |
UT005035 | DEBUG | Closing channel because of parse timeout for remote address %s | |
UT005036 | ERROR | ALPN negotiation failed for %s and no fallback defined, closing connection | |
UT005037 | WARN | Name of the cookie containing the session id, %s, had been too long and was truncated to: %s | |
UT005038 | DEBUG | Balancer created: id: %s, name: %s, stickySession: %s, stickySessionCookie: %s, stickySessionPath: %s, stickySessionRemove: %s, stickySessionForce: %s, waitWorker: %s, maxattempts: %s | |
UT005039 | INFO | Undertow starts mod_cluster proxy advertisements on %s with frequency %s ms | |
UT005040 | DEBUG | Gonna send payload: %s | |
UT005041 | ERROR | Cannot send advertise message. Address: %s | |
UT005042 | DEBUG | Undertow mod_cluster proxy MCMPHandler created | |
UT005043 | ERROR | Error in processing MCMP commands: Type:%s, Mess: %s | |
UT005044 | INFO | Removing node %s | |
UT005045 | INFO | Registering context %s, for node %s | |
UT005046 | DEBUG | Registering context %s, for node %s, with aliases %s | |
UT005047 | INFO | Unregistering context %s, from node %s | |
UT005048 | DEBUG | Node %s in error | |
UT005049 | DEBUG | NodeConfig created: connectionURI: %s, balancer: %s, load balancing group: %s, jvmRoute: %s, flushPackets: %s, flushwait: %s, ping: %s,ttl: %s, timeout: %s, maxConnections: %s, cacheConnections: %s, requestQueueSize: %s, queueNewRequests: %s | |
UT005050 | ERROR | Failed to process management request | |
UT005051 | ERROR | Failed to send ping response | |
UT005052 | DEBUG | Failed to send ping response, node.getJvmRoute(): %s, jvmRoute: %s | |
UT005053 | INFO | Registering node %s, connection: %s | |
UT005054 | DEBUG | MCMP processing, key: %s, value: %s | |
UT005055 | DEBUG | HttpClientPingTask run for connection: %s | |
UT005056 | DEBUG | Received node load in STATUS message, node jvmRoute: %s, load: %s | |
UT005057 | DEBUG | Sending MCMP response to destination: %s, HTTP status: %s, Headers: %s, response: %s | |
UT005058 | WARN | Could not bind multicast socket to %s (%s address): %s; make sure your multicast address is of the same type as the IP stack (IPv4 or IPv6). Multicast socket will not be bound to an address, but this may lead to cross talking (see http://www.jboss.org/community/docs/DOC-9469 for details). | |
UT005060 | WARN | Predicate %s uses old style square braces to define predicates, which will be removed in a future release. predicate[value] should be changed to predicate(value) | |
UT005061 | java.lang.IllegalStateException | More than %s restarts detected, breaking assumed infinite loop | |
UT005062 | ERROR | Pattern parse error | |
UT005063 | ERROR | Unable to decode with rest of chars starting: %s | |
UT005064 | ERROR | No closing ) found for in decode | |
UT005065 | ERROR | The next characters couldn't be decoded: %s | |
UT005066 | ERROR | X param for servlet request, couldn't decode value: %s | |
UT005067 | ERROR | X param in wrong format. Needs to be 'x-#(...)' | |
UT005068 | INFO | Pattern was just empty or whitespace | |
UT005069 | ERROR | Failed to write JDBC access log | |
UT005070 | ERROR | Failed to write pre-cached file | |
UT005071 | ERROR | Undertow request failed %s | |
UT005072 | WARN | Thread %s (id=%s) has been active for %s milliseconds (since %s) to serve the same request for %s and may be stuck (configured threshold for this StuckThreadDetectionValve is %s seconds). There is/are %s thread(s) in total that are monitored by this Valve and may be stuck. | |
UT005073 | WARN | Thread %s (id=%s) was previously reported to be stuck but has completed. It was active for approximately %s milliseconds. There is/are still %s thread(s) that are monitored by this Valve and may be stuck. | |
UT005074 | ERROR | Failed to invoke error callback %s for SSE task | |
UT005075 | java.lang.IllegalStateException | Unable to resolve mod_cluster management host's address for '%s' | |
UT005076 | ERROR | SSL read loop detected. This should not happen, please report this to the Undertow developers. Current state %s | |
UT005077 | ERROR | SSL unwrap buffer overflow detected. This should not happen, please report this to the Undertow developers. Current state %s | |
UT005079 | ERROR | ALPN negotiation on %s failed | |
UT005080 | ERROR | HttpServerExchange cannot have both async IO resumed and dispatch() called in the same cycle | |
UT005081 | ERROR | Response has already been started, cannot proxy request %s | |
UT005082 | java.lang.IllegalArgumentException | Configured mod_cluster management host address cannot be a wildcard address (%s)! | |
UT005083 | java.io.IOException | Unexpected end of compressed input | |
UT005084 | java.io.IOException | Attempted to write %s bytes however content-length has been set to %s | |
UT005085 | DEBUG | Connection %s for exchange %s was not closed cleanly, forcibly closing connection | |
UT005086 | ERROR | Failed to accept SSL request | |
UT005088 | ERROR | Failed to execute ServletOutputStream.closeAsync() on IO thread | |
UT005089 | java.lang.IllegalArgumentException | Method parameter '%s' cannot be null | |
UT005090 | ERROR | Unexpected failure | |
UT005091 | ERROR | Failed to initialize DirectByteBufferDeallocator | |
UT005092 | DEBUG | Failed to free direct buffer | |
UT005093 | DEBUG | Blocking read timed out | |
UT005094 | DEBUG | Blocking write timed out | |
UT005095 | DEBUG | SSLEngine delegated task was rejected | |
UT005096 | DEBUG | Authentication failed for digest header %s in %s | |
UT005097 | DEBUG | Failed to obtain subject for %s | |
UT005098 | DEBUG | GSSAPI negotiation failed for %s | |
UT005099 | WARN | Failed to create SSO for session '%s' | |
UT005100 | DEBUG | Failed to list paths for '%s' | |
UT005101 | DEBUG | No source to list resources from | |
UT005102 | WARN | Flushing waiting in a frame more than %s miliseconds. The framed channel will be forcibly closed. | |
UT005103 | WARN | Cache TTL set to wrong value '%sms'. Defaulting to '%sms'. | |
UT005104 | WARN | Could not register resource change listener for caching resource manager, automatic invalidation of cached resource will not work. TTL value configured '%sms'. Defaulting to '%sms'. | |
UT005105 | WARN | Cache entry content mismatch for '%s'. Expected length '%s', but was '%s'. | |
UT005106 | WARN | Content mismatch for '%s'. Expected length '%s', but was '%s'. | |
UT005107 | WARN | Failed to set web socket timeout. | |
UT015002 | ERROR | Stopping servlet %s due to permanent unavailability | |
UT015003 | ERROR | Stopping servlet %s till %s due to temporary unavailability | |
UT015005 | ERROR | Error invoking method %s on listener %s | |
UT015006 | ERROR | IOException dispatching async event | |
UT015007 | WARN | Stack trace on error enabled for deployment %s, please do not enable for production use | |
UT015008 | WARN | Failed to load development mode persistent sessions | |
UT015009 | WARN | Failed to persist session attribute %s with value %s for session %s | |
UT015010 | WARN | Failed to persist sessions | |
UT015012 | ERROR | Failed to generate error page %s for original exception: %s. Generating error page resulted in a %s. | |
UT015014 | ERROR | Error reading rewrite configuration | |
UT015015 | java.lang.IllegalArgumentException | Error reading rewrite configuration: %s | |
UT015016 | java.lang.IllegalArgumentException | Invalid rewrite map class: %s | |
UT015017 | java.lang.IllegalArgumentException | Error reading rewrite flags in line %s as %s | |
UT015018 | java.lang.IllegalArgumentException | Error reading rewrite flags in line %s | |
UT015019 | ERROR | Failed to destroy %s | |
UT015020 | WARN | Path %s is secured for some HTTP methods, however it is not secured for %s | |
UT015021 | ERROR | Failure dispatching async event | |
UT015022 | WARN | Requested resource at %s does not exist for include method | |
UT015023 | java.lang.IllegalStateException | This Context has been already destroyed | |
UT015024 | ERROR | Servlet %s init() method in web application %s threw exception | |
UT025003 | DEBUG | Decoding WebSocket Frame with opCode %s | |
UT025007 | ERROR | Unhandled exception for annotated endpoint %s | |
UT025008 | WARN | Incorrect parameter %s for extension | |
UT026001 | ERROR | Unable to instantiate endpoint | |
UT026002 | ERROR | Unable to instantiate server configuration %s | |
UT026003 | INFO | Adding annotated server endpoint %s for path %s | |
UT026004 | INFO | Adding annotated client endpoint %s | |
UT026005 | INFO | Adding programmatic server endpoint %s for path %s | |
UT026006 | ERROR | Exception running web socket method | |
UT026007 | WARN | On Endpoint class %s path param %s on method %s does not reference a valid parameter, valid parameters are %s. | |
UT026008 | ERROR | Could not close endpoint on undeploy. | |
UT026009 | WARN | XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used | |
UT026010 | WARN | Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used | |
UT026011 | java.lang.IllegalArgumentException | XNIO worker was not set on WebSocketDeploymentInfo, and there is no default to use | |
UT026012 | java.lang.IllegalArgumentException | Buffer pool was not set on WebSocketDeploymentInfo, and there is no default to use |
Code | Level | Return Type | Message |
---|---|---|---|
VFS000001 | WARN | A VFS mount (%s) was leaked! | |
VFS000002 | INFO | Failed to clean existing content for temp file provider of type %s. Enable DEBUG level log to find what caused this |
Code | Level | Return Type | Message |
---|---|---|---|
WELD-000000 | TRACE | No PAT observers resolved for {0}. Skipping. | |
WELD-000000 | TRACE | Sending PAT using the default event resolver: {0} | |
WELD-000000 | TRACE | Sending PAT using the fast event resolver: {0} | |
WELD-000000 | DEBUG | Catching | |
WELD-000001 | TRACE | Exactly one constructor ({0}) annotated with @Inject defined, using it as the bean constructor for {1} | |
WELD-000002 | TRACE | Exactly one constructor ({0}) defined, using it as the bean constructor for {1} | |
WELD-000004 | TRACE | Exactly one post construct method ({0}) for {1} | |
WELD-000006 | TRACE | Exactly one pre destroy method ({0}) for {1} | |
WELD-000007 | TRACE | Created session bean proxy for {0} | |
WELD-000008 | TRACE | Called {0} on {1} with parameters {2} which returned {3} | |
WELD-000009 | org.jboss.weld.exceptions.IllegalArgumentException | Dynamic lookup of {0} is not supported | |
WELD-000010 | TRACE | Using qualifiers {0} for {1} | |
WELD-000012 | TRACE | Building bean metadata for {0} | |
WELD-000014 | TRACE | Using name {0} for {1} | |
WELD-000016 | TRACE | Using scope {0} for {1} | |
WELD-000018 | WARN | Executing producer field or method {0} on incomplete declaring bean {1} due to circular injection | |
WELD-000019 | ERROR | Error destroying an instance {0} of {1} | |
WELD-000023 | java.lang.String | Type parameter must be a concrete type: {0} | |
WELD-000025 | org.jboss.weld.exceptions.IllegalStateException | Tried to create an EEResourceProducerField, but no @Resource, @PersistenceContext, @PersistenceUnit, @WebServiceRef or @EJB is present: {0} | |
WELD-000026 | org.jboss.weld.exceptions.IllegalStateException | Security Services not available - unable to obtain the Principal | |
WELD-000027 | org.jboss.weld.exceptions.IllegalStateException | Transaction Services not available - unable to obtain the UserTransaction | |
WELD-000028 | org.jboss.weld.exceptions.IllegalArgumentException | Interception model must not be null | |
WELD-000029 | org.jboss.weld.exceptions.IllegalArgumentException | InterceptionType must not be null | |
WELD-000030 | org.jboss.weld.exceptions.IllegalArgumentException | Method must not be null | |
WELD-000031 | org.jboss.weld.exceptions.IllegalArgumentException | InterceptionType must not be lifecycle, but it is {0} | |
WELD-000032 | org.jboss.weld.exceptions.IllegalArgumentException | InterceptionType must be lifecycle, but it is {0} | |
WELD-000033 | java.lang.String | Could not instantiate client proxy for {0} | |
WELD-000034 | java.lang.String | Could not access bean correctly when creating client proxy for {0} | |
WELD-000035 | org.jboss.weld.exceptions.DefinitionException | There was an error creating an id for {0} | |
WELD-000036 | org.jboss.weld.exceptions.IllegalStateException | Unexpected unwrapped custom decorator instance: {0} | |
WELD-000037 | org.jboss.weld.exceptions.UnsupportedOperationException | Cannot call EJB remove method directly on non-dependent scoped bean {0} | |
WELD-000038 | org.jboss.weld.exceptions.DefinitionException | A bean class that is not a decorator has an injection point annotated @Delegate at injection point {0} at {1} StackTrace: | |
WELD-000039 | org.jboss.weld.exceptions.DefinitionException | @Typed class {0} not present in the set of bean types of {1} [{2}] | |
WELD-000040 | org.jboss.weld.exceptions.DefinitionException | All stereotypes must specify the same scope or the bean must declare a scope - declared on {0}, declared stereotypes [{1}], possible scopes {2}{3} | |
WELD-000041 | org.jboss.weld.exceptions.DefinitionException | Specializing bean may not declare a bean name if it is declared by specialized bean specializing: {0} specialized: {1} | |
WELD-000042 | org.jboss.weld.exceptions.IllegalStateException | Cannot operate on non container provided decorator {0} | |
WELD-000043 | org.jboss.weld.exceptions.IllegalStateException | The following bean is not an EE resource producer: {0} | |
WELD-000044 | org.jboss.weld.exceptions.NullInstanceException | Unable to obtain instance from {0} | |
WELD-000045 | org.jboss.weld.exceptions.InvalidObjectException | Unable to deserialize object - serialization proxy is required | |
WELD-000046 | org.jboss.weld.exceptions.DefinitionException | At most one scope may be specified on {0} | |
WELD-000047 | org.jboss.weld.exceptions.DefinitionException | Specializing bean must extend another bean: {0} | |
WELD-000048 | java.lang.String | Conflicting interceptor bindings found on {0} | |
WELD-000049 | org.jboss.weld.exceptions.WeldException | Unable to invoke {0} on {1} | |
WELD-000050 | org.jboss.weld.exceptions.WeldException | Cannot cast producer type {0} to bean type {1} | |
WELD-000052 | org.jboss.weld.exceptions.IllegalProductException | Cannot return null from a non-dependent producer method: {0} at {1} StackTrace: | |
WELD-000053 | org.jboss.weld.exceptions.IllegalProductException | Producers cannot declare passivating scope and return a non-serializable class: {0} at {1} StackTrace: | |
WELD-000054 | org.jboss.weld.exceptions.IllegalProductException | Producers cannot produce unserializable instances for injection into an injection point that requires a passivation capable dependency Producer: {0} at {1} Injection Point: {2} at {3} StackTrace: | |
WELD-000059 | org.jboss.weld.exceptions.DefinitionException | No delegate injection point defined for {0} | |
WELD-000060 | org.jboss.weld.exceptions.DefinitionException | Too many delegate injection points defined for {0} | |
WELD-000061 | org.jboss.weld.exceptions.DefinitionException | The delegate type does not extend or implement the decorated type. Decorated type: {0} Decorator: {1} | |
WELD-000064 | org.jboss.weld.exceptions.IllegalStateException | Unable to process decorated type: {0} | |
WELD-000066 | org.jboss.weld.exceptions.DefinitionException | {0} has more than one @Dispose parameter at {1} StackTrace: | |
WELD-000067 | org.jboss.weld.exceptions.DefinitionException | {0} is not allowed on same method as {1}, see {2} at {3} StackTrace: | |
WELD-000068 | org.jboss.weld.exceptions.DefinitionException | {0} method {1} is not a business method of {2} at {3} StackTrace: | |
WELD-000070 | org.jboss.weld.exceptions.DefinitionException | Simple bean {0} cannot be a non-static inner class | |
WELD-000071 | org.jboss.weld.exceptions.DefinitionException | Managed bean with a parameterized bean class must be @Dependent: {0} | |
WELD-000072 | org.jboss.weld.exceptions.DeploymentException | Bean declaring a passivating scope must be passivation capable. Bean: {0} | |
WELD-000073 | org.jboss.weld.exceptions.DeploymentException | Bean class which has decorators cannot be declared final: {0} | |
WELD-000075 | org.jboss.weld.exceptions.DefinitionException | Normal scoped managed bean implementation class has a public field: {0} | |
WELD-000076 | org.jboss.weld.exceptions.DefinitionException | Bean constructor must not have a parameter annotated with {0}: {1} at {2} StackTrace: | |
WELD-000077 | org.jboss.weld.exceptions.DefinitionException | Cannot declare multiple disposal methods for this producer method. Producer method: {0} Disposal methods: {1} | |
WELD-000078 | org.jboss.weld.exceptions.DefinitionException | Specialized producer method does not override another producer method: {0} at {1} StackTrace: | |
WELD-000079 | org.jboss.weld.exceptions.CreationException | Could not instantiate a proxy for a session bean: {0} Proxy: {1} | |
WELD-000080 | org.jboss.weld.exceptions.DefinitionException | Enterprise beans cannot be interceptors: {0} | |
WELD-000081 | org.jboss.weld.exceptions.DefinitionException | Enterprise beans cannot be decorators: {0} | |
WELD-000082 | org.jboss.weld.exceptions.DefinitionException | Scope {0} is not allowed on stateless session beans for {1}. Only @Dependent is allowed. | |
WELD-000083 | org.jboss.weld.exceptions.DefinitionException | Scope {0} is not allowed on singleton session beans for {1}. Only @Dependent and @ApplicationScoped is allowed. | |
WELD-000084 | org.jboss.weld.exceptions.DefinitionException | Specializing enterprise bean must extend another enterprise bean: {0} | |
WELD-000085 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot destroy null instance of {0} | |
WELD-000086 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot destroy session bean instance not created by the container: {0} | |
WELD-000087 | org.jboss.weld.exceptions.DefinitionException | Message driven beans cannot be Managed Beans: {0} | |
WELD-000088 | org.jboss.weld.exceptions.DefinitionException | Observer method must be static or local business method: {0} at {1} StackTrace: | |
WELD-000089 | org.jboss.weld.exceptions.IllegalStateException | Unable to determine EJB for {0}, multiple EJBs with that class: {1} | |
WELD-000090 | org.jboss.weld.exceptions.DefinitionException | A decorator has an abstract method that is not declared by any decorated type Method: {0} at {1} StackTrace: | |
WELD-000094 | org.jboss.weld.exceptions.DefinitionException | Injected field {0} cannot be annotated @Produces on {1} | |
WELD-000095 | org.jboss.weld.exceptions.DefinitionException | Session bean with generic class {0} must be @Dependent scope | |
WELD-000096 | org.jboss.weld.exceptions.DefinitionException | Producer fields on session beans must be static. Field {0} declared on {1} | |
WELD-000097 | org.jboss.weld.exceptions.DefinitionException | A producer method with a parameterized return type with a type variable must be declared @Dependent scoped: {0} at {1} StackTrace: | |
WELD-000098 | org.jboss.weld.exceptions.DefinitionException | A producer method return type may not contain a wildcard: {0} at {1} StackTrace: | |
WELD-000099 | org.jboss.weld.exceptions.WeldException | Cannot load class {0} during deserialization of proxy | |
WELD-000100 | DEBUG | Weld initialized. Validating beans | |
WELD-000101 | INFO | Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
WELD-000103 | DEBUG | Enabled alternatives for {0}: {1} | |
WELD-000104 | DEBUG | Enabled decorator types for {0}: {1} | |
WELD-000105 | DEBUG | Enabled interceptor types for {0}: {1} | |
WELD-000106 | DEBUG | Bean: {0} | |
WELD-000107 | DEBUG | Interceptor: {0} | |
WELD-000108 | DEBUG | Decorator: {0} | |
WELD-000109 | DEBUG | ObserverMethod: {0} | |
WELD-000110 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot set the annotation type to null (if you want to stop the type being used, call veto()): {0} | |
WELD-000111 | org.jboss.weld.exceptions.IllegalStateException | Bean type is not STATELESS, STATEFUL or SINGLETON: {0} | |
WELD-000112 | org.jboss.weld.exceptions.DefinitionException | Class {0} has both @Interceptor and @Decorator annotations | |
WELD-000113 | org.jboss.weld.exceptions.IllegalArgumentException | BeanDeploymentArchive must not be null: {0} | |
WELD-000114 | org.jboss.weld.exceptions.IllegalArgumentException | Must start the container with a deployment | |
WELD-000116 | org.jboss.weld.exceptions.IllegalStateException | Manager has not been initialized | |
WELD-000117 | org.jboss.weld.exceptions.IllegalStateException | Required service {0} has not been specified for {1} | |
WELD-000118 | org.jboss.weld.exceptions.DeploymentException | Only normal scopes can be passivating. Scope {0} | |
WELD-000119 | INFO | Not generating any bean definitions from {0} because of underlying class loading error: Type {1} not found. If this is unexpected, enable DEBUG logging to see the full error. | |
WELD-000123 | org.jboss.weld.exceptions.DeploymentException | Error loading {0} defined in {1} | |
WELD-000124 | DEBUG | Using {0} threads for bootstrap | |
WELD-000125 | org.jboss.weld.exceptions.DeploymentException | Invalid thread pool size: {0} | |
WELD-000126 | WARN | Timeout shutting down thread pool {0} at {1} | |
WELD-000127 | org.jboss.weld.exceptions.DeploymentException | Invalid thread pool type: {0} | |
WELD-000128 | org.jboss.weld.exceptions.DeploymentException | Invalid value for property {0}: {1} | |
WELD-000130 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot replace AnnotatedType for {0} with AnnotatedType for {1} | |
WELD-000132 | DEBUG | Disabled alternative (ignored): {0} | |
WELD-000133 | DEBUG | Specialized bean (ignored): {0} | |
WELD-000134 | DEBUG | Producer (method or field) of specialized bean (ignored): {0} | |
WELD-000135 | WARN | Legacy deployment metadata provided by the integrator. Certain functionality will not be available. | |
WELD-000136 | ERROR | Exception(s) thrown during observer of BeforeShutdown: | |
WELD-000137 | TRACE | Exception while loading class '{0}' : {1} | |
WELD-000138 | TRACE | Error while loading class '{0}' : {1} | |
WELD-000139 | WARN | Ignoring portable extension class {0} because of underlying class loading error: Type {1} not found. Enable DEBUG logging level to see the full error. | |
WELD-000140 | org.jboss.weld.exceptions.IllegalStateException | Calling Bootstrap method after container has already been initialized. For correct order, see CDI11Bootstrap's documentation. | |
WELD-000141 | INFO | Falling back to the default observer method resolver due to {0} | |
WELD-000142 | DEBUG | Exception loading annotated type using ClassFileServices. Falling back to the default implementation. {0} | |
WELD-000143 | org.jboss.weld.exceptions.IllegalStateException | Container lifecycle event method invoked outside of extension observer method invocation. | |
WELD-000144 | org.jboss.weld.exceptions.IllegalStateException | CDI API version mismatch. CDI 1.0 API detected on classpath. Weld requires version 1.1 or better. | |
WELD-000145 | DEBUG | Bean identifier index built: {0} | |
WELD-000146 | WARN | BeforeBeanDiscovery.addAnnotatedType(AnnotatedType>) used for {0} is deprecated from CDI 1.1! | |
WELD-000147 | WARN | Decorator {0} declares inappropriate constructor therefore will not available as a managed bean! | |
WELD-000148 | DEBUG | ProcessAnnotatedType.setAnnotatedType() called by {0}: {1} replaced by {2} | |
WELD-000149 | DEBUG | ProcessBeanAttributes.setBeanAttributes() called by {0}: {1} replaced by {2} | |
WELD-000150 | DEBUG | ProcessInjectionPoint.setInjectionPoint() called by {0}: {1} replaced by {2} | |
WELD-000151 | DEBUG | ProcessInjectionTarget.setInjectionTarget() called by {0}: {1} replaced by {2} | |
WELD-000152 | DEBUG | ProcessProducer.setProducer() called by {0}: {1} replaced by {2} | |
WELD-000153 | DEBUG | AfterTypeDiscovery.addAnnotatedType() called by {0} for {1} | |
WELD-000154 | DEBUG | AfterBeanDiscovery.addBean() called by {0} for {1} | |
WELD-000155 | DEBUG | AfterBeanDiscovery.addObserverMethod() called by {0} for {1} | |
WELD-000156 | DEBUG | AfterBeanDiscovery.addContext() called by {0} for {1} | |
WELD-000157 | DEBUG | AfterBeanDiscovery.addDefinitionError() called by {0} for {1} | |
WELD-000158 | DEBUG | BeforeBeanDiscovery.addQualifier() called by {0} for {1} | |
WELD-000159 | DEBUG | BeforeBeanDiscovery.addScope() called by {0} for {1} | |
WELD-000160 | DEBUG | BeforeBeanDiscovery.addStereoType() called by {0} for {1} | |
WELD-000161 | DEBUG | BeforeBeanDiscovery.addInterceptorBindingCalled() called by {0} for {1} | |
WELD-000162 | DEBUG | BeforeBeanDiscovery.addAnnotatedType() called by {0} for {1} | |
WELD-000163 | org.jboss.weld.exceptions.DeploymentException | Non-unique bean deployment identifier detected: {0} | |
WELD-000164 | DEBUG | ProcessAnnotatedType.veto() called by {0} for {1} | |
WELD-000165 | DEBUG | ProcessBeanAttributes.veto() called by {0} for {1} | |
WELD-000166 | DEBUG | AfterTypeDiscovery.{3} modified by {0} {2} {1} | |
WELD-000167 | WARN | Class {0} is annotated with @{1} but it does not declare an appropriate constructor therefore is not registered as a bean! | |
WELD-000168 | DEBUG | Extension bean deployed: {0} | |
WELD-000169 | INFO | Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance. | |
WELD-000170 | org.jboss.weld.exceptions.IllegalStateException | {0} observer cannot call both the configurator and set methods. Extension {1} StackTrace: | |
WELD-000171 | DEBUG | BeforeBeanDiscovery.configureQualifier() called by {0} for {1} | |
WELD-000172 | DEBUG | BeforeBeanDiscovery.configureInterceptorBinding() called by {0} for {1} | |
WELD-000173 | DEBUG | ProcessProducer.configureProducer() called by {0} for {1} | |
WELD-000174 | DEBUG | ProcessBeanAttributes.configureBeanAttributes() called by {0} for {1} | |
WELD-000175 | DEBUG | ProcessBeanAttributes.isIgnoreFinalMethods() called by {0} for {1} | |
WELD-000176 | DEBUG | ProcessAnnotatedType.configureAnnotatedType() called by {0} for {1} | |
WELD-000177 | DEBUG | ProcessObserverMethod.configureObserverMethod() called by {0} for {1} | |
WELD-000178 | DEBUG | ProcessInjectionPoint.configureInjectionPoint() called by {0} for {1} | |
WELD-000179 | org.jboss.weld.exceptions.DeploymentException | {0} created by {1} cannot be processed | |
WELD-000180 | DEBUG | Drop unused bean metadata: {0} | |
WELD-000181 | WARN | org.jboss.weld.executor.threadPoolType=COMMON detected but ForkJoinPool.commonPool() does not work with SecurityManager enabled, switching to {0} thread pool | |
WELD-000183 | org.jboss.weld.exceptions.DefinitionException | Multiple different @Priority values derived from stereotype annotations for annotated type - {0} | |
WELD-000200 | TRACE | Looked for {0} and got {1} in {2} | |
WELD-000201 | TRACE | Context {0} cleared | |
WELD-000202 | TRACE | Added {0} with key {1} to {2} | |
WELD-000203 | TRACE | Removed {0} from {1} | |
WELD-000211 | org.jboss.weld.exceptions.IllegalArgumentException | The delimiter "{0}" should not be in the prefix "{1}" | |
WELD-000212 | org.jboss.weld.exceptions.IllegalArgumentException | No contextual specified to retrieve (null) | |
WELD-000213 | org.jboss.weld.exceptions.IllegalStateException | No bean store available for {0} | |
WELD-000215 | TRACE | Bean store {0} is detached | |
WELD-000216 | TRACE | Updating underlying store with contextual {0} under ID {1} | |
WELD-000217 | TRACE | Adding detached contextual {0} under ID {1} | |
WELD-000218 | TRACE | Removed {0} from session {1} | |
WELD-000219 | TRACE | Unable to remove {0} from non-existent session | |
WELD-000220 | TRACE | Added {0} to session {1} | |
WELD-000221 | TRACE | Unable to add {0} to session as no session could be obtained | |
WELD-000222 | TRACE | Loading bean store {0} map from session {1} | |
WELD-000223 | org.jboss.weld.exceptions.DefinitionException | Context.getScope() returned null for {0} | |
WELD-000224 | WARN | Unable to clear the bean store {0}. | |
WELD-000225 | WARN | Bean store leak detected during {0} association: {1} | |
WELD-000226 | org.jboss.weld.exceptions.DeploymentException | Cannot register additional context for scope: {0}, {1} | |
WELD-000227 | org.jboss.weld.exceptions.IllegalStateException | Bean identifier index inconsistency detected - the distributed container probably does not work with identical applications Expected hash: {0} Current index: {1} | |
WELD-000228 | DEBUG | Bean store leak detected during {0} association - instances of beans with the following identifiers might not be destroyed correctly: {1} | |
WELD-000229 | org.jboss.weld.exceptions.IllegalStateException | Contextual reference of {0} is not valid after container {1} shutdown | |
WELD-000304 | TRACE | Cleaning up conversation {0} | |
WELD-000313 | TRACE | Lock acquired on conversation {0} | |
WELD-000314 | TRACE | Lock released on conversation {0} | |
WELD-000315 | WARN | Failed to acquire conversation lock in {0} ms for {1} | |
WELD-000316 | WARN | Attempt to release lock on conversation {0} failed because {1} | |
WELD-000317 | DEBUG | Promoted conversation {0} to long-running | |
WELD-000318 | DEBUG | Returned long-running conversation {0} to transient | |
WELD-000320 | TRACE | Cleaning up transient conversation | |
WELD-000321 | org.jboss.weld.contexts.NonexistentConversationException | No conversation found to restore for id {0} | |
WELD-000322 | org.jboss.weld.contexts.BusyConversationException | Conversation lock timed out: {0} | |
WELD-000326 | TRACE | Found conversation id {0} in request parameter | |
WELD-000327 | DEBUG | Resuming conversation with id {0} | |
WELD-000328 | java.lang.IllegalStateException | Attempt to call begin() on a long-running conversation | |
WELD-000329 | java.lang.IllegalStateException | Attempt to call end() on a transient conversation | |
WELD-000332 | java.lang.IllegalArgumentException | Conversation ID {0} is already in use | |
WELD-000333 | java.lang.IllegalStateException | Must call associate() before calling activate() | |
WELD-000334 | java.lang.IllegalStateException | Must call associate() before calling deactivate() | |
WELD-000335 | WARN | Conversation context is already active, most likely it was not cleaned up properly during previous request processing: {0} | |
WELD-000336 | java.lang.IllegalStateException | Conversation context is not active | |
WELD-000337 | java.lang.IllegalStateException | Unable to find ConversationNamingScheme in the request, this conversation wasn't transient at the start of the request | |
WELD-000338 | java.lang.IllegalStateException | Unable to locate ConversationIdGenerator | |
WELD-000339 | java.lang.IllegalStateException | A request must be associated with the context in order to generate a conversation id | |
WELD-000340 | java.lang.IllegalStateException | A request must be associated with the context in order to load the known conversations | |
WELD-000341 | java.lang.IllegalStateException | Unable to load the conversations from the associated request - {0}: {1}, request: {2} | |
WELD-000342 | WARN | Going to end a locked conversation with id {0} | |
WELD-000343 | java.lang.IllegalStateException | Unable to load the current conversation from the associated request - {0}: {1}, request: {2} | |
WELD-000400 | DEBUG | Sending event {0} directly to observer {1} | |
WELD-000401 | ERROR | Failure while notifying an observer {0} of event {1}. {2} | |
WELD-000403 | org.jboss.weld.exceptions.InvalidObjectException | Proxy required | |
WELD-000404 | org.jboss.weld.exceptions.DefinitionException | Conditional observer method cannot be declared by a @Dependent scoped bean: {0} at {1} StackTrace: | |
WELD-000405 | org.jboss.weld.exceptions.DefinitionException | Observer method cannot have more than one event parameter annotated with @Observes or @ObservesAsync: {0} at {1} StackTrace: | |
WELD-000406 | org.jboss.weld.exceptions.DefinitionException | Observer method cannot have a parameter annotated with @Disposes: {0} at {1} StackTrace: | |
WELD-000407 | org.jboss.weld.exceptions.DefinitionException | Observer method cannot be annotated with @Produces: {0} at {1} StackTrace: | |
WELD-000408 | org.jboss.weld.exceptions.DefinitionException | Observer method cannot be annotated with @Inject, observer methods are automatically injection points: {0} at {1} StackTrace: | |
WELD-000409 | org.jboss.weld.exceptions.DefinitionException | Observer method for container lifecycle event can only inject BeanManager: {0} at {1} StackTrace: | |
WELD-000410 | org.jboss.weld.exceptions.DefinitionException | Observer method cannot define @WithAnnotations: {0} at {1} StackTrace: | |
WELD-000411 | INFO | Observer method {0} receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
WELD-000412 | org.jboss.weld.exceptions.DefinitionException | ObserverMethod.{0}() returned null for {1} | |
WELD-000413 | org.jboss.weld.exceptions.DefinitionException | {0} cannot be replaced by an observer method with a different bean class {1} | |
WELD-000414 | org.jboss.weld.exceptions.DefinitionException | Observer method for container lifecycle event cannot be asynchronous. {0} at {1} StackTrace: | |
WELD-000415 | org.jboss.weld.exceptions.DefinitionException | Custom implementation of observer method does not override either notify(T) or notify(EventContext | |
WELD-000416 | org.jboss.weld.exceptions.IllegalArgumentException | None or multiple event parameters declared on: {0} at {1} StackTrace: | |
WELD-000417 | WARN | The original observed type {0} is not assignable from {1} set by extension {2} - the observer method invocation may result in runtime exception! | |
WELD-000418 | org.jboss.weld.exceptions.DefinitionException | Observer method for container lifecycle event cannot be static. {0} at {1} StackTrace: | |
WELD-000419 | org.jboss.weld.exceptions.IllegalArgumentException | {0} is not a valid notification mode for asynchronous observers | |
WELD-000420 | java.lang.UnsupportedOperationException | Asynchronous observer notification with timeout option requires an implementation of ExecutorServices which provides an instance of ScheduledExecutorServices. | |
WELD-000421 | org.jboss.weld.exceptions.IllegalArgumentException | Invalid input value for asynchronous observer notification timeout. Has to be parseable String, java.lang.Long or long. Original exception: {0} | |
WELD-000422 | java.lang.IllegalStateException | WeldEvent.select(Type subtype, Annotation... qualifiers) can be invoked only on an instance of WeldEvent | |
WELD-000600 | DEBUG | {0} is missing @Retention(RUNTIME). Weld will use this annotation, however this may make the application unportable. | |
WELD-000601 | DEBUG | {0} is missing @Target. Weld will use this annotation, however this may make the application unportable. | |
WELD-000602 | DEBUG | {0} is not declared @Target(TYPE, METHOD) or @Target(TYPE). Weld will use this annotation, however this may make the application unportable. | |
WELD-000604 | DEBUG | {0} is not declared @Target(METHOD, FIELD, TYPE). Weld will use this annotation, however this may make the application unportable. | |
WELD-000605 | DEBUG | {0} is not declared @Target(METHOD, FIELD, TYPE, PARAMETER), @Target(METHOD, TYPE), @Target(METHOD), @Target(TYPE) or @Target(FIELD). Weld will use this annotation, however this may make the application unportable. | |
WELD-000606 | org.jboss.weld.exceptions.IllegalArgumentException | Unable to determine name of parameter | |
WELD-000607 | org.jboss.weld.exceptions.WeldException | annotationMap cannot be null | |
WELD-000608 | org.jboss.weld.exceptions.WeldException | declaredAnnotationMap cannot be null | |
WELD-000610 | org.jboss.weld.exceptions.WeldException | Unable to deserialize constructor. Declaring class {0}, index {1} | |
WELD-000611 | org.jboss.weld.exceptions.WeldException | Unable to deserialize method. Declaring class {0}, index {1} | |
WELD-000612 | org.jboss.weld.exceptions.WeldException | Unable to deserialize field. Declaring class {0}, field name {1} | |
WELD-000614 | org.jboss.weld.exceptions.DefinitionException | Incorrect number of AnnotatedParameters {0} on AnnotatedMethod {1}. AnnotatedMethod has {2} as parameters but should have {3} as parameters | |
WELD-000616 | org.jboss.weld.exceptions.WeldException | Instantiation through ReflectionFactory of {0} failed | |
WELD-000617 | org.jboss.weld.exceptions.WeldException | Instantiation through Unsafe of {0} failed | |
WELD-000619 | WARN | A lifecycle callback interceptor declares an interceptor binding with target other than ElementType.TYPE {0} Binding: {1} Target: {2} | |
WELD-000620 | DEBUG | {0} is not declared @Target(METHOD, FIELD, PARAMETER, TYPE). Weld will use this annotation, however this may make the application unportable. | |
WELD-000621 | WARN | Interceptor binding {0} with @Target defined as {1} should not be applied on interceptor binding {2} with @Target definition: {3} | |
WELD-000622 | org.jboss.weld.exceptions.WeldException | IllegalArgumentException invoking {2} on {1} ({0}) with parameters {3} | |
WELD-000623 | org.jboss.weld.exceptions.IllegalArgumentException | Unknown type {0}. | |
WELD-000624 | org.jboss.weld.exceptions.IllegalArgumentException | Invalid type argument combination: {0}; {1}. | |
WELD-000625 | org.jboss.weld.exceptions.WeldException | Unable to locate method: {0} | |
WELD-000707 | org.jboss.weld.exceptions.IllegalStateException | Non Http-Servlet lifecycle not defined | |
WELD-000708 | TRACE | Initializing request {0} | |
WELD-000709 | TRACE | Destroying request {0} | |
WELD-000710 | org.jboss.weld.exceptions.IllegalStateException | Cannot inject {0} outside of a Servlet request | |
WELD-000711 | WARN | Context activation pattern {0} ignored as it is overriden by the integrator. | |
WELD-000712 | WARN | Unable to dissociate context {0} from the storage {1} | |
WELD-000713 | org.jboss.weld.exceptions.IllegalStateException | Unable to inject ServletContext. None is associated with {0}, {1} | |
WELD-000714 | WARN | HttpContextLifecycle guard leak detected. The Servlet container is not fully compliant. The value was {0} | |
WELD-000715 | WARN | HttpContextLifecycle guard not set. The Servlet container is not fully compliant. | |
WELD-000716 | INFO | Running in Servlet 2.x environment. Asynchronous request support is disabled. | |
WELD-000717 | WARN | Unable to deactivate context {0} when destroying request {1} | |
WELD-000718 | WARN | No EEModuleDescriptor defined for bean archive with ID: {0}. @Initialized and @Destroyed events for ApplicationScoped may be fired twice. | |
WELD-000719 | DEBUG | An active HttpSessionDestructionContext detected. This is likely a leftover from previous sessions that ended exceptionally. This context will be terminated. | |
WELD-000804 | org.jboss.weld.exceptions.IllegalArgumentException | {0} is not an enum | |
WELD-000805 | org.jboss.weld.exceptions.DefinitionException | Cannot have more than one post construct method annotated with @PostConstruct for {0} | |
WELD-000806 | org.jboss.weld.exceptions.DefinitionException | Cannot have more than one pre destroy method annotated @PreDestroy for {0} | |
WELD-000807 | org.jboss.weld.exceptions.DefinitionException | Initializer method cannot be annotated @Produces {0} at {1} StackTrace: | |
WELD-000808 | org.jboss.weld.exceptions.DefinitionException | Initializer method cannot have parameters annotated @Disposes: {0} at {1} StackTrace: | |
WELD-000810 | org.jboss.weld.exceptions.DefinitionException | Cannot place qualifiers on final fields: {0} | |
WELD-000812 | org.jboss.weld.exceptions.DefinitionException | Cannot determine constructor to use for {0}. Possible constructors {1} | |
WELD-000813 | org.jboss.weld.exceptions.IllegalArgumentException | injectableFields and initializerMethods must have the same size. Injectable Fields: {0} InitializerMethods: {1} | |
WELD-000814 | org.jboss.weld.exceptions.IllegalArgumentException | Annotation {0} is not a qualifier | |
WELD-000815 | org.jboss.weld.exceptions.IllegalArgumentException | Qualifier {0} is already present in the set {1} | |
WELD-000816 | org.jboss.weld.exceptions.DefinitionException | Cannot determine constructor to use for {0} | |
WELD-000817 | org.jboss.weld.exceptions.IllegalStateException | Unable to find Bean Deployment Archive for {0} | |
WELD-000818 | org.jboss.weld.exceptions.IllegalArgumentException | Event type {0} is not allowed | |
WELD-000819 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot provide an event type parameterized with a type parameter {0} | |
WELD-000820 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot proxy non-Class Type {0} | |
WELD-000824 | org.jboss.weld.exceptions.WeldException | Error getting field {0} on {1} | |
WELD-000826 | org.jboss.weld.exceptions.DeploymentException | Cannot access values() on annotation | |
WELD-000827 | org.jboss.weld.exceptions.DefinitionException | Initializer method may not be a generic method: {0} at {1} StackTrace: | |
WELD-000833 | org.jboss.weld.exceptions.DefinitionException | Resource injection point represents a method which doesn't follow JavaBean conventions {0} | |
WELD-000834 | WARN | Unable to inject resource - most probably incorrect InjectionServices SPI implementation: {0} at {1} | |
WELD-000900 | INFO | {0} | |
WELD-001001 | java.lang.IllegalArgumentException | Cannot pass null expressionFactory | |
WELD-001002 | TRACE | Looking for EL property {0} | |
WELD-001003 | TRACE | EL property {0} resolved to {1} | |
WELD-001100 | org.jboss.weld.exceptions.DefinitionException | {0} can only be applied to an annotation. It was applied to {1} | |
WELD-001101 | WARN | Member of array type or annotation type must be annotated @NonBinding: {0} | |
WELD-001102 | org.jboss.weld.exceptions.IllegalStateException | Stereotype {0} not registered with container | |
WELD-001103 | org.jboss.weld.exceptions.DefinitionException | Cannot declare qualifiers on stereotype {0} | |
WELD-001104 | org.jboss.weld.exceptions.DefinitionException | Cannot specify a value for @Named stereotype {0} | |
WELD-001105 | org.jboss.weld.exceptions.DefinitionException | At most one scope type may be specified for {0} | |
WELD-001106 | org.jboss.weld.exceptions.DefinitionException | BeanAttributes.getStereotypes() returned null for {0} | |
WELD-001107 | org.jboss.weld.exceptions.DefinitionException | {0}() returned null for {1} | |
WELD-001108 | org.jboss.weld.exceptions.DefinitionException | BeanAttributes.getTypes() returned null for {0} | |
WELD-001109 | org.jboss.weld.exceptions.DefinitionException | BeanAttributes.getScope() returned null for {0} | |
WELD-001110 | org.jboss.weld.exceptions.DefinitionException | {0} defined on {1} is not a stereotype | |
WELD-001111 | org.jboss.weld.exceptions.DefinitionException | {0} defined on {1} is not a qualifier | |
WELD-001112 | org.jboss.weld.exceptions.DefinitionException | BeanAttributes.getTypes() may not return an empty set {0} | |
WELD-001113 | org.jboss.weld.exceptions.DefinitionException | {0} defined on {1} is not a scope annotation | |
WELD-001114 | org.jboss.weld.exceptions.IllegalArgumentException | {0} returned null for {1} | |
WELD-001115 | org.jboss.weld.exceptions.IllegalArgumentException | Parameter position {0} of parameter {1} is not valid | |
WELD-001116 | WARN | AnnotatedType ({0}) without a constructor | |
WELD-001117 | WARN | Member {0} ({1}) does not belong to the actual class hierarchy of the annotatedType {2} ({3}) at {4} | |
WELD-001118 | org.jboss.weld.exceptions.DefinitionException | A type variable is not a valid bean type. Bean type {0} of bean {1} | |
WELD-001119 | org.jboss.weld.exceptions.DefinitionException | A parameterized type containing wildcard parameters is not a valid bean type. Bean type {0} of bean {1} | |
WELD-001120 | org.jboss.weld.exceptions.DefinitionException | A bean that has a parameterized bean type containing type variables must be @Dependent scoped. Bean type {0} of bean {1} | |
WELD-001121 | org.jboss.weld.exceptions.DefinitionException | Member of array type or annotation type must be annotated @NonBinding: {0} | |
WELD-001122 | org.jboss.weld.exceptions.IllegalStateException | Failed to deserialize annotated type identified with {0} | |
WELD-001123 | org.jboss.weld.exceptions.DefinitionException | {0} defined on {1} is not an interceptor binding | |
WELD-001124 | WARN | Context.getScope() returned {0} which is not a scope annotation. Context: {1} | |
WELD-001125 | INFO | Illegal bean type {0} ignored on {1} | |
WELD-001126 | org.jboss.weld.exceptions.IllegalStateException | BeanAttributesConfigurator is not able to read {0} - missing BeanManager | |
WELD-001200 | org.jboss.weld.exceptions.IllegalStateException | Error configuring XML parser | |
WELD-001201 | org.jboss.weld.exceptions.IllegalStateException | Error loading beans.xml {0} | |
WELD-001202 | org.jboss.weld.exceptions.IllegalStateException | Error parsing {0} | |
WELD-001203 | org.jboss.weld.exceptions.DefinitionException | | |
WELD-001204 | org.jboss.weld.exceptions.DefinitionException | | |
WELD-001205 | org.jboss.weld.exceptions.DefinitionException | | |
WELD-001207 | org.jboss.weld.exceptions.DefinitionException | | |
WELD-001208 | WARN | Error when validating {0}@{1} against xsd. {2} | |
WELD-001210 | WARN | Warning when validating {0}@{1} against xsd. {2} | |
WELD-001300 | javax.naming.NamingException | Unable to locate BeanManager | |
WELD-001301 | org.jboss.weld.exceptions.IllegalArgumentException | Annotation {0} is not a qualifier | |
WELD-001302 | org.jboss.weld.exceptions.IllegalArgumentException | Duplicate qualifiers: {0} | |
WELD-001303 | org.jboss.weld.contexts.ContextNotActiveException | No active contexts for scope type {0} | |
WELD-001304 | org.jboss.weld.exceptions.IllegalStateException | More than one context active for scope type {0} | |
WELD-001305 | org.jboss.weld.exceptions.IllegalArgumentException | The given type {0} is not a type of the bean {1} | |
WELD-001307 | org.jboss.weld.exceptions.UnsatisfiedResolutionException | Unable to resolve any beans of type {0} with qualifiers {1} | |
WELD-001308 | org.jboss.weld.exceptions.UnsatisfiedResolutionException | Unable to resolve any beans for {0} | |
WELD-001310 | org.jboss.weld.exceptions.IllegalArgumentException | No decorator types were specified in the set | |
WELD-001311 | org.jboss.weld.exceptions.IllegalArgumentException | Interceptor bindings list cannot be empty | |
WELD-001312 | org.jboss.weld.exceptions.IllegalArgumentException | Duplicate interceptor binding type {0} found | |
WELD-001313 | org.jboss.weld.exceptions.IllegalArgumentException | Trying to resolve interceptors with non-binding type {0} | |
WELD-001314 | java.lang.String | {0} is expected to be a normal scope type | |
WELD-001316 | org.jboss.weld.exceptions.IllegalArgumentException | {0} is not an interceptor binding type | |
WELD-001317 | org.jboss.weld.exceptions.IllegalArgumentException | {0} is not a stereotype | |
WELD-001318 | org.jboss.weld.exceptions.AmbiguousResolutionException | Cannot resolve an ambiguous dependency between: {0} | |
WELD-001319 | org.jboss.weld.exceptions.IllegalArgumentException | Bean manager ID must not be null | |
WELD-001325 | org.jboss.weld.exceptions.IllegalArgumentException | No instance of an extension {0} registered with the deployment | |
WELD-001326 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot create bean attributes - the argument must be either an AnnotatedField or AnnotatedMethod but {0} is not | |
WELD-001327 | org.jboss.weld.exceptions.IllegalStateException | Unable to identify the correct BeanManager. The calling class {0} is placed in multiple bean archives | |
WELD-001328 | org.jboss.weld.exceptions.IllegalStateException | Unable to identify the correct BeanManager. The calling class {0} is not placed in bean archive | |
WELD-001329 | org.jboss.weld.exceptions.IllegalStateException | Unable to identify the correct BeanManager | |
WELD-001330 | org.jboss.weld.exceptions.IllegalStateException | BeanManager is not available. | |
WELD-001331 | org.jboss.weld.exceptions.IllegalArgumentException | Declaring bean cannot be null for the non-static member {0} | |
WELD-001332 | org.jboss.weld.exceptions.IllegalStateException | BeanManager method {0} is not available during application initialization. Container state: {1} | |
WELD-001333 | org.jboss.weld.exceptions.IllegalStateException | BeanManager method {0} is not available after shutdown | |
WELD-001334 | org.jboss.weld.exceptions.UnsatisfiedResolutionException | Unsatisfied dependencies for type {1} with qualifiers {0} {2} | |
WELD-001335 | org.jboss.weld.exceptions.AmbiguousResolutionException | Ambiguous dependencies for type {1} with qualifiers {0} Possible dependencies: {2} | |
WELD-001336 | org.jboss.weld.exceptions.IllegalStateException | InjectionTargetFactory.configure() may not be called after createInjectionTarget() invocation. AnnotatedType used: {0} | |
WELD-001401 | org.jboss.weld.exceptions.InconsistentSpecializationException | Two beans cannot specialize the same bean {0} | |
WELD-001402 | org.jboss.weld.exceptions.DeploymentException | The bean {0} declares a passivating scope but has a non-serializable interceptor {1} | |
WELD-001403 | org.jboss.weld.exceptions.UnserializableDependencyException | The bean {0} declares a passivating scope but has a non-serializable decorator {1} | |
WELD-001404 | org.jboss.weld.exceptions.DefinitionException | The injection point is annotated with @New which cannot be combined with other qualifiers: {0} at {1} StackTrace | |
WELD-001405 | org.jboss.weld.exceptions.DefinitionException | Cannot inject {0} in a class which is not a bean at {1} StackTrace | |
WELD-001406 | org.jboss.weld.exceptions.DefinitionException | Cannot inject injection point metadata in a non @Dependent scoped bean: {0} at {1} StackTrace | |
WELD-001407 | org.jboss.weld.exceptions.DefinitionException | Cannot declare an injection point with a type variable: {0} at {1} StackTrace | |
WELD-001408 | org.jboss.weld.exceptions.DeploymentException | Unsatisfied dependencies for type {2} with qualifiers {1} at injection point {0} at {3} {4} | |
WELD-001409 | org.jboss.weld.exceptions.DeploymentException | Ambiguous dependencies for type {2} with qualifiers {1} at injection point {0} at {3} Possible dependencies: {4} | |
WELD-001410 | org.jboss.weld.exceptions.DeploymentException | The injection point has non-proxyable dependencies: {0} at {1} StackTrace | |
WELD-001413 | org.jboss.weld.exceptions.UnserializableDependencyException | The bean {0} declares a passivating scope but has a non-passivation-capable dependency {1} | |
WELD-001414 | org.jboss.weld.exceptions.DeploymentException | Bean name is ambiguous. Name {0} resolves to beans: {1} | |
WELD-001415 | org.jboss.weld.exceptions.DeploymentException | Bean name is identical to a bean name prefix used elsewhere. Name {0} | |
WELD-001416 | org.jboss.weld.exceptions.DeploymentException | Enabled interceptor class {0} specified twice: - {1}, - {2} | |
WELD-001417 | org.jboss.weld.exceptions.DeploymentException | Enabled interceptor class {0} ({1}) does not match an interceptor bean: the class is not found, or not annotated with @Interceptor and still not registered through a portable extension, or not annotated with @Dependent inside an implicit bean archive | |
WELD-001418 | org.jboss.weld.exceptions.DeploymentException | Enabled decorator class {0} specified twice: - {1}, - {2} | |
WELD-001419 | org.jboss.weld.exceptions.DeploymentException | Enabled decorator class {0} is not the bean class of at least one decorator bean (detected decorator beans: {1}) | |
WELD-001420 | org.jboss.weld.exceptions.DeploymentException | Enabled alternative {0} is not a stereotype | |
WELD-001421 | org.jboss.weld.exceptions.DeploymentException | Cannot enable the same alternative stereotype {0} in beans.xml: - {1}, - {2} | |
WELD-001422 | org.jboss.weld.exceptions.DeploymentException | Enabled alternative class {0} ({1}) does not match any bean, or is not annotated with @Alternative or an @Alternative stereotype, or does not declare a producer annotated with @Alternative or an @Alternative stereotype | |
WELD-001424 | org.jboss.weld.exceptions.DefinitionException | The following disposal methods were declared but did not resolve to a producer method: {0} | |
WELD-001425 | org.jboss.weld.exceptions.DefinitionException | An injection point cannot have a wildcard type parameter: {0} at {1} StackTrace | |
WELD-001426 | org.jboss.weld.exceptions.DefinitionException | An injection point must have a type parameter: {0} at {1} StackTrace | |
WELD-001427 | org.jboss.weld.exceptions.DefinitionException | Only field injection points can use the @Named qualifier with no value: {0} at {1} StackTrace | |
WELD-001428 | org.jboss.weld.exceptions.DefinitionException | A decorator cannot have producer methods, but at least one was found on {0}. | |
WELD-001429 | org.jboss.weld.exceptions.DefinitionException | A decorator cannot have producer fields, but at least one was found on {0}. | |
WELD-001430 | org.jboss.weld.exceptions.DefinitionException | A decorator cannot have disposer methods, but at least one was found on {0}. | |
WELD-001431 | org.jboss.weld.exceptions.DefinitionException | An interceptor cannot have producer methods, but at least one was found on {0}. | |
WELD-001432 | org.jboss.weld.exceptions.DefinitionException | An interceptor cannot have producer fields, but at least one was found on {0}. | |
WELD-001433 | org.jboss.weld.exceptions.DefinitionException | An interceptor cannot have disposer methods, but at least one was found on {0}. | |
WELD-001434 | org.jboss.weld.exceptions.UnproxyableResolutionException | Normal scoped bean {0} is not proxyable for an unknown reason - {1}. | |
WELD-001435 | org.jboss.weld.exceptions.UnproxyableResolutionException | Normal scoped bean {0} is not proxyable because it has no no-args constructor - {1}. | |
WELD-001436 | java.lang.String | Type {0} is not proxyable because it has a private constructor {1} - {2}. | |
WELD-001437 | org.jboss.weld.exceptions.UnproxyableResolutionException | Bean type {0} is not proxyable because it is final - {1}. | |
WELD-001438 | org.jboss.weld.exceptions.UnproxyableResolutionException | Bean type {0} is not proxyable because it is a primitive - {1}. | |
WELD-001439 | org.jboss.weld.exceptions.UnproxyableResolutionException | Bean type {0} is not proxyable because it is an array type - {1}. | |
WELD-001440 | WARN | Scope type {0} used on injection point {1} at {2} StackTrace | |
WELD-001441 | org.jboss.weld.exceptions.DeploymentException | Enabled alternative {0} is not a class | |
WELD-001442 | org.jboss.weld.exceptions.DeploymentException | Enabled alternative {0} is not annotated @Alternative | |
WELD-001443 | org.jboss.weld.exceptions.DeploymentException | Pseudo scoped bean has circular dependencies. Dependency path: {0} | |
WELD-001445 | org.jboss.weld.exceptions.DefinitionException | An interceptor cannot have observer methods, but at least one was found on {0}. | |
WELD-001446 | org.jboss.weld.exceptions.DefinitionException | A decorator cannot have observer methods, but at least one was found on {0}. | |
WELD-001447 | org.jboss.weld.exceptions.DefinitionException | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not return {3} at {4} StackTrace | |
WELD-001448 | org.jboss.weld.exceptions.DefinitionException | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not have exactly one parameter at {3} StackTrace | |
WELD-001449 | org.jboss.weld.exceptions.DefinitionException | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but its single parameter is not a {3} at {4} StackTrace | |
WELD-001451 | org.jboss.weld.exceptions.DefinitionException | jakarta.transaction.UserTransaction cannot be injected into an enterprise bean with container-managed transactions: {0} at {1} StackTrace | |
WELD-001452 | org.jboss.weld.exceptions.DefinitionException | {0} is not a valid type for a Bean metadata injection point {1} at {2} StackTrace | |
WELD-001453 | org.jboss.weld.exceptions.DefinitionException | {0} is not a valid type argument for a Bean metadata injection point {1} at {2} StackTrace | |
WELD-001454 | org.jboss.weld.exceptions.DefinitionException | {0} cannot be used at a Bean metadata injection point of a bean which is not {1}, {2} at {3} StackTrace | |
WELD-001455 | org.jboss.weld.exceptions.DefinitionException | {0} does not declare any decorated types. | |
WELD-001456 | org.jboss.weld.exceptions.IllegalArgumentException | Argument {0} must not be null | |
WELD-001457 | org.jboss.weld.exceptions.DeploymentException | Cannot enable the same alternative class {0} in beans.xml: - {1}, - {2} | |
WELD-001463 | org.jboss.weld.exceptions.DeploymentException | Bean declaring a passivating scope must be passivation capable. Bean: {0} | |
WELD-001465 | org.jboss.weld.exceptions.UnserializableDependencyException | {0} for a built-in bean {1} must be passivation capable. | |
WELD-001466 | org.jboss.weld.exceptions.DefinitionException | Invalid injection point found in a disposer method: {0} at {1} StackTrace | |
WELD-001467 | org.jboss.weld.exceptions.DefinitionException | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not return {3} or {4}. at {5} StackTrace | |
WELD-001468 | org.jboss.weld.exceptions.DefinitionException | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not have a {3} return type. at {4} StackTrace | |
WELD-001469 | WARN | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} but it does not have zero parameters. | |
WELD-001471 | WARN | Interceptor method {0} defined on class {1} is not defined according to the specification. It should not throw {2}, which is a checked exception. at {3} StackTrace | |
WELD-001472 | org.jboss.weld.exceptions.DefinitionException | EventMetadata can only be injected into an observer method: {0} at {1} StackTrace | |
WELD-001473 | WARN | jakarta.enterprise.inject.spi.Bean implementation {0} declared a normal scope but does not implementjakarta.enterprise.inject.spi.PassivationCapable. It won'''t be possible to inject this bean into a bean with a passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface. | |
WELD-001474 | java.lang.String | Class {0} is on the classpath, but was ignored because a class it references was not found: {1}. | |
WELD-001475 | java.lang.String | The following beans match by type, but none have matching qualifiers:{0} | |
WELD-001476 | org.jboss.weld.exceptions.DefinitionException | {0} must be @Dependent | |
WELD-001477 | org.jboss.weld.exceptions.UnserializableDependencyException | The bean {0} declares a passivating scope but has a(n) {1} with a non-passivation-capable dependency {2} | |
WELD-001478 | WARN | Interceptor {0} is enabled for the application and for the bean archive {1}. It will only be invoked in the @Priority part of the chain. | |
WELD-001479 | WARN | Decorator {0} is enabled for the application and for the bean archive {1}. It will only be invoked in the @Priority part of the chain. | |
WELD-001480 | org.jboss.weld.exceptions.UnproxyableResolutionException | Bean type {0} is not proxyable because it contains a final method {1} - {2}. | |
WELD-001481 | WARN | Final method will be ignored during proxy generation and should never be invoked upon the proxy instance! {0} - {1}. | |
WELD-001482 | org.jboss.weld.exceptions.DefinitionException | InterceptionFactory can only be injected in a parameter of a producer method: {0} at {1} StackTrace | |
WELD-001483 | org.jboss.weld.exceptions.IllegalArgumentException | Argument must not be null | |
WELD-001485 | org.jboss.weld.exceptions.DefinitionException | Method {0} defined on class {1} is not defined according to the specification. It is annotated with @{2} and it declares more than one parameter. at {3} StackTrace | |
WELD-001500 | org.jboss.weld.exceptions.WeldException | Failed to deserialize proxy object with beanId {0} | |
WELD-001501 | org.jboss.weld.exceptions.WeldException | Method call requires a BeanInstance which has not been set for this proxy {0} | |
WELD-001502 | org.jboss.weld.exceptions.DefinitionException | Resource producer field [{0}] must be @Dependent scoped | |
WELD-001503 | org.jboss.weld.exceptions.DeploymentException | Bean class which has interceptors cannot be declared final: {0} | |
WELD-001504 | org.jboss.weld.exceptions.DeploymentException | Intercepted bean method {0} (intercepted by {1}) cannot be declared final | |
WELD-001505 | WARN | Method {0} cannot be intercepted by {1} - will be ignored by interceptors and should never be invoked upon the proxy instance! | |
WELD-001506 | TRACE | Created new client proxy of type {0} for bean {1} with ID {2} | |
WELD-001507 | TRACE | Located client proxy of type {0} for bean {1} | |
WELD-001508 | org.jboss.weld.exceptions.DefinitionException | Cannot create an InjectionTarget from {0} as it is an interface | |
WELD-001510 | org.jboss.weld.exceptions.WeldException | Non passivation capable bean serialized with ProxyMethodHandler | |
WELD-001511 | org.jboss.weld.exceptions.DefinitionException | Specializing bean {0} does not have bean type {1} of specialized bean {2} | |
WELD-001512 | org.jboss.weld.exceptions.IllegalArgumentException | {0} cannot be constructed for {1} | |
WELD-001513 | org.jboss.weld.exceptions.IllegalArgumentException | An implementation of AnnotatedCallable must implement either AnnotatedConstructor or AnnotatedMethod, {0} | |
WELD-001514 | org.jboss.weld.exceptions.IllegalArgumentException | An implementation of AnnotatedMember must implement either AnnotatedConstructor, AnnotatedMethod or AnnotatedField, {0} | |
WELD-001515 | org.jboss.weld.exceptions.IllegalStateException | Unable to load annotated member {0} | |
WELD-001516 | org.jboss.weld.exceptions.DefinitionException | Resource producer field [{0}] must not have an EL name | |
WELD-001517 | org.jboss.weld.exceptions.DefinitionException | The type of the resource producer field [{0}] does not match the resource type {1} | |
WELD-001518 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot create Producer implementation. Declaring bean missing for a non-static member {0} | |
WELD-001519 | DEBUG | An InjectionTarget is created for an abstract {0}. It will not be possible to produce instances of this type! | |
WELD-001520 | org.jboss.weld.exceptions.DefinitionException | Beans with different bean names {0}, {1} cannot be specialized by a single bean {2} | |
WELD-001521 | org.jboss.weld.exceptions.IllegalArgumentException | InjectionPoint.getAnnotated() must return either AnnotatedParameter or AnnotatedField but {0} was returned for {1} | |
WELD-001522 | org.jboss.weld.exceptions.IllegalStateException | Unable to restore InjectionPoint. No matching InjectionPoint found on {0} | |
WELD-001523 | org.jboss.weld.exceptions.IllegalStateException | Unable to restore InjectionPoint. Multiple matching InjectionPoints found on {0}: - {1}, - {2} | |
WELD-001524 | org.jboss.weld.exceptions.WeldException | Unable to load proxy class for bean {0} with class {1} | |
WELD-001525 | org.jboss.weld.exceptions.UnsupportedOperationException | Instance.destroy() is not supported. The underlying context {0} does not support destroying of contextual instances | |
WELD-001526 | org.jboss.weld.exceptions.DeploymentException | Managed bean declaring a passivating scope has a non-passivation capable decorator. Bean: {0} Decorator: {1} | |
WELD-001527 | org.jboss.weld.exceptions.DeploymentException | Managed bean declaring a passivating scope has a non-serializable interceptor. Bean: {0} Interceptor: {1} | |
WELD-001529 | DEBUG | An InjectionTarget is created for a {0} which does not have any appropriate constructor. It will not be possible to produce instances of this type! | |
WELD-001530 | org.jboss.weld.exceptions.CreationException | Cannot produce an instance of {0}. | |
WELD-001531 | org.jboss.weld.exceptions.UnsupportedOperationException | Instance.iterator().remove() is not supported. | |
WELD-001532 | org.jboss.weld.exceptions.IllegalArgumentException | A passivation capable bean cannot have a null id: {0} | |
WELD-001533 | DEBUG | An InjectionTarget is created for a non-static inner {0}. It will not be possible to produce instances of this type! | |
WELD-001534 | org.jboss.weld.exceptions.DeploymentException | Bean class which has decorators must have a public constructor without parameters: {0} | |
WELD-001535 | org.jboss.weld.exceptions.DeploymentException | Constructor without parameters cannot be private in bean class which has decorators: {0} at {1} StackTrace: | |
WELD-001536 | TRACE | Found {0} constructors annotated with @Inject for {1} | |
WELD-001537 | org.jboss.weld.exceptions.DefinitionException | An InjectionTarget is created for a {0} which does not have any appropriate constructor. | |
WELD-001538 | TRACE | Created context instance for bean {0} identified as {1} | |
WELD-001539 | TRACE | Created MH initializer body for decorator proxy: {0} | |
WELD-001540 | TRACE | Adding method to enterprise proxy: {0} | |
WELD-001541 | TRACE | Adding method to proxy: {0} | |
WELD-001542 | TRACE | Retrieving/generating proxy class {0} | |
WELD-001543 | TRACE | Created Proxy class of type {0} supporting interfaces {1} | |
WELD-001544 | TRACE | MethodHandler processing returning bean instance for {0} | |
WELD-001545 | TRACE | MethodHandler processing call to {0} for {1} | |
WELD-001546 | TRACE | Setting new MethodHandler with bean instance for {0} on {1} | |
WELD-001547 | TRACE | Invoking interceptor chain for method {0} on {1} | |
WELD-001548 | TRACE | Invoking method {0} directly on {1} | |
WELD-001549 | org.jboss.weld.exceptions.IllegalArgumentException | Unable to determine parent creational context of {0} | |
WELD-001550 | org.jboss.weld.exceptions.DefinitionException | A producer field with a parameterized type with a type variable must be declared @Dependent scoped: {0} at {1} StackTrace: | |
WELD-001551 | org.jboss.weld.exceptions.DefinitionException | A producer field type may not contain a wildcard: {0} at {1} StackTrace: | |
WELD-001552 | WARN | An extension ({0}) has a non-static public field ({1}). | |
WELD-001553 | TRACE | Proxy activated after passivation for {0} | |
WELD-001554 | org.jboss.weld.exceptions.DefinitionException | Bean.{0}() returned null for {1} | |
WELD-001555 | org.jboss.weld.exceptions.DefinitionException | Decorator.{0}() returned null for {1} | |
WELD-001556 | org.jboss.weld.exceptions.DefinitionException | Specializing {0} cannot specialize a non-managed bean {1} | |
WELD-001557 | WARN | Unable to dump the proxy class file for {0} | |
WELD-001558 | WARN | Unable to create directory {0} to dump the proxy classes. | |
WELD-001559 | org.jboss.weld.exceptions.DefinitionException | Bean builder {0} does not define a create lifecycle callback. | |
WELD-001560 | org.jboss.weld.exceptions.DefinitionException | Bean builder {0} does not define a destroy lifecycle callback. | |
WELD-001561 | org.jboss.weld.exceptions.DefinitionException | Bean builder {0} does not define a BeanManager. | |
WELD-001562 | org.jboss.weld.exceptions.DefinitionException | A producer method return type may not be a type variable or an array type whose component type is a type variable: {0} at {1} StackTrace: | |
WELD-001563 | org.jboss.weld.exceptions.DefinitionException | A producer field type may not be a type variable or an array type whose component type is a type variable: {0} at {1} StackTrace: | |
WELD-001564 | org.jboss.weld.exceptions.IllegalStateException | Injection point metadata injected into a stateless session bean may only be accessed within its business method invocation | |
WELD-001565 | org.jboss.weld.exceptions.DefinitionException | Interceptor builder {0} does not define an interception function. | |
WELD-001566 | org.jboss.weld.exceptions.DefinitionException | Interceptor builder {0} does not define any InterceptionType. | |
WELD-001567 | org.jboss.weld.exceptions.IllegalStateException | Cannot create contextual instance of {0} | |
WELD-001568 | org.jboss.weld.exceptions.IllegalStateException | Unable to create ClassFile for: {1}. | |
WELD-001569 | org.jboss.weld.exceptions.IllegalArgumentException | Cannot inject injection point metadata in a non @Dependent bean: {0} | |
WELD-001570 | org.jboss.weld.exceptions.IllegalStateException | Invalid BeanConfigurator setup - no callback was specified for {0} | |
WELD-001571 | INFO | Proxy for {0} created in {1} because {2}. | |
WELD-001572 | org.jboss.weld.exceptions.CreationException | Cannot create instance of session bean from Annotated Type {0} before AfterDeploymentValidation phase. | |
WELD-001573 | org.jboss.weld.exceptions.IllegalStateException | Cannot obtain contextual reference for {0} - producing WeldInstance does not exist anymore | |
WELD-001574 | WARN | Cannot destroy contextual instance for {0} - producing WeldInstance does not exist anymore | |
WELD-001575 | org.jboss.weld.exceptions.IllegalStateException | WeldInstance.select(Type subtype, Annotation... qualifiers) can be invoked only on an instance of WeldInstance | |
WELD-001576 | DEBUG | Using {1} to instantiate a shared proxy class {0}; the deployment implementation [{2}] does not match the instantiator the proxy was created with | |
WELD-001577 | INFO | Detected private final method: {1} on an intercepted bean: {0} Weld will ignore this method during interception. | |
WELD-001578 | org.jboss.weld.exceptions.IllegalStateException | WeldDefaultProxyServices failed to load/define a class with name {0} whose original class was {1} because all attempts to determine a class loader ended with null. | |
WELD-001579 | org.jboss.weld.exceptions.IllegalArgumentException | An instance of ProxyFactory.ProxyNameHolder has to contain a class name. This instance was created for bean class: {1} | |
WELD-001580 | org.jboss.weld.exceptions.IllegalStateException | Cannot obtain contextual reference for {0} - a previously obtained reference has already been destroyed. | |
WELD-001601 | java.lang.IllegalArgumentException | Cannot extract rawType from {0} | |
WELD-001602 | org.jboss.weld.exceptions.WeldException | Cannot create qualifier instance model for {0} at {1} StackTrace: | |
WELD-001700 | WARN | Interceptor annotation class {0} not found, interception based on it is not enabled | |
WELD-001701 | TRACE | Invoking next interceptor in chain: {0} | |
WELD-001702 | org.jboss.weld.exceptions.DefinitionException | Interceptor.getInterceptorBindings() returned null for {0} | |
WELD-001703 | INFO | Unable to determine the @Intercepted Bean> for {0} | |
WELD-001704 | java.lang.IllegalArgumentException | @Intercepted Bean> can only be injected into an interceptor: {0} | |
WELD-001705 | org.jboss.weld.exceptions.CreationException | Target instance not created - one of the interceptor methods in the AroundConstruct chain did not invoke InvocationContext.proceed() for: {0} | |
WELD-001706 | org.jboss.weld.exceptions.IllegalStateException | InterceptionFactory.createInterceptedInstance() may only be called once | |
WELD-001707 | DEBUG | InterceptionFactory.configure() was invoked for AnnotatedType: {0} | |
WELD-001708 | DEBUG | InterceptionFactory.ignoreFinalMethods() was invoked for AnnotatedType: {0}. Final methods will be ignored during proxy generation! | |
WELD-001709 | DEBUG | InterceptionFactory skipped wrapper creation for AnnotatedType {0} because no @AroundInvoke interceptor was bound to it. | |
WELD-001710 | DEBUG | InterceptionFactory skipped wrapper creation for an internal container construct of type {0} | |
WELD-001711 | org.jboss.weld.exceptions.IllegalStateException | InterceptionFactory is not supported on interfaces. Check InterceptionFactory<{0}> | |
WELD-001800 | org.jboss.weld.exceptions.IllegalStateException | Unable to get bean identifier at position {0} from {1} | |
WELD-001801 | org.jboss.weld.exceptions.InvalidObjectException | Unable to deserialize {0} | |
WELD-001900 | org.jboss.weld.exceptions.IllegalStateException | Invalid configuration property value {0} for key {1} | |
WELD-001901 | org.jboss.weld.exceptions.IllegalStateException | Configuration property type {0} does not match the required type {1} for configuration key {2} | |
WELD-001902 | DEBUG | Following configuration was detected and applied: {0} | |
WELD-001903 | DEBUG | Configuration key {0} already set to {1} in a source with higher priority, value {2} from {3} is ignored | |
WELD-001904 | WARN | Unsupported configuration key found and ignored: {0} | |
WELD-001905 | org.jboss.weld.exceptions.IllegalStateException | Configuration key {0} set to different values in the same source: - {1} - {2} | |
WELD-001906 | DEBUG | ResourceLoader not specified for {0}, file properties will not be loaded | |
WELD-001907 | DEBUG | Reading properties file: {0} | |
WELD-001908 | WARN | Configuration property {0} can only be set by integrator - value {1} ignored |
Code | Level | Return Type | Message |
---|---|---|---|
WFHTTP000002 | org.wildfly.client.config.ConfigXMLParseException | Port value %s out of range | |
WFHTTP000003 | ERROR | Failed to acquire session | |
WFHTTP000004 | java.io.IOException | Invalid response type %s | |
WFHTTP000005 | java.io.IOException | Invalid response code %s (full response %s) | |
WFHTTP000006 | ERROR | Failed to write exception | |
WFHTTP000007 | java.io.IOException | Invalid content encoding %s | |
WFHTTP000008 | java.lang.SecurityException | Authentication failed | |
WFHTTP000009 | java.lang.RuntimeException | Unsupported qop version in digest auth | |
WFHTTP000010 | ERROR | Error parsing authentication-info header | |
WFHTTP000011 | java.io.IOException | Stream is closed | |
WFHTTP000012 | java.lang.IllegalStateException | Attempted to do blocking IO from the IO thread. This is prohibited as it may result in deadlocks | |
WFHTTP000013 | javax.naming.AuthenticationException | Authentication failed (full response %s) | |
WFHTTP000014 | DEBUG | JavaEE to JakartaEE backward compatibility layer have been installed |
Code | Level | Return Type | Message |
---|---|---|---|
WFHTTPEJB000001 | java.io.IOException | Unexpected data in response | |
WFHTTPEJB000002 | java.io.IOException | No session id in response | |
WFHTTPEJB000003 | java.lang.IllegalStateException | Could not resolve target for locator %s | |
WFHTTPEJB000004 | java.lang.IllegalArgumentException | Could create HTTP EJBReceiver for protocol %s | |
WFHTTPEJB000006 | java.lang.IllegalArgumentException | EJB not stateful | |
WFHTTPEJB000007 | java.lang.IllegalArgumentException | Session was not active | |
WFHTTPEJB000008 | java.lang.IllegalArgumentException | Session was not active | |
WFHTTPEJB000009 | jakarta.ejb.EJBException | Wrong view type | |
WFHTTPEJB000010 | java.lang.IllegalStateException | Cannot enlist in transaction | |
WFHTTPEJB000011 | java.io.IOException | Invalid transaction type %s | |
WFHTTPEJB000012 | ERROR | Unable to perform EJB discovery | |
WFHTTPEJB000013 | INFO | HTTP discovery has been interrupted | |
WFHTTPEJB000014 | java.io.InvalidClassException | Exception resolving class %s for unmarshalling; it has either been blocklisted or not allowlisted |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYAC0000 | java.lang.String | Name of the app client configuration file to use (default is "appclient.xml") | |
WFLYAC0000 | java.lang.String | Display this message and exit | |
WFLYAC0000 | java.lang.String | Set the url of the application server instance to connect to | |
WFLYAC0000 | java.lang.String | Load ejb-client.properties file from the given url | |
WFLYAC0000 | java.lang.String | Load system properties from the given url | |
WFLYAC0000 | java.lang.String | Set a system property | |
WFLYAC0000 | java.lang.String | Print version and exit | |
WFLYAC0000 | java.lang.String | Runs the container with the security manager enabled. | |
WFLYAC0000 | java.lang.String | The appclient script starts an application client which can be used to test and access the deployed Jakarta Enterprise Beans. | |
WFLYAC0002 | ERROR | %s running app client main | |
WFLYAC0004 | java.lang.String | You must specify the application client to execute | |
WFLYAC0005 | java.lang.String | Argument expected for option %s | |
WFLYAC0006 | java.lang.RuntimeException | Could not find application client jar in deployment | |
WFLYAC0007 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Could not find application client %s | |
WFLYAC0008 | java.lang.RuntimeException | Could not load application client main class | |
WFLYAC0010 | java.lang.String | Unable to load properties from URL %s | |
WFLYAC0011 | java.lang.RuntimeException | Could not start app client %s as no main class was found | |
WFLYAC0012 | java.lang.RuntimeException | Could not start app client %s as no main method was found on main class %s | |
WFLYAC0013 | javax.xml.stream.XMLStreamException | Duplicate subsystem declaration | |
WFLYAC0015 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Failed to parse %s | |
WFLYAC0016 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Failed to parse %s at [%d,%d] | |
WFLYAC0017 | java.lang.String | Malformed URL provided for option %s | |
WFLYAC0018 | java.lang.RuntimeException | More than one application client found and no app client name specified | |
WFLYAC0020 | java.lang.String | Unknown option %s | |
WFLYAC0021 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Could not load callback-handler class %s | |
WFLYAC0022 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Could not create instance of callback-handler class %s | |
WFLYAC0023 | java.lang.RuntimeException | Could not find application client %s | |
WFLYAC0024 | java.lang.RuntimeException | Cannot specify both a host to connect to and an ejb-client.properties file. |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYAG0001 | INFO | Adding deployment processors for DataSourceDefinition annotation and resource-ref entries | |
WFLYAG0101 | INFO | Started datasource '%s' bound to [%s] | |
WFLYAG0102 | INFO | Stopped datasource '%s' | |
WFLYAG0103 | INFO | Started xa-datasource '%s' bound to [%s] | |
WFLYAG0104 | INFO | Stopped xa-datasource '%s' | |
WFLYAG0105 | org.jboss.msc.service.StartException | Exception starting datasource '%s' | |
WFLYAG0106 | org.jboss.msc.service.StartException | Exception starting xa-datasource '%s' | |
WFLYAG0107 | org.jboss.msc.service.StartException | Invalid connection provider. Either a java.sql.Driver or javax.sql.DataSource implementation is required. Fix the connection-provider for the driver | |
WFLYAG0108 | org.jboss.msc.service.StartException | An xa-datasource requires a javax.sql.XADataSource as connection provider. Fix the connection-provider for the driver | |
WFLYAG0109 | org.jboss.msc.service.StartException | Could not start datasource: transaction manager is missing | |
WFLYAG0110 | org.jboss.msc.service.StartException | Error obtaining credentials from authentication context for datasource '%s' | |
WFLYAG0111 | org.jboss.msc.service.StartException | CredentialSourceSupplier for datasource '%s' is invalid | |
WFLYAG0201 | INFO | Performing flush operation, mode %s | |
WFLYAG0301 | org.jboss.as.controller.OperationFailedException | Unknown datasource service of type: %s | |
WFLYAG0302 | org.jboss.as.controller.OperationFailedException | Invalid connection in '%s' | |
WFLYAG0303 | org.jboss.as.controller.OperationFailedException | JNDI name have to start with java:/ or java:jboss/ | |
WFLYAG0304 | org.jboss.as.controller.OperationFailedException | JNDI name shouldn't include '//' or end with '/' | |
WFLYAG0401 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Invalid connection provider. Either a java.sql.Driver or javax.sql.DataSource implementation is required. Fix the connection-provider for the driver | |
WFLYAG0402 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Failed to load connection provider class '%s' | |
WFLYAG0403 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Element | |
WFLYAG0501 | INFO | Loaded class %s for driver '%s' | |
WFLYAG0502 | java.lang.IllegalArgumentException | Failed to load driver module '%s' | |
WFLYAG0503 | java.lang.IllegalArgumentException | Failed to load driver class '%s' | |
WFLYAG0601 | WARN | %s: %s |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYBATCH000001 | org.jboss.as.server.deployment.DeploymentUnitProcessingException | Error processing META-INF/batch-jobs directory. | |
WFLYBATCH000002 | java.lang.UnsupportedOperationException | Resources of type %s cannot be removed | |
WFLYBATCH000003 | java.lang.IllegalArgumentException | Could not find deployment name: %s | |
WFLYBATCH000004 | java.lang.IllegalStateException | The service JobOperatorService has been stopped and cannot execute operations. | |
WFLYBATCH000005 | jakarta.batch.operations.NoSuchJobException | The job name '%s' was not found for the deployment. | |
WFLYBATCH000006 | jakarta.batch.operations.JobStartException | Could not find the job XML file in the deployment: %s | |
WFLYBATCH000007 | WARN | Failed processing the job XML file %s. Attempting to execute this job may result in errors. | |
WFLYBATCH000008 | WARN | Empty job-repository element found in deployment descriptor. Using the default job repository for deployment %s. | |
WFLYBATCH000009 | java.lang.IllegalStateException | Indexed child resources can only be registered if the parent resource supports ordered children. The parent of '%s' is not indexed | |
WFLYBATCH000011 | org.jboss.msc.service.StartException | Failed to create %s job repository. | |
WFLYBATCH000013 | ERROR | Only one job repository can be defined in the jboss-all.xml deployment descriptor. The first job repository will be used. | |
WFLYBATCH000014 | WARN | Stopping execution %d of %s for deployment %s | |
WFLYBATCH000015 | ERROR | Failed to stop execution %d for job %s on deployment %s | |
WFLYBATCH000016 | ERROR | Failed to restart execution %d for job %s on deployment %s | |
WFLYBATCH000017 | INFO | Restarting previously stopped batch job %s. Previous execution id %d. New execution id %d. | |
WFLYBATCH000019 | jakarta.batch.operations.BatchRuntimeException | No batch environment was found for class loader: %s | |
WFLYBATCH000020 | jakarta.batch.operations.JobSecurityException | Permission denied. User %s does not have %s permissions. | |
WFLYBATCH000021 | java.lang.IllegalStateException | Duplicate virtual file %s. |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCC0001 | java.lang.IllegalStateException | Cannot add deployment actions after starting creation of a rollout plan | |
WFLYCC0002 | java.lang.IllegalStateException | Cannot add deployment actions after starting creation of a rollout plan | |
WFLYCC0003 | java.lang.String | Cannot convert %s to %s | |
WFLYCC0004 | java.lang.IllegalArgumentException | Cannot derive a deployment name from %s -- use an overloaded method variant that takes a 'name' parameter | |
WFLYCC0005 | java.lang.IllegalArgumentException | Cannot use a DeploymentPlan not created by this manager | |
WFLYCC0007 | java.lang.String | Deployment with name %s already present in the domain | |
WFLYCC0008 | java.lang.String | failed | |
WFLYCC0009 | java.lang.IllegalStateException | Global rollback is not compatible with a server restart | |
WFLYCC0010 | java.lang.IllegalStateException | Graceful shutdown already configured with a timeout of %d ms | |
WFLYCC0011 | java.lang.String | Only one version of deployment with a given unique name can exist in the domain. The deployment plan specified that a new version of deployment %s replace an existing deployment with the same unique name, but did not apply the replacement to all server groups. Missing server groups were: %s | |
WFLYCC0012 | java.lang.IllegalStateException | Invalid action type %s | |
WFLYCC0013 | java.lang.IllegalStateException | Preceding action was not a %s | |
WFLYCC0014 | java.lang.IllegalArgumentException | %s is not a valid URI | |
WFLYCC0015 | java.lang.IllegalArgumentException | Illegal %s value %d -- must be greater than %d | |
WFLYCC0016 | java.lang.IllegalArgumentException | Illegal %s value %d -- must be greater than %d and less than %d | |
WFLYCC0017 | java.lang.RuntimeException | Screen real estate is expensive; displayUnits must be 5 characters or less | |
WFLYCC0019 | java.lang.String | No failure details provided | |
WFLYCC0020 | java.lang.IllegalStateException | No %s is configured | |
WFLYCC0022 | java.lang.IllegalStateException | %s is closed | |
WFLYCC0023 | java.lang.RuntimeException | Operation outcome is %s | |
WFLYCC0024 | java.lang.IllegalStateException | %s operations are not allowed after content and deployment modifications | |
WFLYCC0025 | org.jboss.as.controller.client.helpers.domain.RollbackCancelledException | Rollback was cancelled | |
WFLYCC0026 | org.jboss.as.controller.client.helpers.domain.RollbackCancelledException | Rollback was itself rolled back | |
WFLYCC0027 | org.jboss.as.controller.client.helpers.domain.RollbackCancelledException | Rollback timed out | |
WFLYCC0028 | java.lang.String | Deployment with name %s already present in the server | |
WFLYCC0029 | java.lang.IllegalStateException | Unknown action type %s | |
WFLYCC0030 | org.jboss.as.controller.client.logging.ControllerClientLogger$LeakDescription | Allocation stack trace: | |
WFLYCC0031 | java.lang.IllegalArgumentException | No failure description as the operation was successful. | |
WFLYCC0032 | java.lang.IllegalArgumentException | The operation name was not defined. | |
WFLYCC0033 | java.lang.IllegalArgumentException | The address must be of type ModelType.LIST. | |
WFLYCC0034 | WARN | Closing leaked controller client | |
WFLYCC0035 | WARN | Cannot delete temp file %s, will be deleted on exit | |
WFLYCC0036 | java.io.IOException | Stream was closed | |
WFLYCC0037 | java.lang.RuntimeException | Failed to parse the configuration file: %s |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLCOM0001 | org.jboss.as.controller.OperationFailedException | %2$g is not a valid value for parameter %1$s. The value must be %3$s %4$g | |
WFLYCLCOM0002 | WARN | Failed to close %s | |
WFLYCLCOM0003 | java.lang.String | The following attributes do not support negative values: %s | |
WFLYCLCOM0004 | java.lang.String | The following attributes do not support zero values: %s | |
WFLYCLCOM0005 | java.lang.String | Legacy host does not support multiple values for attributes: %s | |
WFLYCLCOM0006 | WARN | The '%s' attribute of the '%s' element is no longer supported and will be ignored | |
WFLYCLCOM0007 | WARN | The '%s' element is no longer supported and will be ignored | |
WFLYCLCOM0008 | org.jboss.as.controller.OperationFailedException | %s:%s operation is only supported in admin-only mode. |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLEJBINF0003 | WARN | Failed to expire stateful session bean %s | |
WFLYCLEJBINF0010 | WARN | Disabling expiration for '%s'. SFSB expiration should be configured per ยง4.3.11 of the Jakarta Enterprise Beans specification. |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLI0001 | INFO | Processing CLI script %s | |
WFLYCLI0002 | ERROR | Error processing CLI script %s | |
WFLYCLI0003 | java.lang.RuntimeException | Could not find CLI properties file %s | |
WFLYCLI0004 | ERROR | CLI execution output: | |
WFLYCLI0005 | INFO | Done processing CLI script %s | |
WFLYCLI0006 | DEBUG | Executing CLI command %s | |
WFLYCLI0007 | java.lang.IllegalStateException | Unexpected exception while processing CLI commands from %s | |
WFLYCLI0008 | java.lang.IllegalStateException | Error processing CLI script %s. The Operations were executed but there were unexpected values. See list of errors in %s | |
WFLYCLI0009 | java.lang.IllegalStateException | Unexpected exception while processing CLI command %s from %s |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLINF0001 | INFO | Activating Infinispan subsystem. | |
WFLYCLINF0002 | INFO | Started %s cache from %s container | |
WFLYCLINF0003 | INFO | Stopped %s cache from %s container | |
WFLYCLINF0010 | java.lang.IllegalArgumentException | %s is not a valid cache store | |
WFLYCLINF0029 | INFO | Started remote cache container '%s'. | |
WFLYCLINF0030 | INFO | Stopped remote cache container '%s'. | |
WFLYCLINF0031 | org.infinispan.client.hotrod.exceptions.HotRodClientException | Specified HotRod protocol version %s does not support creating caches automatically. Cache named '%s' must be already created on the Infinispan Server! | |
WFLYCLINF0033 | WARN | Attribute '%s' is configured to use a deprecated value: %s; use one of the following values instead: %s |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLJG0001 | INFO | Activating JGroups subsystem. JGroups version %s | |
WFLYCLJG0007 | java.lang.String | Failed to parse %s | |
WFLYCLJG0008 | java.lang.String | Failed to locate %s | |
WFLYCLJG0010 | org.jboss.as.controller.OperationFailedException | Transport for stack %s is not defined. Please specify both a transport and protocol list, either as optional parameters to add() or via batching. | |
WFLYCLJG0015 | java.lang.String | Unknown metric %s | |
WFLYCLJG0016 | org.jboss.as.controller.OperationFailedException | Unable to load protocol class %s | |
WFLYCLJG0022 | java.lang.IllegalArgumentException | %s entry not found in configured key store | |
WFLYCLJG0023 | java.lang.IllegalArgumentException | %s key store entry is not of the expected type: %s | |
WFLYCLJG0025 | java.lang.IllegalArgumentException | Configured credential source does not reference a clear-text password credential | |
WFLYCLJG0028 | java.lang.IllegalArgumentException | Could not resolve destination address for outbound socket binding named '%s' | |
WFLYCLJG0030 | WARN | Protocol %s is obsolete and will be auto-updated to %s | |
WFLYCLJG0031 | WARN | Ignoring unrecognized %s property: %s | |
WFLYCLJG0032 | INFO | Connecting '%s' channel. '%s' joining cluster '%s' via %s | |
WFLYCLJG0033 | INFO | Connected '%s' channel. '%s' joined cluster '%s' with view: %s | |
WFLYCLJG0034 | INFO | Disconnecting '%s' channel. '%s' leaving cluster '%s' with view: %s | |
WFLYCLJG0035 | INFO | Disconnected '%s' channel. '%s' left cluster '%s' |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLSN0001 | INFO | This node will now operate as the singleton provider of the %s service | |
WFLYCLSN0002 | INFO | This node will no longer operate as the singleton provider of the %s service | |
WFLYCLSN0003 | INFO | %s elected as the singleton provider of the %s service | |
WFLYCLSN0004 | java.lang.IllegalStateException | No response received from primary provider of the %s service, retrying... | |
WFLYCLSN0005 | ERROR | Failed to start %s service | |
WFLYCLSN0006 | WARN | Failed to reach quorum of %2$d for %1$s service. No primary singleton provider will be elected. | |
WFLYCLSN0007 | INFO | Just reached required quorum of %2$d for %1$s service. If this cluster loses another member, no node will be chosen to provide this service. | |
WFLYCLSN0008 | java.lang.IllegalArgumentException | Detected multiple primary providers for %s service: %s | |
WFLYCLSN0009 | java.lang.IllegalStateException | Singleton service %s is not started. | |
WFLYCLSN0010 | WARN | No node was elected as the singleton provider of the %s service | |
WFLYCLSN0011 | java.lang.IllegalArgumentException | Specified quorum %d must be greater than zero |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLSNG0001 | INFO | Singleton deployment detected. Deployment will reset using %s policy. |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCLWEBUT0001 | java.lang.IllegalStateException | Session %s is invalid | |
WFLYCLWEBUT0002 | java.lang.IllegalStateException | Session %s already exists | |
WFLYCLWEBUT0003 | java.lang.IllegalStateException | Session manager was stopped | |
WFLYCLWEBUT0004 | WARN | Legacy | |
WFLYCLWEBUT0005 | WARN | No distributable session management provider found for %s; using legacy provider based on | |
WFLYCLWEBUT0007 | WARN | No routing provider found for %s; using legacy provider based on static configuration | |
WFLYCLWEBUT0008 | WARN | No distributable single sign-on management provider found for %s; using legacy provider based on static configuration | |
WFLYCLWEBUT0009 | java.lang.IllegalStateException | Invalidation attempted for session %s after the response was committed (e.g. after HttpServletResponse.sendRedirect or sendError) |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCM0002 | java.lang.String | Error initializing the process state listener %s | |
WFLYCM0003 | ERROR | Error invoking the process state listener %s | |
WFLYCM0004 | ERROR | The process state listener %s took to much time to complete. | |
WFLYCM0005 | ERROR | Error cleaning up for the process state listener %s | |
WFLYCM0006 | org.jboss.as.controller.OperationFailedException | Error to load module %s | |
WFLYCM0007 | org.jboss.as.controller.OperationFailedException | Error to load class %s from module %s | |
WFLYCM0008 | org.jboss.as.controller.OperationFailedException | Error to instantiate instance of class %s from module %s | |
WFLYCM0009 | java.lang.String | %s contains usage of annotations which indicate unstable API. | |
WFLYCM0010 | java.lang.String | %s extends %s which has been annotated with %s | |
WFLYCM0011 | java.lang.String | %s implements %s which has been annotated with %s | |
WFLYCM0012 | java.lang.String | %s references field %s.%s which has been annotated with %s | |
WFLYCM0013 | java.lang.String | %s references method %s.%s%s which has been annotated with %s | |
WFLYCM0014 | java.lang.String | %s references class %s which has been annotated with %s | |
WFLYCM0015 | java.lang.String | Class %s is annotated with one or more annotations which in turn have been annotated with annotations indicating unstable api: %s | |
WFLYCM0016 | INFO | %d |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCNT0001 | org.jboss.as.controller.OperationFailedException | Invalid hash '%s' for content at address %s; current hash is '%s' -- perhaps the content has been updated by another caller? | |
WFLYCNT0002 | java.lang.IllegalStateException | Cannot obtain Message Digest algorithm SHA-1 | |
WFLYCNT0003 | java.lang.IllegalArgumentException | Illegal child type %s -- must be %s | |
WFLYCNT0004 | java.lang.IllegalArgumentException | Illegal child resource class %s | |
WFLYCNT0005 | java.lang.IllegalStateException | No content found with hash %s | |
WFLYCNT0006 | java.lang.IllegalStateException | null parent |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCONF0001 | INFO | Activating MicroProfile Config Subsystem | |
WFLYCONF0002 | org.jboss.as.controller.OperationFailedException | Unable to load class %s from module %s | |
WFLYCONF0003 | DEBUG | Use directory for MicroProfile Config Source: %s | |
WFLYCONF0004 | DEBUG | Use class for MicroProfile Config Source: %s | |
WFLYCONF0009 | DEBUG | Use directory for MicroProfile Config Source Root: %s | |
WFLYCONF0010 | INFO | The MicroProfile Config Source root directory '%s' contains the following directories which will be used as MicroProfile Config Sources: %s |
Code | Level | Return Type | Message |
---|---|---|---|
WFLYCTL-001 | ERROR | Operation (%s) failed - address: (%s) - failure description: %s | |
WFLYCTL-001 | DEBUG | Operation (%s) failed - address: (%s) - failure description: %s%s | |
WFLYCTL-001 | javax.xml.stream.XMLStreamException | Failed to load module %s | |
WFLYCTL0000 | java.lang.String | Operation %s | |
WFLYCTL0000 | java.lang.String | %nService %s was depended upon by | |
WFLYCTL0000 | java.lang.String | is missing [%s] | |
WFLYCTL0000 | java.lang.String | %s (missing) dependents: %s %n | |
WFLYCTL0000 | java.lang.String | %s (no longer required)%n | |
WFLYCTL0000 | java.lang.String | %s (new available)%n | |
WFLYCTL0000 | java.lang.String | Services that were unable to start: | |
WFLYCTL0000 | java.lang.String | Services that may be the cause: | |
WFLYCTL0000 | java.lang.String | attributes %s | |
WFLYCTL0000 | java.lang.String | capability '%s' requires it for address '%s' | |
WFLYCTL0000 | java.lang.String | capability '%s' requires it for attribute '%s' at address '%s' | |
WFLYCTL0000 | java.lang.String | %s | |
WFLYCTL0000 | java.lang.String | %s in context '%s' | |
WFLYCTL0000 | java.lang.String | ; Possible registration points for this capability: %s | |
WFLYCTL0000 | java.lang.String | ; There are no known registration points which can provide this capability. | |
WFLYCTL0000 | java.lang.String | ; This unresolvable capability likely is due to the use of an expression string in a configuration attribute that does not support expressions. | |
WFLYCTL0000 | java.lang.String | Couldn't convert %s to %s | |
WFLYCTL0000 | java.lang.String | While constructing a mapping; %s; expected a mapping for merging, but found %s | |
WFLYCTL0000 | java.lang.String | The yaml configuration files for customizing the configuration. Paths can be absolute, relative to the current execution directory or relative to the standalone configuration directory. | |
WFLYCTL0000 | java.lang.String | Thus ignoring element '%s'. | |
WFLYCTL0001 | WARN | Cannot resolve address %s, so cannot match it to any InetAddress | |
WFLYCTL0002 | ERROR | Error booting the container | |
WFLYCTL0003 | ERROR | 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. | |
WFLYCTL0004 | ERROR | %s caught exception attempting to revert operation %s at address %s | |
WFLYCTL0005 | ERROR | Failed executing operation %s at address %s | |
WFLYCTL0006 | ERROR | Failed executing subsystem %s boot operations | |
WFLYCTL0007 | ERROR | Failed to close resource %s | |
WFLYCTL0008 | ERROR | Failed to persist configuration change | |
WFLYCTL0009 | ERROR | Failed to store configuration to %s | |
WFLYCTL0010 | ERROR | Invalid value %s for system property %s -- using default value [%d] | |
WFLYCTL0011 | WARN | 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' | |
WFLYCTL0013 | ERROR | Operation (%s) failed - address: (%s) | |
WFLYCTL0015 | WARN | Wildcard address detected - will ignore other interface criteria. | |
WFLYCTL0016 | ERROR | 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. | |
WFLYCTL0017 | DEBUG | Operation (%s) failed - address: (%s) - failure description: %s | |
WFLYCTL0019 | WARN | 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 | |
WFLYCTL0020 | WARN | Graceful shutdown of the handler used for native management requests failed but shutdown of the underlying communication channel is proceeding | |
WFLYCTL0021 | WARN | Invalid value '%s' for system property '%s' -- value must be convertible into an int | |
WFLYCTL0022 | WARN | 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. | |
WFLYCTL0023 | WARN | 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. | |
WFLYCTL0024 | ERROR | Could not read target definition! | |
WFLYCTL0027 | ERROR | Operation was interrupted before service container stability could be reached. Process should be restarted. Step that first updated the service container was '%s' at address '%s' | |
WFLYCTL0028 | INFO | Attribute '%s' in the resource at address '%s' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. | |
WFLYCTL0029 | WARN | Cannot delete temp file %s, will be deleted on exit | |
WFLYCTL0030 | java.lang.String | No resource definition is registered for address %s | |
WFLYCTL0031 | java.lang.String | No operation named '%s' exists at address %s | |
WFLYCTL0032 | WARN | There were problems during the transformation process for target host: '%s' %nProblems found: %n%s | |
WFLYCTL0033 | INFO | Extension '%s' is deprecated and may not be supported in future versions | |
WFLYCTL0034 | INFO | 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. | |
WFLYCTL0035 | ERROR | Update of the management operation audit log failed | |
WFLYCTL0036 | ERROR | [%d] consecutive management operation audit logging failures have occurred; disabling audit logging | |
WFLYCTL0037 | ERROR | Update of the management operation audit log failed in handler '%s' | |
WFLYCTL0038 | ERROR | [%d] consecutive management operation audit logging failures have occurred in handler '%s'; disabling this handler for audit logging | |
WFLYCTL0039 | javax.xml.stream.XMLStreamException | %s already defined | |
WFLYCTL0041 | javax.xml.stream.XMLStreamException | A %s %s already declared has already been declared in %s %s | |
WFLYCTL0042 | javax.xml.stream.XMLStreamException | A %s or a %s %s already declared has already been declared in %s %s | |
WFLYCTL0043 | java.lang.IllegalArgumentException | An %s named '%s' is already registered at location '%s' | |
WFLYCTL0044 | java.lang.IllegalStateException | Ambiguous configuration file name '%s' as there are multiple files in %s that end in %s | |
WFLYCTL0045 | java.lang.IllegalArgumentException | Ambiguous name '%s' in %s: %s | |
WFLYCTL0048 | java.lang.String | Attribute %s is not writable | |
WFLYCTL0050 | java.lang.RuntimeException | Unable to determine a default name based on the local host name | |
WFLYCTL0051 | java.lang.IllegalStateException | Could not create %s | |
WFLYCTL0052 | java.lang.IllegalStateException | Could not delete %s | |
WFLYCTL0053 | java.lang.IllegalArgumentException | Cannot register submodels with a null PathElement | |
WFLYCTL0055 | org.jboss.as.controller._private.OperationFailedRuntimeException | Cannot remove %s | |
WFLYCTL0056 | ERROR | Could not rename %s to %s | |
WFLYCTL0057 | java.lang.IllegalArgumentException | Cannot write to %s | |
WFLYCTL0058 | javax.xml.stream.XMLStreamException | Child %s of element %s already declared | |
WFLYCTL0059 | java.lang.RuntimeException | Could not get canonical file for boot file: %s | |
WFLYCTL0060 | java.lang.IllegalStateException | Could not get canonical file for main file: %s | |
WFLYCTL0062 | java.lang.String | Composite operation failed and was rolled back. Steps that failed: | |
WFLYCTL0063 | java.lang.String | Composite operation was rolled back | |
WFLYCTL0064 | java.lang.IllegalArgumentException | Configuration files whose complete name is %s are not allowed | |
WFLYCTL0065 | java.lang.IllegalStateException | No configuration file ending in %s found in %s | |
WFLYCTL0066 | java.lang.IllegalArgumentException | No directory %s was found | |
WFLYCTL0067 | javax.xml.stream.XMLStreamException | Either a %s or %s domain controller configuration must be declared. | |
WFLYCTL0068 | javax.xml.stream.XMLStreamException | An attribute named '%s' has already been declared | |
WFLYCTL0069 | javax.xml.stream.XMLStreamException | Duplicate %s declaration | |
WFLYCTL0070 | javax.xml.stream.XMLStreamException | Duplicate %s declaration %s | |
WFLYCTL0071 | org.jboss.as.controller._private.OperationFailedRuntimeException | Duplicate path element '%s' found | |
WFLYCTL0072 | javax.xml.stream.XMLStreamException | Duplicate interface declaration | |
WFLYCTL0073 | javax.xml.stream.XMLStreamException | An element of this type named '%s' has already been declared | |
WFLYCTL0075 | java.lang.IllegalStateException | Duplicate resource %s | |
WFLYCTL0076 | java.lang.IllegalStateException | Duplicate resource type %s | |
WFLYCTL0079 | java.lang.RuntimeException | Failed initializing module %s | |
WFLYCTL0080 | java.lang.String | Failed services | |
WFLYCTL0081 | org.jboss.as.controller.persistence.ConfigurationPersistenceException | Failed to back up %s | |
WFLYCTL0082 | org.jboss.as.controller.persistence.ConfigurationPersistenceException | Failed to create backup copies of configuration file %s | |
WFLYCTL0083 | javax.xml.stream.XMLStreamException | Failed to load module | |
WFLYCTL0084 | org.jboss.as.controller.persistence.ConfigurationPersistenceException | Failed to marshal configuration | |
WFLYCTL0085 | org.jboss.as.controller.persistence.ConfigurationPersistenceException | Failed to parse configuration | |
WFLYCTL0086 | java.lang.String | Failed to persist configuration change: %s | |
WFLYCTL0088 | org.jboss.as.controller.persistence.ConfigurationPersistenceException | Failed to take a snapshot of %s to %s | |
WFLYCTL0089 | org.jboss.as.controller.persistence.ConfigurationPersistenceException | Failed to write configuration | |
WFLYCTL0090 | java.lang.IllegalArgumentException | %s does not exist | |
WFLYCTL0091 | java.lang.IllegalArgumentException | No files beginning with '%s' found in %s | |
WFLYCTL0092 | java.lang.IllegalStateException | %s cannot be used except in a full server boot | |
WFLYCTL0094 | java.lang.String | Illegal interface criteria type %s; must be %s | |
WFLYCTL0095 | java.lang.String | Illegal value %s for interface criteria %s; must be %s | |
WFLYCTL0096 | java.lang.UnsupportedOperationException | Resource is immutable | |
WFLYCTL0097 | org.jboss.as.controller.OperationFailedException | Wrong type for '%s'. Expected %s but was %s | |
WFLYCTL0099 | java.lang.String | %s is invalid | |
WFLYCTL0100 | javax.xml.stream.XMLStreamException | %d is not a valid %s | |
WFLYCTL0101 | java.lang.String | Invalid address %s (%s) | |
WFLYCTL0102 | java.lang.String | Invalid 'value' %s -- must be of the form address/mask | |
WFLYCTL0103 | java.lang.String | Invalid mask %s (%s) | |
WFLYCTL0104 | java.lang.String | Invalid address %s (%s) | |
WFLYCTL0105 | java.lang.String | %s is invalid in combination with %s | |
WFLYCTL0106 | javax.xml.stream.XMLStreamException | Invalid value '%s' for attribute '%s' | |
WFLYCTL0109 | java.lang.String | Invalid pattern %s for interface criteria %s | |
WFLYCTL0110 | java.lang.String | Invalid resource address element '%s'. The key '%s' is not valid for an element in a resource address. | |
WFLYCTL0111 | java.lang.IllegalArgumentException | Load factor must be greater than 0 and less than or equal to 1 | |
WFLYCTL0112 | java.lang.String | '%s' is an invalid value for parameter %s. Values must have a maximum length of %d characters | |
WFLYCTL0113 | java.lang.String | '%s' is an invalid value for parameter %s. Values must have a minimum length of %d characters | |
WFLYCTL0114 | java.lang.String | [%d] is an invalid size for parameter %s. A maximum length of [%d] is required | |
WFLYCTL0115 | java.lang.String | [%d] is an invalid size for parameter %s. A minimum length of [%d] is required | |
WFLYCTL0116 | java.lang.String | %d is an invalid value for parameter %s. A maximum value of %d is required | |
WFLYCTL0117 | java.lang.String | %d is an invalid value for parameter %s. A minimum value of %d is required | |
WFLYCTL0118 | java.lang.IllegalStateException | Invalid modification after completed step | |
WFLYCTL0119 | org.jboss.as.controller.OperationFailedException | Value %s for attribute %s is not a valid multicast address | |
WFLYCTL0120 | javax.xml.stream.XMLStreamException | An outbound socket binding: %s cannot have both %s as well as a %s at the same time | |
WFLYCTL0121 | java.lang.IllegalArgumentException | %s is not a valid value for parameter %s -- must be one of %s | |
WFLYCTL0122 | javax.xml.stream.XMLStreamException | Value %s for attribute %s does not represent a properly hex-encoded SHA1 hash | |
WFLYCTL0123 | java.lang.IllegalStateException | Stage %s is not valid for context process type %s | |
WFLYCTL0124 | java.lang.IllegalArgumentException | Invalid step stage specified | |
WFLYCTL0126 | java.lang.IllegalArgumentException | Can not have a negative size table! | |
WFLYCTL0127 | java.lang.String | Invalid type %s | |
WFLYCTL0128 | java.lang.String | Invalid resource address element '%s'. The value '%s' is not valid for an element in a resource address. Character '%s' is not allowed. | |
WFLYCTL0129 | java.lang.String | Invalid value %s for %s; legal values are %s | |
WFLYCTL0132 | javax.xml.stream.XMLStreamException | Must include one of the following elements: %s | |
WFLYCTL0133 | javax.xml.stream.XMLStreamException | Missing required attribute(s): %s | |
WFLYCTL0134 | javax.xml.stream.XMLStreamException | Missing required element(s): %s | |
WFLYCTL0135 | javax.xml.stream.XMLStreamException | Interrupted awaiting loading of module %s | |
WFLYCTL0136 | java.lang.RuntimeException | Interrupted awaiting initialization of module %s | |
WFLYCTL0137 | java.lang.IllegalStateException | Model contains multiple %s nodes | |
WFLYCTL0138 | java.lang.String | Namespace with prefix %s already registered with schema URI %s | |
WFLYCTL0139 | java.lang.String | No namespace with URI %s found | |
WFLYCTL0140 | java.lang.String | Nested %s not allowed | |
WFLYCTL0144 | java.lang.IllegalStateException | No active step | |
WFLYCTL0147 | org.jboss.as.controller._private.OperationFailedRuntimeException | No child type %s | |
WFLYCTL0149 | java.lang.String | No interface criteria was provided | |
WFLYCTL0150 | java.lang.String | No operation handler | |
WFLYCTL0152 | java.lang.IllegalStateException | %s is not a directory | |
WFLYCTL0153 | java.lang.IllegalStateException | No %s%s found for %s | |
WFLYCTL0154 | java.lang.IllegalStateException | Cannot execute asynchronous operation without an executor | |
WFLYCTL0155 | org.jboss.as.controller.OperationFailedException | '%s' may not be null | |
WFLYCTL0157 | java.lang.IllegalStateException | Operation already complete | |
WFLYCTL0158 | java.lang.String | Operation handler failed: %s | |
WFLYCTL0160 | java.lang.String | Operation rolling back | |
WFLYCTL0161 | java.lang.String | Operation succeeded, committing | |
WFLYCTL0162 | java.lang.String | There is no operation %s registered at address %s | |
WFLYCTL0165 | org.jboss.msc.service.StartException | No configuration persister was injected | |
WFLYCTL0169 | java.lang.IllegalArgumentException | A proxy handler is already registered at location '%s' | |
WFLYCTL0171 | java.lang.String | Removing services has lead to unsatisfied dependencies: | |
WFLYCTL0172 | org.jboss.as.controller.OperationFailedException | %s is required | |
WFLYCTL0173 | javax.xml.stream.XMLStreamException | %s is reserved | |
WFLYCTL0175 | org.jboss.as.controller._private.OperationFailedRuntimeException | Resource %s does not exist; a resource at address %s cannot be created until all ancestor resources have been added | |
WFLYCTL0176 | java.lang.IllegalStateException | rollback() has already been invoked | |
WFLYCTL0177 | java.lang.String | Schema with URI %s already registered with location %s | |
WFLYCTL0178 | java.lang.String | No schema location with URI %s found | |
WFLYCTL0179 | java.util.concurrent.CancellationException | Service install was cancelled | |
WFLYCTL0180 | java.lang.String | Services with missing/unavailable dependencies | |
WFLYCTL0181 | java.lang.IllegalStateException | Get service registry only supported in runtime operations | |
WFLYCTL0182 | java.lang.IllegalStateException | Service removal only supported in runtime operations | |
WFLYCTL0183 | java.lang.String | Service status report%n | |
WFLYCTL0184 | java.lang.String | New missing/unsatisfied dependencies:%n | |
WFLYCTL0185 | java.lang.String | Newly corrected services:%n | |
WFLYCTL0186 | java.lang.String | Services which failed to start: | |
WFLYCTL0187 | java.lang.IllegalStateException | Get service target only supported in runtime operations | |
WFLYCTL0188 | java.lang.IllegalStateException | Stage %s is already complete | |
WFLYCTL0190 | java.lang.String | Step handler %s for operation %s at address %s failed -- %s | |
WFLYCTL0191 | java.lang.String | Interrupted awaiting subsystem boot operation execution | |
WFLYCTL0192 | java.lang.String | Boot operations for subsystem %s failed without explanation | |
WFLYCTL0193 | java.lang.String | Failed executing subsystem %s boot operations | |
WFLYCTL0194 | java.lang.IllegalStateException | Table is full! | |
WFLYCTL0195 | java.lang.RuntimeException | Interrupted awaiting transaction commit or rollback | |
WFLYCTL0197 | javax.xml.stream.XMLStreamException | Unexpected attribute '%s' encountered | |
WFLYCTL0198 | javax.xml.stream.XMLStreamException | Unexpected element '%s' encountered | |
WFLYCTL0199 | javax.xml.stream.XMLStreamException | Unexpected end of element '%s' encountered | |
WFLYCTL0201 | java.lang.String | Unknown attribute '%s' | |
WFLYCTL0202 | java.lang.String | No known child type named %s | |
WFLYCTL0203 | java.lang.RuntimeException | Unknown property in interface criteria list: %s | |
WFLYCTL0204 | java.lang.String | Unknown interface criteria type %s | |
WFLYCTL0205 | javax.xml.stream.XMLStreamException | Unknown interface %s %s must be declared in element %s | |
WFLYCTL0206 | javax.xml.stream.XMLStreamException | Unknown %s %s %s must be declared in element %s | |
WFLYCTL0207 | java.lang.String | Validation failed for %s | |
WFLYCTL0208 | java.lang.String | ... and %s more | |
WFLYCTL0209 | javax.xml.stream.XMLStreamException | Invalid value '%s' for attribute '%s' -- valid values are %s | |
WFLYCTL0210 | org.jboss.as.controller.ExpressionResolver$ExpressionResolutionUserException | Caught SecurityException attempting to resolve expression '%s' -- %s | |
WFLYCTL0211 | org.jboss.as.controller.ExpressionResolver$ExpressionResolutionUserException | Cannot resolve expression '%s' | |
WFLYCTL0212 | org.jboss.as.controller._private.OperationFailedRuntimeException | Duplicate resource %s | |
WFLYCTL0214 | java.lang.IllegalStateException | Could not load configuration file: %s. The configuration file argument must specify the path to a file located in the configuration directory. The path must be a relative path, and must be relative to the configuration directory %s. | |
WFLYCTL0215 | java.lang.IllegalStateException | Could not load configuration file: %s. The configuration file argument must specify one of the following: 1) an absolute path to an existing file; 2) a relative path to an existing file, relative to the current working directory; or 3) a relative path to a file located in the configuration directory. In the latter case, it must be a path relative to the configuration directory %s. | |
WFLYCTL0216 | org.jboss.as.controller.registry.Resource$NoSuchResourceException | Management resource '%s' not found | |
WFLYCTL0217 | java.lang.String | Child resource '%s' not found | |
WFLYCTL0218 | java.lang.IllegalArgumentException | A node is already registered at '%s' | |
WFLYCTL0219 | java.lang.IllegalStateException | An attempt was made to unregister extension %s which still has subsystem %s registered | |
WFLYCTL0220 | java.lang.IllegalStateException | An override model registration is not allowed for the root model registration | |
WFLYCTL0221 | java.lang.IllegalStateException | An override model registration is not allowed for non-wildcard model registrations. This registration is for the non-wildcard name '%s'. | |
WFLYCTL0222 | java.lang.IllegalArgumentException | A registration named '*' is not an override model and cannot be unregistered via the unregisterOverrideModel API. | |
WFLYCTL0223 | java.lang.IllegalStateException | The root resource registration does not support overrides, so no override can be removed. | |
WFLYCTL0224 | java.lang.IllegalArgumentException | There is no operation %s registered at address %s | |
WFLYCTL0225 | java.lang.RuntimeException | Failed to recover services during operation rollback | |
WFLYCTL0226 | java.lang.IllegalStateException | A subsystem named '%s' cannot be registered by extension '%s' -- a subsystem with that name has already been registered by extension '%s'. | |
WFLYCTL0227 | java.lang.IllegalArgumentException | Operation has no '%s' field. %s | |
WFLYCTL0228 | java.lang.IllegalArgumentException | Operation has a null or empty name. %s | |
WF |