ErrLookup › quarkusio/quarkus

quarkusio/quarkus

Quarkus: Supersonic Subatomic Java. · Java · 12,631 source files

Analyzed at e1c734241f on 2026-09-05. 3471 documented errors.

Code / MessageTypeSeverityTags
No producers for required item %s, step builder used: %s
exception error servlet, security, elytron, authentication
cycle detection failure report (dynamic CycleBuildException
exception error servlet, security, elytron, authentication
Build step '%s' does not produce any build item and thus wil
exception error servlet, security, openapi, elytron
Cannot consume/produce interface or abstract class build ite
exception error servlet, security, openapi, elytron
Extra steps left over
exception error rest, jaxrs, request-body, validation
Unsupported value type: %s
exception error rest, jaxrs, security, elytron
Unable to fully read json value
validation error rest, jaxrs, security, elytron
Unknown start character for json value: %s
validation error rest, jaxrs, binary, validation
Json object ended without }
validation info rest, gcp, cloud-functions, intentional-error
Expected : after attribute
validation error classpath, classloader, nio, filesystem-provider, reflection
Json array ended without ]
validation error json, parser, syntax-error
Control characters not allowed in json string
validation error json, escaping, parser
String not closed
validation error json, parser, syntax-error
Unable to read json constant for: %s
validation error json, parser, syntax-error
A generic type is not allowed here; try creating a subclass
exception error quarkus, build-item, generics, api-misuse
Build item class must be leaf (final) types: %s
exception error quarkus, build-item, inheritance, api-misuse
Cannot construct empty build items
exception error quarkus, build-item, api-misuse
Failed to open path tree with root %s
exception error quarkus, io, path-tree, build-time
Failed to load CodeGenProvider class from deployment classlo
exception critical quarkus, classloader, code-generation, classpath
Failed to load application configuration
exception error quarkus, build-time-config, code-generation, configuration
Failed to read %s
exception error quarkus, io, classpath, service-files
Failed to read resources from classpath
exception error quarkus, io, classpath, service-files
Failed to initialize application configuration
exception error quarkus, build-time-config, configuration, config-mapping
Failed to create output directory for generated sources: %s
exception error quarkus, io, filesystem, code-generation
Failed to load steps from %s
exception critical quarkus, build-steps, extension, classloading
A build step must be a non-static method: %s
exception error quarkus, build-steps, extension, api-misuse
%s is marked @Record but does not inject an @Recorder object
exception error quarkus, extensions, build-step, recorder
Unknown recorder constructor parameter: %s in recorder %s
exception error quarkus, extensions, recorder, runtime-value
Cannot write service provider file '${resourceName}': this G
exception error quarkus, build-step, gizmo, service-provider
Error reading stream.
exception error io, process, stream, exception
Quarkus applications require Java 21 or higher to build
exception critical jdk, version, build-environment, quarkus
${methodName} is not a getter
exception error javabeans, reflection, naming
${misalignmentReport}
exception error dependencies, platform, version-mismatch, quarkus
Unrecognized option for quarkus.bootstrap.misaligned-platfor
exception error configuration, quarkus, bootstrap, invalid-value
${archiveRoot} does not point to the application output dire
exception error filesystem, build, path-validation, quarkus
One of either visitorFunction or inputTransformer must be se
validation error bytecode, build-step, quarkus, builder
Dev services for ${request.getName()} requires a startable s
exception error quarkus, dev-services, illegal-state, build-time
name cannot be null
validation error quarkus, dev-services, builder, validation
Name cannot start with '/':${name}
validation error quarkus, build-time, bytecode-generation, illegal-argument
The class (${name}) cannot be created during deployment.
exception error quarkus, classloading, config-generation, build-time
Use GeneratedServiceProviderBuildItem to register service pr
validation error quarkus, build-time, service-loader, resources
Either location or predicate must be set
validation error quarkus, live-reload, hot-deployment, validation
Predicate already set
validation error quarkus, live-reload, builder, illegal-argument
Location already set
validation error quarkus, live-reload, builder, illegal-argument
You're not expected to use the unnamed module as identifier
validation error quarkus, jpms, modules, build-time
At least one package name must be specified
validation error quarkus, jpms, modules, validation
The unnamed module cannot be opened to other modules
validation error jpms, build-time, illegal-argument
The unnamed module cannot be used as an opening module ident
validation error jpms, build-time, illegal-argument
Can only be called at runtime
exception error build-time, illegal-state, misuse
service interface name cannot be null or blank
validation error native-image, spi, validation
service interface descriptor file path cannot be null
validation error native-image, spi, null-pointer
Could not read class path resources having path '${resourceP
exception error native-image, spi, classpath, io
The serviceDescriptorFile interface cannot be blank
validation error native-image, spi, validation
The provider class name cannot be null or blank
validation error native-image, spi, validation
The configuration ${clazz} must be an interface annotated wi
exception error config, build-time, config-mapping
The configuration ${clazz} is missing the @ConfigRoot annota
exception error quarkus, configuration, annotation, build-time
The configuration ${clazz} is missing the @ConfigMapping ann
exception error quarkus, configuration, annotation, config-mapping
Unable to deserialize the dev mode context. Does the Quarkus
exception critical quarkus, dev-mode, deserialization, version-mismatch
Hot deployment of the application is not supported when upda
exception error quarkus, dev-mode, hot-reload, live-reload
remote-dev can only be used with mutable applications i.e. u
exception error quarkus, remote-dev, packaging, dev-mode
Failed to create compiler
exception error quarkus, compiler, dev-mode, testing
No system java compiler provided
exception error quarkus, compiler, jdk, environment
errorMessage
exception error quarkus, compilation, javac, live-reload
Failed to open class path file <file>
exception error quarkus, classpath, compiler, dev-mode
java.lang.InterruptedException (wrapped)
exception warning quarkus, thread-interrupted, live-reload, shutdown
IOException (wrapped)
exception error io, remote-dev, file-sync, filesystem
Path is not below the application root: <file>
validation error path-traversal, security, remote-dev, validation
Unable to validate the application root for remote-dev path:
exception error io, remote-dev, validation, filesystem
Symbolic links are not allowed in remote-dev paths: <file>
validation error symlink, security, remote-dev, validation
Path leaves the application root: <file>
validation error path-traversal, security, remote-dev, filesystem
Unable to validate remote-dev path: <file>
exception error io, remote-dev, validation, filesystem
Can only sync state on the server side of remote dev mode
exception error remote-dev, dev-mode, lifecycle, state-sync
Cannot initialize file manager
exception error compiler, annotation-processor, io, dev-mode
Cannot reset file manager
exception error compiler, annotation-processor, io, live-reload
Cannot create directory ${directory}
exception error filesystem, io, dev-mode
Cannot initialize reloadable file manager
exception error compiler, dev-mode, live-reload
Cannot reset reloadable file manager
exception error compiler, live-reload, dev-mode
Unable to scan: ${next}
exception error filesystem, watch-service, dev-mode
Tests already in progress
exception error testing, continuous-testing, concurrency
The @Blocking, @NonBlocking and @RunOnVirtualThread annotati
validation error annotations, build-time, cdi
Failed to process ${path}
exception error jandex, indexing, build-time
Can't read Jandex index from ${tree}
exception error jandex, indexing, io
Failed to index: ${className}, class not present in class lo
exception error jandex, classpath, indexing
Failed to index: ${className}
exception error jandex, indexing, bytecode
Class ${className} already present with different class data
exception error quarkus, indexing, duplicate-class, classpath
Failed to index: ${className}, class not present in class lo
exception error quarkus, indexing, classpath, classloader, missing-class
Failed to index: ${className}
exception error quarkus, indexing, javassist, bytecode
Failed to redefine module ${moduleName}
exception error quarkus, jpms, modules, jdk
Failed to acquire handle to Module#implAddOpens. This must b
exception error quarkus, jpms, add-opens, jdk, methodhandle
Failed to invoke implAddOpens
exception error quarkus, jpms, modules, methodhandle, jdk
messageStarts cannot be empty
exception error quarkus, build-time, logging, illegal-argument
Unimplemented mode of use of 'io.quarkus.runtime.logging.Log
exception error quarkus, build-time, logging, annotation-misuse
Offending class is '${className}'
exception error quarkus, build-time, logging, filter, type-mismatch
Filter '${filterName}' was defined multiple times.
exception error quarkus, build-time, logging, duplicate-name
Bad ZIP entry: ${target}
exception error quarkus, dev-mode, zip, zip-slip, path-traversal
Unknown JAR package type '${value}'
exception error quarkus, configuration, packaging, illegal-argument
Additional application archives can only be provided from th
exception error quarkus, packaging, fast-jar, classpath
Multiple GeneratedClassBuildItem were produced for the same
exception error quarkus, packaging, build-time, duplicate-class
Unable to copy json config file from ${jsonPath} to ${thinJa
exception error quarkus, native-image, packaging, io-exception
Error joining byte arrays
exception error packaging, io, byte-array
Unable to create archive: ${archivePath}
exception error packaging, archive, io
Unable to initialize ZipFileSystem: ${archivePath}
exception error zipfilesystem, packaging, io
Error joining byte arrays
exception error packaging, io, byte-array
Cannot find ClassLoadingRecorder.class on classpath
exception error classloading, forked-jvm, deployment
Cannot parse version from output: ${stringOutput}
exception error native-image, graalvm, version-parsing
Failed to read bytecode ${path}
exception error tree-shaking, io, bytecode
Failed to read content of ${dep}
exception error tree-shaking, native-image, jar-corruption
Unsupported archive type: ${archiveType}
exception error config, cds, packaging
AOT cache generation requires building with JDK 25 or newer
exception error jdk-version, aot-cache, build-time, native-compilation
Could not find builder image '${effectiveBuilderImage}' loca
exception error docker, container-image, native-image, configuration
Failed to check status of builder image '${effectiveBuilderI
exception error docker, container-runtime, native-image, build-time
Public method ${methodInfo} cannot be proxied as it is final
exception error bytecode-recording, proxy, build-time, recorder
Annotation instance ${annotationInstance} does not match ann
exception error jandex, annotation, build-time, recording
Failed to index: ${name}
exception error jandex, indexing, classpath, annotation
Unknown value of annotation member ${name}
exception error annotation, proxy, recording, build-time
Method ${method} not implemented
exception error annotation, proxy, recording, build-time
Invalid proxy passed to recorder. Parameter ${i} of type ${m
exception error recorder, static-init, runtime-init, build-time
Cannot use ${method} as a recorder method as the return type
exception error recorder, runtimevalue, proxy, build-time
Failed to record call to method ${call.method}
exception error quarkus, build-time, recorder, serialization
unknown type ${set}
exception error quarkus, build-time, bytecode, internal-bug
All parameters have already been loaded, it is too late to c
exception error quarkus, build-time, recorder, lifecycle
Failed to substitute ${param}
exception error quarkus, build-time, objectsubstitution, serialization
String too large to record: ${param}
exception error quarkus, build-time, recorder, jvm-limit, string
Invalid proxy passed to recorder. ${rp} was created in a run
exception error quarkus, recorder, static-init, runtime-init, proxy
Unsupported wildcard type: ${wildcard}
exception error quarkus, generics, wildcard, recorder, build-time
Value not set for ${param}
exception error quarkus, annotations, annotation-proxy, build-time
Object of class ${object.getClass().getName()} has non-deter
exception error quarkus, reproducible-build, hashcode, recorder, determinism
Object of class ${object.getClass().getName()} has non-deter
exception error quarkus, reproducible-build, hashcode, hashmap, determinism
Unable to serialize ${param} as the wrong number of paramete
exception error quarkus, bytecode-recording, constructor
Unable to determine the recordable constructor to use for ${
exception error quarkus, bytecode-recording, constructor
Couldn't extract all parameters information for constructor
exception error quarkus, bytecode-recording, reflection
Cannot serialise field '${i.getName()}' on object '${param}'
exception error quarkus, bytecode-recording, serialization
Cannot serialise field '${i.getName()}' on object '${param}'
exception error quarkus, bytecode-recording, type-mismatch
Couldn't load object of type ${i.propertyType.getName()} for
exception error quarkus, bytecode-recording, serialization
Could not find parameters for constructor ${nonDefaultConstr
exception error quarkus, bytecode-recording, constructor
Unable to serialize objects of type ${param.getClass()} to b
exception error quarkus, bytecode-recording, constructor
You cannot invoke ${method.getName()}() directly on an objec
exception error quarkus, bytecode-recording, proxy
Multiple @Inject constructors on ${theClass}
exception error quarkus, cdi, constructor
Could not determine constructor for ${theClass} add @Inject
exception error build-time, bytecode-recorder, dependency-injection, quarkus-extension
Cannot inject object of type ${param}
exception error build-time, bytecode-recorder, dependency-injection, quarkus-extension
Failed to prepare injector constructor ${injectCtor} of byte
exception error build-time, bytecode-recorder, augmentation, quarkus-extension
Failed to injector constructor ${injectCtor} of bytecode rec
exception error build-time, bytecode-recorder, gizmo, augmentation
Unsupported value: ${value}
exception error build-time, bytecode-recorder, configuration, quarkus-extension
Cannot create new DeferredArrayStoreParameter after array ha
exception error build-time, bytecode-recorder, serialization, quarkus-extension
Improper registration of ZoneId substitution
exception error build-time, jdk, java-time, substitution
Failed to load the condition class ${testClassName} for capa
exception error build-time, capabilities, classpath, classloading
capabilityErrors.report()
exception error quarkus, build-time, capabilities, extensions
The class (${name}) cannot be created during deployment.
exception error quarkus, config, classpath, classloading
Can not add converter ${converter.name()} that is not parame
exception error quarkus, config, generics, converter
Converter ${converter.name()} must be parameterized with a s
exception error quarkus, config, generics, converter
Multiple extensions registered a feature of the same name: $
exception error quarkus, build-time, extensions, features
More than one @QuarkusMain method found with name '${name}':
exception error quarkus, cli, quarkusmain, build-time
The supplied 'main-class' value of '${mainClassName}' does n
exception error quarkus, config, main-class, build-time
Unable to find a valid main method on class '${originalMainC
exception error quarkus, main-method, jep445, build-time
Unable to find main method on class '${originalMainClassName
exception error quarkus, jandex, classloading, main-method
Unknown class: ${token}
exception error quarkus, classloading, type-parsing, config
Unexpected end of input: ${str}
exception error type-parser, illegal-argument, parsing
Unexpected character '${str.charAt(pos)}' at position ${pos}
exception error type-parser, parsing, illegal-character
Unable to determine groupId and artifactId of the jar that c
exception error maven, metadata, artifact-coordinates
Unable to determine groupId and artifactId of the extension
exception error maven, workspace, artifact-coordinates
Unable to determine groupId and artifactId of the jar that c
exception error maven, io-exception, artifact-coordinates
Unknown primitive type: ${jandexType}
exception error asm, bytecode, jandex
Unknown jandex type: ${jandexType}
exception error asm, bytecode, jandex
Unknown primitive type:
exception error bytecode, jandex, asm, unboxing
Invalid signature char:
exception error bytecode, jandex, descriptor-parsing
unbalanced quotes in
exception error command-line, parsing, quoting
No container CLI was found. Make sure you have either Docker
exception critical docker, podman, container, environment
Unable to find command: %s in $PATH: %s
exception error docker, podman, path, environment
Cannot get an executable name when no container runtime is a
exception error docker, podman, container, null-handling
Couldn't fetch '' class from index
exception error jandex, index, generics, deployment
The following classes were not part of the index and could b
exception error jandex, index, generics, class-hierarchy
Our supertype instance does not match supertype declared ar
exception error jandex, generics, type-hierarchy, deployment
Missing type argument mapping for
exception error jandex, generics, deployment-time
Illegal type in hierarchy:
exception error jandex, generics, unsupported-type
The class is not inside the Jandex index
exception error jandex, indexing, build-time
Type has no raw type class:
exception error reflection, generics, type-erasure
Type is not parameterized:
exception error reflection, generics, type-erasure
Specified path can not contain '..' or '%'. Path was
validation error configuration, uri, path-traversal
Specified path is an invalid URI. Path was
validation error configuration, uri, malformed-input
Unknown launch mode
exception error bootstrap, launch-mode, augmentation
Can only create a production application when using NORMAL l
exception error augmentation, launch-mode, precondition
No artifact results were produced
exception error augmentation, artifact, build-result
Unable to locate effective artifact
exception error quarkus, augmentation, packaging
Cannot launch a runtime application with NORMAL launch mode
exception error quarkus, dev-mode, launch-mode
Only application with launch mode DEVELOPMENT can restart
exception error quarkus, dev-mode, live-reload
Dev services cannot be started without a deployment class lo
exception error quarkus, dev-services, classloading
Failed to set dev services config
exception error quarkus, dev-services, reflection, config
Failed to set dev services override config
exception error quarkus, dev-services, reflection, config
Internal error: An attempt was made to start an application
exception critical quarkus, lifecycle, classloader
Failed to start Quarkus
exception critical quarkus, startup, linkage
Template builder already specified for: ${rootCauseClassName
exception error quarkus, dev-mode, error-page, duplicate-registration
Cannot reset a started application
exception error quarkus, dev-mode, lifecycle, state
Assistant not available
exception error devmode, dev-console, assistant, missing-dependency
invalid config ${comment}
exception error jbang, config, build, parsing
Starting with Quarkus 3.25, legacy config classes (deprecate
exception critical annotation-processor, config, migration, build-time
Unable to read the resolved model from: ${resolvedModelPath}
exception error annotation-processor, documentation, debug, io
Unable to get element as unwrappedType is not a DeclaredType
exception error annotation-processor, config, types, reflection
Conversion from Markdown to Asciidoc is not supported
exception error annotation-processor, javadoc, asciidoc, documentation
Could not parse HTML entity &${abbrev}; in ${text}
exception error annotation-processor, javadoc, html, parsing
Converting to ${toFormat} is not supported
exception error annotation-processor, javadoc, enum, documentation
Unable to parse: ${javadocPath}
exception error annotation-processor, javadoc, io, parsing
Two config roots with different extensions or prefixes canno
exception error annotation-processor, config, documentation, conflict
Unable to parse: ${resolvedModelPath}
exception error quarkus, annotation-processing, json, build, config-docs
Unknown item type: ${otherItem.getClass()}
exception error quarkus, annotation-processing, config-docs, merge, internal
Unknown item type: ${otherItem.getClass()}
exception error quarkus, annotation-processing, config-docs, merge, internal
Unable to scan config group: ${configGroup}
exception error quarkus, annotation-processing, config-mapping, build, scanner
Unable to scan config root: ${configRoot}
exception error quarkus, annotation-processing, config-root, build, scanner
Unable to scan config mapping without config root: ${configM
exception error quarkus, annotation-processing, config-mapping, build, scanner
Multiple listeners returned discovery root elements for: ${d
exception error quarkus, annotation-processing, listeners, internal, scanner
No listeners returned a discovery root element
exception error quarkus, annotation-processing, listeners, internal, scanner
We found a @ConfigRoot without a corresponding @ConfigMappin
exception error quarkus, config-root, config-mapping, migration, annotation
Could not find registered EnumDefinition for ${name}
exception error quarkus, annotation-processing, enum, config, internal
Either @ConfigRoot or @ConfigMapping is missing on ${configR
exception error quarkus, annotation-processor, config, build-time
Error on %s: Configuration classes with ConfigPhase.RUN_TIME
exception error quarkus, annotation-processor, config, module-structure
Unable to find javadoc for config item ${enclosingElement} $
exception error quarkus, annotation-processor, javadoc, documentation, config
Unable to parse pom file: ${pom}
exception error quarkus, annotation-processor, maven, pom, xml-parsing
Unable to write the model to: ${yamlModelPath}
exception error quarkus, annotation-processor, io, yaml, filesystem
Unable to determine the path of target/
console error quarkus, annotation-processor, filesystem, classpath
The application is stopping
exception error quarkus, lifecycle, concurrency, shutdown
The application has not been started
exception error quarkus, lifecycle, shutdown, state-machine
Quarkus already running
exception error quarkus, lifecycle, bootstrap, single-instance
Quarkus manual bootstrap failed
exception critical quarkus, bootstrap, static-init, lifecycle
Quarkus manual initialization failed
exception critical quarkus, bootstrap, initialization, wrapped-exception
Quarkus failed to start up
exception critical quarkus, startup, lifecycle, state-machine
Quarkus manual start cannot proceed as warmup did not run
exception critical quarkus, lifecycle, call-order, state-machine
Cannot call getValue() at deployment time
exception error quarkus, recorder, deployment-time, build-time
Extension passed an invalid shutdown handler
exception error quarkus, shutdown, null-argument, extension
Extension passed an invalid last shutdown handler
exception error quarkus, shutdown, null-argument, extension
Command line arguments not available during static init
exception error quarkus, native-image, static-init, command-line
Key cannot be null
validation error quarkus, registry, null-argument, validation
Value cannot be null
validation error null-argument, registry, illegal-argument
Key already registered ${key}
validation error duplicate-key, registry, illegal-argument
Key ${key} not found
validation error missing-key, registry, lookup
Unable to create Charset from: '${trimmedCharset}'
validation error configuration, charset, converter
Failed to parse CIDR address "${value}"
validation error configuration, network, cidr, converter
Build time property cannot be changed at runtime: ${mismatch
exception critical configuration, build-time-config, runtime-mismatch, illegal-state
Invalid duration: ${value}
validation error configuration, duration, converter, parsing
Unable to resolve "${value}"
validation error configuration, network, dns, converter
Unable to resolve locale: ${value}
validation error configuration, locale, illegal-argument
Add AWT Quarkus extension to enable Java2D/ImageIO. Addition
exception error native-image, awt, graal-substitute
No configuration is available
exception error config, native-image, lifecycle
Not Implemented in native mode
exception error native-image, jmx, graalvm
Unable to preload class: . Pre-init instructions need to be
exception error native-image, pre-init, classloading
Unable to create instance of Logging Filter ''
exception error logging, configuration, reflection
Only one handler can be configured with the same name '%s'
exception error logging, configuration, duplicate-key
Duplicate key %s (attempted merging values %s and %s)
exception error logging, duplicate-key, extensions
Build metrics file cannot be read:
exception error cli, build-report, io
Build report file cannot be written to:
exception error cli, build-report, permissions, io
The specified %s identifier (%s) contains invalid characters
validation error cli, validation, maven, project-creation
Algorithm not supported:
exception error cli, jwt, cryptography, unsupported-algorithm
Unknown plugin type!
exception error cli, plugins, state-error
Failed to compile. Compilation exited with exit code:${exitC
exception error cli, maven, build-failure, process-exit-code
Invalid value '%s' for option '--stream'. Value should be sp
validation error cli, picocli, validation, platform-stream
Invalid value '%s' for option '--platform-bom'. Value should
validation error cli, picocli, validation, maven-coordinates
Failed to locate quarkus.properties on the classpath
exception error cli, classpath, missing-resource, versioning
Failed to load quarkus.properties
exception error cli, io, properties-load, versioning
Failed to locate quarkus-core-version property in the bundle
exception error classpath, cli, missing-property
The version 2 CLI can not be used with Quarkus 1.x projects.
exception error cli, version-mismatch, project-generation
Specifying a stream (--stream) requires the registry client
exception error cli, registry-client, stream-resolution
Unable to render config roots for top level prefix: ${topLev
exception error maven-plugin, qute, config-docs, rendering
Unable to copy extension file for: ${extension}
exception error maven-plugin, io, config-docs, file-copy
Unable to render config roots for specific file: ${fileName}
exception error maven-plugin, qute, config-docs, rendering
One or more errors happened during the configuration documen
exception error maven, config-documentation, validation
Unable to render config section for section: ${section} in e
exception error maven, qute, template-rendering
Unable to render all config
exception error maven, qute, io
Unable to create directory: ${directory}
exception error maven, filesystem, io
Unable to collect the target directories
exception error maven, filesystem, io
Unable to find a template for these candidates ${candidates}
exception error maven, classpath, template
Unable to read the template: ${template}
exception error io, maven, template
Unable to close InputStream for template: ${template}
exception error io, maven, resource-cleanup
Unable to find source block delimiter for property ${propert
exception error asciidoc, formatter, config-documentation
Unsupported format: ${format}
exception error maven, configuration, unsupported-format
Failed to resolve ${appArtifact}
exception error gradle, dependency-resolution, repository
Requested artifact ${appArtifact} does not match project ${g
exception error gradle, coordinates-mismatch, project-model
No platforms detected in the project
exception error gradle, quarkus-platform, bom-missing
Failed to determine the Quarkus core version for the project
exception error gradle, quarkus-core, version-detection
Failed to configure ${taskPath}: sourceSet ${sourceSet} has
exception error gradle, source-set, code-generation
Failed to resolve deployment classpath
exception error gradle, deployment-classpath, test-setup
Failed to locate task 'jar' in the project.
exception error gradle, build-configuration, jar-task
Failed to locate project's classes directory
exception error gradle, classpath, source-sets
Manifest entry name ${key} is invalid. " characters are not
exception error gradle, manifest, validation
Manifest section name + section + is invalid. " characters a
exception error gradle, manifest, validation
Manifest entry name + key + is invalid. " characters are not
exception error gradle, manifest, validation
Task: %s requires extensions: %s. To add the extensions to t
exception error gradle, container-image, missing-extension
Task: %s requires one of the extensions: %s. To add the exte
exception error gradle, container-image, missing-extension
Failed to add extensions + getExtensionsToAdd()
exception error gradle, dependency-management, extension-management
Failed to add platform properties + artifact
exception error gradle, maven-resolver, platform, application-model
Failed to process + artifactPath
exception error gradle, classpath, corrupt-artifact, application-model
Failed to load extension description + path
exception error gradle, io, extension-descriptor, file-read
Failed to clean up non-modified jars in lib/
exception error gradle, file-system, legacy-jar, cleanup
Failed to create directories in %s
exception error gradle, io, directories, fast-jar
Failed to archive classes at %s into %s
exception error gradle, zip, local-project-discovery, dependency-packaging
Failed to copy %s to %s
exception error gradle, io, file-copy, dependencies
At least one source directory (e.g. src/main/java, src/main/
exception error gradle, dev-mode, project-setup, sources-missing
The project has no output yet, this should not happen as bui
exception error gradle, dev-mode, compiled-classes, build-output
Failed to run
exception error gradle, dev-mode, generic-wrapper, process-launch
Failed to locate + pomPropsPath + on the classpath
exception error gradle, classpath, plugin-packaging, pom-properties
Failed to load + pomPropsPath + from the classpath
exception error gradle, io, classpath, pom-properties
Classpath resource + pomPropsPath + is missing groupId
exception error gradle, classpath, build, quarkus-dev-mode
Classpath resource + pomPropsPath + is missing artifactId
exception error gradle, classpath, build, quarkus-dev-mode
Classpath resource + pomPropsPath + is missing version
exception error gradle, classpath, build, quarkus-dev-mode
Failed to locate io.quarkus:quarkus-core-deployment on the a
exception error gradle, classpath, dependencies, quarkus-dev-mode
Failed to collect project's classes in a temporary dir
exception error gradle, io, filesystem, quarkus-dev-mode
Failed to collect Quarkus project information
exception error gradle, project-model, quarkus-dev-mode
Unable to list extension categories
exception error gradle, network, extension-registry, quarkus-cli
Unable to list extensions
exception error gradle, network, extension-registry, quarkus-cli
Unable to list platforms
exception error gradle, network, platforms, quarkus-cli
Failed to resolve extension catalog
exception error gradle, network, extension-registry, quarkus-cli
Failed to initialize Quarkus extension catalog resolver
exception error gradle, platform, registry, network
No platforms detected in the project
exception error gradle, platform, bom, configuration
No Quarkus platforms found in the project
exception error gradle, platform, bom, resolution
Failed to determine the Quarkus core version for the project
exception error gradle, platform, version, bom
Mixed DSL is not supported. Both build and settings file nee
exception error gradle, kotlin-dsl, groovy, configuration
Malformed URL: + url
exception error gradle, url, configuration, registry
Failed to remove extensions + getExtensionsToRemove()
exception error gradle, extensions, remove-dependency
Should never reach this!
exception error gradle, run, internal-invariant, extensions
Failed to run application
exception error gradle, run, bootstrap, configuration
Failed to write Quarkus build configuration settings
exception error gradle, io, filesystem, build-config
WTF
exception error gradle, unexpected-exception, debug, build-config
Failed to resolve the recommended Quarkus extension catalog
exception error gradle, network, registry, resolution
Failed to apply recommended updates
exception error gradle, openrewrite, update, build-script
Failed to build AOT enhanced container image:
exception error gradle, aot, container-image, bootstrap
Failed to build Quarkus application for
exception error gradle, build, bootstrap, augmentation
Quarkus code generation phase has failed
exception error gradle, codegen, reflection, version-mismatch
Failed to generate sources in the QuarkusGenerateCode task f
exception error gradle, codegen, bootstrap, reflection
Failed to get source file mtime for
exception error gradle, io, filesystem, copy
Failed to delete file:
exception error gradle, io, filesystem, delete
Failed to restore the timestamp of the file:
exception error gradle, filesystem, ioexception, permissions
Unable to serialiaze gradle application model
exception error gradle, serialization, ioexception, build
Failed to parse removed resource '
exception error gradle, configuration, artifact-key, descriptor
Failed to persist extension descriptor
exception error gradle, ioexception, descriptor, filesystem
e.getMessage()
validation error gradle, validation, descriptor, extension-metadata
Failed to persist
exception error gradle, ioexception, descriptor, filesystem
Failed to read
exception error gradle, ioexception, corrupt-jar, dependency-cache
Failed to parse
exception error gradle, json, parse-error, descriptor
Quarkus Extension Dependency Verification Error. See logs be
exception error gradle, dependency-verification, extension, build
Quarkus Gradle plugins require Gradle
exception error gradle, build-tool, version-check, configuration
Failed to import platform properties
exception error gradle, dependency-resolution, platform, bom
did not resolve to any artifacts
exception error gradle, dependency-resolution, conditional-dependency
Didn't find method
exception error gradle, reflection, plugin-api-mismatch
Failed to call method
exception error gradle, reflection, invocation-failure
because the project does not have any source set / among the
exception error gradle, quarkus, source-set, build
Could not find project for
exception error gradle, quarkus, workspace, dependency-resolution
Failed to process
exception error quarkus, gradle, jar, io, corrupt-artifact
Failed to load extension description
exception error quarkus, gradle, io, file-read, extension-descriptor
Could not resolve POM for
exception error maven, gradle, pom, dependency-resolution, quarkus
Failed to hash content of
exception error gradle, io, file-read, sha1
Project dependency not found for path:
exception error gradle, dependencies, composite-build
Failed to find project for dependency:
exception error gradle, dependencies, project-dependency
Failed to read
exception error gradle, jar, zip, corrupt-artifact
Failed to load extension descriptor at
exception error gradle, io, descriptor, properties
Unexpected mode:
exception error gradle, illegal-argument, mode, version-mismatch
both extensionConfiguration and extensionDescriptor are null
exception error gradle, extension, illegal-argument, descriptor
Cannot find deployment project for extension ${extensionArti
exception error gradle, extension, deployment-module, project-lookup
Cannot find deployment project for extension ${extensionArti
exception error gradle, extension, descriptor, deployment-artifact
Unknown ExtensionDependency type: ${dependency.getClass().ge
exception error gradle, extension, type-mismatch, illegal-argument
Trying to add ${capability.getName()} variant which is not d
exception error gradle, dependency-resolution, capabilities
Either the `extension` or `extensions` parameter must be set
exception error maven, configuration, cli-usage
Unable to add extensions
exception error maven, extensions, build-tool
Unable to update the pom.xml file
exception error maven, pom, io
Cannot specify both class and method name
exception error maven, configuration, analysis
No reports in ${reportsDir}
exception error maven, filesystem, missing-file
Failed
exception error maven, parsing, analysis
Failed to build enhanced artifact
exception error maven, build, native-image
The project artifact's extension is '${extension}' while thi
exception error maven, packaging, configuration
Failed to build quarkus application
exception error maven, build, augmentation
Failed to initialize Maven artifact resolver
exception error maven, artifact-resolver, build-tool
Failed to generate Extension
exception error maven, project-generation, scaffolding
Unable to get user input
exception error maven, interactive-prompt, stdin, ci
Could not create directory ${outputDirectory}
exception error maven, filesystem, io
Failed to initialize Maven artifact resolver
exception error maven, artifact-resolver, network
Failed to resolve Quarkus extension catalog
exception error maven, registry, network, extension-catalog
Failed to generate JBang Quarkus project
exception error maven, project-generation, jbang
Could not create directory ${outputDirectory}
exception error maven, filesystem, io, project-generation
Failed to initialize Maven artifact resolver
exception error maven, artifact-resolver, project-scaffolding
Choose a valid build tool. Accepted values are: ${validBuild
exception error validation, build-tool, project-scaffolding
The parent project must have a packaging type of POM. Curren
exception error maven, pom, project-scaffolding
Could not access parent pom.
exception error io, pom, file-access
You are trying to create a Maven project in a directory that
exception error build-tool, gradle, maven, conflict
Adding subprojects to gradle projects is not implemented.
exception error gradle, unsupported-feature, project-scaffolding
You are trying to create gradle Project in a directory that
exception error build-tool, gradle, maven, conflict
${BAD_IDENTIFIER formatted with 'artifactId' and projectArti
validation error validation, naming-convention, maven
${BAD_IDENTIFIER formatted with 'groupId' and projectGroupId
validation error validation, naming-convention, maven
Unable to create the project, the directory ${projectRoot.ge
exception error filesystem, conflict, project-scaffolding
Failed to generate Quarkus project
exception critical maven, project-generation, quarkus-create
The project was created but (some of) the requested extensio
exception error maven, extensions, quarkus-create
The 'stream' parameter cannot be combined with 'platformGrou
exception error maven, configuration-conflict, platform
Specifying a stream requires the Quarkus extension registry
exception error maven, registry-client, configuration
Invalid stream value '${stream}'. Value should be specified
validation error maven, validation, input-format
Failed to resolve the extension catalog for stream '${stream
exception error maven, network, registry, resolution
Unable to get user input
exception error maven, interactive-input, console-io
Failed to resolve maven plugin version containing <cls>
exception error maven, plugin-resolution, classpath
Failed to locate <pluginXml>
exception error maven, plugin-descriptor, missing-file
Failed to parse <pluginXml>
exception error maven, xml-parsing, plugin-descriptor
The <parentNodeName> element description is missing child <c
exception error maven, xml-parsing, build
Failed to locate element <name>
exception error maven, xml-parsing, build
Failed to initialize file output writer
exception error maven, io, file-write, build
Failed to log the dependency list to a file
exception error maven, io, file-write, build
Unrecognized dependency flag '<trimmed>'. Supported flags: O
exception error maven, configuration, validation
Parameter 'mode' was set to '<mode>' while expected one of '
exception error maven, configuration, validation
Failed to resolve application model <appArtifact> dependenci
exception error maven, dependency-resolution, build
Parameter 'mode' was set to '<mode>' while expected one of '
exception error maven, configuration, sbom, validation
Failed to resolve application model <appArtifact> dependenci
exception error maven, dependency-resolution, sbom, build
Failed to initialize file output writer
exception error maven, io, file-write, build
Failed to log the dependency tree to a file
exception error maven, io, file-write, quarkus
Parameter 'mode' was set to '<mode>' while expected one of '
exception error maven, configuration, validation, quarkus
Failed to resolve application model <appArtifact> dependenci
exception error maven, dependency-resolution, network, quarkus
Dev mode process did not complete successfully
exception error maven, dev-mode, process-exit, quarkus
Failed to run
exception error maven, dev-mode, quarkus
Resolution of annotationProcessorPath dependencies failed: <
exception error maven, annotation-processor, dependency-resolution, quarkus
Failed to obtain descriptor for Maven plugin <pluginId> goal
exception error maven, plugin-resolution, dev-mode, quarkus
Local dependency <module> does not appear to have any source
exception error maven, dev-mode, workspace, quarkus
Hot reloadable dependency <moduleId> has not been compiled y
exception error maven, dev-mode, compilation, workspace, quarkus
Top-level project base directory <dir> specified with system
exception error maven, dev-mode, configuration, system-property, quarkus
Failed to locate io.quarkus:quarkus-core-deployment on the a
exception error maven, dev-mode, classpath, quarkus
Failed to locate <pomPropsPath> on the classpath
exception error maven, classpath, corrupt-artifact, dev-mode
Failed to load <pomPropsPath> from the classpath
exception error maven, io, corrupt-artifact, classpath
Classpath resource <pomPropsPath> is missing groupId
exception error maven, classpath, artifact-metadata, dev-mode
Classpath resource <pomPropsPath> is missing artifactId
exception error maven, classpath, artifact-metadata, dev-mode
Classpath resource <pomPropsPath> is missing version
exception error maven, classpath, artifact-metadata, dev-mode
Quarkus code generation phase has failed
exception error maven, code-generation, build, quarkus
Unable to write quarkus native image agent caller filter to
exception error maven, io, native-image, file-write
Quarkus native image agent filter generation phase has faile
exception error maven, dependency-resolution, native-image, test
Unrecognized mode '<mode>', supported values are test, dev,
exception error maven, configuration, cli-argument, go-offline
Failed to collect dependencies of <pom>
exception error maven, dependency-resolution, offline-build
Failed to resolve Quarkus application model for <artifact>
exception error maven, quarkus, app-model
Failed to create <classesDir>
exception error maven, filesystem, io
Failed to resolve the available updates
exception error maven, registry, network
Failed to list extension categories
exception error maven, registry, network
Failed to list extensions
exception error maven, registry, extensions
Failed to list platforms
exception error maven, registry, platforms
Failed to transform native image agent configuration
exception error maven, native-image, io, agent
Failed to cache a new instance of io.quarkus.maven.QuarkusMa
exception error maven, bootstrap, cache
Failed to bootstrap application in ${mode} mode
exception error maven, bootstrap, app-model
Failed to bootstrap the application
exception critical maven, bootstrap, quarkus, build
Manifest entry name ${key} is invalid. " characters are not
validation error maven, manifest, configuration, validation
Manifest section name ${section} is invalid. " characters ar
validation error maven, manifest, configuration, validation
Failed to create the output dir ${projectFile}
exception error maven, filesystem, build, io
appArtifact expression ${appArtifactCoords} does not follow
validation error maven, configuration, coordinate-format
Failed to locate ${appArtifactCoords} among the project depe
exception error maven, dependency-resolution, coordinate-version
Failed to initialize Quarkus Maven extension manager
exception error maven, registry, network, quarkus
Failed to resolve the Quarkus extension catalog
exception error maven, registry, extension-catalog, quarkus
Failed to initialize Quarkus extension resolver
exception error maven, registry, extension-resolver, quarkus
Couldn't resolve the Quarkus platform catalog since none of
exception error maven, registry, platform-catalog, configuration
Failed to resolve the catalog of Quarkus platforms
exception error maven, network, registry, platform-catalog
Multiple platforms were matching the requested platform BOM
exception error maven, ambiguity, platform-bom, coordinates
This goal requires a project
exception error maven, project-setup, cli-usage
This goal requires a Quarkus extension registry client to be
exception error maven, registry-client, configuration, cli-usage
Failed to resolve the Quarkus application model for project
exception error maven, dependency-resolution, app-model
Failed to collect dependencies of ${artifact}
exception error maven, dependency-tree, dependency-resolution
Failed to create ${classesDir}
exception error filesystem, io, permissions, maven
Failed to initialize Maven artifact resolver
exception error maven, resolver-initialization, settings-xml, configuration
Either the `extension` or `extensions` parameter must be set
validation error maven, parameter-validation, cli-usage, remove-extension
Unable to remove extensions
exception error maven, quarkus, build-tool
Unable to update the pom.xml file
exception error maven, quarkus, pom
Invalid system property: ${prop}
validation error maven, quarkus, cli-arguments
Invalid environment variable: ${envVar}
validation error maven, quarkus, environment-variables
Failed to read ${compareFile}
exception error maven, quarkus, io
Failed to bootstrap Quarkus application
exception critical maven, quarkus, bootstrap
Failed to resolve the recommended Quarkus extension catalog
exception error maven, quarkus, network, registry
Failed to apply the updates: ${result.getMessage()}
exception error maven, quarkus, upgrade
${e.getMessage()}
exception error maven, quarkus, upgrade
Failed to apply the updates
exception error maven, quarkus, upgrade
Failed to ensure Quarkus Maven version compatibility
exception error maven, quarkus, build, classloading
Could not locate quarkus.properties on the classpath
exception error maven, quarkus, classpath, resource-missing
Failed to load quarkus.properties from the classpath
exception error maven, quarkus, io, corrupt-resource
Maven version can't be empty.
exception error maven, quarkus, validation, configuration
<detected Maven version> is not supported, it must be in <re
exception error maven, quarkus, version-compatibility, build
The requested Maven version <requiredMavenVersionRange> is i
exception error maven, configuration, version-range, build-failure
Process interrupted
exception warning interruption, sigint, console-prompt, interactive-cli
Failed to initialize Maven repository system
exception critical maven, bootstrap, repository-system, environment
Failed to initialize Quarkus Maven context
exception critical maven, bootstrap, workspace, project-model
Failed to initialize Maven artifact resolver
exception critical maven, artifact-resolver, bootstrap, dependency-resolution
Unable to find top command. Ensure you have a @CommandDefini
exception error quarkus, aesh, cli, startup, configuration
Top command must implement org.aesh.command.Command interfac
exception error quarkus, aesh, cli, type-mismatch, configuration
Unable to find or load top command: <className>
exception error quarkus, aesh, cli, classpath, reflection
Failed to register command: <className>
exception error quarkus, aesh, cli, command-registry, duplicate
Unable to load the datasource driver <driverName> for the <f
exception error quarkus, agroal, jdbc, datasource, classpath, build-time
Driver is not an XA dataSource, while XA has been enabled in
exception error quarkus, agroal, jdbc, xa, transactions, build-time
Driver <driverName> is an XA datasource, but XA transactions
validation error quarkus, agroal, jdbc, xa, transactions, default-datasource
Driver <driverName> is an XA datasource, but XA transactions
validation error quarkus, agroal, jdbc, xa, transactions, named-datasource
Unable to find a JDBC driver corresponding to the database k
exception error quarkus, agroal, jdbc, db-kind, driver-resolution, build-time
No datasource named '<dataSourceName>' exists
exception error quarkus, agroal, datasource, runtime, configuration
Datasource <dataSourceName> does not have a JDBC URL and sho
exception error quarkus, datasource, jdbc, config
Unable to load the datasource driver <resolvedDriverClass> f
exception critical quarkus, datasource, jdbc, classpath, driver
The Amazon Lambda extensions are incompatible with the 'nati
exception error quarkus, amazon-lambda, native, build, packaging
Quarkus initialization error
exception critical quarkus, amazon-lambda, startup, lifecycle
Unable to perform live reload scanning
exception error quarkus, amazon-lambda, dev-mode, live-reload
Multiple handler classes. You have a custom handler class a
exception error quarkus, amazon-lambda, build, handler-conflict
Unable to find handler class, make sure your deployment incl
exception error quarkus, amazon-lambda, build, handler-not-found
RequestHandler class not found in the index: <handlerClassNa
exception error quarkus, amazon-lambda, jandex, build, config
Unable to find a concrete handleRequest method on handler cl
exception error quarkus, amazon-lambda, jandex, build
Unable to resolve input and output types for handler class <
exception error quarkus, amazon-lambda, generics, jandex, build
Not Allowed
exception error vertx, unsupported-operation, mock-server, amazon-lambda
java.lang.RuntimeException wrapping the underlying Interrupt
exception error shutdown, vertx, amazon-lambda, mock-server
Unable to find handleRequest method in <handlerClass.getName
exception error reflection, amazon-lambda, handler-signature, native-image
Unable to find handler class with name <handler> make sure t
exception error configuration, cdi, named-bean, amazon-lambda
Multiple handler classes, either specify the quarkus.lambda.
exception error configuration, ambiguous-bean, cdi, amazon-lambda
Unable to find handler class, make sure your deployment incl
exception error configuration, missing-handler, amazon-lambda, deployment
Missing HTTP method in request event
exception error api-gateway, event-payload, amazon-lambda-http
You must override this method or IdentityProvider.authentica
exception error security, authentication, amazon-lambda-http
You must override this method or IdentityProvider.authentica
exception error security, authentication, amazon-lambda-rest
AnnotationTransformation is not an AnnotationsTransformer: <
exception error quarkus, arc, deprecated-api, build-time
Invalid configuration value set for 'quarkus.arc.remove-unus
validation error quarkus, arc, configuration, build-time
Different default scopes defined for additional bean class:
exception error quarkus, arc, build-time, bean-registration
Unexpected value: <arcConfig.optimizeContexts()>
exception error quarkus, arc, enum, build-time
A matching predicate must be set!
exception error quarkus, arc, builder, build-time
Quarkus does not support CDI Full @Specializes annotation; t
exception critical quarkus, arc, cdi, incompatible-feature
java.io.IOException wrapped in UncheckedIOException (no own
exception error quarkus, arc, io, filesystem
'target' can only be a class, a field or a method: <target>
exception error quarkus, arc, build-time, illegal-argument
KnownCompatibleBeanArchiveBuildItem.Builder needs to declare
exception error quarkus, arc, builder, build-time
Invalid regex pattern '<stringValue>' in <annotation>: <e.ge
validation error quarkus, arc, regex, build-time
Unsupported injection point target: <injectionPoint>
exception error cdi, quarkus-arc, config-property, build-time
Failed to find any non-blocking provider for startup actions
exception error cdi, startup, vertx, reactive, build-time
Synthetic bean does not provide a creation method, use Exten
exception error cdi, synthetic-bean, build-time, extension-development
Synthetic bean has ExtendedBeanConfigurator#checkActive(), b
exception error cdi, synthetic-bean, recorder, build-time, extension-development
It is not possible to specify multiple creation methods
exception error cdi, synthetic-bean, build-time, extension-development
The object is not a proxy returned from a recorder method: <
exception error cdi, recorder, synthetic-bean, build-time
TransformedAnnotationsBuildItem#queryForMethodParam needs to
exception error cdi, jandex, annotations, build-time
Unexpected value: <config.devMode().generateDependencyGraphs
exception error dev-ui, cdi, enum, build-time
Dev UI problem: monitoring of CDI business method invocation
exception error dev-ui, cdi, configuration-conflict, monitoring
Invalid annotation target: <target>
exception error dev-ui, cdi, synthetic-bean, build-time
Unable to find the base class for <name>
exception error
Arc container was null
exception error
Undeclared checked Throwable rethrown during bean instance c
exception error
No current injection point found
exception error
No current injection point found
exception error
Cannot load required type: <requiredType>
exception error
No current injection point found
exception error
io.quarkus.runtime.DeploymentException wrapping the config v
exception error
No current injection point found
exception error
A runtime config property value differs from the value that
exception error
IllegalStateException wrapping ClassNotFoundException for ge
exception critical quarkus, arc, cdi, classpath, generated-code
Unable to derive the logger name at ${injectionPoint}
exception error quarkus, arc, cdi, logging, injection-point
Unable to load the config property type: ${className}
exception error quarkus, config, microprofile-config, classpath, build-time
Failed to find any non-blocking provider for startup actions
exception error quarkus, vertx, startup, non-blocking, missing-dependency
Improper integration of '${LogFilterFactory.class.getName()}
exception error quarkus, arc, cdi, logging, bean-discovery
You have to specify a key. This is the key the user will pre
exception error quarkus, assistant, devui, build-item, validation
You have to specify a description. This is what the user wil
exception error quarkus, assistant, devui, build-item, validation
You have to specify userMessage that will be send to AI, or
exception error quarkus, assistant, devui, build-item, validation
User message is required
exception error quarkus, assistant, ai, validation
Failed to list matching files in ${importPath}
exception error quarkus, avro, codegen, io, filesystem
Failed to compile avro IDL file: ${filePath} to Java
exception error avro, codegen, idl, quarkus
Failed to compile avro protocole file: ${filePath} to Java
exception error avro, codegen, protocol, quarkus
Unable to find the following conversion class: ${customConve
exception error avro, codegen, classpath, reflection, quarkus
Failed to copy compiled files to output directory ${outputDi
exception error avro, codegen, io, filesystem, quarkus
Unable to create new instance for ${clazz}
exception error avro, graalvm, native-image, reflection, quarkus
.pfa font files are not supported. Use TrueType fonts, i.e.
exception error awt, fonts, graalvm, native-image, quarkus
.pfb font files are not supported. Use TrueType fonts, i.e.
exception error awt, fonts, graalvm, native-image, quarkus
Unable to set tmp java.home for FontConfig Quarkus AWT usage
exception error awt, fontconfig, graalvm, native-image, filesystem, quarkus
Failed to write Windows ${configFile.toAbsolutePath()}
exception critical awt, native-image, filesystem, windows
Printing is not supported with Quarkus AWT extension.
exception error awt, printing, unsupported-operation, windows
Path must be set if using file auth config
exception error azure-functions, configuration, maven-plugin
Auth config file not found: ${path}
exception error azure-functions, configuration, file-not-found
Auth config file does not define type: ${path}
exception error azure-functions, configuration, properties-file
Unable to deploy Azure function: ${e.getMessage()}
exception error azure-functions, deployment, azure-toolkit
Please config the <appName> in pom.xml.
validation error azure-functions, configuration, maven-plugin
The app name '%s' is not valid. The <appName> only allow alp
validation error azure-functions, validation, naming
Please config the <resourceGroup> in pom.xml.
validation error azure-functions, configuration, maven-plugin
The <resourceGroup> only allow alphanumeric characters, peri
validation error
Invalid value for <appServicePlanName>, it need to match the
validation error
Invalid value for <appServicePlanResourceGroup>, it only all
validation error
The value of <os> is not correct, supported values are: wind
validation error
Please config the <image> of <runtime> in pom.xml.
error_code error
Subscription %s was not found in current account.
error_code error
You account does not have a subscription to deploy to
error_code error
You must specify a subscription id to use for deployment as
error_code error
Azure Function deployment need to use a legacy JAR, please s
error_code error
Staging directory does not exist. Rebuild the app
error_code error
Unsupported target:
error_code error quarkus, cache, build-time, annotation-target
Invalid type:
error_code error quarkus, cache, build-time, generics, jandex
Injected class not found in index:
error_code error quarkus, cache, build-time, jandex, classpath
@CachedResults class must be an interface or declare a no-ar
error_code error quarkus, cache, build-time, constructor, cdi
At least one key element is required to create a composite c
exception error quarkus, cache, cachekey, illegal-argument
This cache is not an instance of
exception error quarkus, cache, downcast, illegal-state
Cache key generator instantiation failed
exception error quarkus, cache, reflection, key-generator, cdi
Unhandled async return type
exception error quarkus, cache, async, uni, internal
Unknown cache type:
error_code error quarkus, cache, configuration, deployment, missing-dependency
An existing cached value type does not match the requested t
exception error cache, caffeine, classcast
The write-based expiration policy can only be changed if the
exception error cache, caffeine, configuration, expiration
The access-based expiration policy can only be changed if th
exception error cache, caffeine, configuration, expiration
The maximum size can only be changed if the cache was constr
exception error cache, caffeine, configuration, eviction
An existing cached value type does not match the type return
exception error cache, caffeine, classcast, loader
The native binary produced by the build is not a Linux binar
error_code error native-image, container-image, buildpack, linux
Buildpack build unable to determine project dir
error_code error buildpack, container-image, project-layout
Buildpack build unable to verify project dir
error_code error buildpack, container-image, filesystem
Buildpack build failed
error_code error buildpack, container-image, process-exit
The 'buildx' properties are specific to 'executable-name=doc
console error docker, buildx, configuration
Unable to save enhanced Dockerfile contents to disk
console error container-image, docker, filesystem, io
Unable to build container image. Please check your %s instal
console error docker, podman, container-runtime, environment
The project is built with Java 17 or higher, but the selecte
console error docker, java-version, base-image, quarkus-3
The native binary produced by the build is not a Linux binar
console error native-image, docker, cross-platform, graalvm
Unable to find root of Dockerfile files. Consider adding 'sr
console error docker, dockerfile, project-layout, quarkus
Unable to find Dockerfile %s in %s
console error docker, dockerfile, missing-file, packaging
Unable to determine project root
console error docker, dockerfile, project-layout, configuration
Specified Dockerfile path %s does not exist
console error docker, dockerfile, configuration, path-resolution
The native binary produced by the build is not a Linux binar
console error jib, native-image, cross-platform, graalvm, container-image
Unable to create container image
console error container-image, jib, build, docker
Unable to get last modified time for
console error jib, container-image, filesystem, race-condition
Unable to add extra files in
console error jib, container-image, filesystem, configuration
Could not reflectively call JibContainerBuilder constructor
console error jib, reflection, docker, version-mismatch
Invalid digest or hash:
console error jib, docker, digest, image-metadata
Failed to read imageId
console error jib, reflection, version-mismatch, docker
Specified Dockerfile: '%s' does not exist.
console error openshift, dockerfile, configuration, file-not-found
Specified Dockerfile: '%s' is not a normal file.
console error openshift, dockerfile, configuration, validation
Specified Dockerfile: '%s' does not contain a FROM directive
console error openshift, dockerfile, validation, docker
Unable to validate specified Dockerfile: '%s'
console error openshift, dockerfile, ioexception, permissions
Unsupported Java version:
console error java, openshift, s2i, container-image, build-time
Error creating the openshift binary build archive.
console error openshift, container-image, io, packaging, s2i
Build:%s is no longer present!
console error openshift, kubernetes, build, polling, cluster
Build:%s has no status!
console error openshift, kubernetes, build, status, cluster
Build:%s cancelled!
console error openshift, build, cancelled, kubernetes, ci
Build:%s failed! %s
console error openshift, s2i, build-failed, kubernetes, registry
Build:%s encountered error! %s
console error openshift, build-error, kubernetes, infrastructure, cluster
Unable to save enhanced Dockerfile contents to disk
console error podman, container-image, io, dockerfile, aot
Stateless operations not supported
exception error hibernate, reactive, unsupported-operation, stateless-session, quarkus
Limiting to 0 values is not supported
validation error panache, pagination, illegal-argument, hibernate-reactive
Cursor-based pagination is not supported by Hibernate Reacti
exception error panache, pagination, cursor, hibernate-reactive
Limiting to 0 values is not supported
validation error panache, pagination, illegal-argument, stateless
Cursor-based pagination is not supported by Hibernate Reacti
exception error panache, pagination, cursor, stateless
Managed operations not supported
exception error hibernate-reactive, stateless-session, unsupported-operation
Stateless operations not supported
exception error hibernate, orm, blocking, stateless-session
Limiting to 0 values is not supported
validation error hibernate, panache, pagination, illegal-argument
Managed operations not supported
exception error hibernate, stateless-session, session, unsupported-operation
quarkus.datasource.url and quarkus.datasource.driver have be
validation error configuration, datasource, migration, quarkus
Services have not been started yet
exception error docker-compose, devservices, lifecycle, illegal-state
Services named ${servicesToWaitFor} do not exist, but wait c
exception error docker-compose, devservices, configuration, service-name
Docker Compose not found. Is ${composeExecutable} on the PAT
exception critical docker-compose, devservices, path, missing-executable
Unsupported port format: ${port}
exception error docker-compose, devservices, port, parse-error
Cannot create a RunningDevServicesDatasource before the H2 d
exception error devservices, h2, datasource, lifecycle
The container image ${dockerImageName} requires you to accep
exception error devservices, mssql, license, testcontainers
Failed to generate key id
exception error oidc, devservices, crypto, jce
Unable to determine datasource URL
exception error devservices, postgresql, datasource, config
An error occurred while processing ${resourceName}
exception error devui, build-time, ioexception, classpath
Invalid hue, number needs to be between 0 and 360. Defines a
validation error devui, build-time, color, argument-validation
Invalid saturation, number needs to be between 0 and 100. 0%
validation error devui, build-time, color, argument-validation
Invalid lightness, number needs to be between 0 and 100. 0%
validation error devui, build-time, color, argument-validation
Invalid alpha, number needs to be between 0 and 1. 0 is full
validation error devui, build-time, color, argument-validation
Failed to read ${extPropsVisitUrl}
exception error devui, build-time, ioexception, extension-descriptor
Failed to locate quarkus.extension.deployment-artifact in ${
exception error devui, quarkus-extension, build-time, missing-metadata
Failed to locate META-INF/quarkus.properties in ${runtimeExt
exception error devui, quarkus-extension, missing-descriptor, classpath
Failed to locate 'artifact' or 'group-id' and 'artifact-id'
exception error devui, metadata, quarkus-extension, validation
Unable to manage configurations - no resource directory foun
exception error devui, configuration, dev-mode, resources-directory
Failed to locate ${targetCoords.toCompactCoords()} among the
exception error devui, dependencies, application-model, not-found
className parameter is required
validation error devui, testing, validation, missing-parameter
No workspace path provided
exception error devui, workspace, security, validation
Invalid workspace path: ${uriString}
exception error devui, workspace, security, uri-parsing
Path is outside the project root: ${resolved}
exception error devui, workspace, security, path-traversal
Invalid fileName
validation error devui, extension-development, validation, build-time
Invalid template
validation error quarkus, devui, builder-validation
FileName is mandatory, for example 'index.html'
validation error quarkus, devui, builder-validation
Only one of runtimeValue, function or assistantFunction is a
validation error quarkus, devui, jsonrpc, builder-validation
methodName must be provided
validation error quarkus, devui, jsonrpc, builder-validation
Either function, assistantFunction or runtimeValue must be p
validation error quarkus, devui, jsonrpc, builder-validation
Either function or runtimeValue must be provided
validation error quarkus, devui, jsonrpc, builder-validation
Invalid build time data key, can not be empty
validation error quarkus, devui, builder-validation
Could not find component reference
exception error devui, namespace, card, build-time
CardAction title is required
validation error devui, card-action, validation, build-time
CardAction requires either jsonRpcMethodName() or url()
validation error devui, card-action, validation, jsonrpc
CardText requires either staticText(), dynamicText(), or str
validation error devui, card-text, validation, build-time
Invalid external URL, can not be empty
validation error devui, external-page, url, validation
Invalid dynamic URL Method name, can not be empty
validation error devui, external-page, jsonrpc, validation
Invalid mimeType, can not be empty
validation error devui, external-page, mimetype, validation
Could not find component reference
exception error devui, page, namespace, build-time
Not enough information to build the page. Set at least one o
validation error devui, page-builder, validation, build-time
Invalid template link [${templateLink}] - Expeting a link th
validation error devui, qute, template, validation
Invalid component [${componentName}]
exception error devui, builder-validation, build-time
Invalid component link [${componentLink}] - Expeting a link
exception error devui, builder-validation
Not enough information to build the action. Set at least lab
validation error devui, builder-validation, build-time
Expected a base64 encoded byte array, got: ${text}
validation error devui, json-rpc, base64, vertx
The level of the root logger cannot be set to null
validation error devui, logging, json-rpc, jul
Could not find ${BUILDER_BASE_CLASS_NAME}#withJson(...); doe
exception critical native-image, elasticsearch, graalvm, version-mismatch
You must provide either a valid username/password pair for B
validation error elasticsearch, configuration, authentication
Wasn't able to determine the distribution of the search serv
exception error devservices, elasticsearch, opensearch, containers, configuration
Multiple extensions request different versions of Elasticsea
exception error devservices, elasticsearch, build-time, version-mismatch
Multiple extensions request different distributions of Elast
exception error devservices, elasticsearch, opensearch, build-time
AuthenticationFailedException
http error security, authentication, elytron
AuthenticationFailedException
http error security, bearer-token, authentication, elytron
AuthenticationFailedException
http error security, authentication, elytron, trusted-identity
Iteration count must be greater than zero
validation error security, bcrypt, password-hashing, illegal-argument
Salt length must be exactly 16 bytes
validation error security, bcrypt, salt, password-hashing
Could not obtain credential
exception error ldap, elytron, security, configuration
Could not obtain principal
exception error ldap, elytron, security, configuration, missing-property
client-id, client-secret and introspection-url must be confi
validation error oauth2, configuration, security, missing-config
No PropertiesRealmConfig users/roles settings found. Configu
validation error configuration, security, properties-file, elytron
Unable to register password for user:${user} make sure it is
exception error security, password-hash, properties-file, elytron
Invalid Flyway callback. It shouldn't be abstract and must h
exception error flyway, callback, build-time, reflection
Flyway migration location may not be null.
exception error flyway, migration, configuration, build-time
Username and password must be defined when a JDBC URL is pro
exception error flyway, configuration, database, jdbc
quarkus.funqy.export does not match a function: ${export}
exception error funqy, aws-lambda, configuration, serverless
There are no functions to process lambda
exception error funqy, aws-lambda, serverless, missing-function
Too many functions. You need to set quarkus.funqy.export
exception error funqy, aws-lambda, configuration, ambiguity
Could not deserialize the provided message.
exception error jackson, deserialization, aws-lambda, funqy
Could not serialize the provided output.
exception error jackson, serialization, aws-lambda, funqy
DynamoDB records are too specific. It is not supported to ex
exception error dynamodb, aws-lambda, funqy, event-binding
DynamoDB records are too specific. It is not supported to ex
exception error dynamodb, eventbridge-pipes, aws-lambda, funqy, event-binding
The specified attribute name "${attributeName}" is not speci
exception error cloudevents, funqy, validation
Extension name cannot be null
exception error cloudevents, funqy, null-check
Google Cloud Function deployment need to use a uberjar, plea
exception error build-time, google-cloud-functions, packaging, funqy
quarkus.funqy.export does not match a function: ${export}
exception error configuration, google-cloud-functions, funqy, runtime
There are no functions to process lambda
exception error configuration, google-cloud-functions, funqy, runtime
Too many functions. You need to set quarkus.funqy.export
exception error configuration, google-cloud-functions, funqy, runtime
A background function cannot return a value
exception error gcp, background-function, funqy, return-type
Only supported major versions are 0 and 1.
exception error knative, cloudevent, spec-version, funqy
Don't know how to get event data (dataContentType: '%s', jav
exception error knative, cloudevent, deserialization, funqy
Cannot deserialize data for data-content-encoding: '${dataCo
exception error knative, cloudevent, encoding, deserialization, funqy
Don't know how to get event data (dataContentType: '%s', jav
exception error knative, cloudevent, json, deserialization, funqy
Function for trigger '${trigger}' has multiple matching invo
exception error knative, cloudevent, ambiguous-dispatch, funqy, duplicate-mapping
When using CloudEvent<> generic parameter must be used.
exception error knative, cloudevent, generics, funqy, type-parameter
quarkus.funqy.export value does not map a function: ${export
exception error knative, config, funqy, startup-failure, function-export
knative-events.function-mapping does not map to a function:
exception error quarkus, funqy, knative, config
Function '${functionName}' has ${paramType} type 'Byte[]' (b
exception error quarkus, funqy, knative, type-validation
Method '%s' annotated with '@Funq' declared in the class '%s
exception error quarkus, funqy, visibility, build-time
Uni must be used with type parameter (e.g. Uni<String>).
exception error quarkus, funqy, mutiny, generics
Method "" + methodDescription + "" not found.
exception error quarkus, funqy, reflection, registry
Unrecognized primitive " + c
exception error quarkus, funqy, reflection, internals
RuntimeException(e)
exception error quarkus, funqy, query-binding, reflection
Illegal key type for map
exception error quarkus, funqy, query-binding, generics
Cannot get QueryReader for: " + type
exception error quarkus, funqy, generics, query-binding
RuntimeException(e)
exception error quarkus, funqy, reflection, instantiation
The Google Cloud extensions are incompatible with the 'nativ
exception error build-time, google-cloud-functions, packaging
Google Cloud Function deployment need to use a uberjar, plea
exception error build-time, google-cloud-functions, packaging, uber-jar
No Google Cloud Function found on the classpath
exception error build-time, google-cloud-functions, missing-class
No function named " + functionName + ", did you forget to an
exception error google-cloud-functions, configuration, cdi-naming
Multiple functions found, please use 'quarkus.google-cloud-f
exception error google-cloud-functions, configuration, ambiguous
RuntimeException(e)
exception error google-cloud-functions, classpath, reflection
IOException(deploymentStatus)
exception error google-cloud-functions, startup, cold-start
We didn't found any BackgroundFunction or RawBackgroundFunct
exception error google-cloud-functions, configuration, wiring
Could not parse received event payload into type " + paramet
exception error gcp, json, deserialization, background-function
RuntimeException(e)
exception error gcp, classpath, configuration, cloudevents
IOException(deploymentStatus)
exception critical gcp, startup-failure, bootstrap, cloudevents
We didn't found any CloudEventsFunction to run (or there is
exception error gcp, configuration, cloudevents, missing-bean
RuntimeException(e)
exception error gcp, classpath, configuration, http-function
IOException(deploymentStatus)
exception critical gcp, startup-failure, bootstrap, http-function
We didn't found any HttpFunction to run (or there is multipl
exception error gcp, configuration, http-function, missing-bean
Google Cloud Function deployment need to use a uberjar, plea
exception error gcp, build, packaging, uber-jar
IOException(deploymentStatus)
exception critical gcp, startup-failure, bootstrap, http-function
IOException(e)
exception error gcp, http, netty, proxy
Cannot attach headers to a null client
exception error grpc, null-pointer, client-injection
Unsupported client type " + client.getClass()
exception error grpc, illegal-argument, unsupported-type
RuntimeException(e)
exception error grpc, cli, protobuf-parsing
RuntimeException(e)
exception error grpc, cli, protobuf-parsing
RuntimeException(e)
exception error grpc, cli, json-parsing
Failed to generate Java classes from proto files: %s to %s w
exception error grpc, codegen, protoc, build
Failed to generate java files from proto file in " + inputDi
exception error grpc, codegen, io, build
Failed to create directory: " + protoOutputDir
exception error io, filesystem, build, grpc, codegen
Failed to extract proto file" + path + " to target: " + outP
exception error io, filesystem, grpc, codegen
e.getMessage() (rethrow of code generation failure)
exception error build, grpc, codegen, wrapped-exception
Failed to find ${location} among dependencies
exception error grpc, codegen, dependencies, protoc
Failed to copy file: ${artifactPath} to ${exe}
exception error io, filesystem, grpc, codegen
Failed to make the file executable: ${exe}
exception error filesystem, permissions, grpc, codegen
Unsupported OS, please use maven plugin instead to generate
exception error grpc, codegen, os-compatibility, protoc
Failed to find Quarkus gRPC protoc plugin among dependencies
exception error grpc, codegen, dependencies, protoc-plugin
Failed to create a wrapper script for quarkus-grpc plugin
exception error io, filesystem, grpc, codegen
failed to set file: ${script} executable. Protoc invocation
exception error filesystem, permissions, grpc, codegen
Unable to derive the service interface for the generated Mut
exception error grpc, cdi, quarkus-build
Unable to determine the client name from the parameter at po
validation error grpc, cdi, compiler-flags
${clientAnnotation} may not be declared at ${target}
exception error grpc, cdi, annotation-misuse
Invalid @GrpcClient `${targetInfo}` - client name cannot be
validation error grpc, cdi, configuration
A gRPC service injection is missing the @GrpcClient qualifie
validation error grpc, cdi, missing-qualifier
A gRPC service injection is missing the @GrpcClient qualifie
validation error grpc, cdi, missing-qualifier
A generated bean does not declare the delegate field: ${gene
exception error grpc, codegen, stale-build
${exceptionMsgSupplier.get()} (blocking annotations conflict
exception error grpc, blocking, annotation-conflict
${exceptionMsgSupplier.get()} (nonBlocking/virtual-thread an
exception error grpc, virtual-threads, annotation-conflict
Invalid target for the @RegisterInterceptor: ${target}
validation error grpc, interceptor, annotation-misuse
The original implementation class of a gRPC service not foun
exception error grpc, quarkus, build-time, codegen, jandex
Code generation failed. Please check the log above for detai
exception error grpc, protobuf, quarkus, codegen, proto-config
Duplicated gRPC service: ${serviceName}
exception error grpc, reflection, duplicate-service, quarkus
File name already used: ${name}
exception error grpc, reflection, protobuf, duplicate-file
Service already defined: ${fullyQualifiedServiceName}
exception error grpc, reflection, protobuf, duplicate-symbol
Method already defined: ${fullyQualifiedMethodName} in ${ful
exception error grpc, reflection, protobuf, duplicate-method
Type already defined: ${fullyQualifiedTypeName}
exception error grpc, reflection, protobuf, duplicate-type
Extension name ${extensionName} and number ${extensionNumber
exception error grpc, reflection, protobuf, extensions, duplicate-symbol
Cannot transform exception ${failure} to a status exception
exception error grpc, quarkus, auth, unimplemented-method
Cannot transform exception ${exception}
exception error grpc, quarkus, auth, security, exception-mapping
Interceptor class ${interceptorClass} is not a CDI bean. Onl
validation error grpc, cdi, interceptor, quarkus
invalid configuration for a Stork Load Balancer : ${loadBala
exception error grpc, stork, load-balancer, configuration
No service definition for serviceName ${serviceName} found.
exception error grpc, stork, service-discovery, configuration
Failed to determine working socket addresses for service-nam
exception error grpc, stork, service-discovery, network
Unable to find the GrpcClientConfigProvider
exception error grpc, cdi, configuration, quarkus
gRPC client '${name}' cannot use both domain-socket and Stor
validation error grpc, stork, configuration, unix-domain-socket
Unable to find the TLS configuration ${tlsConfigurationName}
exception error grpc, tls, configuration, quarkus
Unable to read ${resourceName} from ${path}
exception error io, resources, grpc, classpath
Unable to retrieve the gRPC Channel ${name}
exception error grpc, cdi, configuration, quarkus
Compression cannot be null
exception error grpc, null-pointer, compression, quarkus
Blocking gRPC client call made from the event loop. If the c
exception error grpc, event-loop, blocking, reactive, quarkus
Trust options have already been set
validation error grpc, tls, configuration, ssl, quarkus
Key cert options have already been set
validation error grpc, tls, configuration, ssl, quarkus
Could not find Jetty NPN/ALPN or Conscrypt as installed JDK
exception error grpc, netty, native-image, tls, graalvm
Unsupported provider: ${provider}
exception error grpc, netty, native-image, ssl, graalvm
Provider %s could not be instantiated %s
exception error grpc, native-image, serviceloader, graalvm
Cyclic dependency when marshaling an object
exception error jsonb, serialization, hal, circular-reference, quarkus
Hibernate Envers activated explicitly for persistence unit '
validation error hibernate-envers, configuration, build-time, quarkus
Methods that are annotated with JPA Listener annotations sho
exception error jpa, hibernate-orm, entity-listener, build-time
An extension attempted to contribute the default persistence
validation error hibernate-orm, persistence-unit, spi, build-time
Persistence unit '%s' is contributed by an extension but is
validation error hibernate-orm, persistence-unit, spi, name-conflict
A legacy persistence.xml file is present in the classpath, b
validation error hibernate-orm, persistence-xml, configuration-conflict
The Hibernate ORM configuration in Quarkus does not support
exception error hibernate-orm, hibernate-properties, configuration, classpath
Datasource must be defined for persistence unit '%s'. Settin
validation error datasource, hibernate-orm, configuration, jdbc
Failed to read class bytes for '${className}', class not pre
exception error classloading, hibernate-orm, bytecode-enhancement
Failed to read Model class
exception error ioexception, hibernate-orm, bytecode-enhancement, classpath
@PersistenceUnit annotations are not supported at the class
exception error jpa, persistence-unit, annotation-placement, hibernate-orm
Unable to properly register the hierarchy of the following J
validation error jandex, hibernate-orm, indexing, classpath
Cannot find ORM mapping file '${mappingFileName}' in the cla
exception error quarkus, hibernate-orm, classpath, mapping-file
Missing attribute '${nodeName}.class'
exception error quarkus, hibernate-orm, orm-xml, xml-validation
Annotation ${dotName} was not expected on a target of kind $
exception error quarkus, hibernate-orm, annotation-target, jandex
Type ${className} must be annotated with @Embeddable, becaus
validation error quarkus, hibernate-orm, embeddable, build-time-validation
Multiple ${AdditionalPersistenceUnitBuildItem} for persisten
exception error quarkus, hibernate-orm, persistence-unit, duplicate-config
Hibernate %s persistence unit '%s' cannot be created for the
validation error quarkus, hibernate-orm, datasource, configuration-exception
Could not guess the dialect from the database kind '${dbKind
validation error quarkus, hibernate-orm, dialect, database
Cache region '${cacheName}': 'object-count' and 'maximum-wei
validation error quarkus, hibernate-orm, caching, config-conflict
Cache region '${cacheName}': 'weigher-class' requires 'maxim
validation error quarkus, hibernate-orm, caching, weigher
Unable to interpret path referenced in '<puPropertyKey(persi
exception error quarkus, hibernate-orm, sql-load-script, path-resolution
Unable to find file referenced in '<puPropertyKey(persistenc
exception error quarkus, hibernate-orm, configuration, missing-file
Error reading mapping file '<mappingFilePath>' ('<url>'): <e
exception error quarkus, hibernate-orm, xml, parsing
Persistence unit '<persistenceUnitName>' references mapping
exception error quarkus, hibernate-orm, classpath, ambiguity
This PersistenceProvider does not support createEntityManage
exception error quarkus, hibernate-orm, jpa, unsupported-api, cdi
No name provided and multiple persistence units found
exception error quarkus, hibernate-orm, persistence-unit, ambiguity
Attempting to boot a blocking Hibernate ORM instance on a re
exception error quarkus, hibernate-orm, hibernate-reactive, reactive, mismatch
Attempting to boot a deactivated Hibernate ORM persistence u
exception error quarkus, hibernate-orm, persistence-unit, deactivated
The FastbootHibernateProvider PersistenceProvider can not su
exception error quarkus, hibernate-orm, configuration, build-time
When using offline mode with `quarkus.hibernate-orm.database
exception error quarkus, hibernate-orm, configuration, offline, schema
Hibernate ORM activated explicitly for persistence unit '<pu
exception error quarkus, hibernate-orm, configuration, build-time, disabled-extension
Unable to find an EntityManagerFactory for persistence unit
exception error jpa, persistence-unit, quarkus, hibernate-orm, configuration
Persistence unit is closed
exception error jpa, lifecycle, shutdown, hibernate-orm, quarkus
Multiple instances of %1$s were found for persistence unit %
exception error cdi, ambiguous-bean, hibernate-orm, quarkus, persistence-unit
Error unzipping import file %s: %s
exception error schema-generation, import-files, zip, io, hibernate-orm
Persistence providers are not available during the static in
exception error native-image, static-init, jpa, hibernate-orm, quarkus
This isn't used for schema generation - see SessionFactoryOb
exception error schema-generation, unsupported-operation, hibernate-orm, quarkus
Legacy setting being used: 'hibernate.ejb.session_factory_ob
exception error configuration, deprecated-setting, hibernate-orm, migration, session-factory
Unable to find <entityName> with id <id>
exception error jpa, entity-not-found, lazy-loading, hibernate-orm, getreference
This method is not available at runtime in Quarkus
exception error hibernate-orm, quarkus, unsupported-operation, static-init
Unable to instantiate integrator <integratorClass>
exception error hibernate-orm, reflection, integrator, instantiation
Can't load class: <settingStringValue>
exception error hibernate-orm, classpath, classnotfound, configuration
The provided <settingName> setting value [<settingValue>] is
exception error hibernate-orm, configuration, type-mismatch, settings
The <clazz.getSimpleName()> class [<instanceClass>] could no
exception error hibernate-orm, reflection, instantiation, configuration
Value found for #getJarFileUrls : not supported yet
exception error hibernate-orm, persistence-xml, unsupported, jar-file
Value found for #getJtaDataSource : not supported yet
exception error hibernate-orm, datasource, persistence-xml, unsupported
Value found for #getNonJtaDataSource : not supported
exception error hibernate-orm, datasource, persistence-xml, unsupported
InitiatorList requires for Hibernate Reactive but Hibernate
exception error hibernate-orm, hibernate-reactive, missing-extension, reactive
Booting a blocking Hibernate ORM serviceregistry on a Reacti
exception error hibernate-orm, hibernate-reactive, recorded-state, reactive
Unsupported mapping file root (unrecognized type): <root>
exception error hibernate-orm, xml-mapping, quarkus, bootstrap
Weigher class '<className>' must implement com.github.benman
exception error hibernate-orm, caffeine, cache, config, quarkus
Unable to instantiate weigher class: <className>
exception error hibernate-orm, caffeine, cache, reflection, quarkus
Invalid ORM compatibility version: %1$s. Valid versions are:
exception error hibernate-orm, config, validation, quarkus
The 'quarkus.hibernate-orm.mapping.format.global' configurat
exception error hibernate-orm, config, deprecation, quarkus, startup
Could not access JTA Transaction to register synchronization
exception error jta, transaction, hibernate-orm, quarkus
Could not lookup a pre-generated proxy class definition for
exception warning hibernate-orm, proxy, lazy-loading, entity, quarkus
Bytecode enhancement failed for class '<entityName>' (it mig
exception error hibernate-orm, bytecode-enhancement, proxy, java-modules, quarkus
JMX is not available in native images.
exception error native-image, jmx, caffeine, jcache, quarkus, graalvm
This build of Hibernate ORM doesn't support 'thread' value f
exception error hibernate-orm, native-image, graalvm, session-context, quarkus
Failed to generate Enhanced Proxy: default constructor is mi
exception error hibernate-orm, jpa, proxy, entity, constructor
Can only be used in dev or test mode
exception error hibernate-orm, dev-mode, schema-management, launch-mode
Unable to load class [<className>]
exception error hibernate-orm, classloading, native-image, reflection
A Datasource was configured as Connection Pool, but it's not
exception error hibernate-orm, agroal, datasource, connection-pool, jdbc
Persistence unit '<persistenceUnitName>' was configured to r
exception error hibernate-orm, database-version, dialect, startup, configuration
When using offline mode `quarkus.hibernate-orm.database.star
exception error hibernate-orm, offline-mode, version-check, configuration
Cannot retrieve a connection to the database during Quarkus'
exception error hibernate-orm, static-init, native-image, connection, quarkus
Cannot use the EntityManager/Session because neither a trans
exception error cdi, hibernate-orm, request-context, transactions
Cannot use the EntityManager/Session because no transaction
exception error cdi, hibernate-orm, transactions, request-context
You have attempted to perform a blocking operation on a IO t
exception error blocking, event-loop, hibernate-orm, reactive, vertx
Transaction is not active, consider adding @Transactional to
exception error hibernate-orm, jpa, transactions, persist
Not supported for transaction scoped entity managers
exception error jpa, hibernate-orm, lifecycle, quarkus
Not supported for JTA entity managers
exception error jta, hibernate-orm, quarkus, transactions, api-misuse
Cannot use the StatelessSession because neither a transactio
exception error jta, hibernate-orm, quarkus, cdi, context-not-active, stateless-session
Cannot use the StatelessSession because no transaction is ac
exception error jta, hibernate-orm, quarkus, context-not-active, stateless-session, transactions
You have attempted to perform a blocking operation on a IO t
exception error jpa, hibernate-orm, reactive, event-loop
Transaction is not active, consider adding @Transactional to
exception error jpa, hibernate-orm, transactions
Not supported for transaction scoped entity managers
exception error jpa, hibernate-orm, lifecycle
Not supported for JTA entity managers
exception error jpa, jta, transactions, hibernate-orm
No instance of datasource found for persistence unit '%1$s'
exception error multitenancy, datasource, agroal, config
Unexpected multitenancy strategy:
exception error multitenancy, hibernate-orm, config
Method 'TenantResolver.resolveTenantId()' returned a null va
exception error multitenancy, hibernate-orm, null
No instance of %1$s was found for persistence unit %2$s. You
exception critical hibernate-orm, multi-tenancy, cdi, missing-bean
Method 'TenantResolver.getDefaultTenantId()' returned a null
exception error hibernate-orm, multi-tenancy, null-return, contract-violation
No instance of %1$s was found for persistence unit %2$s. You
exception critical hibernate-orm, multi-tenancy, cdi, missing-bean
Method 'TenantConnectionResolver.resolve(String)' returned a
exception error hibernate-orm, multi-tenancy, null-return, contract-violation
No instance of %1$s was found for persistence unit %2$s. You
exception critical hibernate-orm, multi-tenancy, cdi, missing-bean
Cannot use persistence.xml with Hibernate Reactive in Quarku
exception error build-time, hibernate-reactive, persistence-xml, configuration-exception
No name provided and multiple persistence units found
exception error hibernate-reactive, persistence-unit, ambiguity
Attempting to boot a deactivated Hibernate Reactive persiste
exception error hibernate-reactive, persistence-unit, deactivated, config
The FastbootHibernateProvider PersistenceProvider can not su
exception error hibernate-reactive, build-time-config, runtime-properties
No pool has been defined for persistence unit
exception critical hibernate-reactive, datasource, missing-config, agroal
No Vert.x instance has been registered in ArC ?
exception error quarkus, hibernate-reactive, cdi, vertx, bootstrap
When using offline mode with `quarkus.hibernate-orm.database
exception error quarkus, hibernate-reactive, configuration, offline-mode, schema-management
No current Mutiny.Session found - you need to annotate your
exception error quarkus, hibernate-reactive, session, context, annotations
Mutiny.SessionFactory bean not found
exception error quarkus, hibernate-reactive, cdi, persistence-unit, session-factory
The Elasticsearch version needs to be defined via properties
exception error quarkus, hibernate-search, elasticsearch, build-time-config, configuration-exception
Unable to find file referenced in '${propertyKey}=${classpat
exception error quarkus, hibernate-search, elasticsearch, classpath-resource, build-time
Enabling Hibernate Search management endpoints, while there
exception error quarkus, hibernate-search, management-endpoints, vertx-http, capabilities
Could not initialize mapped class ${className}
exception error quarkus, hibernate-search, class-initialization, static-init, illegal-state
Hibernate Search activated explicitly for persistence unit '
exception error quarkus, hibernate-search, build-time-vs-runtime-config, configuration-exception, active-flag
Multiple instances of %1$s were found for Hibernate Search i
exception error quarkus, cdi, hibernate-search, elasticsearch, ambiguous-bean
Multiple instances of %1$s were found for Hibernate Search b
exception error quarkus, cdi, hibernate-search, elasticsearch, ambiguous-bean
Multiple instances of %1$s were found for Hibernate Search i
exception error quarkus, cdi, hibernate-search, ambiguous-bean
Could not initialize mapped class ${className}
exception error quarkus, hibernate-search, classloading, startup
Hibernate Search Standalone activated explicitly, but the Hi
exception error quarkus, hibernate-search, configuration, build-time-config
No matching bean in CDI context for type ${instance}
exception error cdi, quarkus, hibernate-search, dependency-injection
No matching bean in CDI context for type ${typeReference} an
exception error cdi, quarkus, hibernate-search, named-qualifier
Multiple instances of %1$s were found for Hibernate Search S
exception error cdi, quarkus, hibernate-search, ambiguous-bean
Multiple instances of %1$s were found for Hibernate Search S
exception error cdi, quarkus, hibernate-search, ambiguous-bean
Multiple instances of %1$s were found for Hibernate Search S
exception error cdi, quarkus, hibernate-search, ambiguous-bean
(dynamic: parameter constraint violations summary for the in
validation error bean-validation, constraint-violation, method-validation, quarkus
(dynamic: return value constraint violations summary for the
validation error bean-validation, constraint-violation, return-value, method-validation
(dynamic: constructor parameter constraint violations summar
validation error bean-validation, constraint-violation, constructor, cdi
(dynamic: constructor return value constraint violations sum
validation error bean-validation, constraint-violation, constructor
It's not possible to compile H2 triggers when embedding the
exception error graalvm, native-image, h2, unsupported-operation
It's not possible to compile H2 triggers when embedding the
exception error graalvm, native-image, h2, unsupported-operation
Authentication strategy 'dialog' is not supported in GraalVM
exception error graalvm, native-image, mariadb, authentication
Option 'pipe' is not available for MariaDB in native mode
validation error native-image, jdbc, mariadb, named-pipe
Option 'localSocket' is not available for MariaDB in native
validation error native-image, jdbc, mariadb, unix-socket
Quarkus does not support Active Directory based authenticati
exception error native-image, jdbc, mssql, azure-ad, authentication
Quarkus does not support Keyvault-based column encryption
exception error native-image, jdbc, mssql, keyvault, always-encrypted
Quarkus does not support AAS Enclave
exception error native-image, jdbc, mssql, enclave, always-encrypted
Quarkus does not support Client Certificate based authentica
exception error native-image, jdbc, mssql, client-certificate, mtls
It is not supported to connect to SQL Server versions older
exception error native-image, jdbc, mssql, sql-server-2008, compatibility
It is not possible to enable the useFmtOnly option on Quarku
validation error native-image, jdbc, mssql, usefmtonly, compatibility
Not Implemented in native mode
exception error native-image, jdbc, mysql, jmx, load-balancing
Connection.OtelApiNotFound
Connection.OtelApiNotFound
error_code error mysql, opentelemetry, missing-dependency, tracing
failed to encode options params
exception error postgresql, url-encoding, service-binding, kubernetes
The org.postgresql.sspi.SSPIClient is not available on Graal
exception error postgresql, native-image, sspi, windows, authentication
DATA_ERROR
Unable to convert DOMResult SQLXML data to a string.
error_code error postgresql, sqlxml, native-image, xml-transform
DATA_ERROR
Failed to re-encode xml data.
error_code error postgresql, sqlxml, encoding, native-image
INVALID_PARAMETER_TYPE
Unknown XML Source class: {0}
error_code error postgresql, sqlxml, unsupported-type, native-image
UNEXPECTED_ERROR
Unable to create SAXResult for SQLXML.
error_code error jdbc, postgresql, xml, native-image
OBJECT_NOT_IN_STATE
This SQLXML object has already been freed.
error_code error jdbc, postgresql, sqlxml, lifecycle
Cannot instantiate JSON-B component:
exception error jsonb, cdi, reflection, quarkus
The fixed Kafka port must be greater than 0
validation error kafka, devservices, testcontainers, validation
Failed to create Keycloak Admin client SSLContext
exception critical keycloak, tls, ssl, startup, configuration
Hostname verification failure
exception error ssl, tls, hostname-verification, keycloak
This verification path not implemented
exception error ssl, keycloak, unsupported-operation
Failed to load truststore
exception error tls, truststore, configuration, keycloak
Failed to load keystore
exception error tls, keystore, mtls, configuration, keycloak
You have attempted to inject AuthzClient on a IO thread. Thi
exception error keycloak, vertx, event-loop, blocking
Application 'web-app' type is only supported if access token
exception error oidc, keycloak, configuration, policy-enforcer
Failed to parse the realm name.
exception error oidc, configuration, keycloak, url
Failed to find a matching OidcTenantConfig for tenant:
exception error oidc, tenant, configuration, keycloak
Unable to invoke Kotlin compiler.
exception error kotlin, build, compiler, maven
Compilation failed.
exception error kotlin, compilation, build
Merging of KubernetesDeploymentTargetBuildItem having differ
exception error kubernetes, build-item, merge
'%s' env var can't simultaneously take its value from '%s' c
validation error kubernetes, env-var, config
'%s' env var can't simultaneously have a '%s' value & take i
validation error kubernetes, env-var, config
When generating a CronJob resource, you need to specify a sc
validation error kubernetes, cronjob, config
No effective service account found for application
exception error kubernetes, rbac, service-account
More than one effective service account found for applicatio
exception error kubernetes, rbac, service-account
No role has been set in the RoleBinding resource!
validation error kubernetes, rbac, rolebinding, config
No subjects have been set in the ClusterRoleBinding resource
validation error kubernetes, rbac, clusterrolebinding, config
More than one ApplyServiceAccountNameDecorator found
exception error kubernetes, decorator, service-account, build
Port number range must be within [%d-%d]
exception error kubernetes, port-range, build-step
Unable to generate stable port number from input string: '
exception critical kubernetes, hash, runtime-exception
Could not find DeploymentResourceKind for
exception error kubernetes, config, deployment-kind
At least one enabled entry must be active
exception error kubernetes, build-item, config
Knative was requested as a deployment, but the target cluste
exception error kubernetes, knative, cluster, environment-check
All Kubernetes ports must have unique names -
validation error kubernetes, ports, duplicate-name
All Kubernetes ports must be unique -
validation error kubernetes, ports, duplicate-port
A Kubernetes deployment was requested but no extension was f
exception error kubernetes, container-image, missing-extension
Can't find generated kubernetes manifest:
exception error kubernetes, manifest, file-not-found, deploy
Error closing file:
exception warning kubernetes, io-exception, file-close, deploy
A previous Deployment with a conflicting label %s=%s was fou
exception error kubernetes, deployment, label-selector, immutable
A Deployment with a conflicting label %s=%s was in the label
exception error kubernetes, deployment, label-selector, immutable
A Deployment with no label in the label selector was request
exception error kubernetes, deployment, label-selector, immutable
Unable to setup environment for generating Kubernetes resour
exception error filesystem, temp-directory, build, io
Openshift was requested as a deployment, but the target clus
exception error kubernetes, openshift, cluster-mismatch, deployment
Failed to configure OpenShift. Make sure you have the Quarku
exception error kubernetes, openshift, client-setup, missing-extension
Resource not found: " + manifestPath
exception error kubernetes, dev-services, manifest, classpath
The container with the label '" + DEV_SERVICE_LABEL + "' is
exception error kubernetes, dev-services, docker, container-label
Failed to read kubeconfig file: " + kubeconfigPath
exception error kubernetes, kubeconfig, file-io, configuration
Unable to obtain configuration for ConfigMap objects from Ku
exception critical kubernetes, config-source, api-server, startup
Unable to obtain configuration for Secret objects from Kuber
exception critical kubernetes, config-source, secrets, rbac, startup
<type> '<name>' not found (plus namespace hint or ' in names
exception error kubernetes, config-source, missing-resource, namespace
Service Binding root '" + p + "' is not a directory
exception error service-binding, filesystem, configuration, path
Directory '" + bindingDirectory + "' does not represent a va
exception error service-binding, missing-file, configuration, service-binding-spec
Unable to determine if file '" + f + "' is a regular file
exception error service-binding, filesystem, io, permissions
Unable to read file '" + f + "'
exception error service-binding, filesystem, io, permissions, secrets
Error starting Liquibase
exception critical liquibase, database-migration, startup, changelog
Error starting Liquibase
exception error liquibase, database-reset, dev-mode, drop-all
OSGi is not supported by quarkus-liquibase
exception error native-image, graalvm, liquibase, osgi, unsupported
Error while loading the liquibase changelogs: %s
exception error liquibase, mongodb, build-time, changelog, parse-error
Config property 'quarkus.mongodb.database' must be defined w
exception critical mongodb, liquibase, configuration, missing-property, startup
<errorMessage>.formatted(clientName) (required Liquibase Mon
exception critical mongodb, liquibase, configuration, named-client, recorder, startup
Mongo client named '%s' not found
exception error quarkus, mongodb, liquibase, configuration
Error starting Liquibase
exception critical quarkus, mongodb, liquibase, startup
Cannot add header, key and value must not be null
validation error quarkus, mailer, validation, null-check
Cannot remove header, key must not be null
validation error quarkus, mailer, validation, null-check
No suitable template variant found
exception error quarkus, mailer, templates, qute
No template variant found
exception error quarkus, mailer, qute, template-variants, illegal-state
No template resource path specified
exception error quarkus, mailer, cdi, location-qualifier, illegal-state
Unable to find credentials provider for the mailer {{mailerN
exception error quarkus, mailer, credentials-provider, configuration, startup
Must provide the Signing Domain Identifier (sdid).
exception error quarkus, mailer, dkim, configuration, startup
Must provide the selector.
exception error quarkus, mailer, dkim, configuration, startup
The "From" header must always be included to the list of hea
exception error quarkus, mailer, dkim, configuration, email-headers
Unable to find the TLS configuration {{name}} for the mailer
exception error quarkus, mailer, tls, configuration, startup
The `mails` parameter must not be `null`
exception warning quarkus, mailer, null-argument, illegal-argument, api-misuse
Unable to send an email
exception error quarkus, mailer, email-validation, invalid-address, illegal-argument
Unable to send an email, an email address is invalid
exception error quarkus, mailer, email-validation, invalid-address, illegal-argument
An attachment must contain either a file or a raw data
exception error quarkus, mailer, attachment, illegal-argument, validation
No valueExpressionResolver is defined
exception error quarkus, micrometer, meter-tag, cdi, missing-bean
HttpBinderConfiguration was not found
exception error quarkus, micrometer, vertx, http-metrics, null-config
OpenTelemetryContextUnwrapper was not found
exception error quarkus, micrometer, vertx, opentelemetry, null-dependency
Failed to instantiate {{VIRTUAL_THREAD_BINDER_CLASSNAME}}
exception error quarkus, micrometer, virtual-threads, reflection, jdk-compatibility
Invalid tag: {{entry}} (expected key=value)
exception error micrometer, metrics, parsing, virtual-threads
OpenTelemetry instance not found
exception error opentelemetry, micrometer, dependency-injection, missing-bean
MongoDBContainer should be started first
exception error mongodb, dev-services, testcontainers, lifecycle
Mongo Client '%s' is not active
exception error mongodb, configuration, named-clients
Could not configure MongoDB client with TLS registry
exception error mongodb, tls, ssl, configuration
mongo config is missing for creating mongo client.
exception error mongodb, configuration, quarkus
Invalid server address
exception error mongodb, configuration, parsing
Unsupported authentication mechanism
exception error mongodb, authentication, configuration
Invalid authMechanism '
exception error mongodb, authentication, configuration, validation
Unknown DNS record type:
exception warning mongodb, dns, srv
No SRV records available for host
exception error mongodb, dns, srv, network
Unable to look up SRV record for host
exception error mongodb, dns, network, timeout
Unable to look up TXT record for host
exception error mongodb, dns, txt, network
Unsupported operation - snappy
exception error mongodb, graal-native-image, compression, snappy
Unsupported compressor '
exception error mongodb, configuration, illegal-argument, compression
Unable to create default SSLContext
exception error mongodb, ssl, native-image, tls
Unsupported compressor in native mode
exception error mongodb, native-image, compression, graal
Unix socket not supported
exception error mongodb, unix-socket, native-image, graal
seconds cannot be negative
validation error narayana, transaction, illegal-argument, validation
Unknown semantics
exception error narayana, transaction, illegal-argument, enum
Cannot specify both an exception handler and SUSPEND_EXISTIN
exception error narayana, transaction, illegal-state, api-misuse
Transaction already active
exception error narayana, transaction, illegal-state, nested-transaction
Transaction already active
exception error narayana, transaction, request-scope, illegal-state
Unsupported value:
exception error narayana-jta, transactions, illegal-argument, enum
seconds cannot be negative
validation error narayana-jta, transactions, illegal-argument, validation, timeout
The Narayana JTA extension does not have a datasource config
exception critical narayana-jta, configuration, datasource, object-store, startup
The Narayana JTA extension is configured to use the datasour
validation critical narayana-jta, configuration, datasource, object-store, startup
The Narayana JTA extension is configured to use the '%s' JDB
validation critical narayana-jta, configuration, datasource, object-store, transactions, startup
The transaction is not active!
exception error narayana-jta, transactions, system-exception, cdi, transaction-scope
No active transaction on the current thread
exception error narayana-jta, cdi, context-not-active, transactions
Contextual parameter must not be null
validation error narayana-jta, cdi, illegal-argument, null-check
Error getting the status of the current transaction
exception error jta, transaction, narayana, quarkus
Error getting the current transaction
exception error jta, transaction, narayana, quarkus
Cannot register synchronization
exception error jta, transaction, synchronization, narayana
@Transactional cannot start a JTA transaction within a react
exception error jta, reactive, blocking, event-loop, quarkus
Changing timeout via @TransactionConfiguration can only be d
exception error jta, transaction, timeout, configuration, quarkus
Transaction was already rolled back (e.g., by the transactio
exception error jta, transaction, timeout, rollback, reaper, narayana
Syncs are not allowed because the group of synchronizations
exception error jta, synchronization, transaction, agroal, narayana
Syncs are not allowed to be registered when the transaction
exception error jta, synchronization, transaction-state, agroal, narayana
'quarkus-narayana-lra' can only work if 'quarkus-rest-jackso
exception error lra, build-time, dependency-missing, rest, jackson, quarkus
'quarkus-narayana-lra' can only work if 'quarkus-rest-client
exception error lra, build-time, dependency-missing, rest-client, quarkus
%s: The class contains a method annotated with @LRA and no m
exception error quarkus, narayana-lra, microservice-transactions, missing-annotation
OCSP is not supported with this SslProvider:
exception error netty, ssl, tls, ocsp, native-image
JDK provider does not support %s failure behavior
exception error netty, ssl, alpn, jdk, http2
JDK provider does not support %s protocol
exception error netty, ssl, alpn, jdk, protocol
already bound
exception error netty, virtual-channel, bind, channel-lifecycle
unsupported address type:
exception error netty, virtual-channel, address-type, bind
address already in use by:
exception error netty, virtual-channel, bind, address-in-use
No virtual channel available
exception error netty, virtual-channel, connect, connection-refused
Should be virtual server channel:
exception error netty, virtual-transport, testing
Illegal path:
validation error config, grafana, devservices
Unsupported OTEL protocol:
validation error otel, config, devservices
Should be implemented!
validation error devservices, testcontainers, unimplemented
%s type can not be used to represent JWT claims in @Singleto
exception error oidc, cdi, jwt, build-time
Annotation '%s' placed on '%s' specifies no 'acr' value
validation error oidc, annotation, build-time, config
The '%s' annotation is only supported when proactive authent
exception error oidc, config, authentication, build-time
The '%s' can only be used on Jakarta REST or WebSockets Next
exception error oidc, capability, annotation, build-time
Back-channel logout path cannot contain a wildcard '*' chara
validation error oidc, config, logout
OIDC tenants '%s' and '%s' share the same back-channel logou
exception error oidc, config, logout, multi-tenancy
Truststore with configured password which keeps thumbprints
validation critical oidc, configuration, truststore
Thumprint of the root chain certificate is invalid
exception error oidc, certificate-chain, thumbprint, truststore
Wrong leaf certificate common name
exception error oidc, certificate-chain, common-name, leaf-certificate
Thumprint of the leaf chain certificate is invalid
exception error oidc, certificate-chain, thumbprint, leaf-certificate
Invalid certificate chain
exception error oidc, certificate-chain, x509, expired-certificate
Authorization response 'iss' parameter '%s' does not match t
http error oidc, code-flow, issuer-mismatch, security
Authorization response 'iss' parameter is required but is no
http error oidc, code-flow, iss-parameter, discovery-metadata
ID Token is required to contain 'exp' and 'iat' claims
http error oidc, id-token, jwt-claims, code-flow
State cookie value for the %s tenant can not be encrypted: %
exception error oidc, state-cookie, encryption, code-flow
Required ID token is not returned in the refresh token grant
exception warning oidc, refresh-token, id-token, session
Multiple interface io.quarkus.oidc.TenantConfigResolver bean
console critical cdi, oidc, startup, ambiguous-bean
Multiple interface io.quarkus.oidc.runtime.TokenStateManager
console critical cdi, oidc, startup, token-state
Multiple interface io.quarkus.oidc.runtime.TokenIntrospectio
console critical cdi, oidc, startup, cache
Multiple interface io.quarkus.oidc.UserInfo beans registered
console critical cdi, oidc, startup, userinfo
Multiple interface io.quarkus.oidc.JavaScriptRequestChecker
console critical cdi, oidc, startup, spa
Access token expires_in property in the session cookie must
exception error oidc, cookie, session, corrupted-state
Tenant configuration has not been resolved
exception error oidc, multi-tenancy, tenant-resolution
OidcConfigurationMetadata can not be injected
exception error oidc, cdi, request-scoped, metadata
OidcProviderClient can not be injected
exception error oidc, cdi, tenant, request-scoped
Access token does not contain a confirmation 'cnf' claim wit
exception error oidc, mtls, token-binding, authentication-failed
Client certificate thumbprint is not available
exception error oidc, mtls, certificate-bound-token, authentication
Client certificate thumbprint does not match the token certi
exception error oidc, mtls, certificate-bound-token, thumbprint-mismatch
DPoP access token does not contain a confirmation 'cnf' clai
exception error oidc, dpop, proof-of-possession, authentication
DPoP proof jwk header is missing
exception error oidc, dpop, jose-header, proof-validation
DPoP proof jwk header does not represent a valid JWK key
exception error oidc, dpop, jwk, invalid-key
DPoP proof JWK key is a private key but it must be a public
exception error oidc, dpop, jwk, private-key-exposure
DPoP access token JWK thumbprint does not match the DPoP pro
exception error oidc, dpop, thumbprint-mismatch, key-binding
DPoP proof token signature is invalid
exception error oidc, dpop, signature-verification, jwt
DPoP proof token signature can not be verified
exception error oidc, dpop, jose-exception, signature-verification
DPoP proof access token hash is missing
exception error oidc, dpop, ath-claim, proof-validation
DPoP access token hash does not match the DPoP proof access
exception error oidc, dpop, token-validation, authentication
Token is opaque but the opaque token introspection is not al
exception error oidc, opaque-token, introspection, configuration
Authorization code flow access token which is required to ge
exception error oidc, userinfo, authorization-code-flow, configuration
Opaque access token can not be converted to JsonWebToken
exception error oidc, opaque-token, jwt, cdi-injection
Neither public key nor certificate chain verification modes
console critical oidc, configuration, jwt-signature, public-key
EXPIRED
Logout token issued to client %s expired %d seconds ago
error_code warning oidc, logout-token, jwt-expired, clock-skew
ISSUED_AT_INVALID_PAST
Token age exceeds the configured token age property
error_code error oidc, jwt, token-age, configuration
Token issued to client %s does not have a matching verificat
exception error oidc, introspection, jwks, key-rotation
Token issued to client %s is not active
exception error oidc, introspection, revoked-token, token-inactive
JWK with kid '%s' is not available
exception error jwt, oidc, jwks, key-resolution
JWK with the SHA256 certificate thumbprint '%s' is not avail
exception error jwt, oidc, x509, thumbprint
JWK with the certificate thumbprint '%s' is not available
exception error jwt, oidc, x509, thumbprint, sha1
JWK is not available, neither 'kid' nor 'x5t#S256' nor 'x5t'
exception error jwt, oidc, jwks, key-resolution
expected claim %s must be a list of strings
validation error oidc, jwt-claims, configuration, validation
expected claim %s must be a list of strings or a string
validation error oidc, jwt-claims, configuration, validation
Authorization server must generate a request URI, but got %s
exception error oidc, par, authorization-server, rfc9126
Cannot get token for tenant '%s' because a %s client_asserti
exception error oidc, client-assertion, jwt, configuration
Error status:%s
http error oidc, http-error, token-endpoint, network
Cannot access the %s endpoint for client '%s' because a JWT
exception error oidc, client-assertion, jwt-bearer, authentication
The '%1$s' selected with the @Tenant annotation must be used
exception error oidc, multi-tenant, http-security-policy, jaxrs
Authentication has happened before the '@AuthenticationConte
exception error oidc, authentication-context, http-security-policy, jaxrs
Claim value at path '%s' is not a string
exception error oidc, token-claims, json
Invalid token type
exception error oidc, jwt, token-type, token-validation
Refresh token can only be used with the refresh token grant
exception error oidc, keycloak, refresh-token, token-validation
Resource metadata path cannot contain a wildcard '*' charact
validation error oidc, configuration, resource-metadata, wildcard
OIDC tenants '%s' and '%s' share the same resource metadata
exception error oidc, multi-tenant, resource-metadata, path-collision
Multiple io.quarkus.oidc.TenantResolver beans registered
validation error oidc, cdi, tenant-resolver, ambiguous-beans
Token decryption key for tenant %s can not be read from %s
validation error oidc, configuration, decryption-key, file-not-found
Secret key for encrypting state cookie is less than 16 chara
validation error oidc, configuration, state-cookie, encryption, secret-length
Dynamic tenant ID cannot be same as the default tenant ID: %
validation error oidc, configuration, tenant-id, startup
Both public key and certificate chain verification modes are
validation error oidc, configuration, public-key, certificate-chain, startup
'%s' property must be configured
validation error oidc, configuration, missing-property, startup
UserInfo is not required but UserInfo is expected to be the
validation error oidc, configuration, userinfo, roles, startup
UserInfo is not required but '%s' is enabled
validation error oidc, configuration, userinfo, access-token, startup
UserInfo is not required for OIDC tenant '%s' but it will be
validation error oidc, configuration, id-token, userinfo, startup
'web-app' applications must have '%s' and '%s' properties se
validation error oidc, configuration, discovery, web-app, startup
Either 'jwks-path' or 'introspection-path' properties must b
validation error oidc, configuration, discovery, jwks, introspection, startup
UserInfo is required but '%s' is not configured.
validation error oidc, configuration, userinfo, discovery, startup
The '%s' property can only be enabled for WEB_APP applicatio
validation error oidc, configuration, token-refresh, application-type, startup
The '%s' property can only be set to 'idtoken' for WEB_APP a
validation error quarkus, oidc, configuration, roles
'%s' must be enabled to use '%s'
validation error quarkus, oidc, configuration, token-refresh
UserInfo is required but DefaultTokenStateManager is configu
validation error quarkus, oidc, configuration, userinfo
Access token is required to check the roles but DefaultToken
validation error quarkus, oidc, configuration, roles
UserInfo path is missing but 'verifyAccessTokenWithUserInfo'
validation error quarkus, oidc, configuration, discovery, userinfo
Introspection path is configured and 'verifyAccessTokenWithU
validation error quarkus, oidc, configuration, introspection
The '%s' can only be set to false if '%s' is not set. Either
validation error quarkus, oidc, configuration, token-validation
'public-key' property can only be used with the 'service' ap
validation error quarkus, oidc, configuration, public-key
Currently only 'service' applications can be used to verify
validation error oidc, configuration, quarkus
Unable to find TokenCustomizer %s
exception error oidc, cdi, configuration
io.quarkus.oidc.client.OidcClientFilter annotation can be ap
exception error oidc-client, annotation, rest-client, build-time
Client ID cannot be empty
validation error oidc-client, configuration, builder, validation
OIDC client feature is disabled with `quarkus.oidc-client.en
exception error oidc-client, build-time-config, lifecycle
OIDC client feature is disabled with `quarkus.oidc-client.en
exception error oidc-client, build-time-config, runtime
OIDC client feature is disabled with `quarkus.oidc-client.en
exception error oidc-client, build-time-config, runtime
Only 'refresh_token' grant is supported, please call OidcCli
exception error oidc-client, grant, api-misuse
Refresh token is null
exception error oidc-client, refresh-token, null-check
Access token is null
exception error oidc-client, token-revocation, null-check
%s OidcClient can not complete the %s grant request because
exception error oidc, config, jwt, client-assertion
%s OidcClient wants to use JWT bearer grant assertion but ha
exception error oidc, config, grant-type, jwt
OidcClient %s is closed
exception error lifecycle, closed-resource, oidc
OpenId Connect Provider token endpoint URL is not configured
validation error oidc, config, discovery, token-endpoint
Either 'quarkus.oidc-client.auth-server-url' or absolute 'qu
validation error oidc, config, startup
Username and password must be set when a password grant is u
validation error oidc, config, password-grant
'id' property must be set
exception error oidc, config, programmatic-client
<INVOKED_METHOD_PROP> property must not be null
exception error rest-client, filter, oidc
The '%s' annotation has been used to configure the '%s' OIDC
validation error graphql, oidc, config-conflict, build-time
GraphQL client with config key '%s' wasn't present in the co
exception error graphql, oidc, jandex, build-time
Failed to load generated class %s
exception critical classloader, quarkus, startup, reflection
<RestClientRequestContext.INVOKED_METHOD_PROP> property must
exception error rest-client, oidc, filter, state
<wraps JoseException>
exception error oidc, jwk, key-format
Unrecognized public key algorithm: <publicKey.getAlgorithm()
exception error oidc, jwk, key-format, signature-algorithm
OIDC Client Registration is closed
exception error oidc, lifecycle, illegal-state
Either 'quarkus.oidc-client-registration<clientName>.auth-se
validation error oidc, configuration, startup
OpenId Connect Provider client registration endpoint URL is
validation error oidc, discovery, configuration, startup
<message: '%s' client registration configuration is not init
exception error oidc, configuration, initialization
Client id can not be modified
exception error oidc, client-registration, immutable-field
Client secret can not be modified
exception error oidc, client-registration, immutable-field
Registered OIDC Client is closed
exception error oidc, lifecycle, illegal-state
Registered OIDC Client can not make requests to the client c
exception error oidc, client-registration, missing-endpoint
filter(OidcRequestContext requestContext) method is not impl
exception error oidc, deprecated-api, unsupported-operation
filter(OidcResponseContext responseContext) method is not im
exception error oidc, deprecated-api, unsupported-operation
Unsupported JWT source: <source>
exception error oidc, kubernetes, illegal-state, jwt
'%s' is invalid
validation error configuration, url, startup
'%sclient-id' property must be configured
validation error configuration, oidc, missing-property
'%1$scredentials.secret' and '%1$scredentials.client-secret'
validation error configuration, oidc, mutually-exclusive
Only one of client secret or JWT secret authentication metho
validation error configuration, oidc, mutually-exclusive, jwt
Only one of '%1$scredentials.jwt.key', '%1$scredentials.jwt.
validation error quarkus, oidc, configuration, startup
Only one of JWT secret or JWT private key authentication met
validation error quarkus, oidc, configuration, jwt
Only one of client secret or JWT private key authentication
validation error quarkus, oidc, configuration
Only one of client secret or JWT bearer/SPIFFE authenticatio
validation error quarkus, oidc, configuration, jwt
Only one of JWT private key or JWT bearer/SPIFFE authenticat
validation error quarkus, oidc, configuration, jwt
'%scredentials.jwt.token-path' must be set when the JWT sour
validation error quarkus, oidc, configuration, jwt
'%1$scredentials.jwt.source' is set to 'spiffe-jwt', but no
validation error quarkus, oidc, spiffe, configuration
'%scredentials.jwt.token-path' can only be set when the JWT
validation error quarkus, oidc, configuration
Cannot find the Proxy registry configuration '%s'
validation error quarkus, oidc, proxy, configuration
The OIDC proxy configuration currently does not support the
validation error config, oidc, proxy, startup
Client credentials cannot be sent to all OIDC endpoints beca
validation error oidc, config, authentication, client-credentials
When using a key store, the `quarkus.oidc-client.credentials
validation error config, oidc, keystore, jwt
Key can not be loaded
exception error oidc, keystore, crypto, file-io
Key is null
exception error oidc, keystore, jwt, config
Unsupported signature algorithm
validation error oidc, jwt, config, algorithm
configuration id '<key>' duplicates the default configuratio
validation error oidc, config, naming, startup
Configuration has 2 different id values: '<key>' and '<id>'
validation error oidc, config, naming
OIDC discovery endpoint request failed
http error oidc, network, discovery, http
'credentials.jwt.source' is set to 'spiffe-jwt', but no audi
validation error oidc, config, spiffe, jwt
'credentials.jwt.source' is set to 'spiffe-jwt', but no SPIF
validation error quarkus, oidc, configuration, spiffe
Failed to create SSLContext
exception error quarkus, oidc, tls, ssl
Use the 'OidcClientCommonConfigBuilder.CredentialsBuilder#bu
exception error quarkus, oidc, api-misuse, unsupported-operation
Unknown Reactive Sql Client <client>
exception error quarkus, oidc, reactive-sql, configuration
The OpenID Connect Database Token State Manager extension is
validation error quarkus, oidc, reactive-sql, dependency-conflict
The OpenID Connect Database Token State Manager extension re
validation error quarkus, oidc, reactive-sql, missing-dependency
OIDC Token State Manager failed to create database table: <e
exception error quarkus, oidc, database, startup
Configuration property 'quarkus.resteasy-client-oidc-token-p
validation error quarkus, oidc, token-propagation, configuration
Token exchange is required but OIDC client is configured to
validation error quarkus, oidc, token-exchange, configuration
Configuration property 'quarkus.rest-client-oidc-token-propa
validation error quarkus, configuration, oidc, build-time
Token exchange is required but OIDC client is configured to
validation error quarkus, oidc, configuration, oauth2, rest-client
OpenShift Miscellaneous API is not available, please add the
exception error kubernetes, openshift, native-image, fabric8, classpath
OpenShift Operator API is not available, please add the open
exception error native-image, openshift, missing-dependency, classpath
No Clock bean found
exception error opentelemetry, cdi, metrics, missing-bean
The Vert.x Context to attach the OpenTelemetry Context must
exception error opentelemetry, vertx, context, instrumentation
Unable to install OTLP Exporter
exception error opentelemetry, otlp, config, startup
No OTLP protocol specified. Please check `quarkus.otel.expor
exception error opentelemetry, otlp, config, traces
Unsupported OTLP protocol %s specified. Please check `quarku
exception error opentelemetry, otlp, config, traces
No OTLP protocol specified. Please check `quarkus.otel.expor
exception error opentelemetry, otlp, config, metrics
Unsupported OTLP protocol %s specified. Please check `quarku
exception error opentelemetry, configuration, otlp, metrics
No OTLP protocol specified. Please check `quarkus.otel.expor
exception error opentelemetry, configuration, otlp, logging
Unsupported OTLP protocol %s specified. Please check `quarku
exception error opentelemetry, configuration, otlp, logging
Unrecognized default histogram aggregation:
exception error opentelemetry, configuration, metrics, histogram
Unrecognized aggregation temporality:
exception error opentelemetry, configuration, metrics, temporality
Unrecognized type, this is a programming bug in the OpenTele
exception error opentelemetry, sdk-internal, grpc, exporter
The Vert.x Context is not set
exception error opentelemetry, vertx, tracing, context
The OpenTelemetry Context is not set
exception error opentelemetry, vertx, tracing, context
Boot module listed in model is missing from the module index
exception error jlink, build, modularity
Build failed during jlink (exit code )
exception error jlink, native-image, build
Must launch jlink image in module mode only
exception error jlink, jpms, launcher
Module of jlink image launcher is not in a module layer
exception error jlink, jpms, module-layer, launcher
Cannot determine image path (bin path)
exception error jlink, launcher, path
Cannot determine image path (image path)
exception error jlink, launcher, path
Application module not found
exception error jlink, jpms, module-not-found
Module '' has been defined twice, in: and
exception error jpms, duplicate-module, build
Cannot merge dependencies with different module names
exception error jpms, spi, merge
entities do not support being attached to several persisten
exception error hibernate-orm, panache, persistence-unit, config
Unable to load repository/entity class mapping ->
exception error quarkus, panache, classloading, classpath
Your repository class was not properly detected and assigne
exception error quarkus, panache, repository, augmentation
Entity '%s' was not found. Did you forget to annotate your P
exception error quarkus, panache, jpa, entity
Sort cannot be used with named query, add an "order by" clau
exception error quarkus, panache, named-query, sort
Must be a named query!
exception error quarkus, panache, named-query, validation
Unable to perform a projection on a 'select [distinct]? new'
exception error quarkus, panache, projection, hql
Cannot use cursor-based pagination without sort criteria: us
exception error quarkus, panache, pagination, sort
Cannot call nextPage() before fetching results with list()
exception error quarkus, panache, pagination, cursor
Cannot call previousPage() before fetching results with list
exception error quarkus, panache, pagination, cursor
Cannot navigate to last page in cursor-based pagination
exception error panache, pagination, cursor, unsupported-operation
Cannot call hasNextPage() before fetching results with list(
exception error panache, pagination, cursor, call-order
Cannot call hasPreviousPage() before fetching results with l
exception error panache, pagination, cursor, call-order
Cannot call a page related method, call page(Page) or page(i
exception error panache, pagination, unsupported-operation, call-order
Cannot call a page related method in a ranged query, call pa
exception error panache, pagination, range, unsupported-operation
Cannot call a range related method, call range(int, int) to
exception error panache, range, unsupported-operation, call-order
Cannot call a range related method in a paged query, call ra
exception error panache, range, pagination, unsupported-operation
Unexpected Query class: '${className}', where 'org.hibernate
exception error panache, hibernate, projection, class-mismatch
The named query '${namedQuery}' must be defined on your JPA
exception error panache, jpa, named-query, validation
PanacheEntity '%s' cannot be defined for usage in several pe
exception error panache, kotlin, persistence-unit, deployment, multi-tenancy
Couldn't find id field of ${classInfo}
exception error quarkus, panache, rest-data, build-time, jandex
${classInfo.name()} has to be an interface
exception error quarkus, panache, rest-data, build-time, interface
${classInfo.name()} should only extend REST Data Panache int
exception error quarkus, panache, rest-data, build-time, interface
${classInfo.name()} should not be extended or implemented
exception error quarkus, panache, rest-data, build-time, interface
%s entities do not support being attached to several persist
exception error quarkus, hibernate-reactive, panache, persistence-unit, config
Sort cannot be used with named query, add an "order by" clau
exception error quarkus, panache, hibernate-reactive, named-query, sort
Entity '%s' was not found. Did you forget to annotate your P
exception error quarkus, panache, hibernate-reactive, entity, persistence-unit
Unable to perform a projection on a 'select [distinct]? new'
exception error quarkus, panache, hibernate-reactive, projection, hql
Cannot call a page related method, call page(Page) or page(i
exception error quarkus, panache, hibernate-reactive, pagination, unsupported-operation
Cannot call a page related method in a ranged query, call pa
exception error panache, hibernate-reactive, pagination, unsupported-operation
Cannot call a range related method, call range(int, int) to
exception error panache, hibernate-reactive, range, unsupported-operation
Cannot call a range related method in a paged query, call ra
exception error panache, hibernate-reactive, range, pagination, unsupported-operation
Hints not supported yet
exception error panache, hibernate-reactive, query-hints, unsupported-operation
Not supported yet upstream
exception error panache, hibernate-reactive, stateless-session, filters, unsupported-operation
The named query '${namedQuery}' must be defined on your JPA
exception error panache, jpa, named-query, configuration
No current Mutiny.Session found - no reactive session was f
exception error hibernate-reactive, panache, vertx-context, session, reactive
No current Mutiny.StatelessSession found - no reactive stat
exception error hibernate-reactive, panache, vertx-context, stateless-session, reactive
No current Vertx context found
exception error hibernate-reactive, panache, vertx-context, threading, reactive
A test method annotated with @TestReactiveTransaction must a
exception error quarkus, panache, hibernate-reactive, testing
PanacheEntity '%s' cannot be defined for usage in several pe
exception error quarkus, panache, hibernate-reactive, kotlin, persistence-unit
Couldn't find id field of
exception error quarkus, panache, rest-data, jandex, entity-id
has to be an interface
exception error quarkus, rest-data, panache, interface
should only extend REST Data Panache interface
exception error quarkus, rest-data, panache, interface
should not be extended or implemented
exception error quarkus, rest-data, panache, jandex
Companions are not supported in Java.
exception error quarkus, mongodb-panache, kotlin, unsupported-operation
No current Vertx context found
exception error quarkus, mongodb-panache, vertx, reactive, context
Cannot call a page related method, call page(Page) or page(i
exception error quarkus, mongodb-panache, pagination, reactive
Cannot call a page related method in a ranged query, call pa
exception error panache, mongodb, pagination, unsupported-operation
There should be only one result
exception error panache, mongodb, query-result, unique-constraint
There should be no more than one result
exception error panache, mongodb, query-result, unique-constraint
Illegal read preference configured in the @MongoEntity anno
exception error panache, mongodb, configuration, annotation, read-preference
Cannot sort by nulls first or nulls last
exception error panache, mongodb, sorting, unsupported-operation
The database was not configured for the default Mongo Client
exception error mongodb, panache, configuration, quarkus
The database attribute was not set for the @MongoEntity anno
exception error mongodb, panache, configuration, mongoentity
The database attribute was not set for the @MongoEntity anno
exception error mongodb, panache, configuration, named-client
Cannot call a page related method, call page(Page) or page(i
exception error mongodb, panache, pagination, unsupported-operation
Cannot call a page related method in a ranged query, call pa
exception error mongodb, panache, pagination, range, unsupported-operation
There should be only one result
exception error mongodb, panache, query-result-count
There should be no more than one result
exception error mongodb, panache, query-result-count
Illegal read preference configured in the @MongoEntity anno
exception error mongodb, configuration, annotation, read-preference
Cannot sort by nulls first or nulls last
exception error mongodb, panache, sorting, unsupported-feature
Couldn't find id field of
exception error mongodb, panache, build-time, jandex, missing-id
has to be an interface
exception error mongodb, rest-data-panache, build-time, interface
should only extend REST Data Panache interface
exception error mongodb, rest-data-panache, build-time, interface-inheritance
should not be extended or implemented
exception error mongodb, rest-data-panache, build-time, interface-inheritance
Companions are not supported in Java.
exception warning panache, build-time, bytecode, kotlin
Update types are only supported in MongoDB contexts
exception error panache, mongodb, build-time, unsupported-operation
BUG: Don't know how to generate JVM bridge method for : has
exception error panache, kotlin, bytecode, asm, bridge-method
Could not find indexed method: . with descriptor and arg ty
exception error panache, jandex, bytecode, build-time, method-index
BUG: Don't know how to generate JVM bridge method for : has
exception error panache, bytecode, asm, bridge-method, repository
Page index must be >= 0 :
exception error panache, pagination, illegal-argument
Page size must be > 0 :
exception error panache, pagination, illegal-argument
Start index must be >= 0:
exception error panache, range, pagination, illegal-argument
Last index must be >= 0:
exception error panache, range, pagination, illegal-argument
Last index must be >= start index: is not larger or equal t
exception error panache, range, pagination, illegal-argument
Query string cannot be null
exception error panache, hibernate, jpa, null-argument, query
Query string cannot be empty
exception error panache, jpa, validation, query
Sort column name cannot have backticks
exception error panache, jpa, sort, validation
No suitable projection constructor found for ${type.getName(
exception error panache, jpa, projection, dto, reflection
No suitable projection constructor found for ${type.getName(
exception error panache, jpa, projection, dto, constructor
Your application must be built with parameter names, this sh
exception error panache, jpa, reflection, compiler-flags, projection
The annotation ProjectedFieldName must have a non-empty valu
exception error panache, jpa, annotation, projection, validation
Unable to read ProjectedFieldName value
exception error panache, jpa, reflection, annotation, projection
Missing ProjectedFieldName annotation
exception error panache, jpa, annotation, projection, reflection
REST Data Panache can only work if 'quarkus-rest' or 'quarku
exception critical quarkus, rest-data-panache, build-time, missing-dependency
Reactive REST Data Panache does not work with 'quarkus-reste
exception critical quarkus, rest-data-panache, hibernate-reactive, incompatible-dependencies, build-time
Cannot generate HAL endpoints without either 'quarkus-restea
exception error quarkus, build-time, rest-data-panache, hal, missing-dependency
Cannot generate HAL endpoints without either 'quarkus-rest-j
exception error quarkus, build-time, rest-data-panache, hal, missing-dependency
The class (${className}) cannot be found during deployment.
exception error quarkus, build-time, classloader, rest-data-panache, openapi
Unsupported object of type ${object.getClass()}. Supported t
exception error quarkus, build-time, rest-data-panache, gizmo, illegal-argument
Not implemented yet
exception error quarkus, runtime, rest-data-panache, reactive, unimplemented
Not implemented yet
exception error panache, rest-data, unimplemented-method, runtime
Proxy type HTTP is required
exception error proxy, configuration, illegal-state, http
Proxy configuration name `none` has a special meaning and co
exception error proxy, configuration, reserved-name, startup
If ${prefix}.host is not set, then all of [${badValues}] mus
exception error proxy, configuration, startup, validation
If ${prefix}.host is set, ${prefix}.port must also be set
exception error proxy, configuration, startup, validation
${prefix}.username and ${prefix}.password must be both set o
exception error quarkus, configuration, build-time, proxy, credentials
Could not retrieve ${missingKeys} from credentials provider
exception error quarkus, configuration, build-time, credentials-provider, proxy
Proxy configuration with name ${key} was requested but quark
exception error quarkus, runtime, configuration, proxy, missing-config
Clustered jobs configured with unsupported job store option
exception error quarkus, quartz, build-time, configuration, clustering
The Agroal extension is missing and it is required when a Qu
exception error quarkus, quartz, build-time, missing-extension, agroal
Custom JDBC delegate implementation class '%s' was not found
exception error quarkus, quartz, jandex, build-time, jdbc-store
Custom JDBC delegate implementation with name '%s' needs to
exception error quarkus, quartz, jdbc-store, delegate, build-time
Quartz datasource resolution can be either deferred to runti
exception error quarkus, quartz, configuration, datasource, build-time
JDBC Store configured but the '%s' datasource is not configu
exception error quarkus, quartz, datasource, jdbc-store, configuration
Thread pool class does not implement ThreadPool interface sp
exception error quarkus, quartz, thread-pool, spi, configuration
Thread pool class not found: ${threadPoolClass}
exception error quarkus, quartz, build-time, configuration, classpath
%s does not implement %s
exception error quarkus, quartz, build-time, type-mismatch, spi
Job ${beanClass} can not be interrupted, since it does not i
exception error quarkus, quartz, scheduling, cdi, interruption
JDBC Store configured but '%s' datasource is missing. You ca
exception error quarkus, quartz, datasource, jdbc, startup
Global cron trigger misfire policy configured with invalid o
exception error quarkus, quartz, configuration, misfire-policy, validation
Global simple trigger misfire policy configured with invalid
exception error quarkus, quartz, configuration, misfire-policy, validation
Unable to obtain the job detail for ${triggerKey}
exception error quarkus, quartz, jdbc-store, data-inconsistency, startup
Unable to obtain the trigger for ${triggerKey}
exception error quarkus, quartz, jdbc-store, race-condition, startup
Unable to create Scheduler
exception critical quarkus, quartz, startup, scheduler-creation, jdbc-store
Quartz scheduler is either explicitly disabled through quark
exception error quarkus, quartz, cdi, scheduler, configuration
Unable to pause scheduler
exception error quartz, scheduler, pause, jobstore
Unable to pause job
exception error quartz, scheduler, pause-job, jobstore
Unable to resume scheduler
exception error quartz, scheduler, resume, jobstore
Unable to resume job
exception error quartz, scheduler, resume-job, jobstore
Could not evaluate standby mode
exception warning quartz, scheduler, standby, lifecycle
A job with this identity is already scheduled: ${identity}
exception error quartz, scheduler, duplicate-identity, programmatic-job
Unable to unschedule job with identity: ${identity}
exception error quartz, scheduler, unschedule, jobstore
Unable to start Scheduler
exception critical quartz, scheduler, startup, jobstore
java.util.concurrent.ExecutionException wrapped SchedulerExc
exception warning quartz, scheduler, shutdown, graceful-shutdown
Description for job '{identity}' is too long: {length} chara
validation error quartz, scheduler, validation, description-length
Cron job {identity} configured with invalid misfire policy {
validation error quarkus, quartz, configuration, misfire-policy
Simple job {identity} configured with invalid misfire policy
validation error quarkus, quartz, configuration, misfire-policy
Invalid schedule configuration: {scheduled}
validation error quarkus, quartz, schedule, programming-error
A skip predicate instance cannot be scheduled programmatical
exception error quarkus, quartz, db-store, serialization
A task instance cannot be scheduled programmatically if DB s
exception error quarkus, quartz, db-store, serialization
An async task instance cannot be scheduled programmatically
exception error quarkus, quartz, db-store, serialization
Either sync or async task must be set
exception error quarkus, quartz, programming-error, builder
Job [{identity}] that was previously scheduled programmatica
exception error quarkus, quartz, state-conflict, db-store
SchedulerException while getting trigger (no message)
exception error quarkus, quartz, scheduler-exception, db-store
A job with this identity is already scheduled: {identity}
exception error quarkus, quartz, duplicate-identity, programming-error
SchedulerException while scheduling job (no message)
exception error quarkus, quartz, scheduling, illegal-state, job-store
Cannot load task class: {taskClass}
exception error quarkus, quartz, classpath, classnotfound, persistent-job-store
Cannot load async task class: {taskClass}
exception error quarkus, quartz, classpath, classnotfound, persistent-job-store, async
Cannot load skip predicate class: {taskClass}
exception error quarkus, quartz, classpath, classnotfound, skip-predicate, persistent-job-store
Deferred datasource name is missing - you can configure it v
validation error quarkus, quartz, configuration, datasource, startup-failure
JDBC Store configured but the '%s' datasource is not configu
validation error quarkus, quartz, datasource, configuration, startup
Message bundle name [%s] declared on %s must be a valid name
exception error quarkus, qute, message-bundle, namespace, build-time
Message bundle interface name conflict - [%s] is used for bo
exception error quarkus, qute, message-bundle, name-conflict, build-time
Locale of [%s] conflicts with the locale [%s] of the default
exception error quarkus, qute, i18n, locale, message-bundle
Cannot register [%s] - a localized message bundle interface
exception error quarkus, qute, i18n, locale, duplicate, message-bundle
@MessageBundle must be declared on an interface: {bundleClas
exception error quarkus, qute, message-bundle, build-time
A localized message bundle interface must extend a message b
exception error quarkus, qute, message-bundle, localization
@Localized must be declared on an interface: {localized}
exception error quarkus, qute, message-bundle, localization
Missing key/value separator - file: {localizedFile} - line
exception error quarkus, qute, properties-file, localization
Message bundle method {key}() not found on: {bundleInterface
exception error quarkus, qute, properties-file, localization
%s is not an enum constant of %s: %s
exception error quarkus, qute, enum, message-bundle
A message bundle method must return java.lang.String: %s#%s
exception error quarkus, qute, message-bundle, type-safety
Default bundle method not found on %s: %s
exception error quarkus, qute, message-bundle, localization
A message bundle interface method must not use the key 'mess
exception error quarkus, qute, message-bundle, reserved-keyword
Duplicate key [%s] found on %s
exception error quarkus, qute, message-bundle, duplicate-key
Enum constant message not found in bundle [%s] for key: %s
exception error qute, message-bundle, enum-localization, i18n
Message template for key [%s] is missing for default locale
exception error qute, message-bundle, i18n, missing-key
A constant of a localized enum may not contain '_$': {consta
exception error qute, message-bundle, enum-localization
Unable to determine the name of the parameter at position {p
exception error qute, message-bundle, compiler-flags, reflection
Duplicate localized files with priority {priority} found: -
exception error qute, message-bundle, i18n, classpath-conflict
IOException while reading message files (wrapped, no message
exception error io, filesystem, qute, message-bundle
Incompatible checked template return type: {returnType} only
exception error qute, checked-templates, return-type
Incompatible checked template return type: <returnType> only
exception error qute, checked-templates, return-type
Multiple checked templates exist for the template path %s:
exception error qute, checked-templates, duplicate
No template matching the path <templatePath> could be found
exception error qute, checked-templates, missing-file, template-path
<startsWith> match the path <templatePath> but the file suff
exception error qute, build-time, template-not-found, configuration
Parameter names not recorded for <targetClass>: compile the
exception error qute, build-time, compiler, parameters
Multiple checked templates exist for the template path %s:
exception error qute, build-time, duplicate, checked-template
No template matching the path <templatePath> could be found
exception error qute, build-time, template-not-found, file-missing
Parameter names not recorded for <recordClass>: compile the
exception error qute, build-time, records, compiler
Template record component [<name>] conflicts with an interfa
exception error qute, build-time, naming-conflict, records
Unsupported @CheckedTemplate#defaultName() value: <defaultNa
exception error qute, build-time, checked-template, invalid-value
Unable to instantiate SectionHelperFactory: <engineConfigCla
exception error qute, build-time, reflection, section-helper
Unable to instantiate ParserHook: <engineConfigClass>
exception error qute, build-time, reflection, parser-hook
Fragment [<fragmentId>] not defined in template <templateId>
exception error quarkus, qute, build-time-validation, template-fragment
<Class>#<method>() must declare a parameter of name [<paramN
exception error quarkus, qute, type-safety, checked-template
No template extension methods declared on <class>; a templat
exception error quarkus, qute, template-extension-method, build-time-validation
Template extension methods that share the namespace <namespa
exception error quarkus, qute, namespace-collision, template-extension-method
Invalid annotation target for @TemplateContents: <target>
exception error quarkus, qute, annotation-target, template-contents
Invalid annotation target for @TemplateGlobal: <annotation>
exception error quarkus, qute, annotation-target, template-global
Duplicate global variable defined via @TemplateGlobal for th
exception error quarkus, qute, duplicate-definition, template-global
Multiple unequal @TemplateData declared for <class>: <v> and
exception error quarkus, qute, template-data, conflicting-annotations
The namespace [%s] is defined by multiple @TemplateData and/
exception error quarkus, qute, namespace-collision, template-data
Unable to read the template content from path: <path>
exception error quarkus, qute, io, missing-file, template-path
Invalid global variable name found: %s - supplied by %s -
exception error qute, build-time, validation, naming
Templates that are not backed by a file must provide extensi
exception error qute, build-time, template, builder-validation
Class [<rawClassName>] used in the parameter declaration in
exception error qute, templates, jandex, type-checking
Not a hint info
exception error qute, internal, type-hierarchy, programming-error
Unsupported primitive:
exception error qute, jandex, types, build-time
Not a message bundle interface:
exception error qute, i18n, messages, cdi
Message bundle interface must be annotated either with @Mess
exception error qute, i18n, messages, annotations
Unable to obtain a message bundle for interface [{ifacename}
exception error qute, i18n, cdi, locale
Bean not found for localized interface [{e.value}] and local
exception error qute, i18n, cdi, locale, dependency-injection
Multiple beans found for localized interface [{e.value}] and
exception error qute, i18n, cdi, ambiguous-resolution
Unable to preload message template:
exception error qute, i18n, missing-template, startup
Not a resolver:
exception error qute, reflection, configuration, classloading
Unable to create resolver:
exception error qute, reflection, configuration, classpath
Not a global provider:
exception error qute, reflection, configuration
Unable to create global provider:
exception error qute, reflection, configuration, classpath
No template location specified
exception error qute, cdi, injection, location
#cache cannot be used without the 'quarkus-cache' extension
exception error qute, cache, missing-dependency, templates
#cache is not supported for remote caches
exception error qute, cache, configuration, infinispan
Template source not available
exception warning qute, dev-mode, error-page, templates
Not a formattable date/time object:
exception error qute, templates, datetime, type-mismatch
Duplicate pool name:
exception error quarkus, reactive-datasource, health-check, configuration
TLS configuration name '' is set but the TLS registry is not
exception error quarkus, tls, configuration, reactive-datasource
Unable to find the TLS configuration '' for the reactive dat
exception error quarkus, tls, configuration, reactive-datasource
Duration cannot be negative.
exception error quarkus, reactive-datasource, duration, validation
quarkus.datasource.reactive.hostname-verification-algorithm
exception error quarkus, mysql, ssl, hostname-verification, configuration
quarkus.datasource.reactive.hostname-verification-algorithm
exception error quarkus, postgresql, ssl, hostname-verification, configuration
Unknown type
exception error quarkus, reactive-routes, vertx, build-time
Invalid combination - a reactive route cannot use @Blocking
exception error quarkus, reactive-routes, blocking, vertx
Route filter method must return void [method: %s, bean: %s]
exception error quarkus, reactive-routes, route-filter, build-time
Route filter method must accept exactly one parameter of typ
exception error quarkus, reactive-routes, route-filter, build-time
Route method that returns void must accept at least one inje
exception error
Route business method returning a Uni/Multi/CompletionStage
exception error
No parameter injector found for parameter %s of route method
exception error
Multiple parameter injectors found for parameter %s of route
exception error
HandlerType.%s is not legal for parameter %s of route method
exception error
Route method that returns void must accept at least one para
exception error
A failure handler may only define one failure parameter - ro
exception error
A route requires validation, but the Hibernate Validator ext
exception error
A path param name must only contain word characters (a-zA-Z_
exception error
Unable to determine the name of parameter #" + methodParam.p
exception error
Unsupported param type: " + paramType
exception error quarkus, reactive-routes, build-time, parameter-binding
Unable to create route handler: " + handlerClassName
exception error quarkus, reactive-routes, reflection, classloading
Transaction rolled back due to:
exception error quarkus, transactions, reactive, rollback
For reactive methods running on the event loop, @Transaction
exception error quarkus, reactive-transactions, uni, return-type
Calling a method annotated with @Transactional from a method
exception error quarkus, reactive-transactions, panache, annotation-conflict
Calling a method annotated with @Transactional from a method
exception error quarkus, reactive-transactions, panache, annotation-conflict
Calling a method annotated with @Transactional from a method
exception error quarkus, reactive-transactions, panache, annotation-conflict
No current Vertx context found
exception error quarkus, reactive-transactions, vertx, context
@Transactional on Reactive methods supports only Transaction
exception error quarkus, reactive-transactions, txtype
Cannot find a @Transactional annotation
exception error quarkus, cdi, interceptor, transactions
While using @Transactional we need a DatabaseActions Strateg
exception critical cdi, transactions, reactive, quarkus, missing-bean
Unable to determine the value type for '" + cacheName + "' R
exception error quarkus, redis-cache, deployment, configuration, value-type
Unsupported type: " + type
exception error quarkus, redis-cache, jandex, generics, deployment
Cannot cache `null` value
exception error quarkus, redis-cache, null, cache, runtime
Cannot use `" + methodName + "` method without a default typ
exception error quarkus, redis-cache, configuration, type-safety, runtime
Unable to interpret path referenced in '" + RedisConfig.getP
exception error quarkus, redis-client, configuration, classpath, build
Unable to find file referenced in '" + RedisConfig.getProper
exception error quarkus, redis-client, configuration, classpath, missing-file
The Reactive Redis Client must be injected
exception error quarkus, redis, cdi, unsupported-operation, api-misuse
`count` must be strictly positive
validation error quarkus, redis, validation, scan, illegal-argument
`pattern` must not be `null`
validation error redis, argument-validation, null-check
Invalid integer encoding for a bit field type: " + bit + ".
validation error redis, bitfield, argument-validation
`bits` must be strictly positive
validation error redis, bitfield, argument-validation
Signed integers support only up to 64 bits
validation error redis, bitfield, argument-validation
Unsigned integers support only up to 63 bits
validation error redis, bitfield, argument-validation
`offset` must not be `null`
validation error redis, bitfield, null-check
`offset` must be greater or equal to 0
validation error redis, bitfield, argument-validation
The BitFieldType must not be `null`
validation error redis, bitfield, null-check
The offset must be greater or equals to 0
validation error redis, bitfield, argument-validation
`btf` must not be `null`
validation error redis, bitfield, null-check
`overflowType` must not be `null`
validation error redis, argument-validation, null-argument
No previous field type found
exception error redis, state-error, fluent-api
the expansion factory must be positive
validation error redis, bloom-filter, argument-validation
the expansion factory must be positive
validation error redis, bloom-filter, argument-validation
Should not be called, the JSON codec is the fallback
exception error redis, codec, unsupported-operation, internal-api
Cannot set XX and NX together
validation error redis, geo, mutually-exclusive-options
The longitude must be in [-180, 180]
validation error redis, geo, coordinate-validation
The latitude must be in [85.05112878, 85.05112878]
validation error redis, geo, coordinate-validation
ANY can only be used if COUNT is also set
validation error redis, geo, mutually-dependent-options
ANY can only be used if COUNT is also set
validation error redis, geo, illegal-argument, argument-validation
At least `STORE` or `STOREDIST` must be set
validation error redis, geo, illegal-argument, missing-required-option
`member` cannot be `null`
validation error redis, geo, null-check, illegal-argument
`radius` must be positive
validation error redis, geo, illegal-argument, argument-validation
`unit` cannot be `null`
validation error redis, geo, null-check, illegal-argument
`width` must be positive
validation error redis, geo, illegal-argument, argument-validation
`height` must be positive
validation error redis, geo, illegal-argument, argument-validation
ANY can only be used if COUNT is also set
validation error redis, geo, illegal-argument, argument-validation
BYRADIUS and BYBOX cannot be used together
validation error redis, geo, illegal-argument, mutually-exclusive-options
FROMMEMBER and FROMLONLAT cannot be used together
validation error redis, argument-validation, geo-commands
`member` cannot be `null`
validation error redis, null-argument, argument-validation, geo-commands
`radius` must be positive
validation error redis, argument-validation, geo-commands, numeric-range
`unit` cannot be `null`
validation error redis, null-argument, argument-validation, geo-commands
`width` must be positive
validation error redis, argument-validation, geo-commands, numeric-range
`height` must be positive
validation error redis, argument-validation, geo-commands, numeric-range
ANY can only be used if COUNT is also set
validation error redis, argument-validation, geo-commands, option-dependency
BYRADIUS and BYBOX cannot be used together
validation error redis, argument-validation, geo-commands, mutually-exclusive
FROMMEMBER and FROMLONLAT cannot be used together
validation error redis, argument-validation, geo-commands, mutually-exclusive
Cannot cast <item> of kind <kind> to a io.quarkus.redis.data
exception error classcast, redis, graph, type-mismatch
Cannot cast <item> of kind <kind> to a io.quarkus.redis.data
exception error classcast, redis, graph, type-mismatch
Cannot cast <item> of kind <kind> to a io.quarkus.redis.data
exception error classcast, redis, graph, type-mismatch
Cannot set XX and NX together
validation error redis, illegalargument, json, mutually-exclusive-args
Only one value from `GT`, `LT` and `NX` can be set
validation error redis, illegalargument, keys, expire, mutually-exclusive-args
Cannot use `ON HASH` and `ON JSON` at the same time
validation error redis, redisearch, illegal-argument, client-side-validation, mutually-exclusive-args
The schema cannot be empty, you configure the indexed fields
validation error redis, redisearch, illegal-argument, schema-validation-failed, empty-schema
Using `UNF` requires `SORTABLE`
validation error redis, redisearch, illegal-argument, client-side-validation, dependent-options
Cannot use descending and ascending order at the same time
validation error redis, redisearch, illegal-argument, client-side-validation, mutually-exclusive-args
`distance` must be in [1,4]
validation error redis, redisearch, argument-validation, spellcheck
Cannot specify both `includes` and `excludes` terms
validation error redis, redisearch, mutually-exclusive-options, spellcheck
Cannot use XX and NX together
validation error redis, sorted-set, mutually-exclusive-options, zadd
Cannot use LT and GT together
validation error redis, sorted-set, mutually-exclusive-options, zadd
`weights` cannot be `null`
validation error redis, sorted-set, null-check, zaggregate
Aggregation + aggregate + not supported
validation error redis, sorted-set, unsupported-value, zaggregate
Cannot use MIN and MAX together
validation error redis, sorted-set, mutually-exclusive-options, zmpop
Cannot use `MAXLEN` and `MINID` together
validation error redis, streams, mutually-exclusive-options, xadd, trimming
Cannot set the eviction limit when using exact trimming
validation error redis, streams, trimming, xadd, invalid-combination
Cannot combine `IDLE` and `TIME`
validation error redis, streams, mutually-exclusive-options, xclaim
Cannot use `MAXLEN` and `MINID` together
validation error redis, streams, xtrim, invalid-arguments
Cannot set the eviction limit when using exact trimming
validation error redis, streams, xtrim, invalid-arguments
`timeout` must not be `null`
validation error redis, getex, null-check, invalid-arguments
`timestamp` must not be `null`
validation error redis, getex, null-check, invalid-arguments
`timeout` must be positive
validation error redis, illegal-argument, validation, ttl
`timeout` must not be `null`
validation error redis, null-argument, illegal-argument, validation
`timestamp` must not be `null`
validation error redis, null-argument, illegal-argument, validation
Cannot use `WITHLABELS` and `SELECTED_LABELS together
validation error java, redis, redis-timeseries, mutually-exclusive-arguments
The timestamp must be positive
validation error java, redis, redis-timeseries, validation
Cannot combine `WITHLABELS` and `SELECTED_LABELS`
validation error java, redis, redis-timeseries, mutually-exclusive-arguments
The timestamp must be positive
validation error java, redis, redis-timeseries, validation
`timeout` must not be `null`
validation error java, redis, null-argument, validation
`timestamp` must not be `null`
validation error java, redis, null-argument, validation
`timeout` must be positive
validation error redis, argument-validation, illegal-argument
`timeout` must not be `null`
validation error redis, null-check, argument-validation
`timestamp` must not be `null`
validation error redis, null-check, argument-validation
Unable import data into Redis - cannot find the Redis client
exception error redis, configuration, client-name, startup
Unable to read the <path> file
exception error redis, file-io, configuration, missing-file
Unexpected character at <lineNumber>:<pos>, current state is
exception error redis, parsing, data-import, syntax
End of line unexpected at " + lineNumber + ":" + pos
exception error redis, parsing, data-import, syntax
Redis host not configured - you must either configure 'quark
exception critical redis, quarkus, configuration, startup
Multiple Redis hosts supplied for non-clustered configuratio
exception error redis, quarkus, configuration, cluster
Unable to find redis host provider identified with " + name
exception error redis, quarkus, cdi, configuration
Unable to find redis host provider
exception error redis, quarkus, cdi, configuration
Unable to find the TLS configuration " + config.tlsConfigura
exception error redis, quarkus, tls, configuration
The key `" + key + "` does not exist
exception error redis, quarkus, key-not-found
Unable to add command to the current transaction
exception error redis, quarkus, transaction
Pattern must not be null
validation error redis, quarkus, pubsub, argument-validation
Pattern cannot be blank
validation error redis, quarkus, pubsub, argument-validation
Channel must not be null
validation error redis, quarkus, pubsub, argument-validation
Channel cannot be blank
validation error validation, redis, pubsub, illegal-argument
Unsupported type: " + x
exception error validation, redis, unsupported-type, command-builder
`" + name + "` must not be `null`
validation error validation, null-check, redis, illegal-argument
`" + name + "` must not be empty
validation error validation, empty-collection, redis, illegal-argument
`" + name + "` must not be blank
validation error redis, quarkus, argument-validation, blank-string
The longitude must be in [-180, 180]
validation error redis, validation, illegal-argument, geospatial
The latitude must be in [85.05112878, 85.05112878]
validation error redis, validation, illegal-argument, geospatial
`%s` must not be `null`
validation error redis, validation, null-check, duration
`%s` must be greater than or equal to zero
validation error redis, validation, duration, illegal-argument
`%s` must be greater than zero`
validation error redis, validation, illegal-argument, numeric
`%s` must be greater or equal to zero
validation error redis, validation, illegal-argument, numeric
`%s` must be either `0` or `1`
validation error redis, validation, illegal-argument, bitwise
Not possible to define the scope %s for the REST client %s
exception error quarkus, rest-client, cdi, scope, build-time
Multiple RestClientBuilderFactory implementations found: ${s
exception error rest-client, serviceloader, classpath, duplicate-provider
Unable to lookup configuration for REST Client ${restClientI
exception error quarkus, rest-client, configuration, registerrestclient
retrieving all roles not supported when JAX-RS security cont
exception error jaxrs, security, unsupported-operation
Failed to write
exception warning io, network, vertx, response-streaming
Attempting a blocking write on io thread
exception error vertx, event-loop, blocking, threading
Connection has been closed
exception warning io, network, client-disconnect, vertx
Request already suspended
exception error jaxrs, async, illegal-state
Response already committed
exception error http, response, illegal-state, vertx
Stream is closed
exception error io, stream, response, lifecycle
Cannot create JsonArray
http error json, jaxrs, empty-body, vertx
Cannot create JsonObject
http error json, jaxrs, empty-body, vertx
RestClientProxy is closed
exception error rest-client, lifecycle, illegal-state, quarkus
Unsupported RestClientProxy method: ${method}
exception error rest-client, proxy, reflection, illegal-state
proxyHost must not be null
exception error rest-client, proxy, configuration, illegal-argument
Invalid port number
exception error rest-client, proxy, configuration, port, illegal-argument
ExecutorService must not be null
exception error rest-client, executor, async, illegal-argument
Neither baseUri nor baseUrl was specified
exception error rest-client, configuration, missing-url, illegal-state
Failed to initialized SSL context
exception error rest-client, ssl, tls, trust-all, security
Ambiguous @HttpMethod definition on type ${typeDef}
validation error rest-client, interface-validation, http-method, rest-client-definition-exception
Parameters and variables don't match on ${typeDef}::${method
validation error rest-client, interface-validation, path-param, rest-client-definition-exception
Parameter names don't match variable names on ${typeDef}::${
validation error rest-client, interface-validation, path-param, template, rest-client-definition-exception
ResteasyClientBuilder setter method not found: ${builderMeth
exception error restclient, reflection, configuration
Value must be an instance of List<> for ResteasyClientBuilde
exception error restclient, reflection, type-mismatch
Unable to invoke ResteasyClientBuilder method: ${builderMeth
exception error restclient, reflection, native-image
Could not find a public, no-argument constructor for the hos
exception error restclient, ssl, reflection
Could not find hostname verifier class ${verifier}
exception error restclient, ssl, classpath
Failed to instantiate hostname verifier class ${verifier}. M
exception error restclient, ssl, reflection
The provided hostname verifier ${verifier} is not an instanc
exception error restclient, ssl, classcast
No password provided for keystore
validation error restclient, ssl, configuration
Failed to initialize trust store from classpath resource ${k
exception error restclient, ssl, keystore
Failed to initialize trust store from ${keyStorePath}
exception error restclient, ssl, keystore
No password provided for truststore
validation error ssl, rest-client, keystore, configuration
Failed to initialize trust store from classpath resource ${t
exception error ssl, keystore, rest-client, classpath
Failed to initialize trust store from ${trustStorePath}
exception error ssl, keystore, jvm, configuration
Classpath resource ${path} not found for MicroProfile Rest C
exception error classpath, resource-not-found, ssl, rest-client
Certificate file: ${path} not found for MicroProfile Rest Cl
exception error filesystem, ssl, certificate, container
Could not find provider class: ${name}
exception error classpath, rest-client, providers, class-not-found
Unable to determine the proper baseUrl/baseUri. Consider reg
validation error configuration, rest-client, url, microprofile
${baseUrl} requires SSL support but it is disabled. You prob
exception critical native-image, ssl, graalvm, rest-client
The value of URL was invalid ${baseUrl}
validation error url, configuration, rest-client
Unable to find class for provider ${providerToRegister}
exception error startup, class-not-found, providers, rest-client
Unable to locate proper constructor for dynamically register
exception error resteasy, jaxrs, provider-registration, dependency-injection
Unknown JSON Value ${kind}
exception error json, vertx, jsonb, conversion
Expected a ClientInvocationBuilder
exception error resteasy, client, reactive, mutiny, type-mismatch
Expected a ClientInvocationBuilder
exception error resteasy, client, reactive, mutiny, type-mismatch
More than one Application class: ${jakartaRestApplicationCla
exception error jaxrs, deployment, resteasy, build-time
Usage of '@Inject' is not allowed in 'jakarta.ws.rs.core.App
exception error jaxrs, cdi, deployment, resteasy, build-time
Unable to handle class: ${applicationClass}
exception error jaxrs, deployment, reflection, resteasy, build-time
Providing multiple BuiltInReaderOverrideBuildItem for the sa
exception error build-time, resteasy-reactive, builditem, conflict
@Compressed and @Uncompressed cannot be both declared on res
exception error resteasy-reactive, deployment, annotations, compression, build-time
Parameter: ${i} of the constructor of class '${resourceDotNa
exception error jax-rs, resteasy-reactive, quarkus, deployment, constructor-injection
Parameter: ${i} of the constructor of class '${resourceDotNa
exception error jax-rs, resteasy-reactive, quarkus, type-conversion, constructor-injection
Unsupported type '${jaxRSAnnotationOfParam.name()}' used as
exception error jax-rs, resteasy-reactive, quarkus, header-param, context-injection
Unknown type '${type}' used as an annotation in constructor
exception error resteasy-reactive, quarkus, internal, codegen, defensive
${className} class reading failed
exception error io, classloader, resteasy-reactive, quarkus, filters
Resource classes that use field injection for REST parameter
exception error cdi, scope, jax-rs, resteasy-reactive, field-injection
Resource classes that use field injection for REST parameter
exception error cdi, scope, jax-rs, resteasy-reactive, field-injection
${exposedEndpoint} is declared by :${endpointConfigs}
exception error routing, jax-rs, resteasy-reactive, duplicate-endpoint, configuration
@UnwrapException is only supported on classes. Offending tar
exception error exceptions, annotations, resteasy-reactive, quarkus, unwrap-exception
Using @UnwrapException without a value is only supported on
exception error exceptions, annotations, resteasy-reactive, quarkus, unwrap-exception
Unable to load handled exception type ${i.getProvidedType()}
exception error quarkus, resteasy-reactive, classpath, classnotfound, deployment
The combination of '@${annotationName}' and '@ServerRequestF
exception error quarkus, resteasy-reactive, annotation-misuse, build-time, filters
The combination of '@${annotationName}' and '@ServerExceptio
exception error quarkus, resteasy-reactive, annotation-misuse, exception-mapper, build-time
Unable to determine if bean '${className}' is available
exception error quarkus, resteasy-reactive, cdi, classnotfound, security
Handler '${handlerClassName}' has not been properly configur
exception critical quarkus, resteasy-reactive, startup, configuration, extension
HTTP Security policy applied only on Quarkus REST cannot be
exception error quarkus, security, vertx, routing-context, resteasy-reactive
@AuthorizationPolicy annotation placed on resource method '$
exception error quarkus, security, cdi, bean-discovery, jandex
Registering default SecurityCheck that requires secured meth
exception error quarkus, security, resteasy-reactive, unsupported
Security annotation placed on resource method '${className}#
exception error quarkus, security, cdi, bean-discovery, jandex
Security annotation placed on resource method '${className}#
exception error quarkus, security, cdi, bean-discovery, resteasy-reactive
retrieving all roles not supported when JAX-RS security cont
exception error jaxrs, security, unsupported-operation, resteasy-reactive
AnnotationTransformation is not an AnnotationsTransformer: $
exception error build-time, resteasy-reactive, deprecated-api, unsupported-operation
@RegisterClientContextResolver is only supported on static m
exception error rest-client, annotation-processing, build-time, illegal-state
@RegisterClientContextResolver is only supported on static m
exception error rest-client, annotation-processing, build-time, illegal-state
@ClientExceptionMapper is only supported on static methods o
exception error rest-client, exception-mapper, annotation-processing, build-time
Unsupported parameter type used in @ClientExceptionMapper. S
exception error rest-client, exception-mapper, build-time, bytecode-generation
@ClientRedirectHandler is only supported on static methods o
exception error rest-client, redirect-handler, annotation-processing, build-time
@ClientExceptionMapper can only take parameters of type 'jak
exception error rest-client, exception-mapper, bytecode-generation, build-time
Duplicate ${annotationName} annotation for parameter: ${name
exception error rest-client, microprofile, duplicate-annotation, build-time
Class ${className} used in ${annotationName} on ${declaringC
exception error rest-client, microprofile, jandex, class-not-found, build-time
${annotationName} method ${declaringClass}#${staticMethodNam
exception error rest-client, build-time, microprofile
${annotationName} method ${methodName} not found on ${declar
exception error rest-client, build-time, microprofile
${annotationName} method ${declaringClass}#${methodName} has
exception error rest-client, build-time, microprofile
Method ${declaringClass}#${methodName} has an unsupported re
exception error rest-client, build-time, type-mismatch
Duplicate ClientHeaderParam annotation for header: ${headerN
exception error rest-client, duplicate-annotation, microprofile
Invalid @ClientHeaderParam definition, unable to determine c
exception error rest-client, jandex, classpath
Invalid @ClientHeaderParam definition, method parameter %s i
exception error rest-client, type-mismatch, microprofile
Invalid @ClientHeaderParam definition, unable to determine t
exception error rest-client, microprofile, build-time
@ClientHeaderParam method ${className}#${methodName} has too
exception error rest-client, build-time, microprofile
Method ${class}#${method} has an unsupported return type for
exception error quarkus, rest-client, build-time, annotation-validation, clientheaderparam
Method ${class}#${method} has an unsupported return type for
exception error quarkus, rest-client, build-time, annotation-validation, clientheaderparam
Unknown node type ${type}
exception error quarkus, rest-client, internal-error, build-time
Unhandled type: ${type}
exception error quarkus, rest-client, internal-error, type-mismatch
Ambiguous %s definition, more than one method of name %s fou
exception error quarkus, rest-client, build-time, ambiguous-method, overloading
Cannot mix expressions
validation error quarkus, rest-client, expression-parsing, clientheaderparam, syntax
Illegal end of expression
validation error quarkus, rest-client, expression-parsing, syntax
'$' must always be followed by '{'
validation error quarkus, rest-client, expression-parsing, syntax
Classes used in @SseEventFilter must have a no-args construc
exception error rest-client, sse, annotation-processing, build-time
Only a single instance of '@ClientExceptionMapper' is allowe
exception error rest-client, exception-mapper, annotation-processing, build-time
Only a single instance of '@ClientRedirectHandler' with the
exception error rest-client, redirect-handler, annotation-processing, build-time
Only a single instance of '${annotation}' is allowed per RES
exception error rest-client, annotation-processing, build-time, duplicate
Using Kotlin default methods on interfaces that are not back
exception error kotlin, rest-client, default-methods, build-time
Unable to find provider for REST Client '${class}' with name
exception error dev-services, rest-client, config, startup
Multiple providers found for REST Client '${class}'. Please
exception error dev-services, rest-client, config, ambiguous
Can't call `update` method in a Reactive context. Use `getHe
exception error rest-client, reactive, headers-factory, misuse
Invalid parameter index '${index}' used when obtaining param
exception error rest-client, parameter-binding, illegal-argument
Invalid expression: ${expression}
validation error rest-client, config, expression-syntax
Failed to find value for config property %s in application c
validation error rest-client, config, missing-property
Failed to convert value for property ${property} to String
validation error rest-client, config, type-conversion
Invalid proxy string. Expected <hostname>:<port>, found '${p
exception error rest-client, proxy, configuration
Invalid proxy setting. The port is not a number in '${proxy}
exception error rest-client, proxy, configuration
Failed to instantiate the client headers factory ${class}. M
exception error rest-client, cdi, bean-resolution
Failed to convert REST client URL to URI
exception error rest-client, url, uri-syntax
proxyHost must not be null
validation error rest-client, proxy, null-argument
Invalid port number
validation error rest-client, proxy, port-validation
Failed to instantiate the HTTP client options " + httpClient
exception error cdi, rest-client, quarkus, configuration
Specifying executor service is not supported. The underlying
exception error rest-client, quarkus, reactive, unsupported-operation
Failed to instantiate provider " + componentClass + ". Does
exception error rest-client, quarkus, reflection, provider-registration
The Reactive REST Client needs to be built within the contex
exception error cdi, quarkus, rest-client, lifecycle
No URL specified. Cannot build a rest client without URL
exception error rest-client, configuration, quarkus, missing-config
Could not find a public, no-argument constructor for the hos
exception error tls, rest-client, reflection, configuration
Could not find hostname verifier class " + verifier
exception error tls, classpath, configuration, rest-client
Failed to instantiate hostname verifier class " + verifier +
exception error tls, rest-client, reflection, configuration
The provided hostname verifier " + verifier + " is not an in
exception error tls, rest-client, type-mismatch, configuration
No password provided for keystore
validation error tls, keystore, configuration, rest-client
Failed to initialize trust store from classpath resource " +
exception error tls, keystore, rest-client, configuration
Failed to initialize trust store from " + keyStorePath
exception error tls, keystore, configuration, rest-client
No password provided for truststore
validation error tls, truststore, configuration, rest-client
Failed to initialize trust store from classpath resource " +
exception error tls, truststore, rest-client, configuration
Failed to initialize trust store from " + trustStorePath
exception error tls, truststore, configuration, rest-client
Classpath resource " + path + " not found for MicroProfile R
exception error ssl, rest-client, classpath, configuration, microprofile
Certificate file: " + path + " not found for MicroProfile Re
exception error ssl, rest-client, filesystem, configuration, microprofile
Could not find provider class: " + name
exception error rest-client, classpath, provider, configuration, classnotfound
Unable to determine the proper baseUrl/baseUri. Consider reg
validation error rest-client, configuration, missing-config, microprofile, url
The value of URL was invalid " + baseUrl
validation error rest-client, uri, configuration, url-validation, microprofile
AnnotationTransformation is not an AnnotationsTransformer: "
exception error quarkus, rest-client, deprecated-api, unsupported-operation
PartType annotation is only supported on fields and (setter/
validation error quarkus, rest-client, multipart, annotation-misuse, build-time
Primitive types are not supported for multipart response map
validation error quarkus, rest-client, multipart, primitive-type, build-time
Unsupported field type for multipart response mapping: " + t
validation error quarkus, rest-client, multipart, unsupported-type, build-time
Only a single argument can be annotated with '" + URL + "'.
validation error quarkus, rest-client, baseurl, annotation-misuse, build-time
Unsupported type '" + notBodyTargetType + "' used with '" +
validation error quarkus, rest-client, url, unsupported-type, build-time
When using Multi as body parameter only Multi<io.vertx.core.
validation error quarkus, rest-client, reactive, multi, unsupported-type
multipart responses can only be mapped to non-generic classe
validation error quarkus, rest-client, multipart, generics, build-time
Type variable %s of %s could not be resolved.
validation error quarkus, rest-client, generics, type-resolution, build-time
parameterized type %s can not be inherited from by %s (or a
validation error quarkus, rest-client, classpath, generics
Sub resource type is not a class: " + returnType.name().toSt
validation error quarkus, rest-client, sub-resource, jaxrs
Client interface method: " + jandexMethod.declaringClass().n
validation error quarkus, rest-client, sub-resource, jaxrs
Array of unsupported type: " + typeStr + " on " + errorLocat
validation error quarkus, rest-client, multipart, unsupported-type
Unsupported primitive type in multipart form field: {field.d
exception error quarkus, rest-client, multipart, primitives
Suspendable rest client method{jandexMethod} is present on c
exception error quarkus, rest-client, kotlin, coroutines, missing-dependency
Attempt to pass at least two of form or regular entity as a
exception error quarkus, rest-client, request-body, form-params
Unimplemented
exception error quarkus, rest-client, unimplemented, internal
Map parameter types must have String keys. Offending method
exception error quarkus, rest-client, map-parameters, generics
not supported yet
exception error quarkus, rest-client, arrays, unsupported-type
Raw Map parameter types are not supported. Offending method
exception error rest-client, build-time, generics, quarkus
Raw MultivaluedMap parameter types are not supported. Offend
exception error rest-client, build-time, generics, quarkus
Unsupported Map type '{type.name()}'. Offending method is: {
exception error rest-client, build-time, generics, quarkus
Mixing Quarkus REST and RESTEasy Classic server parts is not
exception error dependency-conflict, resteasy-classic, resteasy-reactive, quarkus
Mixing Quarkus REST and RESTEasy Classic client parts is not
exception error dependency-conflict, resteasy-classic, rest-client-reactive, quarkus
Unable to create class '{targetClassName}'. To fix the probl
exception error cdi, bean-discovery, resteasy-reactive, quarkus
CSRFFilter should have set the attribute {csrfFormFieldName}
exception error csrf, rest-csrf, request-lifecycle, quarkus
{what} must not be null
validation error csrf, config, null-check, quarkus
Type {fieldType} should be handled by the switch
exception error jackson, quarkus, build-time, deserialization
Type {type} should be handled by the switch
exception error jackson, quarkus, build-time, bytecode-generation
Class '{biFunctionClassInfo.name}' must contain a no-args co
exception error jackson, quarkus, custom-serialization, reflection
The `{instance.name}` annotation can only be used in methods
exception error jackson, quarkus, jsonview, annotation-target
The 'RolesAllowedConfigExpStorage' bean is created before ru
exception error quarkus, lifecycle, security, runtime-config
Unable to load class '{className}' for supporting custom JSO
exception error quarkus, jackson, classpath, classloading
Cannot directly return collections or arrays using JAXB. You
exception error jaxb, quarkus, xml, resteasy-reactive
Cannot handle collections or arrays as parameters using JAXB
exception error jaxb, quarkus, xml, resteasy-reactive, request-body
Unknown JSON Value {kind}
exception error jsonb, vertx, json, conversion
Unknown JSON Value
exception error json, serialization, vertx, resteasy-reactive
Suspendable @Blocking methods are not supported yet: %s.%s
exception error kotlin, coroutines, blocking, build-time, resteasy-reactive
Not a coroutine invoker
exception error kotlin, coroutines, resteasy-reactive, codegen
No Vertx context found
exception error kotlin, coroutines, vertx, threading, resteasy-reactive
No Vertx context found
exception error kotlin, flow, vertx, threading, resteasy-reactive
No Vertx context found
exception error kotlin, coroutines, vertx, threading, resteasy-reactive
Unexpected index $index
exception error kotlin, kotlinx-serialization, deserialization, validation, resteasy-reactive
Unexpected index $index
exception error kotlin, kotlinx-serialization, deserialization, validation, resteasy-reactive
Could not find the namingStrategy property on JsonBuilder
exception error kotlin, kotlinx-serialization, reflection, version-compatibility, json
No no-arg constructor found on $strategy
exception error kotlin, kotlinx-serialization, reflection, configuration, naming-strategy
Error loading naming strategy: ${strategy.substringAfter('.
exception error kotlin, reflection, config, resteasy-reactive
Unknown naming strategy provided: ${strategy.substringAfter
exception error kotlin, config, resteasy-reactive
Cannot generate HAL endpoints without either 'quarkus-rest-j
exception error build-time, resteasy-reactive, hal, json
Class '%s' was not found
exception error build-time, jandex, rest-links
Cannot generate web links for the class because it has mult
exception error build-time, rest-links, annotations
Cannot generate web links for the class because it is eithe
exception error build-time, rest-links, annotations
Unable load class '''
exception error runtime, classloading, rest-links
Failed to initialize
exception error build-time, reflection, rest-links
Links context has not been initialized
exception error resteasy-reactive, rest-links, initialization, lifecycle
Getter accessors container has not been initialized
exception error resteasy-reactive, rest-links, initialization, lifecycle
Cannot write more than one piece of async data at a time
exception error resteasy-reactive, servlet, async, concurrency
Async task was already set
exception error scheduler, job-definition, builder, api-misuse
Sync task was already set
exception error scheduler, job-definition, builder, api-misuse
Cannot modify a job that was already scheduled
exception error scheduler, job-definition, immutability, lifecycle
Unsupported cron type:
exception error scheduler, cron, unsupported-value, parsing
Unable to create invoker:
exception error scheduler, classloading, reflection, startup
A skipPredicate instance may not be serialized
exception error scheduler, serialization, skip-predicate, synthetic-bean
Multiple beans match the type:
exception error scheduler, cdi, bean-resolution, ambiguity
Unable to instantiate the class:
exception error scheduler, cdi, reflection, quarkus
Could not expand value %s in property %s
exception error scheduler, config, property-expansion, quarkus
Invalid () expression on:
exception error scheduler, duration-parsing, config, quarkus
Something went wrong during parameter type resolution - expe
exception error kotlin, coroutines, scheduler, build-time, quarkus
Invalid scheduler implementations detected:
exception error scheduler, build-time, extension-conflict, quarkus
Non-static @Scheduled methods may not be declared on abstrac
exception error scheduler, build-time, annotations, quarkus
No Vertx context found
exception error kotlin, coroutines, vertx, scheduler, quarkus
Scheduler implementation not available:
exception error scheduler, api-misuse, quarkus
Matching scheduler implementation not found:
exception error scheduler, runtime, quarkus
A job with this identity is already scheduled:
exception error scheduler, duplicate-identity, quarkus
Either the 'cron' expression or the 'every' period must be s
exception error scheduler, config, cron, quarkus
Either sync or async task must be set
exception error scheduler, programmatic-api, quarkus
JDK HTTP adapter is not available in native mode. Please use
exception error native-image, apicurio, schema-registry, http-client
Cannot resolve schema with refs
exception error schema-registry, json-schema, native-image, graal-substitution
Only apicurio/apicurio-registry images are supported
exception error devservices, docker, apicurio, container-image
Private method '' cannot be annotated with the @PermissionCh
exception error security, cdi, build-time, annotation-validation
Static method '' cannot be annotated with the @PermissionChe
exception error security, cdi, build-time, annotation-validation
@PermissionChecker method '%s' has return type '%s', but onl
exception error security, build-time, return-type, mutiny
@PermissionChecker annotation placed on the '%s' attribute '
exception error quarkus, security, build-time, annotation
@PermissionChecker annotation instance placed on the '%s' re
exception error quarkus, security, build-time, reactive, blocking
Detected two @PermissionChecker annotations with same value
exception error quarkus, security, build-time, duplicate
@PermissionChecker method '%s' declares checked exceptions w
exception error quarkus, security, build-time, checked-exception
Permission class '%s' has %d constructors, exactly one is al
exception error quarkus, security, build-time, constructor, permission-class
Permission constructor '%s' first argument must be '%s'
exception error quarkus, security, build-time, constructor, permission-class
Found @PermissionChecker annotation instances that authorize
exception error quarkus, security, build-time, permissions-allowed, wiring
Found @PermissionChecker annotation instance that authorize
exception error quarkus, security, build-time, permissions-allowed, wiring
Method %s of class %s is annotated with multiple security an
exception error quarkus, security, build-time, annotations-conflict
Class %s is annotated with multiple security annotations %s
exception error quarkus, security, build-time, annotations-conflict
Invalid @PermissionsAllowed value '%s': %s
exception error quarkus, security, permissionsallowed, annotation-validation
Method '%s' was annotated with '@PermissionsAllowed', but no
exception error quarkus, security, permissionsallowed, missing-permission
Class '%s' was annotated with '@PermissionsAllowed', but no
exception error quarkus, security, permissionsallowed, missing-permission
@PermissionsAllowed annotation placed on the '%s' has inclus
exception error quarkus, security, permissionchecker, inclusive-relation
'%s' must have autodetected params
exception error quarkus, security, stringpermission, params
@PermissionChecker '%s' matches permission '%s' and actions
exception error quarkus, security, permissionchecker, custom-permission
@PermissionAllowed instance that accepts method arguments mu
exception error quarkus, security, permissionsallowed, computed-permission
Parameter '%s' specified via @PermissionsAllowed#params on s
exception error quarkus, security, params-mapping, parameter-names
@PermissionsAllowed annotation placed on method '%s' has 'pa
exception error quarkus, security, params-mapping, permissionchecker
No '%s' formal parameter name matches '%s' Permission %s par
exception error quarkus, security, params-mapping, custom-permission
Method '%s#%s' parameter '%s' cannot be converted to a Permi
exception error quarkus, security, permissionsallowed, build-time
Method '%s#%s' parameter '%s' cannot be mapped to a Permissi
exception error quarkus, security, permissionsallowed, visibility
Method '%s#%s' parameter '%s' cannot be mapped to a Permissi
exception error quarkus, security, permissionsallowed, typo
Method '%s#%s' parameter '%s' cannot be mapped to a Permissi
exception error quarkus, security, permissionsallowed, visibility, encapsulation
Only a single Bouncy Castle registration can be provided.
exception error quarkus, security, bouncycastle, configuration
@PermissionChecker declared on method '%s', but no matching
exception error quarkus, security, cdi, permissionchecker
Found @PermissionChecker annotation instance declared on the
exception error quarkus, security, cdi, scope, permissionchecker
Found %d DefaultSecurityCheckBuildItem items, please make su
exception error quarkus, security, build-item, duplicate
Class '%s' is annotated with '%s' and '%s' security annotati
exception error quarkus, security, annotations, build-time
Method %s#%s should not have been added as an additional sec
exception error quarkus, security, rolesallowed, build-item, duplicate
Method %s#%s should not have been added as an additional sec
exception error quarkus, security, build-time, duplicate-annotation
Found unknown security annotation: %s
exception error quarkus, security, build-time, annotation-processing
Class %s is annotated with multiple security annotations %s
exception error quarkus, security, build-time, duplicate-annotation
Method %s of class %s is annotated with multiple security an
exception error quarkus, security, build-time, duplicate-annotation
No IdentityProviders were registered to handle Authenticatio
exception error quarkus, security, authentication, identity-provider
manager has already been built
exception error quarkus, security, lifecycle, builder
No AnonymousIdentityProvider registered. An instance of Anon
exception error quarkus, security, authentication, anonymous-identity
no blocking executor specified
exception error quarkus, security, configuration, executor
QuarkusPermission should never be assigned to a SecurityIden
exception error quarkus, security, authorization, permissions
CDI bean '%s' is not available, but it is required by the @P
exception error quarkus, security, cdi, bean-discovery
Principal is null but anonymous status is false
exception error security, identity, builder-validation
Unable to load class '%s' for creating permission
exception error security, classpath, classnotfound, permission
Failed to create Permission constructor method parameter con
exception error security, reflection, methodhandle, permissionsallowed
Failed to convert method argument '%s' to Permission constru
exception error security, permissionsallowed, converter, runtime
quarkus.security.security-providers
Security provider '%s' is not available
validation error security, jca, provider, startup, config
quarkus.security.security-provider-config.<providerName>
Failed to configure security provider '%s'
validation error security, jca, provider, config, startup
Security provider %s can not be added
validation error security, jca, provider, startup
Security provider %s can not be inserted
validation error security, jca, provider, startup
Security provider %s can not be registered
validation critical security, configuration, provider-registration, classpath
Default SecurityCheck has already been registered
exception error security, interceptor, default-check, build-time
Blocking security check attempted in code running on the eve
exception error security, reactive, event-loop, blocking-operation
PermissionSecurityCheck must be created either for computed
exception error security, permissions, constructor-argument, build-time
Cannot call getIdentity() from the IO thread when lazy authe
exception error security, reactive, event-loop, blocking-not-allowed
Permission value must not be empty
validation error security, configuration, permissions
Invalid escape sequence in permission value '${raw}': backsl
validation error security, configuration, permissions, escaping
Permission value '${raw}' contains more than one unescaped c
validation error security, configuration, permissions
Unable to determine if the '${unsecuredMethod}' method shoul
exception error security, cdi, generics, build-time
Interface '${declaringClass}' default method '${method}' has
exception error security, cdi, interceptors, build-time
Persistence unit '${quarkus.security-jpa.persistence-unit-na
validation error security, jpa, configuration, persistence-unit, build-time
AuthenticationFailedException
exception error security, authentication, jpa, hibernate
AuthenticationFailedException
exception error security, authentication, jpa, trusted-identity
Missing password provider for password type: ${passwordType}
exception error security, jpa, password, build-time, bytecode-generation
Unknown password type: ${passwordType}
exception error quarkus, security-jpa, build-time, config
You can only annotate one field or method with @${annotation
exception error quarkus, security-jpa, build-time, jandex, duplicate-annotation
The role element type must be indexed by Jandex: ${elementTy
exception error quarkus, security-jpa, jandex, build-time
Missing @RoleValue annotation on (non-String) role element t
exception error quarkus, security-jpa, build-time, annotation-missing
Unsupported @Roles field/getter type: ${rolesType}
exception error quarkus, security-jpa, build-time, unsupported-type
You can only annotate one class with @UserDefinition
exception error quarkus, security-jpa, build-time, duplicate-annotation
AuthenticationFailedException
exception error quarkus, security-jpa, authentication, password
Invalid cose algorithm: ${coseAlgorithm}
exception error quarkus, webauthn, runtime, cose
Invalid public key
exception error quarkus, webauthn, runtime, public-key, jca
Failed to configure default WebAuthn certificates
exception error webauthn, keystore, startup, certificate
Failed to configure WebAuthn trust store
exception error webauthn, keystore, truststore, startup
res.statusText
exception error webauthn, javascript, http, browser
Register path is missing!
exception error webauthn, javascript, configuration, browser
Login path is missing!
exception error webauthn, javascript, configuration, browser
A receiver method must have exactly one parameter annotated
exception error quarkus, build-time, signals, cdi
A receiver method must not be private:
exception error quarkus, build-time, signals, cdi
A receiver method must not be static:
exception error quarkus, cdi, build-time, signals
%s execution model is not supported: %s
exception error quarkus, execution-model, build-time, signals
Multiple beans with the same @Identifier value detected: ;
exception error quarkus, cdi, duplicate-bean, identifier
bean has no target:
exception error quarkus, cdi, bean-target, build-time
bean must be annotated with @io.smallrye.common.annotation
exception error quarkus, cdi, identifier, missing-annotation
bean has an @Identifier annotation with an empty value
exception error quarkus, cdi, identifier, validation
Cycle detected in @RelativeOrder declarations involving s:
exception error quarkus, ordering, cycle, build-time
Limit must be a positive integer:
exception error configuration, validation, concurrency, signals
The execution model %s of %s is not supported
exception error runtime, execution-model, signals, quarkus
Not a qualifier:
exception error cdi, qualifier, runtime, quarkus
Unable to instantiate InvokerReceiver:
exception error reflection, instantiation, classpath, signals
%s not supported by %s
exception error executor, execution-model, signals, registration
Metadata key already exists:
exception error metadata, duplicate-key, signals
Failed to instantiate declared ThreadContextProvider class:
exception error build-time, classpath, service-loader, context-propagation
Only instances of SmallRyeContextManager are supported:
exception error context-propagation, type-mismatch, integration
Trying to invoke ContextPropagation on a partially-configure
exception error context-propagation, lifecycle, static-init, executor
This executor is managed by the container and cannot be shut
exception error executor, lifecycle, context-propagation, container-managed
Class not in index:
exception error fault-tolerance, jandex, classpath, build-time
${wrappedErrorMessage}
exception error fault-tolerance, deployment, build-time, validation
graphql/graphql-client.js not found on classpath
exception error graphql, classpath, build-time, static-resources
graphql/graphql-client.d.ts not found on classpath
exception error graphql, classpath, typescript, build-time
Unknown websocket subprotocol:
exception error graphql, websocket, configuration, subscriptions
quarkus.smallrye-graphql.root-path-ui was set to "/", this i
validation error graphql, configuration, ui, routing
${joinedGraphQLErrorMessages}
exception error graphql, runtime, javascript, client
Can not load class []
exception error graphql, classpath, runtime, classloading
TLS configuration '' was specified, but it does not exist.
validation critical tls, configuration, startup-failure, quarkus
TLS configuration '' was specified, but no TLS configuration
validation critical tls, configuration, startup-failure, quarkus
Proxy configuration '${name}' was specified, but it does not
exception critical proxy, configuration, startup-failure, quarkus
Proxy configuration '${name}' was specified, but no Proxy co
exception critical proxy, configuration, startup-failure, quarkus
No HealthCheckResponseProvider implementation found.
exception error health, build-time, serviceloader, quarkus
Multiple HealthCheckResponseProvider implementations found:
exception error health, build-time, serviceloader, dependency-conflict, quarkus
quarkus.smallrye-health.root-path-ui was set to "/", this is
validation error configuration, health-ui, startup-failure, quarkus
Unable to instantiate service ${providerClass} using the no-
exception error health, reflection, instantiation, quarkus
${actualType} type can not be used to represent JWT claims i
exception error jwt, cdi, build-time, quarkus
Current principal ${principal} is not a JSON web token
exception error jwt, security, authentication, runtime, quarkus
No current injection point found
exception error cdi, jwt, dependency-injection
@OpenApiFilter '%s' references unknown document names: %s
validation error openapi, build-time-validation, configuration
Exception processing resources for path ${path}
exception error io, classpath, build
An error occurred while processing ${resourcePath}
exception error io, filesystem, build
${resource} not found on classpath
exception error classpath, devui, build
${status} ${statusText}: ${body}
http error http, rest, devui, javascript
The method `${method}` is using `@RunOnVirtualThread` but ex
validation error reactive-messaging, virtual-threads, build-time-validation
The method `${method}` is using `@Keyed` but is not annotate
validation error reactive-messaging, build-time-validation, annotations
The method `${method}` is using `@Keyed` but the annotated p
validation error reactive-messaging, build-time-validation, generics
@${annotation} value cannot be blank. Offending method is: $
validation error quarkus, reactive-messaging, deployment, validation
Emitter configuration for channel `${channel}` is different
exception error quarkus, reactive-messaging, emitter, deployment, configuration-conflict
Currently suspend methods for Reactive Messaging are not sup
exception error kotlin, coroutines, reactive-messaging, quarkus, unsupported
Method ${class}.${method} is suspendable but kotlinx-corouti
exception error kotlin, coroutines, missing-dependency, quarkus, reactive-messaging
No Vertx context found. Consider using @NonBlocking on the c
exception error kotlin, coroutines, vertx, context, reactive-messaging
Failed to create Worker for ${workerName}
exception error quarkus, reactive-messaging, worker-pool, threading, runtime
@Blocking referred to invalid worker name. ${workerName}
exception error quarkus, reactive-messaging, worker-pool, blocking, naming
@ExactlyOnce on method ${methodName} requires both @Incoming
validation error kafka, exactly-once, reactive-messaging, quarkus, deployment
@ExactlyOnce on method ${methodName} requires at least one p
validation error kafka, exactly-once, signature, quarkus, deployment
@ExactlyOnce on method ${methodName} does not support Messag
validation error kafka, exactly-once, message, quarkus, deployment
@ExactlyOnce on method ${methodName} must return a value to
validation error kafka, reactive-messaging, exactly-once, build-time-validation
@ExactlyOnce on method ${methodName} cannot be combined with
validation error kafka, reactive-messaging, exactly-once, blocking
@ExactlyOnce on method ${methodName} cannot combine @WithTra
validation error kafka, reactive-messaging, exactly-once, transactions
@ExactlyOnce on method ${methodName} cannot combine @Transac
validation error kafka, reactive-messaging, exactly-once, transactions
@ExactlyOnce on method ${methodName} does not support Kotlin
validation error kotlin, kafka, reactive-messaging, exactly-once
@ExactlyOnce on method ${methodName}: incoming channel '${in
validation error kafka, reactive-messaging, configuration, exactly-once
@ExactlyOnce on method ${methodName}: outgoing channel '${ou
validation error kafka, reactive-messaging, configuration, exactly-once
No Kafka record metadata found on incoming message
exception error kafka, reactive-messaging, exactly-once, runtime
No Kafka record metadata found on incoming message
exception error kafka, reactive-messaging, exactly-once, runtime
Only official eclipse-mosquitto images are supported
validation error devservices, testcontainers, mqtt, config
The fixed port must be greater than 0
validation error devservices, testcontainers, pulsar, config
io_uring is not supported with Netty 4.2
exception error native-image, netty, io-uring, pulsar, graal
Unsupported media type or encoding format: ${contentType}
exception error pulsar, native-image, auth, media-type, config
Invalid privateKey format
exception error pulsar, native-image, auth, key-format, config
Only official rabbitmq images are supported
validation error devservices, testcontainers, rabbitmq, config
The application is using a Stork Consul provider but does no
validation error quarkus, stork, consul, missing-dependency, build-time
Parameter type should be provided.
validation error quarkus, stork, configuration, illegal-argument
Impossible to register service. Missing required 'type' for
validation error quarkus, stork, configuration, service-registration, startup
The SPIFFE client extension does not support unix transport
validation error quarkus, spiffe, dev-services, windows, configuration
Failed to generate EC P-256 signing key
exception error quarkus, spiffe, dev-services, crypto, key-generation
Failed to create temp socket path
exception error quarkus, spiffe, dev-services, unix-socket, filesystem
Failed to start SPIFFE gRPC server on ${transport}
exception error quarkus, spiffe, dev-services, grpc, port-bind
Failed to start SPIFFE HTTP server
exception error quarkus, spiffe, dev-services, http, port-bind
No default audiences configured via 'quarkus.spiffe-client.a
exception error quarkus, spiffe, jwt-svid, configuration, audiences
Audiences must not be null
validation error quarkus, spiffe, jwt-svid, illegal-argument, audiences
Audiences must not be empty
validation error spiffe, validation, argument
JWT-SVID from SPIRE agent has no token
exception error spiffe, jwt, spire, response-validation
JWT-SVID from SPIRE agent is not a valid JWS Compact Seriali
exception error spiffe, jwt, malformed-token
JWT-SVID proto SPIFFE ID does not match the 'sub' claim; pro
exception error spiffe, jwt, spiffe-id, integrity
JWT-SVID from SPIRE agent is missing the required 'aud' clai
exception error spiffe, jwt, missing-claim
JWT-SVID 'aud' array element at index ${i} is not a string:$
exception error spiffe, jwt, type-mismatch, aud-claim
JWT-SVID 'aud' claim is not a string or array of strings
exception error spiffe, jwt, aud-claim, type-mismatch
JWT-SVID 'aud' claim does not contain the requested audience
exception error spiffe, jwt, aud-claim, audience-mismatch
JWT-SVID 'aud' claim contains unexpected extra audiences; re
exception error spiffe, jwt, aud-claim, audience-mismatch
JWT-SVID from SPIRE agent is missing the required 'exp' clai
exception error spiffe, jwt, expired-token, missing-claim
JWT-SVID from SPIRE agent is already expired
exception error spiffe, jwt, spire, clock-skew
X.509-SVID response from SPIRE agent contains no SVIDs
exception error spiffe, spire, x509, empty-response
X.509-SVID response from SPIRE agent has empty certificate c
exception error spiffe, spire, x509, malformed-response
X.509-SVID response from SPIRE agent has empty private key
exception error spiffe, spire, private-key, malformed-response
X.509-SVID response from SPIRE agent has empty trust bundle
exception error spiffe, spire, trust-bundle, empty-response
X.509-SVID certificate chain is empty
exception error spiffe, x509, certificate, parsing
X.509-SVID proto SPIFFE ID does not match the leaf certifica
exception critical spiffe, spire, certificate, identity-mismatch, security
X.509-SVID response from SPIRE agent contains an invalid pri
exception error spiffe, private-key, pkcs8, cryptography
X.509-SVID response contains empty ${description}
exception error spiffe, x509, parsing, empty-input
X.509-SVID response from SPIRE agent contains a non-X.509 ce
exception error spiffe, x509, certificate, parsing
X.509-SVID response from SPIRE agent contains an invalid ${d
exception error spiffe, x509, certificate-parsing, workload-api
Failed to encode certificate to PEM
exception error spiffe, pem, certificate-encoding, jce
The SPIFFE client extension does not support unix scheme on
validation error spiffe, windows, unix-socket, configuration
Audience must not be null
validation error spiffe, jwt, audience, illegal-argument
Audience must not be blank
validation error spiffe, jwt, audience, illegal-argument
Audience must not contain spaces: '${audience}'
validation error spiffe, jwt, audience, illegal-argument
Leaf certificate must not have CA flag set to true
exception critical spiffe, x509, basicconstraints, certificate-validation
Leaf certificate is missing the key usage extension
exception error spiffe, x509, keyusage, certificate-validation
Leaf certificate must have 'digitalSignature' as key usage
exception error spiffe, x509, keyusage, digital-signature
Leaf certificate must not have 'keyCertSign' as key usage
exception critical spiffe, x509, keyusage, keycertsign, certificate-validation
Leaf certificate must not have 'cRLSign' as key usage
exception error x509, certificate-validation, spiffe, tls
Signing certificate must have CA flag set to true: ${subject
exception error x509, certificate-chain, spiffe, trust-bundle
Signing certificate must have 'keyCertSign' as key usage: ${
exception error x509, certificate-chain, keyusage, spiffe
Signing certificate SPIFFE ID must not have a path component
exception error spiffe, x509, san, certificate-chain
SPIFFE ID must not be empty
exception error spiffe, validation, configuration
SPIFFE ID exceeds maximum length of 2048 bytes: ${length}
exception error spiffe, validation, uri
SPIFFE ID must have 'spiffe://' scheme: ${spiffeId}
exception error spiffe, validation, uri
SPIFFE ID must not contain percent-encoded characters: ${spi
exception error spiffe, validation, uri-encoding
SPIFFE ID is not a valid URI: ${spiffeId}
exception error spiffe, validation, uri
SPIFFE ID must not contain userinfo: ${spiffeId}
exception error spiffe, validation, uri
SPIFFE ID must not contain a port: ${spiffeId}
exception error spiffe, validation, uri, spiffe-id
SPIFFE ID must not contain a query:
exception error spiffe, validation, uri, spiffe-id
SPIFFE ID must not contain a fragment:
exception error spiffe, validation, uri, spiffe-id
SPIFFE ID must have a non-empty trust domain:
exception error spiffe, validation, trust-domain, spiffe-id
SPIFFE ID trust domain exceeds maximum length of + MAX_TRUS
exception error spiffe, validation, trust-domain, length-limit
SPIFFE ID trust domain contains invalid character '' + c + '
exception error spiffe, validation, trust-domain, character-set
SPIFFE ID must have a non-root path:
exception error spiffe, validation, path, spiffe-id
SPIFFE ID path must not have a trailing slash:
exception error spiffe, validation, path, spiffe-id
SPIFFE ID path must not contain empty segments:
exception error spiffe, validation, path, spiffe-id
SPIFFE ID path must not contain dot segments:
exception error spiffe, validation, path, path-traversal, spiffe-id
SPIFFE ID path contains invalid character '' + c + '':
exception error spiffe, certificate, validation, identity
Leaf certificate has no Subject Alternative Names
exception error spiffe, certificate, tls, x509
Leaf certificate has no URI Subject Alternative Names
exception error spiffe, certificate, x509, san
Leaf certificate must contain exactly one URI SAN, found
exception error spiffe, certificate, x509, san
Failed to extract URI SAN from leaf certificate
exception error spiffe, certificate, parsing, x509
Class + configPropertiesClassInfo + which is annotated wit
exception error quarkus, spring-boot, configuration-properties, build-time
Class '' + configObjectClassStr + '' which is annotated with
exception error quarkus, spring-boot, configuration-properties, visibility
Configuration properties class '' + configClassInfo + '' doe
exception error quarkus, spring-boot, configuration-properties, binding
Setter '' + setterName + '' of class '' + configClassInfo +
exception error quarkus, spring-boot, configuration-properties, visibility
Nested configuration class ' + fieldTypeClassInfo + ' must b
exception error quarkus, spring-boot, configuration-properties, nested-config
Support for List of objects in classes annotated with '@Conf
exception error quarkus, build-time, config-properties, deployment-exception
Unsupported naming strategy:
exception error quarkus, build-time, naming-strategy, illegal-argument
class reading failed
exception error quarkus, build-time, io, classloader
Unsupported annotation target kind
exception error quarkus, build-time, annotation-target, illegal-argument
Unable to resolve Map parameter types for
exception error quarkus, build-time, generics, map, illegal-argument
Type + type.name().toString() + which is used in class +
exception error quarkus, build-time, generics, raw-type
Type + type.name().toString() + which is used in class +
exception error quarkus, build-time, generics, type-arguments
Method + method.name() + of interface + ifaceDotName + i
exception error quarkus, build-time, config-interface, getter-method
Method + method.name() + of interface + ifaceDotName + i
exception error quarkus, build-time, config-interface, getter-method
Annotating a method returning Optional with @ConfigProperty
exception error quarkus, config, spring-boot-properties, configproperty
Support for List of objects in classes annotated with '@Conf
exception error quarkus, config, yaml, list-of-objects
Unable to collect interfaces of + iface + because it was n
exception error quarkus, jandex, index, spring-boot-properties
The use of interfaces as the generic type of Lists fields /
exception error quarkus, yaml, config, interface
Class '%s' which is used as %s in class '%s' must have a no-
exception error quarkus, yaml, config, constructor
Class '%s' which is used as %s in class '%s' must be a publi
exception error quarkus, yaml, config, visibility
YamlListObjectHandler can only be used for fields / methods
exception error quarkus, yaml, config, type-mismatch
Currently Spring Cache annotations can only be added to meth
exception error quarkus, spring-cache, build-time, annotation-placement
Annotation '${instance}' on '${instance.target()}' contains
exception error quarkus, spring-cache, unsupported-attribute, build-time
Quarkus currently only supports using a single cache name. O
exception error quarkus, spring-cache, multiple-cache-names, build-time
Value: '${config.url()}' of property 'quarkus.spring-cloud-c
exception error quarkus, spring-cloud-config, uri-syntax, configuration
The 'quarkus.spring-cloud-config.url' property cannot be emp
validation error quarkus, spring-cloud-config, missing-property, configuration
Unable to obtain configuration from Spring Cloud Config Serv
exception critical quarkus, spring-cloud-config, network, startup, config-server
Eureka configuration is required
validation error quarkus, spring-cloud-config, eureka, discovery, configuration
Got unexpected HTTP response code ${r.statusCode()} from ${r
http error quarkus, spring-cloud-config, http, http-status, network
Got empty HTTP response body ${requestURI.completeURLString(
exception error quarkus, spring-cloud-config, http, empty-body, network
Got unexpected error ${e.getOriginalMessage()}
exception error quarkus, spring-cloud-config, jackson, json-deserialization, http
Unable to discover Spring Cloud Config Server URL for servic
exception error spring-cloud-config, eureka, service-discovery, configuration
No Eureka configuration has been provided
validation error spring-cloud-config, eureka, missing-config, configuration
No service URLs have been configured for service
validation error spring-cloud-config, eureka, missing-config, configuration
No service ID has been configured for service
validation error spring-cloud-config, eureka, missing-config, configuration
Value: '${serviceUrl}
exception error eureka, url-parsing, configuration, illegal-argument
Got unexpected HTTP response code ${r.statusCode()} from ${r
http error eureka, http, service-discovery, network
Method ${repositoryMethodDescription} cannot be parsed. Did
exception error spring-data-jpa, build-time, derived-query, quarkus
Method ${repositoryMethodDescription} cannot be parsed as th
exception error spring-data-jpa, build-time, derived-query, method-naming
When 'Top' or 'First' is specified, the query must be a find
exception error spring-data-jpa, build-time, derived-query, limit
Unable to parse query with limiting results clause. Offendin
exception error spring-data-jpa, build-time, derived-query, limit
Distinct is not yet supported. Offending method is ${reposit
exception error jpa, spring-data, derived-query, build-time
A field must by supplied after 'OrderBy' . Offending method
exception error jpa, spring-data, derived-query, syntax
Field ${orderField} which was configured as the order field
exception error jpa, spring-data, derived-query, field-not-found
IgnoreCase cannot be specified for field${fieldInfo.name()}
exception error jpa, spring-data, derived-query, type-mismatch
fieldNotResolvableMessage + offendingMethodMessage
exception error jpa, spring-data, derived-query, field-not-found
fieldNotResolvableMessage + detail + offendingMethodMessage
exception error jpa, spring-data, derived-query, field-not-found
Entity class ${fieldInfo.type().name()} referenced by ${this
exception error jpa, spring-data, jandex-index, build-time
${operation} cannot be specified for field${fieldPath} becau
exception error jpa, spring-data, derived-query, type-mismatch
${operation} cannot be specified for field${fieldPath} becau
exception error jpa, spring-data, derived-query, type-mismatch
Class ${classInfo.name()} which is annotated with @Repositor
exception error spring-data, repository-definition, build-time, configuration
Return type of method ${methodName} of Repository ${reposito
exception error spring-data-jpa, quarkus, build-time, repository, type-mismatch
${t.name()} is not in the Quarkus Jandex index and cannot be
exception error spring-data-jpa, quarkus, jandex, indexing, build-time
spEL expressions are not currently supported. Offending meth
exception error spring-data-jpa, quarkus, spel, unsupported-feature, build-time
Unsupported query type in @Query. Offending method is ${meth
exception error spring-data-jpa, quarkus, jpql, query-parsing, build-time
Method ${method.name()} of Repository ${repositoryClassInfo}
exception error spring-data-jpa, quarkus, pagination, pageable, method-signature
Method ${method.name()} of Repository ${repositoryClassInfo}
exception error spring-data-jpa, quarkus, sorting, method-signature
${method.name()} of Repository ${repositoryClassInfo} is mea
exception error spring-data-jpa, quarkus, modifying-query, pageable, build-time
${method.name()} of Repository ${repositoryClassInfo} is mis
exception error spring-data-jpa, quarkus, named-parameters, param-annotation, build-time
${method.name()} of Repository ${repositoryClassInfo} is mea
exception error spring-data-jpa, quarkus, delete-query, return-type, build-time
of Repository
exception error spring-data-jpa, quarkus, update-query, return-type, build-time
Query annotations may only use interfaces to map results to
exception error quarkus, spring-data-jpa, build-time, dto-projection, custom-query
Attribute ${attr} of @Query is currently not supported. Offe
exception error quarkus, spring-data-jpa, build-time, query-annotation, native-query
'value' attribute must be specified on @Query annotation of
exception error quarkus, spring-data-jpa, build-time, query-annotation, missing-attribute
Method ${method} of interface ${interface} is not a getter m
exception error quarkus, spring-data-jpa, build-time, projection-interface, getter
@Query annotation for ${method} does not use fields from ${i
exception error quarkus, spring-data-jpa, build-time, projection-interface, alias-mismatch
Method ${method} of Repository ${repository}has invalid para
exception error quarkus, spring-data-jpa, build-time, pageable, method-signature
Method ${method} of Repository ${repository}has invalid para
exception error quarkus, spring-data-jpa, build-time, sort, method-signature
Method ${method} of Repository ${repository}has invalid para
exception error quarkus, spring-data-jpa, build-time, dynamic-projection, method-signature
The number of parameters of method ${method} of Repository $
exception error quarkus, spring-data-jpa, build-time, derived-query, parameter-count
${method} of Repository ${repository} contains both a Sort p
exception error spring-data, jpa, quarkus, derived-query, build-time
${method} of Repository ${repository} can only use interface
exception error spring-data, jpa, quarkus, projection, build-time
${method} of Repository ${repository} is meant to be a count
exception error spring-data, jpa, quarkus, derived-query, build-time
${method} of Repository ${repository} is meant to be a count
exception error spring-data, jpa, quarkus, derived-query, build-time
${method} of Repository ${repository} is meant to be an exis
exception error spring-data, jpa, quarkus, derived-query, build-time
${method} of Repository ${repository} is meant to be a delet
exception error spring-data, jpa, quarkus, derived-query, build-time
${method} of Repository ${repository} is meant to be a delet
exception error spring-data, jpa, quarkus, derived-query, build-time
Method ${method} of interface ${interface} is not a getter m
exception error spring-data, jpa, quarkus, projection, build-time
${field} method does not exists in ${entity} class.
exception error spring-data, jpa, quarkus, projection, build-time
Unable to implement${interface} because it is not known - pl
exception error quarkus, spring-data-jpa, jandex-index, build-time
Interface ${interface} must contain a single implementation
exception error quarkus, spring-data-jpa, ambiguous-implementation, build-time
No implementation of interface ${interface} was found
exception error quarkus, spring-data-jpa, missing-implementation, build-time
Entity ${entity} was not part of the Quarkus index
exception error quarkus, spring-data-jpa, jandex-index, entity, build-time
Entity generic argument of ${repository} is not a regular cl
exception error quarkus, spring-data-jpa, generics, build-time
Repository ${repository} specifies multiple Entity types
exception error quarkus, spring-data-jpa, generics, build-time
Repository ${repository} specifies multiple ID types
exception error quarkus, spring-data-jpa, generics, build-time
Repository ${repository} does not specify ID and/or Entity t
exception error quarkus, spring-data-jpa, generics, build-time
The '@Version' annotation cannot be used on primitive types.
exception error quarkus, spring-data-jpa, jpa, version, build-time
Id type of '${entity}' is invalid.
exception error quarkus, spring-data-jpa, jpa, id-type, build-time
Entity ${entity} was not part of the Quarkus index
exception error quarkus, jandex, spring-data-jpa, build-time, indexing
Currently only Entities with the @Id or @EmbeddedId annotati
exception error quarkus, spring-data-jpa, jpa, entity-mapping, build-time
Currently the @Id or @EmbeddedId annotation can only be plac
exception error quarkus, spring-data-jpa, jpa, entity-mapping, build-time
Currently the @Version annotation can only be placed on a si
exception error quarkus, spring-data-jpa, jpa, optimistic-locking, build-time
Couldn't find id field of ${classInfo}
exception error quarkus, spring-data-rest, jpa, entity-mapping, build-time
${class} has to be an interface
exception error quarkus, spring-data-rest, build-time, interface, validation
AnnotationInstance ${instance} is an invalid target. Only Cl
exception error quarkus, spring-di, annotations, build-time, cdi
AnnotationInstance <annotationInstance> is an invalid target
exception error quarkus, spring-di, annotations, build-time, cdi
SpEL expressions are not supported when using @org.springfra
exception error spring-di, spel, build-time, quarkus
Components annotated with multiple conflicting scopes must d
exception error spring-di, scope, cdi, stereotype, quarkus
Component <class> is annotated with multiple conflicting nam
exception error spring-di, bean-name, cdi, quarkus
Invalid @Scheduled method '<method>': 'fixedDelay' not suppo
exception error spring-scheduled, fixeddelay, build-time, quarkus
Invalid @Scheduled method '<method>': 'initialDelay' not sup
exception error spring-scheduled, cron, initialdelay, build-time, quarkus
Invalid '<paramName>String' value "<value>" - cannot parse i
exception error spring-scheduled, number-format, config, build-time, quarkus
Parameter with index <i> of method '<beanMethod>' found in e
exception error spring-security, preauthorize, spel, type-mismatch, build-time
Parameter with index <i> of method '<beanMethod>' found in e
exception error spring-security, preauthorize, spel, type-mismatch, build-time
Could not match a unique method name '<methodName>' for bean
exception error spring-security, preauthorize, spel, overload, ambiguity, build-time
Could not find a public, boolean returning method named '<me
exception error spring-security, build-time, preauthorize, bean-method
Expression: '<expression>' in the @PreAuthorize annotation o
exception error spring-security, build-time, preauthorize, malformed-expression
Bean named '<beanName>' found in expression '<expression>' i
exception error spring-security, build-time, preauthorize, bean-field
Quarkus does not support the @<annotation> annotation, found
exception error spring-security, build-time, unsupported-annotation
An invalid security annotation combination was detected: Fou
exception error spring-security, build-time, annotation-conflict, roles-allowed
An invalid security annotation combination was detected: Fou
exception error spring-security, build-time, annotation-conflict, roles-allowed
Expression: '<part>' in the @PreAuthorize annotation on meth
exception error spring-security, build-time, preauthorize, malformed-expression
Currently expressions containing both logical 'and' / 'or' a
exception error spring-security, build-time, preauthorize, unsupported-expression
Spring @Transactional with propagation NESTED is not support
exception error quarkus, spring-tx, transactions, build-time, unsupported-feature
Parameter type <type> is being used multiple times in method
exception error quarkus, spring-web, controlleradvice, build-time, invalid-signature
Parameter type <type> is not supported for method<method> of
exception error quarkus, spring-web, controlleradvice, build-time, unsupported-parameter
Parameter type '<type>' is not supported for method '<method
exception error quarkus, spring-web, controlleradvice, build-time, unsupported-parameter, bytecode-generation
Spring Web can only work if 'quarkus-resteasy-jackson' or 'q
exception error quarkus, spring-web, missing-dependency, build-time
@ExceptionHandler methods in @ControllerAdvice must be publi
exception error quarkus, spring-web, controlleradvice, build-time
@ExceptionHandler methods in @ControllerAdvice classes can o
exception error quarkus, spring-web, return-type, build-time
You can only have a single class annotated with @ControllerA
exception error quarkus, spring-web, controlleradvice, build-time
Usage of multiple methods using '@RequestMapping' is not all
exception error quarkus, spring-web, resteasy-reactive, requestmapping, build-time
Unsupported HTTP method '<method>' for @RequestMapping. Offe
exception error quarkus, spring-web, resteasy-reactive, http-method, build-time
Missing required param in method '<method>'
http error quarkus, resteasy-reactive, spring-web, bad-request, request-params
quarkus.swagger-ui.path was set to "/", this is not allowed
validation error quarkus, swagger-ui, configuration, path-conflict
quarkus.smallrye-openapi.path and quarkus.swagger-ui.path wa
validation error quarkus, swagger-ui, openapi, configuration, path-conflict
No certificate found with alias: <alias>
exception error quarkus, tls, keystore, certificate, cli
The file <path> does not contain a private key <type>
exception error tls, pem, private-key, bouncycastle, certificate-authority
Rate limit exceeded: too many ACME challenge requests. Wait
exception error acme, letsencrypt, rate-limit, http01-challenge
Missing certificate authority challenge
exception error acme, letsencrypt, http01-challenge, challenge-validation
Invalid certificate authority challenge
exception error acme, letsencrypt, challenge-token, input-validation
Failed to respond to certificate authority challenge
exception error acme, letsencrypt, http01-challenge, http-status
Failed to clear challenge content in the Quarkus management
exception error acme, lets-encrypt, management-endpoint, http-delete
Failed to notify the Quarkus management endpoint
exception error acme, lets-encrypt, management-endpoint, certificate-reload
The private key cannot be null
exception error acme, lets-encrypt, pem, null-argument, precondition
The certificate chain cannot be null or empty
exception error acme, lets-encrypt, pem, certificate-chain, null-argument
Invalid PEM file: No PEM content found.
exception error pem, certificate, io, tls
Failure to save the account
exception error acme, io, filesystem, letsencrypt
Failed to obtain certificate: <reason>
exception error acme, letsencrypt, certificate, network
Failure to copy certificate pem: + ex.getMessage()
exception error io, filesystem, pem, certificate
Unable to read the account file, you must create account fir
exception error acme, letsencrypt, io, missing-file
Failure to create a certificate
exception error certificate, base64, acme, tls
Failure to create a private key
exception error private-key, pkcs8, base64, acme
Failed to set private key file readable by owner only. This
exception critical security, file-permissions, private-key
Failed to set private key file writable by owner only. This
exception critical security, file-permissions, private-key
Cannot use Let's Encrypt without the quarkus-vertx-http exte
validation error build-time, configuration, acme, vertx-http, missing-dependency
The TLS configuration name <default> cannot be used explicit
exception error quarkus, tls, configuration, startup
The TLS configuration name <java-net-ssl> is reserved for pr
exception error quarkus, tls, configuration, startup
The trust-all option cannot be used when a trust-store is co
exception error quarkus, tls, configuration, truststore, security
The name of the TLS configuration to register cannot be null
exception error quarkus, tls, api-misuse, null
The name of the TLS configuration to register cannot be <def
exception error quarkus, tls, api-misuse, reserved-name
The TLS configuration name <java-net-ssl> is reserved for pr
exception error tls, quarkus, illegal-argument, reserved-name
The TLS configuration to register cannot be null
exception error tls, quarkus, illegal-argument, null-check
multiple beans with type + type.getName() + found for TLS co
exception error cdi, quarkus, ambiguous-bean, tls
multiple factory beans with type + type.getName() + found fo
exception error cdi, quarkus, ambiguous-bean, keystore
Invalid keystore '" + name + "' - The keystore cannot be con
validation error tls, quarkus, config, keystore, validation
Invalid keystore '" + name + "' - Only one keystore type can
validation error quarkus, tls-registry, configuration, keystore
Failed to close directory stream opened for certificate dire
exception error quarkus, tls-registry, io, filesystem
You must specify the key files and certificate files
validation error quarkus, tls-registry, configuration, empty-config
Configured certificate path does not exist: + certificateDir
validation error quarkus, tls-registry, configuration, path-not-found
Path '" + certificateDirectory + "' is not a directory. Path
validation error quarkus, tls-registry, configuration, wrong-path-type
Failed to open DirectoryStream for configured certificate pa
exception error quarkus, tls-registry, io, permissions, filesystem
You must specify the key files and certificate files
validation error quarkus, tls-registry, configuration, empty-config
The size of the `order` list (N) must match the size of the
validation error quarkus, tls-registry, configuration, sni, validation
The key/cert pair with the name '" + name + "' is not found
validation error quarkus, tls-registry, configuration, sni, validation
Unable to decrypt the key file: + config.key()
validation error tls, keystore, pem, decryption
Unable to read file + path
exception error io, filesystem, tls, config
Invalid truststore '" + name + "' - The truststore cannot be
validation error tls, truststore, config-validation
Invalid truststore '" + name + "' - Only one truststore type
validation error tls, truststore, config-validation
Unable to find the default credentials provider
exception error tls, credentials-provider, cdi, config
Unable to find the credentials provider named '" + name + "'
exception error tls, credentials-provider, cdi, config
Invalid JKS key store configuration for certificate '" + nam
validation error tls, jks, keystore, password
Invalid JKS key store configuration for certificate '" + nam
validation error tls, jks, keystore, io
Invalid JKS key store configuration for certificate '" + nam
validation error tls, jks, keystore, config
Invalid JKS trust store configuration for certificate '" + n
validation error tls, jks, truststore, password
Invalid JKS trust store configuration for certificate '" + n
validation error tls, jks, truststore, io, config
Invalid JKS trust store configuration for certificate '" + n
validation error tls, jks, truststore, config
Alias '${alias}' not found in JKS key store (certificate not
exception error tls, jks, keystore, alias
Unable to verify alias '${alias}' in JKS key store '${name}'
exception error tls, jks, keystore, alias, keystoreexception
Alias '${alias}' not found in JKS key store (private key not
exception error tls, jks, keystore, alias, private-key
Unable to recover the key for alias '${alias}' in JKS key st
exception error tls, jks, keystore, alias-password, unrecoverable-key
Alias '${alias}' not found in JKS trust store (certificate n
exception error tls, jks, truststore, alias
Unable to verify alias '${alias}' in JKS trust store '${name
exception error tls, jks, truststore, alias, keystoreexception
Unable to load JKS ${type} store '${name}', verify the passw
exception error tls, keystore, jks, password
Invalid key store configuration for certificate '${name}' -
exception error tls, keystore, configuration
Invalid key store configuration for certificate '${name}' -
exception error tls, keystore, password, credentials-provider
Invalid key store configuration for certificate '${name}' -
exception error tls, keystore, io, file-not-found
Invalid key store configuration for certificate '${name}'
exception error tls, keystore, format
Invalid trust store configuration for certificate '${name}'
exception error tls, truststore, configuration
Invalid trust store configuration for certificate '${name}'
exception error tls, truststore, password, credentials-provider
Invalid trust store configuration for certificate '${name}'
exception error tls, truststore, io, file-not-found
Invalid trust store configuration for certificate '${name}'
exception error tls, truststore, format
Unable to create key store of type '${type}' with provider '
exception error tls, keystore, provider, jvm
Alias '${alias}' not found in key store (certificate not fou
exception error tls, keystore, alias, config, startup
Unable to verify alias '${alias}' in key store '${name}'
exception error tls, keystore, alias, algorithm, startup
Alias '${alias}' not found in key store (private key not fou
exception error tls, keystore, alias, private-key, config
Unable to recover the key for alias '${alias}' in key store
exception error tls, keystore, password, alias, credentials
Alias '${alias}' not found in trust store (certificate not f
exception error tls, truststore, alias, ca, config
Unable to verify alias '${alias}' in trust store '${name}'
exception error tls, truststore, alias, keystore, startup
Invalid P12 key store configuration for certificate '${name}
exception error tls, keystore, p12, password, config
Invalid P12 key store configuration for certificate '${name}
exception error tls, keystore, p12, file-not-found, config
Invalid P12 key store configuration for certificate '${name}
exception error tls, keystore, p12, config, startup
Invalid P12 trust store configuration for certificate '${nam
exception error quarkus, tls, p12, truststore, configuration
Invalid P12 trust store configuration for certificate '${nam
exception error quarkus, tls, p12, truststore, io
Invalid P12 trust store configuration for certificate '${nam
exception error quarkus, tls, p12, truststore, configuration
Alias '${alias}' not found in P12 key store (certificate not
exception error quarkus, tls, p12, keystore, alias
Unable to verify alias '${alias}' in P12 key store '${name}'
exception error quarkus, tls, p12, keystore, keystoreexception
Alias '${alias}' not found in P12 key store (private key not
exception error quarkus, tls, p12, keystore, private-key
Unable to recover the key for alias '${alias}' in P12 key st
exception error quarkus, tls, p12, keystore, password
Alias '${alias}' not found in P12 trust store (certificate n
exception error quarkus, tls, p12, truststore, alias
Unable to verify alias '${alias}' in P12 trust store '${name
exception error tls, keystore, p12, trust-store
Unable to load P12 ${type} store '${name}', verify the passw
exception error tls, keystore, p12, password
No key/certificate pair configured for certificate '${name}'
exception error tls, pem, certificate, configuration
Invalid key/certificate pair configuration for certificate '
exception error tls, pem, io, file-not-found
Invalid key/certificate pair configuration for certificate '
exception error tls, pem, certificate, key-mismatch
No PEM certificates configured for the trust store of '${nam
exception error tls, pem, trust-store, configuration
Invalid PEM trusted certificates configuration for certifica
exception error tls, pem, trust-store, io
Invalid PEM trusted certificates configuration for certifica
exception error tls, pem, trust-store, certificate
Unable to find the TLS configuration for name ${name}.
exception error tls, configuration, registry, unknown-name
Failed to parse ${webFragment} ${location}
exception error undertow, web-fragment, xml, deployment
Failed to parse ${webFragment}
exception error quarkus, xml-parsing, build-time, web-fragment
Cannot create bean
exception error cdi, session, undertow, serialization, quarkus
Unable to get listed resource ${i} from directory ${path} fo
exception error quarkus, static-resources, filesystem, undertow
Cannot serve directory
exception error quarkus, static-resources, undertow, directory
io.undertow.server.session.SecureRandomSessionIdGenerator mu
exception error undertow, session-id, system-property, quarkus
Native transport '%s' was requested (quarkus.vertx.native-tr
exception error quarkus, vertx, native-transport, missing-dependency, config
@ConsumeEvent annotation must target a method
exception error quarkus, vertx, event-bus, annotation-misuse, build-time
Invalid `codec` argument in @ConsumeEvent - no parameter
exception error quarkus, vertx, event-bus, codec, build-time
An event consumer business method with two parameters must h
exception error quarkus, vertx, event-bus, method-signature, build-time
An event consumer business method with two parameters must n
exception error quarkus, vertx, event-bus, method-signature, build-time
An event consumer business method must accept exactly one pa
exception error quarkus, vertx, eventbus, build-time-validation, cdi
An event consumer business method that accepts io.vertx.core
exception error quarkus, vertx, eventbus, message-codec, build-time-validation
An event consumer business method that cannot use @RunOnVirt
exception error quarkus, vertx, virtual-threads, ordering, build-time-validation
Unable to load type: ${name}
exception error quarkus, vertx, classpath, classnotfound, build-time
orderKey must be present and not empty
exception error quarkus, vertx, build-spi, argument-validation, extension-development
Two VertxBootstrapConsumerBuildItem instances have the same
exception error quarkus, vertx, build-spi, ordering-conflict, duplicates
orderKey must be present and not empty
exception error quarkus, vertx, build-spi, argument-validation, extension-development
Two VertxOptionsConsumerBuildItem instances have the same pr
exception error quarkus, vertx, build-spi, ordering-conflict, duplicates
No Vertx context found
exception error quarkus, vertx, kotlin, coroutines, duplicated-context
LocalEventBusCodec can only be used for local delivery
exception error vertx, eventbus, codec, clustering, serialization
VertxContextSupport#subscribeAndAwait() must not be called o
exception error vertx, event-loop, blocking, mutiny
Failed to encode as JSON:
exception error jackson, json, serialization, vertx
Failed to decode:
exception error jackson, json, deserialization, vertx
quarkus.vertx-graphql.ui.path was set to "<path>", this is n
validation error configuration, graphql, ui-path
Annotation '<annotation>' placed on '<target>' must not have
validation error annotation, security, configuration
`priority` must be positive
validation error filter, priority, validation, build-time
Duplicate endpoints detected, the endpoint for static resour
validation error build-time, static-resources, duplicate, routes
This method is not supported using this builder. Use #routeF
exception error router, api-misuse, build-time
Please add the `quarkus-security` extension
exception error security, csrf, missing-dependency
The @AuthorizationPolicy annotation placed on '<target>' mus
validation error quarkus, build-time, security, annotation
Found method annotated with the @AuthorizationPolicy annotat
validation error quarkus, build-time, security, jaxrs
Annotations '<annotations>' can only be used when proactive
validation error quarkus, build-time, config, authentication
Only one of the '<annotations>' annotations can be applied o
validation error quarkus, build-time, security, annotation
Security annotations '<annotations>' cannot be applied on th
validation error quarkus, build-time, security, annotation
Only one of the '<annotations>' annotations can be applied o
validation error quarkus, build-time, security, annotation
Specified path can not be empty
validation error quarkus, build-time, path, configuration
This method is not supported using this builder. Use #routeF
exception error quarkus, vertx-http, build-time, unsupported-api, routing
Cannot display <routeFunction> on not found page as no expli
exception error quarkus, vertx-http, not-found-page, routing, build-time
'RouteBuildItem$Builder.routeFunction' was not set. Ensure t
exception error quarkus, vertx-http, builder-misuse, routing, build-time
Cannot discover value of <routeConfigKey> as no explicit pat
exception error quarkus, vertx-http, config-key, routing, build-time
Cannot display <routeFunction> on not found page as no expli
exception error quarkus, vertx-http, not-found-page, routing, build-time
Invalid configuration: quarkus.http.static-dir.path must poi
validation error quarkus, vertx-http, static-resources, configuration, build-time
Invalid static resource path '<path>'. Paths must not contai
validation error quarkus, vertx-http, static-resources, path-traversal, security
Failed to register local static resources from directory <ro
exception error quarkus, vertx-http, static-resources, io-error, build-time
Too many default routes.
exception error quarkus, vertx-http, routing, duplicate-build-item, build-time
Set command must be in the form key=value
validation error quarkus, dev-mode, console, input-validation
Could not connect to remote side after restart
exception error network, dev-mode, remote-dev, retry-exhausted
Live reload URL set but no password, remote dev requires a p
validation error config, dev-mode, remote-dev, missing-password
Could not find artifact <artifactKey> among the application
exception error maven, dependencies, build-time, webjar
GeneratedStaticResourceBuildItem endpoint must start with '/
validation error build-time, validation, path, argument-illegal
GeneratedStaticResourceBuildItem endpoint must not end with
validation error build-time, validation, path, argument-illegal
No order set
exception error build-time, routes, state, illegal-state
A failure route cannot be a blocking route
validation error build-time, routes, validation, argument-illegal
A blocking route cannot be a failure route
validation error build-time, routes, validation, argument-illegal
Invalid configuration: `quarkus.management.port` must be dif
validation error config, startup, port-conflict, management
Invalid configuration: `quarkus.management.port` must be dif
validation error config, startup, port-conflict, ssl, management
failed to bind virtual http
exception critical quarkus, vertx-http, bind, port-conflict, startup
Stream is closed
exception error io, stream, vertx-http, request-body
Request too large
http error io, upload, limit, vertx-http
Attempting a blocking read on io thread
exception error blocking, event-loop, vertx, reactive, quarkus
Mismatched braces:
validation error configuration, access-log, parsing, quarkus
CDI container is not available, cannot initialize HTTP Secur
exception error cdi, security, startup, quarkus, vertx-http
CORS must not be null
exception error cors, security, null-check, programmatic-config, quarkus
CORS cannot be configured both programmatically and in the '
exception error cors, configuration, security, quarkus, conflict
CSRF must not be null
exception error quarkus, http-security, csrf, null-argument
Cannot configure form-based authentication programmatically
exception error quarkus, http-security, form-auth, duplicate-configuration
Cannot configure basic authentication programmatically becau
exception error quarkus, http-security, basic-auth, duplicate-configuration
TLS client authentication has already been enabled with this
exception error quarkus, http-security, mtls, tls, duplicate-configuration
Cannot configure TLS configuration name programmatically bec
exception error quarkus, http-security, mtls, tls-registry, duplicate-configuration
Cannot register the TLS configuration '%s' in the TLS Config
exception error quarkus, http-security, mtls, tls-registry, duplicate-registration
Client authentication cannot be null
exception error quarkus, http-security, mtls, null-argument
Client authentication cannot be disabled with this API
exception error quarkus, http-security, mtls, tls, invalid-argument
Paths must not be empty
exception error quarkus, http-security, http-permissions, empty-argument
Roles mapping is already configured
exception error quarkus, http-security, roles-mapping, repeated-initialization
Roles must not be empty
exception error quarkus, http-security, argument-validation, illegal-argument
Source role must not be empty
exception error quarkus, http-security, role-mapping, argument-validation
Target roles for role '%s' must not be empty
exception error quarkus, http-security, role-mapping, argument-validation
Source role must not be null
exception error quarkus, http-security, role-mapping, null-check, argument-validation
Target roles for role '%s' must not be null
exception error quarkus, http-security, role-mapping, null-check, argument-validation
Target role for role '%s' must not be null
exception error quarkus, http-security, role-mapping, null-check, argument-validation
Role to roles mapping must not be null
exception error quarkus, http-security, rbac, null-check, argument-validation
Permissions must not be empty
exception error quarkus, http-security, permissions, argument-validation
HttpSecurityPolicy must not be null
exception error quarkus, http-security, custom-policy, null-check, argument-validation
Policy has already been set
exception error quarkus, http-security, fluent-builder, illegal-argument
Authentication has already been set
exception error quarkus, http-security, authentication, fluent-builder
Authorization has already been set
exception error quarkus, http-security, authorization, fluent-builder
TLS client authentication is not available, please enable it
exception error quarkus, http-security, mtls, tls, configuration
Authentication mechanism must not be null or blank
exception error quarkus, http-security, authentication, null-check
Authentication mechanism must not be null or emptz
exception error quarkus, http-security, authentication, empty-collection
HTTP methods must not be null or empty
exception error quarkus, http-security, validation, varargs
Authorization Policy has not been set for paths:
exception error quarkus, http-security, authorization, illegal-state
The 'quarkus.http.auth.certificate-role-properties' configur
exception error quarkus, mtls, configuration-conflict, static-init
quarkus.http.auth.certificate-role-properties location can n
exception error quarkus, mtls, configuration, resource-not-found, static-init
Path must always start with a path separator, but was '' cre
validation error quarkus, http-security, configuration, path
HTTP permission path '' contains inner wildcard enclosed wit
validation error quarkus, http-security, configuration, wildcard
Path not specified
exception error quarkus, http-security, configuration, path
UnsupportedOperationException
exception error quarkus, unsupported-operation, iterator, immutable
Endpoint '${classAndMethodName}' requires named HttpSecurity
exception error quarkus, http-security, cdi, authorization
HttpSecurityPolicy that applies to JAXRS can be effective on
exception error quarkus, http-security, jaxrs, configuration
Shared keys for persistent logins must be more than 16 chara
exception error quarkus, security, encryption-key, configuration
Could not determine which StaticHandler to create.
exception error quarkus, vertx, static-resources, webjar
Argument 'exposedHeader' cannot be null
validation error quarkus, null-argument, cors, illegal-argument
Argument 'header' cannot be null
validation error quarkus, null-argument, cors, illegal-argument
Argument 'method' cannot be null
validation error quarkus, null-argument, cors, illegal-argument
Argument 'origin' cannot be null
validation error quarkus, null-argument, cors, illegal-argument
${what} must not be null
validation error quarkus, null-argument, cors, illegal-argument
Please add an extension that provides a CSRF prevention feat
exception error quarkus, missing-extension, csrf, illegal-state, classpath
TLS configuration is already set
exception error quarkus, mtls, illegal-state, builder-misuse, tls
TLS configuration name has already been configured with the
validation error quarkus, mtls, illegal-argument, builder-misuse, tls
Client authentication cannot be disabled with this API
validation error quarkus, mtls, illegal-argument, client-auth, tls
Roles cannot be null or empty
validation error quarkus, mtls, illegal-argument, roles, validation
The certificate to roles mapper is already configured with t
exception error mtls, security, illegal-state, builder-misuse
The certificate to roles mapper is already configured with t
exception error mtls, security, illegal-state, builder-misuse
shutdown not allowed on managed executor service
exception error virtual-threads, executor, lifecycle, unsupported-operation
shutdownNow not allowed on managed executor service
exception error virtual-threads, executor, lifecycle, unsupported-operation
Could not find name directory for ${artifactId} in ${webDepe
exception error quarkus, dev-ui, web-dependency-locator, file-layout
Unable to inject @%s callback parameter '%s' declared on %s:
exception error quarkus, websockets-next, build-time, dependency-injection
Unable to inject @%s callback parameter '%s' declared on %s:
exception error quarkus, websockets-next, build-time, ambiguity
@WebSocket callback method may not accept WebSocketClientCon
exception error quarkus, websockets-next, build-time, type-mismatch
@WebSocketClient callback method may not accept WebSocketCon
exception error quarkus, websockets-next, build-time, type-mismatch
The class ${clazzName} not found in the index
exception error quarkus, websockets-next, jandex, build-time
Method parameter annotated with @PathParam must be java.lang
exception error quarkus, websockets-next, build-time, path-params
Global error handlers may not accept @PathParam parameters:
exception error quarkus, websockets-next, build-time, path-params
@PathParam name [%s] must be used in the endpoint path [%s]:
exception error websocket, build-time, path-parameter, quarkus
Unable to extract the path parameter name - method parameter
exception error websocket, build-time, compiler-flags, path-parameter
Multiple global @OnError callbacks may not accept the same e
exception error websocket, build-time, error-handler, duplicate
Endpoint class may not be annotated with both @WebSocket and
validation error websocket, build-time, annotation, quarkus
Multiple endpoints [%s, %s] define the same path: %s
validation error websocket, build-time, duplicate-path, routing
Multiple endpoints [%s, %s] define the same endpoint id: %s
validation error websocket, build-time, endpoint-id, duplicate
Multiple client endpoints [%s, %s] define the same path: %s
validation error websocket, build-time, client, duplicate-path
Multiple client endpoints [%s, %s] define the same endpoint
validation error websocket, build-time, client, endpoint-id, duplicate
The endpoint must declare at least one method annotated with
validation error websocket, build-time, missing-callback, annotation
Endpoint not found:
exception error websocket, runtime, endpoint-id, lookup
Quarkus did not detect
exception error quarkus, websockets-next, security, build-time, internal-error
WebSocket endpoint '%s' requires secured HTTP upgrade but Qu
validation error quarkus, websockets-next, security, build-time, annotations
WebSocket endpoint '%s' superclass '%s' is secured with the
validation error quarkus, websockets-next, security, authorization, build-time
WebSocket endpoint '%s' has method '%s' secured with the '%s
validation error quarkus, websockets-next, security, authorization, build-time
Path parameter may not be followed by an alphanumeric chara
validation error quarkus, websockets-next, path, validation, build-time
Enclosing class not found in index:
validation error quarkus, websockets-next, jandex, index, build-time
@OnPingMessage callback must return Unit or Uni<Void>:
validation error quarkus, websockets-next, kotlin, callback, build-time
@OnPingMessage callback must return void or Uni<Void>:
validation error quarkus, websockets-next, java, callback, build-time
@OnPingMessage callback must accept exactly one message para
validation error quarkus, websockets-next, callback, signature, build-time
@OnPongMessage callback must return Unit or Uni<Void>:
validation error quarkus, websockets-next, kotlin, callback, build-time
@OnPongMessage callback must return void or Uni<Void>:
validation error quarkus, websockets-next, build-time-validation, callback-signature
@OnPongMessage callback must accept exactly one message para
validation error quarkus, websockets-next, build-time-validation, callback-signature
@OnClose callback must return Unit or Uni<Void>:
validation error quarkus, websockets-next, kotlin, callback-signature
@OnClose callback must return void or Uni<Void>:
validation error quarkus, websockets-next, build-time-validation, callback-signature
Multiple @OnError callbacks may not accept the same error pa
validation error quarkus, websockets-next, build-time-validation, duplicate-handler
@OnError callback on @WebSocketClient must not accept WebSoc
validation error quarkus, websockets-next, websocket-client, wrong-parameter-type
@OnError callback on @WebSocket must not accept WebSocketCli
validation error quarkus, websockets-next, websocket-server, wrong-parameter-type
@OnError callback must accept exactly one error parameter; f
validation error quarkus, websockets-next, build-time-validation, callback-signature
@%s callback may accept at most 1 message parameter; found %
validation error quarkus, websockets-next, build-time-validation, callback-signature
@%s callback must not accept a message parameter; found %s:
validation error quarkus, websockets-next, build-time-validation, callback-signature
@%s callback declared on a client endpoint must not broadcas
validation error websockets, build-time-validation, client-endpoint
There can be only one callback annotated with %s declared on
validation error websockets, build-time-validation, duplicate-callback
Kotlin `suspend` functions in WebSockets Next endpoints may
validation error kotlin, websockets, build-time-validation
Unsupported return type:
validation error websockets, return-type, build-time-validation
No Vertx context found
exception error kotlin, coroutines, vertx, threading
Invalid status code:
exception error websockets, validation, status-code
Endpoint URI not set!
exception error websockets, client, configuration
Unable to create endpoint instance:
exception error cdi, websockets, instantiation
Updated SecurityIdentity is anonymous
exception error security, authentication, websockets
New SecurityIdentity principal name '%s' is different than p
exception error security, identity, websockets
Unable to obtain the connection from the Vert.x duplicated c
exception error websockets, vertx, context-local, threading
[%s] is not a valid scheme in the base URI %s
validation error websockets, uri, validation, client
[%s] is not a valid path parameter in the path %s
validation error websockets, path-params, validation, client
Unable to obtain the path param for:
exception error websockets, path-params, client, missing-value
Unable to obtain the config value for:
exception error websockets, configuration, client, missing-config
Unable to obtain the connection from the Vert.x duplicated c
exception error websockets, vertx, context-local, threading, server
The '%s' policies required by the '%s' annotation instances
exception error websockets, security, authorization, build-time
The '%s' CDI bean injection point was detected, but there is
exception error websockets, security, identity-provider, cdi, build-time
Only SecurityIdentity attached to a WebSocket server connect
exception error websockets, security, identity, context-local, server
Only one server ErrorInterceptor is supported
exception error websockets, telemetry, error-interceptor, configuration-conflict
Only one client ErrorInterceptor is supported
exception error websockets, interceptor, configuration
Only one server SendingInterceptor is supported
exception error websockets, interceptor, configuration
Only one client SendingInterceptor is supported
exception error websockets, interceptor, configuration
No TCCL available
exception error arc, cdi, classloader, build-time
Annotation does not have @Retention(RUNTIME):
exception error arc, cdi, annotations, jandex
Annotation class not available:
exception error arc, cdi, jandex, index
Value is not set for %s.%s(). Most probably an older version
exception error arc, cdi, jandex, version-mismatch
Class of nested annotation missing
exception error arc, cdi, jandex, nested-annotation
Array component kind is
exception error arc, cdi, jandex, annotations
Unsupported value:
exception error cdi, arc, annotation-processing, build-time
Not an annotation:
exception error cdi, arc, annotation, illegal-argument
Unknown annotation attribute value:
exception error cdi, arc, jandex, annotation-processing
Not an array:
exception error cdi, arc, jandex, arrays
Attempted to use the getAllAnnotations() method but Annotati
exception error cdi, arc, annotation-store, build-extension, initialization-order
Unable to find the bean class in the index:
exception error cdi, arc, jandex, index, synthetic-bean
Calling injectInterceptionProxy() more than once is invalid
exception error cdi, arc, interception-proxy, synthetic-bean, duplicate-call
Qualifier annotation '${qualifierClass}' contains a member '
exception error cdi, qualifier, nonbinding, definition-error, arc
Stereotype must not declare @Named with a non-empty value: $
exception error cdi, stereotype, named, definition-error, arc
Different scopes defined for: ${target}; scopes: ${scopes}
exception error cdi, scope, stereotype, definition-error, arc
Method ${method} of class ${beanClass} is not a producer met
exception error cdi, quarkus-arc, stereotype, bean-discovery
Injected field cannot be annotated with @Produces: ${field}
exception error cdi, quarkus-arc, producer-field, inject
Field ${field} of class ${beanClass} is not a producer field
exception error cdi, quarkus-arc, stereotype, field
Non-static public field ${field} present on normal scoped be
exception error cdi, quarkus-arc, strict-compatibility, public-field, normal-scope
No producer method or field declared by the bean class that
exception error cdi, quarkus-arc, disposer, producer
Multiple disposer methods found for producer '${producer}' d
exception error cdi, quarkus-arc, disposer, ambiguous
Decorated interface ${decoratedType} not found in the index
exception error cdi, quarkus-arc, decorator, jandex, index
${beans}
exception error cdi, quarkus-arc, ambiguous-resolution, injection
Producer method return type is a parameterized type with a t
exception error cdi, quarkus-arc, producer-method, generics, scope
Declaring more than one InterceptionProxy parameter is inval
exception error cdi, quarkus-arc, interception-proxy, producer-method
InterceptionProxy parameter must be a parameterized type: ${
exception error cdi, arc, bean-definition, generics
@BindingsSource may only define a class type, got ${kind}: $
exception error cdi, arc, bean-definition, annotations
Producer field type is a parameterized type with a type vari
exception error cdi, arc, producer, generics, scopes
Bean ${target} does not declare @Priority and inherits multi
exception error cdi, arc, alternative, priority, stereotypes
Multiple @AroundInvoke interceptor methods declared on class
exception error cdi, arc, interceptor, around-invoke
Injected @Decorated Bean<> has to use the delegate type as i
exception error cdi, arc, decorator, injection-point
A synthetic bean ${bean} was defined with invalid scope anno
exception error cdi, arc, synthetic-bean, scopes
Declaring class of a managed bean is generic, its scope must
exception error cdi, arc, generics, scopes, bean-definition
No bean type found for: ${bean}
exception error arc, codegen, build-time, internal
No observer type found for: ${observerType}
exception error arc, codegen, observer, build-time, internal
Unable to construct type for ${btRemovedBean}: ${e.getMessag
exception error quarkus, arc, cdi, build-time, type-resolution
A context class must be a public non-abstract top-level or s
exception error quarkus, arc, cdi, custom-context, validation
A context class must either declare a no-args constructor or
exception error quarkus, arc, cdi, custom-context, constructor
Unknown parameter ${entry.getKey()}: ${entry.getValue()}
exception error quarkus, arc, cdi, context-creator, parameters
Unable to construct type for ${decorator}: ${e.getMessage()}
exception error quarkus, arc, cdi, decorator, type-resolution
Decorated type not found in the bean archive index: ${decora
exception error quarkus, arc, cdi, decorator, jandex-index
The decorator ${decoratorClass} has no @Delegate injection p
exception error quarkus, arc, cdi, decorator, delegate
The decorator ${decoratorClass} has multiple @Delegate injec
exception error quarkus, arc, cdi, decorator, delegate
A decorator must be @Dependent but ${decoratorClass} declare
exception error quarkus, arc, cdi, decorator, scope
The decorator ${decoratorClass} has no decorated type
exception error cdi, decorator, quarkus-arc, deployment-time
The delegate type ${delegateInjectionPoint.getRequiredType()
exception error cdi, decorator, delegate, quarkus-arc
Decorating built-in bean types is not supported! Decorator $
exception error cdi, decorator, built-in-beans, unsupported
Abstract decorator ${decoratorClass.name()} declares abstrac
exception error cdi, decorator, abstract-class, quarkus-arc
Decorator declares a producer method: ${decoratorClass}
exception error cdi, decorator, producer, illegal-annotation
Decorator declares a disposer method: ${decoratorClass}
exception error cdi, decorator, disposer, illegal-annotation
Decorator declares an observer method: ${decoratorClass}
exception error cdi, decorator, observer, illegal-annotation
Decorator declares an async observer method: ${decoratorClas
exception error cdi, decorator, observer, async, illegal-annotation
Decorator declares a producer field: ${decoratorClass}
exception error cdi, decorator, producer, illegal-annotation
No disposed parameters found for ${disposerMethod}
exception error cdi, disposer, producer, quarkus-arc
Multiple disposed parameters found for ${disposerMethod}
exception error cdi, arc, disposer, build-time
Invalid injection of Interceptor<T> bean, can only be used i
exception error cdi, arc, interceptor, bean-metadata, build-time
Invalid injection of @Intercepted Bean<T>, can only be injec
exception error cdi, arc, intercepted, bean-metadata, build-time
Invalid injection of Decorator<T> bean, can only be used in
exception error cdi, arc, decorator, bean-metadata, build-time
Invalid injection of @Decorated Bean<T>, can only be injecte
exception error cdi, arc, decorated, bean-metadata, build-time
Type of injected Bean<T> does not match the type of the bean
exception error cdi, arc, bean-metadata, generics, build-time
Injected @Intercepted Bean<?> has to use unbound wildcard as
exception error cdi, arc, intercepted, wildcard, generics, build-time
Type of injected Interceptor<T> does not match the type of t
exception error cdi, arc, interceptor, bean-metadata, generics, build-time
Type of injected Decorator<T> does not match the type of the
exception error cdi, arc, decorator, bean-metadata, generics, build-time
Multiple @Inject constructors found on
validation error cdi, arc, constructor-injection, build-time
Bean constructor must not have a @Disposes parameter:
validation error cdi, arc, bean-definition, build-time, disposes
Bean constructor must not have an @Observes parameter:
validation error cdi, arc, observes, bean-definition, build-time
Bean constructor must not have an @ObservesAsync parameter:
validation error cdi, arc, observes-async, bean-definition, build-time
Initializer method must not be annotated @Produces (alternat
validation error cdi, arc, produces, inject, bean-definition, build-time
Initializer method must not have a @Disposes parameter (alte
validation error cdi, arc, disposes, initializer, bean-definition, build-time
Initializer method must not have an @Observes parameter (alt
validation error cdi, arc, observes, initializer, bean-definition, build-time
Initializer method must not have an @ObservesAsync parameter
validation error cdi, arc, observes-async, initializer, bean-definition, build-time
Producer method must not be annotated @Inject (alternatively
validation error cdi, arc, produces, inject, producer, bean-definition, build-time
Producer method must not have a @Disposes parameter (alterna
validation error cdi, arc, disposes, producer, bean-definition, build-time
Producer method must not have an @Observes parameter (altern
validation error cdi, arc, observes, producer, bean-definition, build-time
Producer method must not have an @ObservesAsync parameter (a
validation error cdi, arc, producer-method, observer
Initializer method may not be generic (declare type paramete
validation error cdi, arc, initializer, generics
Disposer method must not be annotated @Inject (alternatively
validation error cdi, arc, disposer, inject
Disposer method must not be annotated @Produces (alternative
validation error cdi, arc, disposer, producer
Disposer method must not have an @Observes parameter (altern
validation error cdi, arc, disposer, observer
Disposer method must not have an @ObservesAsync parameter (a
validation error cdi, arc, disposer, observer, async
Disposer method must not have more than 1 @Disposes paramete
validation error cdi, arc, disposer
@Named without value may not be used on method parameter:
validation error cdi, arc, named, qualifier
Event injection point can never be raw type - please specify
validation error cdi, arc, events, generics, raw-type
An interceptor method cannot be marked @Produces or @Dispose
validation error cdi, arc, interceptor, producer, disposer
Multiple @AroundInvoke interceptor methods declared on class
validation error cdi, quarkus, arc, interceptor, build-time
Multiple @AroundConstruct interceptor methods declared on cl
validation error cdi, quarkus, arc, interceptor, build-time
Multiple @PostConstruct interceptor methods declared on clas
validation error cdi, quarkus, arc, interceptor, lifecycle
Multiple @PreDestroy interceptor methods declared on class:
validation error cdi, quarkus, arc, interceptor, lifecycle
An interceptor field cannot be marked @Produces -
validation error cdi, quarkus, arc, interceptor, producer
interceptor method validation message (dynamically built: mu
validation error cdi, quarkus, arc, interceptor, signature
Interceptor declares scope other than @Dependent:
validation error cdi, quarkus, arc, interceptor, scope
Interceptor has no bindings:
validation error cdi, quarkus, arc, interceptor, interceptor-binding
Multiple instances of non-repeatable interceptor binding ann
validation error cdi, quarkus, arc, interceptor-binding, inheritance
Interceptor declares a producer method:
validation error cdi, quarkus, arc, interceptor, producer
phase + " methods can't declare a parameter of type " + (typ
exception error arc, cdi, build-time-extension, quarkus
No parameter of type ClassInfo, MethodInfo, FieldInfo, Class
exception error arc, cdi, build-time-extension, quarkus
More than 1 parameter of type ClassInfo, MethodInfo, FieldIn
exception error arc, cdi, build-time-extension, quarkus
No parameter of type BeanInfo or ObserverInfo for method " +
exception error arc, cdi, build-time-extension, quarkus
More than 1 parameter of type BeanInfo or ObserverInfo for m
exception error arc, cdi, build-time-extension, quarkus
Synthetic observer declared as asynchronous and transactiona
exception error arc, cdi, events, synthetic-observer, quarkus
The cause of an inactive result must also be inactive
exception error arc, cdi, synthetic-bean, quarkus
Creation logic not implemented
exception error arc, cdi, synthetic-bean, deprecated-api, quarkus
Unable to destroy contextual instance of " + bean
exception error arc, cdi, context, lifecycle, shutdown, quarkus
No active bean found
exception error arc, cdi, dependency-injection, resolution, quarkus
More than one active bean found: " + list
exception error cdi, ambiguity, dependency-injection
Instance already destroyed
exception error cdi, lifecycle, use-after-destroy
Cannot destroy instance of " + bean + " - no active context
exception error cdi, context, lifecycle
Wrong number of parameters - method has " + Arrays.toString(
exception error cdi, reflection, invocation
Trying to set a null value to a primitive parameter [positio
exception error cdi, reflection, null-safety
The parameter type [" + params[i].getClass() + "] can not be
exception error cdi, reflection, type-safety
Invalid state: " + state.getClass().getName()
exception error cdi, context, state
No CDI container is available
exception critical cdi, initialization, lifecycle
Failed to register a context - built-in application context
exception error cdi, context, bootstrap
Failed to register a context - built-in singleton context is
exception error cdi, context, bootstrap
Beans: " + resolvedBeans
exception error cdi, dependency-injection, ambiguous-resolution
The given type is a type variable: " + requiredType
exception error cdi, generics, type-variable
No interceptor bindings
exception error cdi, interceptors, illegal-argument
The set of bean types must not be empty
exception error cdi, decorators, illegal-argument
Type ${beanType} is not a bean type of ${bean}; its bean typ
exception error cdi, bean-types, illegal-argument
Arguments must be instances of ${InjectableBean.class} and $
exception error cdi, illegal-argument, beanmanager
CreationalContext must be an instances of ${CreationalContex
exception error cdi, creational-context, illegal-argument
The runtime type of the event object contains a type variabl
exception error cdi, events, generics
No active context found for: ${scopeType}
exception error cdi, context-not-active, scopes
Event type contains a type variable: ${specifiedType}
exception error cdi, events, generics
${name} must be set
exception error cdi, null-argument, quarkus-arc, bean-manager
Invalid argument combination ${requiredType}; ${beanType}
exception error cdi, generics, type-assignability, quarkus-arc
More than one context object for the given scope: ${selected
exception error cdi, context, client-proxy, quarkus-arc, scope
Computing function not defined
exception error cache, null-argument, quarkus-arc, internal
Not allowed to clear the context data map
exception error cdi, interceptor, unsupported-operation, quarkus-arc
Not allowed to put key '${KEY_INTERCEPTOR_BINDINGS}' in the
exception error cdi, interceptor, reserved-key, quarkus-arc
Not allowed to remove key '${KEY_INTERCEPTOR_BINDINGS}' from
exception error cdi, interceptor, reserved-key, quarkus-arc
More than one active context object for the given scope: ${s
exception error cdi, context, scope, quarkus-arc
Event#select(Class<U>, Annotation...) cannot be used with ty
exception error cdi, events, generics, type-variable, quarkus-arc
Event#select(TypeLiteral, Annotation...) cannot be used with
exception error cdi, generics, arc, events
CDI event payload cannot contain unresolved type variable; f
exception error cdi, generics, arc, events
Unknown transaction phase
exception error cdi, arc, transactions, events
Cannot obtain InjectionPoint metadata for non-@Dependent bea
exception error cdi, arc, dependency-injection, scopes
No active context found for:
exception error cdi, arc, context, scopes
No bean found for required type [
exception error cdi, arc, dependency-injection, unsatisfied-resolution
Beans:
exception error cdi, arc, dependency-injection, ambiguous-resolution
Not a valid type:
exception error cdi, arc, generics, reflection
Interceptor binding was used repeatedly but is not @Repeata
exception error cdi, arc, interceptors, annotations
Annotation is not a registered interceptor binding:
exception error cdi, arc, interceptors, annotations
Intercepted method metadata not found for key:
exception error cdi, arquillian-arc, interceptor, generated-code
Unsupported @Lock type found on business method ${method}
exception error cdi, interceptor, locking, arc
Write lock not acquired in ${time} ms
exception error locking, concurrency, timeout, arc
Read lock not acquired in ${time} ms
exception error locking, concurrency, timeout, arc
@Lock binding not found on business method ${method}
exception error cdi, interceptor, arc, locking
The qualifier ${aClass} was used repeatedly but it is not an
exception error cdi, qualifier, arc, validation
Error checking value of member method ${methodName} on ${dec
exception error cdi, qualifier, reflection, arc
Annotation is not a registered qualifier: ${annotationType}
exception error cdi, qualifier, arc, jandex
Cannot find method ${methodName}${parameterTypes} on ${clazz
exception error reflection, arc, generated-code
CreationException wrapping original cause from constructor i
exception error cdi, bean-creation, arc, reflection
Cannot invoke constructor: ${className}
exception error cdi, reflection, bean-instantiation, quarkus-arc
No ${className}constructor found for params: ${parameterType
exception error cdi, reflection, constructor-not-found, quarkus-arc
Cannot read field value: ${className}#${name}
exception error cdi, reflection, field-access, quarkus-arc
Cannot set field value: ${className}#${name}
exception error cdi, reflection, field-access, quarkus-arc
Cannot invoke method: ${className}#${name} on ${instance}
exception error cdi, reflection, method-invocation, checked-exception
No InterceptionProxy registered for this synthetic bean; cal
exception error cdi, synthetic-bean, interception-proxy, quarkus-arc
A synthetic injection point was not declared for required ty
exception error cdi, synthetic-bean, injection-point, quarkus-arc
Not an array type ${type}
exception error cdi, reflection, types, quarkus-arc
Bean discovery mode of 'all' not supported in CDI Lite
exception error cdi-lite, beans-xml, bean-discovery, quarkus-arc
Unknown archive type: ${deploymentArchive}
exception error arquillian, deployment, archive-type, cdi-tck
Deployment failed
exception error arquillian, deployment, io
Unknown resource type ${resource.getType()}
exception error cdi-tck, codegen, enum
Flags are empty
exception error application-model, flags, illegal-argument
Extension ${extension} was configured to provide a capabilit
exception error capabilities, application-model, configuration
Extension ${extension} was configured to require a capabilit
exception error capabilities, application-model, configuration
Failed to generate the capability error report out of confli
exception warning capabilities, io, reporting
Failed to determine JVM option group given property name ${p
exception error jvm-options, configuration, property-name
Unrecognized JVM option group prefix ${optionGroupPrefix}
exception error jvm-options, configuration, illegal-argument
value is null
exception error jvm-options, argument-validation, null-check
value is blank
exception error jvm-options, argument-validation, blank-value
Value '${value}' does not follow module/package=target-modul
exception error jvm-options, add-opens, format-validation
Failed to format option ${DASH_XX_COLLON + getName()} with v
exception error jvm-options, xx-options, format-validation
Failed to locate '${c}' in '${s}'
exception error platform-imports, parsing, property-format
Failed to read properties from ${propsPath}
exception error io, platform-imports, file-not-found
${dependencies} belong to different platform streams ${strea
exception error platform-imports, dependency-conflict, version-mismatch
Failed to deserialize quarkus model
exception error cache, deserialization, dev-mode
Unable to locate quarkus model
exception error cache, missing-file, dev-mode
Cached artifact does not exist: ${p}
exception error cache, missing-artifact, maven
Failed to create directory ${dir}
exception error filesystem, io, directory-creation, bootstrap
Module id is missing
exception error workspace, builder, missing-identifier, validation
Invalid workspace module ID string: ${str}
exception error parsing, gav-coordinates, format-validation, workspace
One of type, version or separating them ':' is missing from
exception error parsing, maven-coordinates, format-validation
ArtifactCoordsSegmentPattern.of() expects groupId:artifactId
exception error pattern-matching, maven-coordinates, wildcard, format-validation
${coords} does not follow format <groupId>:<artifactId>[:<cl
exception error parsing, maven-coordinates, format-validation
Invalid coordinates '${str}': groupId and artifactId separat
exception error parsing, maven-coordinates, format-validation
ArtifactId is empty in `${str}`
exception error parsing, maven-coordinates, empty-segment
One of groupId or artifactId is missing from '${str.substrin
exception error parsing, maven-coordinates, format-validation
One of type, version or separating them ':' is missing from
exception error parsing, maven-coordinates, illegal-argument
Failed to read or parse module-info.class
exception error classpath, jpms, corrupt-artifact, io
Module name not supported while building
exception error unsupported-operation, builder-api, jpms
Failed to read
exception error io, zip, classpath, unchecked-io
Failed to access
exception error resource-closed, zip-filesystem, lifecycle, threading
Failed to list content of
exception error io, filesystem, unchecked-ioexception, quarkus-paths
rootPath is null for
exception error quarkus-paths, archive, null-root, classpath
Paths collection expected to contain a single path but conta
exception error illegal-state, collections, quarkus-paths, classpath
Paths collection expected to contain a single path but conta
exception error illegal-state, collections, quarkus-paths, classpath
does not exist
exception error illegal-argument, filesystem, quarkus-paths, missing-file
The tree root has not been provided
exception error runtime-exception, builder, quarkus-paths, missing-configuration
does not exist
exception error illegal-argument, builder, quarkus-paths, missing-file
Expected a path relative to the root of the path tree but go
exception error illegal-argument, path-handling, quarkus-paths, resource-lookup
'..' cannot be used in resource paths, but got
exception error classpath, path-traversal, security, validation
Failed to walk directory
exception error io, filesystem, classpath
Failed to translate
exception error url, classpath, encoding
Failed to read
exception error jar, zip, classpath, io
mainComponent is null
exception error sbom, build, maven
Invalid PURL:
exception error sbom, purl, validation
Invalid PURL qualifier
exception error sbom, purl, validation
type must not be empty
exception error sbom, purl, validation
name must not be empty
exception error sbom, purl, validation
Maven PURL is missing a namespace (groupId) for name (artifa
exception error sbom, purl, maven, validation
Invalid percent-encoding at index
exception error url-encoding, parsing, purl, sbom
PURL type must start with a letter:
exception error purl, validation, sbom
PURL type contains invalid character '
exception error purl, validation, sbom
Missing } at the end of input in glob %s
exception error glob, parsing, configuration
Incomplete escape sequence at the end of input in glob %s
exception error glob, escaping, parsing
Missing ] at the end of input in glob %s
exception error glob, parsing, configuration
%s is not a valid resource name as it doesn't end with .clas
exception error classloading, validation, resources
Failed to create application model resolver for
exception error bootstrap, maven, workspace, build
Neither the application artifact nor the project root path h
exception error bootstrap, configuration, workspace, missing-argument
Failed to determine the Maven artifact associated with the a
exception error maven, bootstrap, project-root
Failed to create the application model for
exception error maven, dependency-resolution, bootstrap
Failed to resolve initial application dependencies
exception error maven, jar, dependency-resolution
Failed to locate project dir for
exception error ide, project-root, bootstrap
java.lang.RuntimeException
exception error ide, dev-mode, bootstrap, wrapped-exception
Unsupported serialization format:
exception error serialization, configuration, illegal-argument
java.lang.RuntimeException
exception error serialization, classpath, cache, classnotfound
unknown mode:
exception error launch-mode, profile, enum
Failed to load bootstrap classloading config from applicatio
exception error io, configuration, classpath, file-access
java.lang.RuntimeException
exception error augmentation, reflection, classloader, wrapped-exception
`functionName` must be either `Function<Map<String, Object>,
exception error bootstrap, reflection, configuration, augmentaction
Cannot set both app artifact and application root
exception error bootstrap, builder, illegal-state, configuration
Cannot set both application root and app artifact
exception error bootstrap, builder, illegal-state, configuration
Attempted to load vetoed resource '
exception error classloading, test-tooling, classloader-limiter
Resource being loaded more than once:
exception error classloading, test-tooling, classloader-limiter, duplicate-load
Attempted to load vetoed class '
exception error classloading, test-tooling, classloader-limiter
resource listed multiple times as never loaded:
exception error classloading, test-tooling, classloader-limiter, builder
is being listed both as never loaded and as at most once
exception error classloading, bootstrap, builder-validation
never loaded class listed multiple times:
exception error classloading, bootstrap, builder-validation
resource listed multiple times as loaded at most once:
exception error classloading, bootstrap, builder-validation
resource listed multiple times to produce a stacktrace:
exception warning classloading, debugging, builder-validation
Invalid URL:
exception error classloading, url, bootstrap
java.io.UncheckedIOException
exception error classloading, io, filesystem
Unable to create protection domain for
exception error classloading, url, filesystem
Failed to translate
exception error classloading, url, filesystem
Unable to read
exception error classloading, jar, ioexception, devmode
Classloader is not resettable
exception error classloading, devmode, illegalstate, hot-reload
ClassNotFoundException: ${name}
exception error classloading, classpath, classnotfound
Failed to initialize Quarkus bootstrap Maven resolver
exception error maven, bootstrap, jbang, configuration
Invalid artifact ${artifact}
exception error jbang, configuration, artifact-coordinates, parsing
Bad ZIP entry: ${path}
exception error jbang, zip, security, zip-slip
Invalid artifact ${artifact}
exception error jbang, configuration, artifact-coordinates, parsing
invalid config ${line}
exception error jbang, config, dev-mode
Unsupported value type: ${value}
exception error json, serialization, unsupported-type
Unable to fully read json value
exception error json, parser, eof
Unknown start character for json value: ${ch}
exception error json, parser, syntax
Json object ended without }
exception error json, parser, unbalanced-braces
Expected : after attribute
exception error json, parser, syntax
Json array ended without ]
exception error json, parser, unbalanced-brackets
Control characters not allowed in json string
exception error json, parser, escaping
String not closed
exception error json, parser, unterminated-string
Unable to read json constant for: ${expected}
exception error json, parser, literals
The application module hasn't been built yet
exception error maven, build, bootstrap, workspace
${coords} is missing version and is not found among the depe
exception error maven, dependency-management, version, bootstrap
Application artifact is null
exception error null-check, api-misuse, bootstrap
Failed to inject extension deployment dependencies for ${app
exception error maven, extension, dependency-resolution, bootstrap
Failed to resolve artifact ${artifact}
exception error maven, artifact-resolution, network, repository
Failed to read descriptor of ${artifact}
exception error maven, pom, descriptor, corrupt-cache
Failed to collect compile-only dependencies of ${artifact}
exception error maven, dependency-collection, graph, bootstrap
Failed to resolve dependencies for ${artifact}
exception error maven, dependency-resolution, network, bootstrap
Failed to inject extension deployment dependencies
exception error maven, extension, deployment, dev-mode
Failed to collect extension information for ${artifact}
exception error maven, extension, descriptor, bootstrap
Failed to collect dependencies for ${artifact}
exception error maven, dependency-resolution, quarkus-deployment
Failed to resolve descriptor for ${artifact}
exception error maven, pom, artifact-descriptor
Failed to resolve artifact
exception error maven, artifact-not-found, network
Dependency node has already been associated with an extensi
exception error quarkus-bootstrap, internal-state, dependency-graph
Failed to collect dependencies of
exception error quarkus-extension, maven, deployment-artifact
Quarkus extension deployment artifact does not appear to de
exception error quarkus-extension, dependency-graph, version-conflict
Failed to locate among application dependencies
exception error quarkus-bootstrap, application-model, dependency-graph
Failed to initialize deployment dependencies resolver
exception error maven, configuration, quarkus-bootstrap
Failed to collect compile-only dependencies of
exception error maven, dependency-resolution, compile-only
Failed to normalize the dependency graph
exception error maven, dependency-graph, conflict-resolution
Failed to resolve dependencies for
exception critical maven, dependency-resolution, build
Failed to inject extension deployment dependencies
exception error maven, quarkus-extensions, dependency-resolution
Failed to collect dependencies of
exception error maven, quarkus-extensions, pom
Quarkus extension deployment artifact does not appear to de
exception error maven, quarkus-extensions, version-conflict
Failed to resolve descriptor for
exception error maven, pom, quarkus-extensions
Failed to collect dependencies for
exception error maven, dependency-resolution, pom
Failed to resolve artifact
exception error maven, artifact-download, network
Dependency node has already been associated with an extensi
exception error quarkus-extensions, dependency-graph, state-conflict
Top-level project base directory specified with system prop
exception error configuration, system-property, filesystem
Failed to initialize Maven repository settings
exception error
Failed to load current project at
exception error
Unknown resolver transport ''. Supported transports are: wag
exception error
Failed to parse
exception error
Failed to read artifact descriptor for
exception error
Failed to set up DefaultPathTranslator for Maven < 3.8.5 Def
exception error
No versions matched the requested parent version range '%s'
exception error
The requested parent version range '%s' does not specify an
exception error
No versions matched the requested dependency version range '
exception error
The requested dependency version range '%s' does not specify
exception error
Failed to initialize Maven model resolver
exception error maven, bootstrap, initialization
Failed to resolve
exception error maven, artifact-resolution, network
Failed to read
exception error maven, io, corrupt-artifact
Failed to initialize model resolver
exception error maven, bootstrap, initialization
Failed to add repository ${modelRepo}
exception error maven, repository, configuration
Failed to resolve the effective model of ${coords.toCompactC
exception error maven, pom, model-building
Extension descriptor from ${runtimeArtifact} does not includ
exception error quarkus, extension-descriptor, maven
Failed to parse conditional dependencies configuration of ${
exception error quarkus, extension-descriptor, parsing
(aggregated Maven build error messages accumulated in the er
exception error maven, build, aggregated-errors
Has not been previously resolved
exception error maven, local-repository, offline, pom-resolution
An error occurred attempting to resolve effective POM
exception error maven, pom-resolution, effective-model
Failed to resolve artifact ${artifact}
exception error maven, artifact-resolution, network
Failed to resolve artifacts
exception error maven, artifact-resolution, batch
Failed to read descriptor of ${artifact}
exception error maven, descriptor, pom
Failed to resolve version range for ${artifact}
exception error maven, version-range, metadata
Failed to collect dependencies for ${artifact}
exception error maven, dependency-tree, resolution
Failed to resolve dependencies for ${artifact}
exception error maven, dependency-download, network
Failed to resolve dependencies for Maven plugin ${pluginArti
exception error maven, plugin, dependency-resolution
Failed to install ${artifact}
exception error maven, local-repository, artifact-install
Failed to build model for ${groupId}:${artifactId}:${version
exception error maven, pom, settings-xml, model-building
Invalid command line: ${cmdLine}
exception error command-line, parsing, maven, illegal-argument
Maven lib dir does not exist: ${mvnLib}
exception error maven, installation, environment, classpath
Failed to create a URL list out of ${mvnLib} content
exception error maven, classpath, io, environment
Failed to parse MAVEN_OPTS=${mvnOpts}
exception error environment, maven, command-line, maven-opts
Failed to parse command line arguments ${Arrays.asList(args)
exception error reflection, maven, command-line, classpath
Failed to locate the origin of ${name}
exception error classpath, io, reflection, classloader
Failed to parse Maven command line arguments
exception error command-line, parsing, maven
Failed to read ${pom}
exception error maven, pom, io, file-not-found
Failed to locate project pom.xml for ${path}
exception error maven, filesystem, quarkus-bootstrap, missing-pom
Failed to located META-INF/maven/<groupId>/<artifactId>/pom.
exception error maven, jar, missing-resource, quarkus-bootstrap
Failed to determine groupId for project model
exception error maven, pom, invalid-model, quarkus-bootstrap
Failed to determine version for project model
exception error maven, pom, invalid-model, quarkus-bootstrap
Illegal placeholder in Maven CI friendly version property "$
exception error maven, ci-friendly-version, property-resolution, quarkus-bootstrap
Failed to located META-INF/maven/<groupId>/<artifactId>/pom.
exception error maven, jar, missing-resource, quarkus-bootstrap
Failed to parse POM
exception error maven, pom, xml-parsing, quarkus-bootstrap
Failed to load POM from
exception error maven, io, pom, quarkus-bootstrap
Failed to locate project pom.xml for
exception error maven, filesystem, quarkus-bootstrap, missing-pom
does not exist
exception error maven, filesystem, path-not-found, quarkus-bootstrap
Failed to locate in the workspace
exception error maven, workspace, multi-module
Failed to resolve the effective model for
exception error maven, pom, workspace
Failed to determine the groupId of module
exception error maven, pom, groupid
Failed to determine the version of module
exception error maven, pom, version
Wildcard exclusions are not supported here
exception error maven, dependencies, exclusions
Bad artifact coordinates , expected format is <groupId>:<art
exception error maven, coordinates, parsing
Unable to convert %s (obtained from the %s system property)
exception error logging, configuration, system-properties
JNDI has been disabled, enable it with quarkus.naming.enable
exception error jndi, ldap, security
Failed to disable JNDI
exception error jndi, naming, startup
Unable to determine launch jar path
exception critical startup, aot, packaging
Serialized application file not found or not readable: ${cac
exception critical aot, packaging, missing-file, startup
Failed to create URL for cached resource: ${name}
exception error aot, classloader, resources, url
Invalid magic number in AOT cache file: expected 0x${MAGIC}
exception critical aot, serialization, corruption, startup
Unsupported AOT cache version: expected ${VERSION} but got $
exception critical aot, version-mismatch, serialization, startup
Unable to read entry: ${fileEntry.getName()} from jar: ${jar
exception error aot, jar, io, corruption
Unable to read file: ${relativePath}
exception error io, serialization, unchecked-io-exception
Unable to read entry: ${configFileName} from jar: ${jarFile}
exception error io, jar, corruption
Unexpected end of stream while reading application config fi
exception error io, deserialization, truncated-data
Failed to open ${jarResource.jarPath}
exception critical io, jar, startup
Unable to create protection domain for ${jarPath}
exception error url, uri, classloading, startup
Failed to read all data for ${res}
exception error jar, corruption, truncated-data
Failed to read zip entry ${res}
exception error jar, corruption, io
Unable to determine launch jar path
exception critical startup, launcher, classpath
Wrong magic number
exception critical deserialization, format, startup
Wrong class path version
exception error serialization, version-mismatch, quarkus-runner
${illegalRuntimeGAVs.size()} illegal runtime dependencies fo
validation error maven, enforcer, dependencies, quarkus-build
referenceArtifact must be configured (e.g., 'org.hibernate.o
validation error maven, enforcer, configuration, validation
referenceArtifact must be in format 'groupId:artifactId:vers
validation error maven, enforcer, configuration, validation
Dependency version alignment check failed: ${errors}
validation error maven, enforcer, dependency-management, version-alignment
Failed to resolve reference artifact ${groupId}:${artifactId
validation error maven, enforcer, artifact-resolution, repository
Artifact file not found for ${artifact}
exception error maven, enforcer, artifact-resolution, quarkus-build
Failed to read ${EXT_PROPERTIES_PATH} from ${artifactFile}
exception error maven, io, filesystem, quarkus-build
deployment-artifact artifact not found in ${EXT_PROPERTIES_P
exception error maven, enforcer, quarkus-extension, configuration
${missingDeploymentDeps.size()} minimal *-deployment depende
validation error maven, enforcer-rule, build-order, dependency-management
${existingUnmatchedDeploymentDeps.size()} minimal *-deployme
validation error maven, enforcer-rule, dependency-management, build-order
Failed to scan extensions directory: ${extRoot}
exception error maven-plugin, io, filesystem, mojo-execution-exception
Failed to persist extension descriptor ${output.resolve(Boot
exception error maven-plugin, io, filesystem, extension-descriptor
${e.getMessage()}
exception error maven-plugin, validation, json, extension-metadata
Failed to persist ${output.resolve(BootstrapConstants.QUARKU
exception error maven-plugin, io, json, filesystem
Failed to persist ${output.resolve(BootstrapConstants.QUARKU
exception error maven-plugin, io, json, filesystem
Failed to parse removed resource '${entry.key}=${entry.resou
exception error maven-plugin, configuration, parsing, artifact-key
Failed to parse ${extensionFile}
exception error maven-plugin, json-parsing, io, configuration
Codestart artifact is missing from the ${extensionFile}
exception error maven-plugin, validation, codestart, extension-metadata
Failed to resolve codestart artifact ${codestartArtifactCoor
exception error maven, artifact-resolution, codestart
Failed to determine the Quarkus core version used to build t
exception error maven, quarkus-core, descriptor
Failed to collect runtime dependencies of ${project.getArtif
exception error maven, dependency-collection, resolver
Failed to read ${p}
exception error maven, corrupt-jar, zip
The deployment artifact ${rootDeploymentGact} depends on the
exception error maven, dependency-validation, quarkus-deployment
Failed to resolve dependencies of ${project.getArtifact()}
exception error maven, dependency-resolution, resolver
Quarkus extension runtime artifact ${a} is missing ${Bootstr
exception error descriptor, quarkus-extension, malformed-artifact
Failed to read ${f}
exception error maven, corrupt-jar, descriptor
Failed to collect dependencies of deployment artifact ${depl
exception error maven, dependency-collection, deployment-artifact
Failed to read descriptor of ${projectArtifact}
exception error maven, pom, descriptor
Failed to initialize Maven artifact resolver
exception error maven, build-tool, configuration
Failed to resolve ${a}
exception error maven, dependency-resolution, network
${exception}
exception error qute, templates, exception-wrapping
Tracing not enabled
exception error qute, templates, tracing, illegal-state
Namespace [%s] may not be handled by multiple resolvers of t
exception error qute, templates, namespace-resolver, configuration
[prefix] is not a valid iteration metadata prefix. The value
exception error qute, templates, configuration, validation
Invalid identifier found: [id]
exception error qute, templates, validation, illegal-argument
No params to evaluate
exception error qute, templates, message-bundle, validation
Not a virtual method: [typeInfo: ]
exception error qute, templates, expression, illegal-state
Literal must not be null
exception error qute, template, illegal-argument, null-check
Expression is not a literal:
exception error qute, template, illegal-state, not-a-literal
Reflection invocation error
exception error qute, reflection, native-image, illegal-state
Engine not set
exception error qute, template, fragments, engine-not-set
Template not found:
exception error qute, template, fragments, template-not-found
Reflection invocation error
exception error qute, reflection, native-image, getter
Only Latin characters are supported:
exception error qute, html-escaping, illegal-argument, latin1
Replacement ID must be in range [0, 15] but was:
exception error qute, html-escaping, illegal-argument, range-check
Not a binary operator:
exception error qute, if-section, template, internal-state
Unable to compare null operands [op1=, op2=]
exception error qute, template, null, comparison
Not a short-circuiting operator:
exception error qute, template, if-section, operator
Cannot coerce to a BigDecimal
exception error qute, template, numeric-coercion, bigdecimal
Invalid composite parameter found:
exception error qute, template, syntax, if-section, parser
Expression not found for param []:
exception error qute, template, expression, if-section
Unsupported param type:
exception error qute, template, if-section, internal
Length must be 1, 2 or 6 but was:
exception error qute, json, escaping, internal, bit-packing
First char must be in range [0, 255] but was:
exception error qute, json, escaping, internal, bit-packing
Second char must be in range [0, 255] but was:
exception error qute, json, escaping, internal, bit-packing
[" + value + "] is not a valid namespace. The value can only
exception error qute, namespace, validation
Template [" + templateId + "] is not parsed yet
exception error qute, parser, lifecycle, template
Unexpected tag: " + tag
exception error qute, template-parsing, illegal-argument
Expresion command must be an ASCII char: " + command
validation error qute, configuration, illegal-argument, delimiter
Expresion command is reserved: " + command
validation error qute, configuration, illegal-argument, delimiter
Expresion command must not be a digit/alphabetic: " + comman
validation error qute, configuration, illegal-argument, delimiter
Immutable empty scope
exception error qute, immutable, unsupported-operation, scope
Engine not set
exception error qute, illegal-state, lifecycle, namespace-resolver
listener must not be null
exception error qute, null-check, illegal-argument, tracing
n-th parameter is missing
exception error qute, value-resolver, illegal-argument, arrays, missing-parameter
Index parameter is missing
exception error template, qute, illegal-argument, array-access
Unsupported base operand:
exception error qute, arithmetic, type-mismatch, template
Value param not present
exception error qute, template, section-helper, missing-parameter
Not a legal operator:
exception error qute, template, template-exception, operator
Unable to compare null operands [op1=, op2=]
exception error qute, template, null, comparison
Object param not present
exception error qute, template, with-section, illegal-state
Thread not suspended
exception error qute, debugger, evaluate, illegal-state, suspension
A task is already pending
exception error qute, debugger, evaluate, concurrency, pending-task
InvalidRequest
Debuggee agent is not enabled.
error_code error qute, debugger, dap, evaluation, agent-disabled
Template extension method declared on must be static:
exception error qute, template-extension, build-time, illegal-state, quarkus
Template extension method declared on must not return void:
exception error qute, template-extension, build-time, validation
Template extension method declared on must not be private:
exception error qute, template-extension, build-time, visibility
A template extension method matching multiple names or a reg
exception error qute, template-extension, build-time, signature
Multiple extension methods match 0 params and the name %s: %
exception error qute, namespace, ambiguity, build-time
Multiple extension methods match 0 params and the names %s:
exception error qute, namespace, ambiguity, build-time
Parameter names not recorded for : compile the class with -p
exception error qute, build-time, compiler-flags, parameters
Template extension method declared on must accept at least
exception error qute, template-extension, signature, build-time
Template extension method declared on must accept at least
exception error qute, template-extension, signature, build-time
Template extension method parameter annotated with @Template
exception error qute, template-extension, type-safety, build-time
Unsupported target: " + e.getValue()
exception error qute, template-global, build-time, unsupported-target
Global variable method declared on " + method.declaringClass
validation error
Global variable method declared on " + method.declaringClass
validation error
Global variable method declared on " + method.declaringClass
validation error
Global variable method declared on " + method.declaringClass
validation error
Global variable field declared on " + field.declaringClass()
validation error
Global variable field declared on " + field.declaringClass()
validation error
Unsupported annotation target
exception error
Unsupported nesting type: " + clazz
exception error
Cycle detected in BeanParam annotations; already processed c
validation error
BeanParam annotation used on a field that is not an object:
validation error
No getter corresponding to " + methodInfo.declaringClass().n
validation error rest-client, beanparam, reflection, build-time
Subresource method returns an invalid type: " + method.retur
validation error rest-client, subresource, jandex, build-time
Injectable beans are not supported in client
exception error rest-client, cdi, build-time, unsupported
Not supported return type for a multipart message, expected
exception error rest-client, multipart, generics, response-processing
Failed to find multipart data for class " + responseClass +
exception error rest-client, multipart, annotation-missing, response-processing
Unsupported multipart message element type. Expected FileAtt
exception error rest-client, multipart, netty, response-processing
Unhandled type: " + rawType
exception error rest-client, file-download, response-processing
Unsupported multipart response element type: " + httpData.ge
exception error rest-client, multipart, netty, entitypart
Multipart form upload expects an entity of type MultipartFor
validation error rest-client, multipart, request-body, validation
Stream is closed
exception error rest-client, stream, io, lifecycle
Attempting a blocking read on io thread
exception error blocking, event-loop, vertx, rest-client, concurrency
Specifying SSLContext is not supported at the moment
exception error ssl, tls, rest-client, unsupported-operation, configuration
Specifying HostnameVerifier is not supported at the moment
exception error ssl, tls, hostname-verification, rest-client, unsupported-operation
Client is closed
exception error lifecycle, rest-client, closed-resource
Failed to generate client for class " + clazz + " : " + fail
exception error rest-client, build-time, proxy-generation, configuration
REST client interface: " + clazz + " was not indexed at buil
exception error jandex, indexing, rest-client, build-time, quarkus
Not a REST client interface: " + clazz + ". No @Path annotat
exception error rest-client, annotations, missing-annotation, proxy-generation
Response could not be mapped to type " + entityType + " for
exception error deserialization, rest-client, media-type, jax-rs
Entity stream has already been read and is not buffered: cal
exception error rest-client, stream, entity, lifecycle
onCancel was already called
exception error rest-client-reactive, multi, sse, illegal-argument
`jakarta.ws.rs.ext.ExceptionMapper` are not supported in RES
exception error rest-client-reactive, exception-mapper, unsupported-operation
Cannot read '<fieldName>' field from <object> of class <claz
exception error reflection, rest-client-reactive, illegal-argument, version-mismatch
Delay must be > 0: <delay>
validation error sse, rest-client-reactive, illegal-argument, validation
Delay must be > 0: <reconnectDelay>
validation error sse, rest-client-reactive, illegal-argument, validation
Was already open
exception error sse, rest-client-reactive, illegal-state, lifecycle
Trying to use a StorkClientRequestFilter but the quarkus-sma
exception error stork, rest-client-reactive, missing-dependency, service-discovery
Invalid REST Client URL used: '<uri>'
exception error stork, rest-client-reactive, illegal-argument, uri, configuration
Param was null
validation error rest-client-reactive, null-pointer, uri, validation
Unable to provide file for download
exception error rest-client, multipart, file-download, ioexception
returning size of a downloaded file is not supported
exception error rest-client, multipart, file-download, unsupported-operation
quarkus.rest.client.multipart-buffer-size cannot be lower th
exception error rest-client, multipart, configuration, buffer-size, illegal-state
setting content of MultiByteHttpData is not supported
exception error multipart, unsupported-operation, resteasy-reactive, netty
adding content to MultiByteHttpData is not supported
exception error multipart, unsupported-operation, resteasy-reactive, netty
getting all the contents of a MultiByteHttpData is not suppo
exception error multipart, unsupported-operation, resteasy-reactive, netty
MultiByteHttpData invoked on an invalid context :
exception error vertx, context, threading, multipart, resteasy-reactive
Reading MultiByteHttpData as String is not supported
exception error multipart, unsupported-operation, resteasy-reactive, netty
Renaming destination file for MultiByteHttpData is not suppo
exception error multipart, unsupported-operation, resteasy-reactive, netty
Copying MultiByteHttpData is not supported
exception error netty, multipart, unsupported-operation, resteasy-reactive
Duplicating MultiByteHttpData is not supported
exception error netty, multipart, unsupported-operation, resteasy-reactive
Replacing MultiByteHttpData is not supported
exception error netty, multipart, unsupported-operation, resteasy-reactive
Cannot compare
exception error netty, multipart, classcastexception, resteasy-reactive
Cannot create a Encoder if request is a TRACE
exception error http, multipart, http-method, resteasy-reactive
Different array length
exception error multipart, illegal-argument, array-length, resteasy-reactive
Cannot add value once finalized
exception error multipart, encoder-state, resteasy-reactive, lifecycle
Header already encoded
exception error multipart, encoder-state, resteasy-reactive, lifecycle
buffer hasn't backing byte array
exception error netty, bytebuf, multipart, buffer-allocation
Needs a boundary value
exception error http, multipart, client, request-parsing
Cannot compare
exception warning java, classcastexception, multipart, sorting
Multipart field name cannot be null
exception error nullpointer, multipart, rest-client, validation
Multipart field media type cannot be null
exception error nullpointer, multipart, rest-client, media-type
Multipart field value cannot be null
exception error nullpointer, multipart, rest-client
Multipart field name filename cannot be null when sending fi
validation error rest-client, multipart, null-check, vertx
Multipart field name pathname cannot be null when sending fi
validation error rest-client, multipart, null-check, vertx
Multipart field name content cannot be null when sending fil
validation error rest-client, multipart, null-check, buffer
Wrong Vert.x context used for multipart upload. Expected: "
exception error vertx, context, threading, multipart, rest-client
Attribute bigger than maxSize allowed
exception error multipart, size-limit, netty, rest-client
Attribute bigger than maxSize allowed (wrapped IOException f
exception error multipart, size-limit, netty, memory, rest-client
No 'Content-Type' header present.
exception error http, multipart, client, missing-header
Illegal charset in multipart response Content-Type (wrapped)
exception error http, multipart, charset
Unable to parse multipart response - No delimiter specified
exception error http, multipart, boundary
QuarkusMultipartResponseDecoder was destroyed already
exception error lifecycle, multipart, client, state
Error decoding multipart field charset (wrapped IOException/
exception error http, multipart, charset
Error decoding multipart field attribute (wrapped NullPointe
exception error http, multipart, io
Error decoding multipart field charset/length (wrapped IOExc
exception error http, multipart, content-disposition
Access out of bounds
exception warning http, multipart, buffering
No Multipart delimiter found
exception error http, multipart, boundary
Error decoding content-disposition attribute (wrapped NullPo
exception error http, multipart, content-disposition
Error decoding content-transfer-encoding attribute (wrapped
exception error multipart, http-client, decoding, resteasy-reactive
Error decoding content-length attribute (wrapped NullPointer
exception error multipart, http-client, decoding, resteasy-reactive
Mixed Multipart found in a previous Mixed Multipart
exception error multipart, nested-multipart, unsupported-structure, resteasy-reactive
Error decoding charset attribute (wrapped NullPointerExcepti
exception error multipart, charset, decoding, resteasy-reactive
Error decoding multipart attribute (wrapped NullPointerExcep
exception error multipart, decoding, content-disposition, resteasy-reactive
Filename not found
exception error multipart, filename, mixed-multipart, resteasy-reactive
Error decoding filename* attribute (wrapped ArrayIndexOutOfB
exception error multipart, filename, rfc5987, charset, resteasy-reactive
Error decoding transfer-encoding value (wrapped IOException)
exception error multipart, io-exception, transfer-encoding, resteasy-reactive
TransferEncoding Unknown: " + code
exception error multipart, transfer-encoding, unsupported-value, resteasy-reactive
Error decoding multipart charset (wrapped IOException/Unsupp
exception error multipart, charset, unsupported-charset, resteasy-reactive
Error decoding multipart content-length (wrapped IOException
exception error multipart, netty, io, resteasy-reactive-client
Input was empty
exception error resteasy-reactive-client, body-handler, text-plain, empty-body
More than one ClientContextResolver implementation,
exception error serviceloader, classpath, dependency-conflict, resteasy-reactive-client
Unknown primitive type:
validation error build-time, bytecode, asm, code-generation, resteasy-reactive
Non static nested resources classes are not supported: '
validation error jaxrs, deployment, build-time, quarkus
Method '' of class '' contains multiple HTTP method annotati
validation error jaxrs, deployment, annotations, build-time
Resource method '%s#%s' can only have a single body paramete
validation error jaxrs, deployment, parameters, build-time
'@FormParam' and '@RestForm' cannot be used in a resource me
validation error quarkus, resteasy-reactive, form-params, deployment
'@FormParam' and '@RestForm' can only be used on methods ann
validation error quarkus, resteasy-reactive, consumes, form-params, deployment
Endpoints that produce a Multipart result can only be used o
validation error quarkus, resteasy-reactive, multipart, blocking, deployment
Failed to process method '%s#%s'. Reason: %s
validation error quarkus, resteasy-reactive, deployment, wrapper
Method '' of class '' is considered a non blocking method. @
validation error quarkus, resteasy-reactive, virtual-threads, nonblocking, deployment
Method '' of class '' contains both @Blocking and @NonBlocki
validation error quarkus, resteasy-reactive, blocking, nonblocking, deployment
Class '' contains both @Blocking and @NonBlocking annotation
validation error quarkus, resteasy-reactive, blocking, nonblocking, class-level, deployment
Cannot handle wildcard type
validation error quarkus, resteasy-reactive, generics, wildcard, deployment
Unknown parameter type
validation error quarkus, resteasy-reactive, generics, type-resolution, deployment
Cannot have more than one of @PathParam, @QueryParam, @Heade
validation error quarkus, resteasy-reactive, parameter-binding, annotations, deployment
Can only inject AsyncResponse on methods marked @Suspended o
validation error
Single parameters should not be marked with @Separator on
validation error
Unable to determine the name of the @ parameter of
validation error
Our supertype instance ${appliedType} does not match superty
validation error
Missing type argument mapping for ${type}
validation error
Illegal type in hierarchy: ${type}
validation error
Class ${dotName} was not found in the index
validation error
The class ${superType.name()} is not inside the Jandex index
exception error
${methodName} is not a getter
validation error
More than one Application class: ${applications}
exception error jaxrs, resteasy-reactive, build-time, duplicate-class
'@Inject' cannot be used with a '${ResteasyReactiveDotNames.
exception error jaxrs, cdi, resteasy-reactive, build-time
Unable to handle class: ${applicationClass}
exception error jaxrs, reflection, classloading, build-time
JAX-RS Application class '${applicationClassInfo.name()}' co
exception error jaxrs, annotations, execution-model, build-time
File does not exist: ${file}
validation error filesystem, io, argument-validation
File is not a regular file: ${file}
validation error filesystem, io, argument-validation
File cannot be read: ${file}
validation error filesystem, permissions, io
Offset (${offset}) must be >= 0: ${file}
validation error io, argument-validation, multipart
Count (${count}) must be >= 0: ${file}
validation error io, argument-validation, multipart
Offset + count (${offset + count}) larger than file size (${
validation error io, argument-validation, multipart
File does not exist: ${file}
validation error filesystem, illegal-argument, resteasy-reactive, file-serving
File is not a regular file: ${file}
validation error filesystem, illegal-argument, resteasy-reactive, path-traversal
File cannot be read: ${file}
validation error filesystem, permissions, illegal-argument, resteasy-reactive
Offset (${offset}) must be >= 0: ${file}
validation error illegal-argument, validation, resteasy-reactive, range-request
Count (${count}) must be >= 0: ${file}
validation error illegal-argument, validation, resteasy-reactive, range-request
Offset + count (${offset + count}) larger than file size (${
validation error illegal-argument, filesystem, resteasy-reactive, range-request
Demand must be greater than zero
validation error backpressure, illegal-argument, reactive-streams, resteasy-reactive
The subscriber must not be `null`
validation error null-pointer, reactive-streams, resteasy-reactive, subscription
Mapper returned null
validation error null-pointer, mapper, reactive-streams, resteasy-reactive
Singleton for ${className} not found.
exception critical quarkus, resteasy-reactive, cdi, singleton, classloading
Param was null
validation warning jaxrs, http-headers, cache-control, null-check
null max age
validation warning http-headers, cache-control, http-spec, malformed-header
null s-maxage
validation warning http-headers, cache-control, cdn, malformed-header
param was null
validation warning jaxrs, http-headers, cache-control, null-check
Param was null
validation warning jaxrs, http-date, null-check, http-headers
param was null
validation warning jaxrs, etag, null-check, http-headers
Too many links
validation error jaxrs, http-headers, link-header, rfc8288, parsing
No end to link
validation error jaxrs, http-headers, link-header, parsing, malformed-header
No end to parameter
validation error http-headers, parsing, jaxrs, link-header
value was null
validation error null-check, jaxrs, http-headers, link-header
param was null
validation error null-check, jaxrs, http-headers, locale
Failed to parse media type
validation error jaxrs, media-type, parsing, http-headers
Media type was null
validation error http, media-type, null-check, jaxrs
Param was null
validation error http, media-type, null-check, serialization
param was null
validation error http, cookie, null-check, header-parsing
Param was null
validation error http, header-parsing, null-check, jaxrs
Does not support fromString
exception error http, header-parsing, unsupported-operation, jaxrs
control character in cookie value
validation error http, cookie, validation, header-injection
Invalid escape character in cookie value
validation error http, cookie, escaping, validation
Registering a ContextResolver via a lambda is not supported
validation error resteasy-reactive, jax-rs, context-resolver, lambda, client-registration
name must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, null-argument
mediaType must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, media-type, null-argument
headerName must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, headers, null-argument
headerValues must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, headers, null-argument
newHeaders must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, headers, null-argument
content must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, input-stream, null-argument
type must not be null
validation error resteasy-reactive, jax-rs, multipart, entitypart, content, null-argument
Failed to serialize content of type
validation error resteasy-reactive, multipart, serialization, messagebodywriter, jax-rs
No content has been set
validation error resteasy-reactive, multipart, illegal-state, builder, jax-rs
getContent() has already been invoked
exception error resteasy-reactive, multipart, illegal-state, stream, one-shot
Unsupported type: ${rawType.getName()}. Use InputStream, Str
exception error resteasy-reactive, multipart, messagebodyreader, unsupported-type, jax-rs
URI was null
exception error jax-rs, link, illegal-argument, null-check, resteasy-reactive
param was null
exception error jax-rs, null-argument, link-builder
values was null
exception error jax-rs, null-argument, uri-template
Request could not be mapped to type ${genericType != null ?
exception error jax-rs, client, entity-mapping, messagebodyreader
Response has been closed
exception error jax-rs, client, response-lifecycle, illegal-state
Request could not be mapped to type ${genericType != null ?
exception error jaxrs, rest-client, entity-mapping, processing-exception
Response has been closed
exception error jaxrs, rest-client, response-lifecycle, illegal-state
Quarkus REST server side components are not installed.
exception error jaxrs, runtime-delegate, classpath, missing-provider
type cannot be null
exception warning jaxrs, runtime-delegate, illegal-argument, null-check
Pending implementation
exception error jaxrs, unsupported-operation, bootstrap, not-implemented
Param was null
exception warning jaxrs, uri-builder, illegal-argument, null-check
Illegal URI template${uriTemplate}
exception error resteasy-reactive, jaxrs, uri, illegal-argument
URI is null
exception error resteasy-reactive, jaxrs, uri, null-check, illegal-argument
Scheme was null
exception error resteasy-reactive, jaxrs, uri, null-check, illegal-argument
invalid host
exception error resteasy-reactive, jaxrs, uri, host, illegal-argument
invalid port
exception error resteasy-reactive, jaxrs, uri, port, illegal-argument
path is null
exception error resteasy-reactive, jaxrs, uri, path, null-check, illegal-argument
class must be annotated with @Path
exception error jaxrs, resteasy-reactive, uribuilder, illegal-argument
resource is null
exception error jaxrs, resteasy-reactive, uribuilder, null-check
method is null
exception error jaxrs, resteasy-reactive, uribuilder, null-check
Two methods with the same path
exception error jaxrs, resteasy-reactive, uribuilder, ambiguous-overload
No public method annotated with @Path
exception error jaxrs, resteasy-reactive, uribuilder, missing-path-annotation
Method not annotated with @Path
exception error jaxrs, resteasy-reactive, uribuilder, missing-path-annotation
Values parameter is null
exception error jaxrs, resteasy-reactive, uribuilder, null-check
Failed to create URI
exception error uri, resteasy-reactive, encoding
empty host
exception error uri, resteasy-reactive, configuration
Path parameter not provided
exception error uri, resteasy-reactive, missing-parameter
Template parameter null:
exception error uri, resteasy-reactive, null-value
Template parm was null:
exception error uri, resteasy-reactive, null-value, query-param
failed to create URI
exception error uri, resteasy-reactive, encoding
Name parameter is null
exception error uri, resteasy-reactive, null-argument, matrix-param
Value is null
exception error jaxrs, uribuilder, null-check, resteasy-reactive
Segment parameter is null
exception error jaxrs, uribuilder, null-check, path-segments, resteasy-reactive
Segment is null
exception error jax-rs, uri, null-check, resteasy-reactive
Values is null
exception error jax-rs, uri, null-check, resteasy-reactive
Name is null
exception error jax-rs, uri, template, null-check
Template values null
exception error jax-rs, uri, template, null-check, map
map key null
exception error jax-rs, uri, template, null-check, map
Invalid character:
exception error resteasy-reactive, message-body-reader, bad-request, character-entity
Missing boundary parameter in Content-Type
http error resteasy-reactive, multipart, content-type, boundary, web-application-exception
Don't know how to handle number class
exception error resteasy-reactive, message-body-reader, number, unsupported-type
No content
http error resteasy-reactive, no-content, empty-body, message-body-reader
Cookie value was null
exception error resteasy-reactive, cookie, illegal-argument, null-header
Failed to parse cookie:
exception error http, cookie, parsing, illegal-argument
Media type %s greater than 1: %s
http error http, media-type, content-negotiation, bad-request
Media type %s value must be a float: %s
http error http, media-type, content-negotiation, number-format
Date instances are not supported by this class.
exception error type-conversion, reflection, date, unsupported-operation
${targetType.getName()} has no String constructor
exception error reflection, type-conversion, resteasy-reactive
unterminated escape sequence at end of string: ${s}
exception error uri, percent-encoding, decoding
partial escape sequence at end of string: ${s}
exception error uri, percent-encoding, decoding
invalid escape sequence `%${c}${c2}' at index ${i-2} of: ${s
exception error uri, percent-encoding, decoding
q value cannot be greater than one: ${lang}
http error http, content-negotiation, accept-language
media type weighted language q must be a float: ${lang}
http error http, content-negotiation, accept-language
Invalid type variable in signature: ${signature} at position
exception error generics, reflection, signature-parsing
Invalid signature char: ${c} in ${signature} at position ${i
exception error generics, reflection, signature-parsing
Unable to find type arguments of ${interfaceToFind}
exception error generics, reflection, type-erasure
Endpoint return type not supported yet: ${returnType}
exception error generics, reflection, resteasy-reactive
Endpoint return type not supported yet: ${paramType}
exception error resteasy-reactive, quarkus, multipart, generics, build-time
Class %s has no fields. Parameters containers are only suppo
validation error resteasy-reactive, quarkus, beanparam, deployment-failure, build-time
No annotations found on fields at '%s'. Annotations like `@Q
validation error resteasy-reactive, quarkus, beanparam, queryparam, annotations, deployment-failure
Path '${method.getPath()}' of method '${currentClassInfo.nam
validation error resteasy-reactive, quarkus, path, uritemplate, regex, deployment-failure
Body parameters (or non-annotated fields) are not allowed fo
validation error resteasy-reactive, quarkus, records, beanparam, deployment-failure
Could not create converter for ${elementType} for ${builder.
exception error resteasy-reactive, quarkus, param-converter, queryparam, deployment-failure
'java.time.Instant' types must not be annotated with '@DateF
validation error resteasy-reactive, quarkus, java-time, instant, dateformat, deployment-failure
Using both 'format' and 'dateTimeFormatterProvider' is not a
validation error resteasy-reactive, quarkus, java-time, dateformat, configuration-conflict, deployment-failure
One of 'format' or 'dateTimeFormatterProvider' must be set w
validation error resteasy-reactive, quarkus, java-time, dateformat, missing-attribute, deployment-failure
Unable to handle temporal type '${paramType}'
validation error resteasy-reactive, quarkus, java-time, temporal, param-converter, deployment-failure
Method '%s' of class '%s' is annotated with @%s annotation w
validation error quarkus, resteasy-reactive, beanparam, deployment-time
Failed to find converter for ${elementType}
exception error quarkus, resteasy-reactive, param-converter, deployment-time
Failed to find converter for ${elementType}
exception error quarkus, resteasy-reactive, param-converter, deployment-time
ReturnType: '${returnType}' is not supported
exception error quarkus, resteasy-reactive, serverexceptionmapper, build-time
Multiple method parameters found that extend 'Throwable'. Wh
validation error quarkus, resteasy-reactive, serverexceptionmapper, build-time
When '@ServerExceptionMapper' is used without a value, then
validation error quarkus, resteasy-reactive, serverexceptionmapper, build-time
Parameter '${parameterName}' of method '${targetMethod.name(
validation error quarkus, resteasy-reactive, serverexceptionmapper, build-time
Parameter '${parameterName}' of method '${targetMethod.name(
validation error quarkus, resteasy-reactive, serverexceptionmapper, build-time
Method '${targetMethod.name()} of class '${targetMethod.decl
validation error quarkus, resteasy-reactive, build-time, exception-mapper
Method '${info.name()} of class '${info.declaringClass().nam
validation error quarkus, resteasy-reactive, visibility, exception-mapper
Method '${info.name()} of class '${info.declaringClass().nam
validation error quarkus, resteasy-reactive, static-method, exception-mapper
Suspend method '${targetMethod.name()} of class '${targetMet
validation error quarkus, resteasy-reactive, kotlin, filter, build-time
ReturnType: '${returnType}' is not supported, in method ${ta
exception error quarkus, resteasy-reactive, internal-guard, filter, build-time
Parameter '${parameterName}' of method '${targetMethod.name(
validation error quarkus, resteasy-reactive, filter, parameters, build-time
Suspend method '${targetMethod.name()} of class '${targetMet
validation error quarkus, resteasy-reactive, kotlin, response-filter, build-time
Method '${info.name()} of class '${info.declaringClass().nam
validation error quarkus, resteasy-reactive, build-time, filters, visibility
Method '${info.name()} of class '${info.declaringClass().nam
validation error quarkus, resteasy-reactive, build-time, filters, static
Method '${targetMethod.name()} of class '${targetMethod.decl
validation error quarkus, resteasy-reactive, build-time, filters, return-type
Method '${targetMethod.name()} of class '${targetMethod.decl
validation error quarkus, resteasy-reactive, build-time, filters, return-type
Setting both 'readBody' and 'preMatching' to 'true' on '@Ser
validation error quarkus, resteasy-reactive, build-time, serverrequestfilter, configuration
Setting both '@WithFormRead' and 'preMatching' to 'true' on
validation error quarkus, resteasy-reactive, build-time, serverrequestfilter, configuration
Failed to initialize converters for injected class${i.getInj
exception critical quarkus, resteasy-reactive, startup, injection, reflection
Getter '${getterName}' of class '${returnTypeClassInfo}' mus
validation error quarkus, resteasy-reactive, build-time, multipart, encapsulation
Failed to find converter for ${elementType}
exception error quarkus, resteasy-reactive, build-time, reflection, converter
A resource method cannot be simultaneously annotated with '@
validation error quarkus, resteasy-reactive, build-time, cache-control, annotations
A resource class cannot be simultaneously annotated with '@C
validation error quarkus, resteasy-reactive, jax-rs, annotation-conflict, build-time
ClassInfo not found for ${className}
exception error quarkus, resteasy-reactive, jandex, classindex, build-time
Unable to load context type: ${typeParam}
exception error quarkus, resteasy-reactive, jax-rs, classpath, contextresolver
Failed to find Collection supertype of ${field}
exception error quarkus, resteasy-reactive, generics, deployment, paramconverter
runtime config has already been set
exception error quarkus, resteasy-reactive, lifecycle, configuration, double-initialization
Async can only be started once
exception error quarkus, resteasy-reactive, async, asyncresponse, request-lifecycle
Could not load exception mapper
exception error quarkus, resteasy-reactive, exception-mapper, classpath, configuration
HTTP 406 Not Acceptable (no acceptable MessageBodyWriter for
http error quarkus, resteasy-reactive, http-406, content-negotiation, http
Could not find MessageBodyWriter for ${entityClass}
exception error quarkus, resteasy-reactive, sse, messagebodywriter, serialization
Could not find MessageBodyWriter for ${entityClass} / ${enti
exception error rest, serialization, resteasy-reactive
Form value is a file
exception error multipart, form-data, rest
Form value is a string
exception error multipart, form-data, rest
Connection terminated parsing multipart request
exception warning multipart, network, client-abort
Could not find MessageBodyWriter for ${entityClass} as ${med
exception error rest, multipart, serialization
Media type '" + mediaType + "' in multipart request is not s
exception error rest, multipart, deserialization
Found more than one files for attribute '" + formName + "'.
http error multipart, file-upload, bad-request
invalid char value: " + str
validation error rest, parameter-conversion, validation
invalid Character value:
exception error rest, parameter-conversion, validation
Malformed parameter:
http error http, headers, bad-request
Unsupported parameter:
http warning http, header-parsing, bad-request
Empty Field in header:
http warning http, header-parsing, bad-request
Malformed media type:
http warning http, accept-header, media-type
Malformed parameters:
http warning http, header-parsing, parameters
Unclosed quotes:
http warning http, header-parsing, quoting
Extra characters after quoted string:
http warning http, header-parsing, quoting
Malformed quality value.
http warning http, quality-value, accept-header
Could not find MessageBodyWriter for
http error resteasy-reactive, serialization, messagebodywriter, http-500
Could not find MessageBodyWriter for
http error resteasy-reactive, serialization, messagebodywriter, http-500
Could not find MessageBodyWriter for
http error resteasy-reactive, serialization, messagebodywriter, http-500
Could not find MessageBodyWriter for
http error resteasy-reactive, serialization, content-negotiation, http-500
Could not find MessageBodyWriter for
http error resteasy-reactive, serialization, messagebodywriter, http-500
Calling 'abortWith' is not permitted when using @ServerReque
exception error resteasy-reactive, filters, illegalstate, migration
Unable to find matching target resource method
http error resteasy-reactive, routing, http-404, not-found
The content-type header value did not match the value in @Co
http error rest, http-415, content-type, jaxrs
The content-type header value did not correspond to a valid
http error rest, http-415, content-type, malformed-header
The accept header value did not correspond to a valid media
http error rest, http-400, accept-header, malformed-header
The accept header value did not match the value in @Produces
http error rest, http-406, accept-header, content-negotiation
The content-type header value did not match the value in @Co
http error rest, http-415, content-type, content-negotiation
The content-type header value did not correspond to a valid
http error rest, http-415, content-type, malformed-header
The accept header value did not correspond to a valid media
http error rest, accept-header, content-negotiation, malformed-header
Negotiation or dynamic media type resolution for Multi is on
exception error rest, reactive, mutiny, sse, media-type
The content-type header value did not match the value in @Co
http error resteasy-reactive, content-type, consumes, http-415
No supported MessageBodyReader found
http error resteasy-reactive, messagebodyreader, deserialization, http-415
Resource locator method returned object that was not a resou
exception error resteasy-reactive, subresource-locator, routing, jaxrs
A REST Client Response object was returned from a server end
exception error resteasy-reactive, rest-client, response-forwarding, proxy
A REST Client RestResponse object was returned from a server
exception error resteasy-reactive, rest-client, restresponse, proxy
No REST request in progress
exception error resteasy-reactive, cdi, request-scope, injection
Can only be called from a @PreMatch filter
exception error resteasy-reactive, jaxrs-filter, prematch, request-context
Cannot be called from response filter
exception error resteasy-reactive, jaxrs-filter, response-filter, request-context
Must set either comment or data
exception error resteasy-reactive, sse, server-sent-events, builder-validation
NotSupportedException
http error resteasy-reactive, jaxrs, messagebodyreader, content-negotiation
Variant list must not be empty
exception error jaxrs, resteasy-reactive, content-negotiation, illegal-argument
ETag was null
exception error jaxrs, resteasy-reactive, etag, conditional-request
Param cannot be null
exception error jaxrs, resteasy-reactive, last-modified, conditional-request
Last modified was null
exception error jaxrs, resteasy-reactive, conditional-request, last-modified
etag was null
exception error jaxrs, resteasy-reactive, etag, conditional-request
Can only work with Quarkus-REST instances: ${sseEventSink}
exception error jaxrs, sse, resteasy-reactive, illegal-argument
Broadcaster has been closed
exception error jaxrs, sse, resteasy-reactive, illegal-state
Already closed
exception error jaxrs, sse, resteasy-reactive, illegal-state
Already registered on a broadcaster
exception error jaxrs, sse, resteasy-reactive, illegal-state
Could not find MessageBodyWriter for ${entity.getClass()}
http error rest, serialization, http-500, messagebodywriter
Path not specified
exception error routing, path-matching, illegal-argument
Prefix path cannot end with /
exception error routing, path-matching, trailing-slash
Invalid template ${template}
validation error routing, uri-template, regex, illegal-argument
Invalid template ${template} Unmatched { braces
validation error routing, uri-template, illegal-argument, unbalanced-braces
Bad Request
http warning http-400, body-reading, text-plain, client-error
Stream is closed
exception error io, stream-closed, request-body, lifecycle
Request too large
http warning http-413, request-body, upload-limit, io
Attempting a blocking read on io thread
exception error event-loop, blocking, reactive, concurrency
Response head already sent with chunked=${response.isChunked
exception error http, chunked, response-state, headers
Returning an AsyncFile is not supported with WriterIntercept
exception error asyncfile, writer-interceptor, unsupported-operation, rest
Failed to load codestart spec: + resourceName
exception error codestart, yaml, deserialization, classpath
Multiple fallback found for a base codestart of type: '" + a
exception error codestart, catalog, duplicate, configuration
Multiple selection for base codestart of type: '" + a.getSpe
exception error codestart, selection-conflict, duplicate, cli
Failed to create the project directory: + targetDirectory
exception error filesystem, permissions, io, project-generation
Project path needs to point to a directory: + targetDirector
exception error filesystem, path, io, project-generation
You can't create a project when the directory is not empty:
exception error io, filesystem, project-generation
ConflictStrategyHandler named '" + entry.getValue() + "' not
exception error configuration, codestart, yaml
can't be used as '*' file strategy
exception error configuration, codestart, yaml
Invalid CodestartDep expression: + expression
exception error yaml, parsing, codestart, maven-coordinates
Error while rendering template: + source.absolutePath()
exception error templating, qute, codestart
Missing required data: {" + expression.toOriginalString() +
exception error templating, qute, missing-data
Let's not put template condition on qualifier: + comparedVer
exception error versioning, validation, codestart, qute
codestartFiles must not be null or empty
exception error codestart, internal, invariant-violation
Target file already exists: + targetPath.toString()
exception error filesystem, codestart, file-conflict
Found more than one file containing '{merged-content}': " +
exception error codestart, file-merge, template
Target file already exists: + targetPath.toString()
exception error codestarts, file-conflict, docker-compose
Multiple files found for path with executable FileStrategy:
exception error codestarts, duplicate-files, executable
Multiple files found for path with 'fail-on-duplicate' FileS
exception error codestarts, duplicate-files, fail-on-duplicate
Multiple files found for path with 'fail-on-duplicate' FileS
exception error codestarts, duplicate-files, static-files
This file is forbidden in the output-strategy definition: +
exception error codestarts, forbidden-file, output-strategy
Unsupported config type: + configType
exception error codestarts, config, unsupported-format
File already exists: + targetPath.toString()
exception error codestarts, file-conflict, package
Failed to create catalog at: ${path}
exception error filesystem, permissions, io
Failed to create JBang download directory: ${dir}
exception error filesystem, jbang, temp-directory
Failed to create JBang install directory: ${dir}
exception error filesystem, jbang, permissions
Only example can be selected at a time (you can always use '
exception error codestart, project-generation, cli
Unsupported build tool wrapper: ${buildTool}
exception error build-tool, wrapper, codestart
Error while reading base pom.xml
exception error maven, pom, io
'${key}' value is required.
validation error validation, missing-parameter, extension-creation
You need to define '${key}' because it was not found in the
validation error validation, maven, extension-creation
Failed to resolve extension ${coords}
exception error maven, artifact-resolution, network
Failed to parse Quarkus extension metadata ${path}
exception error metadata, jar, io
${name} is not a valid class name
validation error validation, naming, java
${name} is not a valid package name
validation error validation, naming, java
Target directory already exists: ${path}
exception error filesystem, project-generation, cli
Could not create directory ${dir}
exception error filesystem, io, project-generation
Failed to add extensions
exception error io, extensions, maven
Multiple extensions found for keyword (no message; handled a
exception warning extensions, ambiguity, cli
Error while creating Quarkus extension: ${message}
exception error io, scaffolding, extension-generation
Invalid directory structure, file not found: ${pom}
exception error maven, pom, directory-structure
Error while reading pom: ${pom}
exception error maven, pom, parse-error
Failed to create project because of invalid extensions
exception error cli, extensions, jbang
Failed to create JBang project: ${message}
exception error io, jbang, scaffolding
Failed to create project: ${message}
exception error io, scaffolding, project-generation
Failed to create project because of invalid extensions
exception error cli, extensions, validation
Failed to determine a compatible Quarkus version for the req
exception error quarkus-cli, extension-catalog, version-compatibility, dependency-resolution
Failed to locate quarkus-core in the extension catalog
exception error quarkus-cli, extension-catalog, registry, quarkus-core
Some extensions are not compatible with the selected Java ve
exception error java-version, quarkus-cli, compatibility, project-creation
Failed to determine the list of installed extensions
exception error io, quarkus-cli, extension-management, build-file
Failed to remove extensions
exception error io, quarkus-cli, extension-management
Error while generating the project update script
exception error io, quarkus-cli, project-update
Unable to find ${name} command
console error executable, path, quarkus-cli, environment
Failed to initialize the Quarkus Maven extension manager
exception error registry, network, quarkus-cli, maven
Failed to resolve the Quarkus extension catalog
exception error registry, network, quarkus-cli, catalog
${causedByMessages}
exception error maven, configuration, dependency-resolution, quarkus-devtools
There is no rootProject defined in this GradleBuildFile
exception error gradle, configuration, quarkus-devtools, multi-module
This feature is not yet implemented outside of the Gradle Pl
exception error gradle, unsupported-operation, quarkus-devtools
${coords} is not a POM
exception error maven, argument-validation, bom
Failed to resolve extension catalog
exception error network, registry, maven, catalog-resolution
Failed to initialize Maven artifact resolver
exception error
Failed to resolve descriptor for ${projectArtifact}
exception error
Failed to compare ${p1} to ${p2}
exception error
${coords} is not a POM
exception error
Failed to read ${projectPom}
exception error
Failed to deserialize extension metadata from ${url}
exception error io, deserialization, extension-metadata, maven-repository
${key} isn't found in the extension map
exception error extensions, artifact-key, devtools, lookup
The project does not import any Quarkus platform BOM
exception error platform-bom, maven, project-update, configuration
Failed to determine a compatible Quarkus version for the req
exception warning platform-compatibility, extensions, registry, version-conflict
${buildTool} is not supported yet
exception error build-tool, unsupported-operation, update-command, openrewrite
Error while running Gradle rewrite command, see the executio
exception error gradle, openrewrite, process-execution, update-command
The %s command exited with an error. %s
exception error process-execution, maven, gradle, openrewrite, update-command
Cannot locate mvnw or mvn. Make sure mvnw is in the project
exception error maven, missing-binary, path, environment, update-command
Cannot gradlew mvnw or gradle. Make sure gradlew is in the c
exception error gradle, missing-binary, path, environment, update-command
Recipe name is required
exception error validation, yaml, rewrite-recipes
quarkus update artifacts require multiple rewrite plugin ver
exception error maven, version-conflict, update-recipes
Failed to resolve artifact: ${gav}
exception error maven, artifact-resolution, network
Failed to load recipes in artifact: ${gav}
exception error io, maven, artifact-resolution
This build tool does not support update ${buildTool}
exception error build-tool, unsupported-operation, update-recipes
Error reading file: ${p}
exception error io, filesystem, update-recipes
Error listing files in directory: ${relativeDir}
exception error io, filesystem, update-recipes
Error while searching for recipe directories in ${startDir}
exception error io, filesystem, directory-walk
This operation is only supported for Gradle projects
exception error gradle, unsupported-operation, build-tool
quarkus-extension.yaml is empty or contains no object
exception error yaml, validation, extension-metadata
Invalid dependency description '<dependency>'
exception error maven, argument-parsing, dependency
Failed to read model
exception error maven, io, pom-parsing
Failed to locate the origin of <name>
exception error classpath, classloader, resource
Failed to create an instance of java.nio.file.Path from <url
exception error classpath, url, path, io
Could not read DOM from [<path>]
exception error maven, io, pom, filesystem
Could not write DOM from [<path>]
exception error maven, io, pom, filesystem, write
No <project> in file [<pomXmlPath>]
exception error maven, pom, xml, structure
//project not found in [<pomXmlPath>]
exception error maven, pom, dependency-management
Failed to locate <name> on the classpath
exception error classpath, io, resource-loading
Failed to locate directory <dir>
exception error filesystem, validation, resource-loading
Failed to locate <name> dir on the classpath
exception error filesystem, io, resource-loading
Failed to locate resource <name> on the classpath
exception error classpath, io, resource-loading
There were a problem while reading the resource dir '<name>'
exception error classpath, io, url
No compatible ResourceLoader have been found for file type:
exception error filesystem, resource-loading, validation
Failed to create a URL for '<file>'
exception error url, classpath, jar, malformed-url
Failed to read <jar>
exception error io, jar, zip, corrupt-file
Unexpected protocol <protocol> for URL <url>
exception error url, protocol, unsupported
Failed to translate <url> to local path
exception error url, uri, path, encoding
Failed to locate <name> in <zip>
exception error io, zip, missing-resource
Failed to load extension metadata schema from <schemaResourc
exception error classpath, schema, missing-resource
Invalid quarkus-extension.yaml metadata: <schema validation
validation error schema-validation, yaml, metadata
Failed to resolve required property <name>
exception error configuration, missing-property, environment
Entry with empty key <entry>
exception error parsing, configuration, illegal-argument
BOM version was not provided
exception error maven, bom, configuration, missing-version
Failed to resolve extension catalog for ${coords}. Make sure
exception error maven, artifact-resolution, platform
Failed to deserialize extension catalog ${platformJson}
exception error json, deserialization, maven
Failed to resolve platform descriptor ${platform}
exception error maven, artifact-resolution, platform
Failed to deserialize platform descriptor ${json}
exception error json, deserialization, platform
Failed to resolve required property ${name}
exception error configuration, properties, validation
No catalogs provided
exception error validation, argument, merge
Failed to intialize the default Maven artifact resolver
exception error maven, configuration, initialization
Failed to translate ${provider} to URL
exception error configuration, url, registry
Failed to process configuration of ${config.getId()} registr
exception error configuration, registry, type-cast
Failed to resolve the registry client factory provider artif
exception error maven, artifact-resolution, registry-client
Failed to translate ${providerJar} to URL
exception error url, registry-client
Failed to load registry client factory from ${url}
exception error classpath, serviceloader, registry-client
Failed to locate ${registryId} among the configured registri
exception error configuration, registry-client
Quarkus extension registry is not available
exception error configuration, registry-client, empty-catalog
Quarkus extension registry ${registryId} did not provide any
exception error registry-client, network, empty-catalog
Quarkus extension registries ${registryIds} did not provide
exception error registry-client, network, empty-catalog
No registries configured
exception error configuration, registry-client
The following registries were configured as exclusive provid
exception error configuration, registry-client, platform-bom
Failed to resolve extension catalog of ${bomCoords} from ${r
exception error registry-client, network, platform-bom
Extension catalog ${bomCoords} could not be resolved from ${
exception error registry, maven, network, resolution
The following registries were configured as exclusive provid
exception error registry, configuration, conflict
Expected a value of type ${type.getName()} for option ${name
exception error configuration, type-mismatch, yaml
File ${p} does not exist
exception error filesystem, json, missing-file
id is missing for category named ${builder.name}
exception error json, catalog, validation
Platform ${platformKey} does not include any stream
exception error catalog, platform, empty-collection
Stream ${id} does not include any release
exception error catalog, platform, empty-collection
Failed to load non-platform extension catalog from ${jsonFil
exception error maven, json, corrupt-cache, parsing
Failed to resolve extension catalog of ${platformCoords} [fr
exception error maven, mirror, network, platform
Failed to parse Quarkus extension catalog ${jsonPath}
exception error maven, json-parsing, registry, quarkus-platform, cache-corruption
Failed to resolve the latest version of ${groupId}:${artifac
exception error maven, version-resolution, network, quarkus-platform
Failed to load platform catalog from ${jsonFile}
exception error maven, json-parsing, registry, cache-corruption
Failed to resolve ${coords} locally
exception error maven, cache, local-repository, artifact-resolution
Failed to read directory ${dir}
exception error filesystem, permissions, maven, cache, io
${descriptorResolutionFailureMessage}
exception error maven, network, registry, resolution-failure
Failed to locate the repository URL corresponding to reposit
exception error maven, mirror, repository-id, inconsistent-state
Failed to deserialize registries descriptor ${file}
exception error io, deserialization, maven-cache, registry-descriptor
The registry descriptor configuration is missing for ${confi
exception error configuration, registry, yaml
Either extension-catalogs-included or mavenConfig/repository
validation error configuration, registry, yaml
Failed to initialize Maven context
exception critical maven, initialization, settings
Failed to derive the Maven repository URL for registry ${con
exception error configuration, url, registry
Unrecognized update policy '${updatePolicy}' for repository
validation error configuration, maven, update-policy
Failed to compose an error message
exception warning diagnostics, maven, mirror
Can not write configuration as it was read from an alternate
exception error configuration, persistence, io
Failed to parse config file ${configYaml}
exception critical configuration, yaml, parsing
Registry '${registryId}' config option '${offering}' must no
validation error config, yaml, registry, validation
Quarkus extension registry configuration file ${configYaml}
exception error config, filesystem, system-property, registry
File ${p} does not exist
exception error config, filesystem, illegal-argument, deserialization
Failed to write
exception error io, vertx, http, streaming
Connection has been closed
exception error io, vertx, connection, streaming
Stream is closed
exception error io, vertx, streaming, lifecycle
intentional failure
console info cli, test, intentional-failure, command
Can only greet nicknames
exception info aws-lambda, test, intentional-failure, input-validation
should have comma
http info http, headers, cors, test, api-gateway
bad input
http info http, binary, validation, test, api-gateway
aws context not set
http info aws-lambda, context-injection, test, api-gateway
bad input
http info http, binary, validation, resteasy-reactive, test
aws context not set
http info aws-lambda, context-injection, resteasy-reactive, test
bad input
http error resteasy-reactive, binary-payload, input-validation
aws context not set
http error aws-lambda, resteasy-reactive, context-injection
Unknown image format
http error imageio, awt, invalid-parameter
Topic doesn't exist:
exception error kafka, devservices, topic-not-found
Should provide name or color query parameter
http warning rest, elasticsearch, bad-request
The indexing operation encountered errors.
exception error elasticsearch, bulk-indexing, java-client
Should provide name or color query parameter
http warning rest, elasticsearch, bad-request
No post data
http error resteasy, elytron, missing-body
Failed to get user principal
http error elytron, security, authentication
No attributes were specified
http error security, elytron, identity-attributes
No post data
http error resteasy-reactive, request-body, post
Failed to get user principal
http error security, elytron, resteasy-reactive, user-principal
No attributes were specified
http error security, elytron, resteasy-reactive, identity-attributes
Invalid username: " + usernameHeader
exception error security, jdbc, permission-checker, validation
Username '%s' not in the 'test_user' table
exception error security, jdbc, database, missing-data
principal was null
exception error security, elytron, undertow, servlet, user-principal
principal was null
exception error
principal was null
exception error
No post data
exception error
Failed to get user principal
exception error
bad input
exception error
Oups!
exception error
Failed to create an instance of " + CommonBean.class.getName
console error
Failed to locate resources.txt in the project's resources
console error quarkus, build-step, resources, gradle, integration-test
Failed to copy " + p + " to " + output
console error quarkus, build-step, ioexception, file-copy, gradle
Cache for region %s not found
exception error hibernate, jcache, second-level-cache, quarkus, cache-region
Incorrect citizen: " + country.getName() + ", expected: " +
exception error hibernate, natural-id, second-level-cache, test-assertion, quarkus
Incorrect citizen: " + citizen.getLastname() + ", expected:
exception error hibernate, natural-id, cache, test-assertion, data-seeding
Incorrect citizen: " + citizen.getLastname() + ", expected:
exception error hibernate, natural-id, cache-invalidation, test-assertion, quarkus
Incorrect family size: " + pokemons.size() + ", expected: "
exception error hibernate, collection-cache, second-level-cache, test-assertion, quarkus
Incorrect description: " + i1.getDescription() + ", expected
exception error hibernate, entity-cache, second-level-cache, test-assertion, quarkus
Incorrect description: " + i2.getDescription() + ", expected
exception error hibernate, entity-cache, second-level-cache, test-assertion, quarkus
Incorrect description: " + i3.getDescription() + ", expected
exception error hibernate, entity-cache, second-level-cache, test-assertion, quarkus
Incorrect number of results
exception error hibernate-orm, cache, integration-test, assertion
Persons should have been deleted
exception error hibernate-orm, cache, bulk-delete, integration-test
Pokemons should have been deleted
exception error hibernate-orm, cache, entity-remove, integration-test
Incorrect order of results
exception error hibernate-orm, query-cache, ordering, integration-test
Incorrect cp: " + igeldo.getCp()
exception error hibernate-orm, cache, stale-data, integration-test
Incorrect cp: " + godzilla.getCp()
exception error hibernate-orm, cache, stale-data, integration-test
Incorrect cp: " + blissey.getCp()
exception error hibernate-orm, cache, stale-data, integration-test
Not equal; expected: " + expected + ", actual: " + actual
console error hibernate-orm, compatibility, migration, assertion
Not equal; expected: " + Arrays.toString(expected) + ", actu
console error test-assertion, hibernate, migration, integration-test
Before and after name lengths do not match
http warning rest, validation, bad-request, security-test
Currently only 'fruitsFindBy?type=name' is supported
exception warning rest, illegal-argument, validation, query-parameter
Id was invalidly set on request.
http error rest, validation, jpa, http-422
Fruit Name was not set on request.
http error rest, validation, jpa, http-422
Currently only 'fruitsFindBy?type=name' is supported
exception warning rest, query-params, validation
Fruit with id of " + id + " does not exist.
http error rest, jpa, http-404, multitenancy
Id was invalidly set on request.
http error rest, validation, jpa, http-422
Fruit Name was not set on request.
http error rest, validation, jpa, http-422
Currently only 'fruitsFindBy?type=name' is supported
exception info rest, jaxrs, validation, integration-test
Currently only 'fruitsFindBy?type=name' is supported
exception info rest, jaxrs, validation, integration-test
Currently only 'fruitsFindBy?type=name' is supported
exception error rest, jaxrs, illegal-argument, query-param, validation
Fruit with id of {id} does not exist.
http error rest, jaxrs, http-404, hibernate-orm, multitenancy, mariadb
Id was invalidly set on request.
http warning rest, jaxrs, http-422, validation, post
Fruit Name was not set on request.
http warning rest, jaxrs, http-422, validation, put
Currently only 'fruitsFindBy?type=name' is supported
exception error rest, jaxrs, illegal-argument, query-param, validation, mariadb
Fruit with id of ${id} does not exist.
http error rest, jaxrs, http-404, hibernate-search, multitenancy
Id was invalidly set on request.
http error rest, validation, http-422, jpa
Fruit Name was not set on request.
http error rest, validation, http-422, bean-validation
Person Quarkus doesn't exist when it should
http error jpa, jdbc, mariadb, integration-test
Wrong result from named JPA query
http error jpa, named-query, mariadb, integration-test
You will very likely need support for Codepage Cp1252 to con
http critical charset, mssql, jdbc, jvm
Incorrect number of results
http error jpa, criteria-query, mssql, integration-test
Incorrect order of results
http error jpa, criteria-query, ordering, mssql
Wrong result from named JPA query
http error jpa, named-query, mssql, integration-test
Incorrect number of results
http error jpa, mysql, integration-test, assertion
Incorrect order of results
http error jpa, mysql, sorting, criteria-api, integration-test
Wrong result from named JPA query
http error jpa, named-query, mysql, integration-test
Incorrect number of results
http error jpa, postgresql, integration-test, assertion
Incorrect order of results
http error jpa, postgresql, sorting, criteria-api
Wrong result from named JPA query
http error jpa, named-query, postgresql, integration-test
Incorrect loaded MyUUIDEntity " + myEntity
http error jpa, postgresql, uuid, entity-mapping
No entities with json were found
http error jpa, postgresql, json, hibernate
Default mapper cannot process date/time properties. So we we
http warning jpa, postgresql, json, date-time, test-assertion
flush failed for a different reason than expected.
http warning jpa, postgresql, json, exception-mapping, test-assertion
I cannot convert anything from JSON.
exception warning hibernate-orm, json, format-mapper, test-stub
I cannot convert anything to JSON.
exception warning hibernate-orm, json, format-mapper, test-stub
Incorrect number of results
http error jpa, hibernate, test-assertion, postgresql
Incorrect order of results
http error jpa, criteria-api, ordering, test-assertion
Wrong result from named JPA query
http error jpa, named-query, xml-mapping, test-assertion
Stored XML element not found!
http error jdbc, postgresql, xml, test-assertion
Stored XML element was loaded as null!
http error jdbc, xml, postgresql, null-value
Stored XML element is not matching expected value of '" + ex
http warning xml, serialization, postgresql, brittle-assertion
No entities with XML were found
http error jpa, hibernate, xml, test-assertion
Our custom XML format mapper throws exceptions. So we were e
http error jpa, hibernate, xml, format-mapper, test-assertion
flush failed for a different reason than expected.
http error hibernate-orm, assertion, format-mapper, test
I cannot convert anything from XML.
exception error hibernate-orm, format-mapper, unsupported-operation, deserialization
I cannot convert anything to XML.
exception error hibernate-orm, format-mapper, unsupported-operation, serialization
Topic doesn't exist: " + topic
exception error kafka, topic, devservices, illegal-argument
Unable to load 'dropAll' via Liquibase's CommandScope
exception error liquibase, commandscope, dependency-version, migration
Unknown mailer " + name
exception error rest, illegal-argument, mailer, integration-test
Type ${type} not managed
exception error jsonb, deserialization, mongodb, polymorphism
lraId can't be null as it should be invoked with the context
http error lra, narayana, missing-header, transaction
ID token values are not equal
http error oidc, keycloak, token, code-flow
SecurityIdentity must have a RoutingContext attribute
http error oidc, security-identity, quarkus, test-assertion
This method must not be invoked
http error oidc, redirect, test-assertion, quarkus
Access token values are not equal
http error oidc, access-token, quarkus, test-assertion
Refresh token values are not equal
http error oidc, refresh-token, quarkus, test-assertion
This method must not be invoked
http error oidc, integration-test, sentinel
This method must not be invoked
http error oidc, state-cookie, integration-test
Invalid tenant id
http error oidc, tenant, redirect-filter
Invalid redirect URI
http error oidc, redirect, integration-test
/tenant-absolute-redirect/callback is a callback method
http error oidc, redirect-uri, tenant
q_post_logout cookie is not available
http error oidc, logout, cookie
'state' query parameter is not available
http error oidc, logout, state
'state' query parameter is not equal to the q_post_logout co
http error oidc, logout, csrf, state-mismatch
/tenant-nonce is a configured callback method
http error oidc, callback, nonce
Invalid session expired page redirect
http error oidc, session-expired, redirect
/tenant-restore-path-absolute-redirect must be restored
http error oidc, code-flow, redirect, integration-test
Tenant id must have been set by either the session or state
exception error oidc, tenant, cookie, multi-tenancy
Only Alice is allowed to access this endpoint
exception error authorization, oidc, rest, identity
An exception should have been thrown because authentication
exception error security-policy, tenant, ordering, oidc
dummy
exception info opentelemetry, tracing, test-endpoint, exception
dummy2
exception info opentelemetry, mutiny, reactive, test-endpoint
No foo allowed
exception info graphql, mutation, business-exception, test-endpoint
bad pet
http error kafka, hibernate-orm, transaction-rollback, reactive-messaging
bad pet
http error kafka, hibernate-reactive, validation, reactive-messaging
Directive 'skip' was not found in the query (on the server s
exception error graphql, smallrye, directive, server-side
Only user 'bob' is allowed to request roles
http error jwt, security, resteasy, forbidden
There is already an active cart
exception error jpa, spring-data, rest, state-conflict
No Country found with id =
exception error jpa, spring-data, no-result, rest
no Person found with name =
exception error jpa, spring-data, rest, not-found
unhandled
http error spring-web, resteasy-reactive, exception-mapping, http-500
bad state
http error spring-web, resteasy, exception-mapping, response-entity
bandwidth exceeded
http info spring-web, test-fixture, response-status-exception
No process
exception error java, maven, test-framework, race-condition
Error configuring command-line. Reason: {message}
exception error java, maven, command-line, configuration
the command line cannot be null.
exception error java, maven, illegal-argument, null-check