eclipse-vertx/vert.x
Documented errors, page 4 of 4. Back to eclipse-vertx/vert.x
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Can't specify < 1 instances to deploy | validation | error | deployment, configuration, argument-validation |
| protocolVersion must not be null | validation | error | |
| Cannot put null in key or value of async map | validation | error | shared-data, async-map, null-check, illegal-argument |
| File is too big | exception | error | filesystem, memory, limit |
| Given value:${value}. Expecting value >= 0. | validation | error | illegal-argument, pool, negative-value, jackson |
| Invalid ${argName}: ${arg} | validation | error | arguments, parsing, cli, illegal-argument |
| Ping data must be exactly 8 bytes | validation | error | http2, ping, argument-validation |
| 424 Failed Dependency (WebDAV, RFC4918) | http | error | http, webdav, dependency, vertx-http-client |
| Client is closed | exception | error | http-client, lifecycle, closed-resource |
| Failed to create ${p} | exception | error | filesystem, io, create |
| Invalid step | validation | error | closeable, step-index, out-of-range |
| 402 Payment Required | http | error | |
| Invalid DER: stream too short, missing tag | exception | error | der, asn1, truncated, eof, pem |
| maxQueries must be > 0 | exception | error | |
| pipeliningLimit must be > 0 | validation | error | |
| Cannot write frame with HTTP/1.x | exception | error | http2, http1x, unsupported, frames |
| Invalid window size: ${windowSize} | validation | error | http2, flow-control, window-size, argument-validation |
| Missing X.509 certificate | exception | error | |
| reconnect attempts must be >= -1 | validation | error | validation, reconnect, netclient, config |
| Response has already been written | exception | error | http, response, lifecycle, http1 |
| ${e.getMessage()} | exception | error | json, io, decode-exception |
| Invalid type: ${obj.getClass().getName()} to put in async ma | validation | error | shared-data, async-map, serialization, illegal-argument |
| Timed out waiting for redeploy on failover | exception | critical | ha, failover, timeout, deployment, cluster |
| UnsupportedOperationException | exception | error | http, headers, unsupported, numeric |
| Failed to write ${path} | exception | error | filesystem, io, write |
| Invalid DER: expected 'version' field to have value '1' but | exception | error | der, asn1, ec, version-field, key-mismatch |
| connectTimeout must be >= 0 or -1 (use default client value) | validation | error | |
| SSL configuration is necessary for a QUIC server | validation | error | http3, quic, ssl, server, config |
| Unable to detect java compiler, make sure you're using a JDK | exception | error | |
| Expected a base64 encoded byte array | exception | error | json, base64, deserialization, buffer |
| HTTP/3 keepAliveTimeout must be >= 0 | validation | error | |
| multiplexingLimit must be > 0 or -1 (disabled) | validation | error | |
| create | exception | error | |
| keepAliveTimeout must be >= 0 | validation | error | http, config, validation |
| PQC enforcement policy ${pqcPolicy} requires PQ compliant na | exception | error | ssl, pqc, post-quantum, tls, environment |
| queryTimeout must be > 0 | exception | error | |
| Request method must be one of POST, PUT, PATCH or DELETE to | exception | error | http, multipart, http-method, http1 |
| Can't get cluster wide map if not clustered | exception | error | shared-data, clustering, illegal-state, async-map |
| connectTimeout must be >= 0 | validation | error | |
| Missing QLog description configuration | validation | error | |
| Null delegate not allowed | validation | error | |
| ALPN not available for JDK SSL/TLS engine | exception | error | ssl, alpn, http2, jdk |
| Timeout must be >= 0 | validation | error | http3, quic, shutdown, duration |
| Factory already registered | validation | error | verticle-factory, duplicate-registration, idempotency |
| Invalid proxy port | validation | error | validation, proxy, port, config |
| JWK doesn't contain secKey material | exception | error | jwk, jwt, missing-key, illegal-state |
| Missing -----BEGIN CERTIFICATE----- delimiter | exception | error | ssl, pem, certificate |
| clusterPublicPort p must be in range 0 <= p <= 65535 | validation | error | |
| Head already written | exception | error | http, response, sendfile, http1 |
| Invalid identifier: ${identifer} | validation | error | verticle, deployment, identifier, illegal-argument |
| reconnect interval must be >= 1 | validation | error | |
| factory isn't registered | validation | error | verticle-factory, unregistration, not-registered |
| cookie cannot be null | validation | error | cookie, null-check, http |
| DNS client port ${port} must be > 0 or equal to DEFAULT_PORT | exception | error | |
| maxSize must be > 0 | validation | error | http, query-parameters, configuration, validation |
| Invalid JSON array: ${buf} | exception | error | json, decode, jsonarray, buffer |
| Listen already called | exception | error | vertx, net-server, illegal-state, double-listen |
| clusterPingInterval must be greater than 0 | validation | error | |
| Cannot read directory ${file}. It's not a directory | exception | error | filesystem, io, directory |
| Invalid JSON object: ${json} | exception | error | json, decode, jsonobject |
| reconnect attempts must be >= -1 | validation | error | |
| Already closed | exception | warning | task-queue, double-close, illegal-state, lifecycle |
| Missing QLog path configuration | validation | error | |
| Expected a base64 encoded byte array | exception | error | json, base64, deserialization, bytearray |
| maxLifetime must be >= 0 | validation | error | http, pool, configuration, validation |
| Missing QLog title configuration | validation | error | |
| queryTimeout must be > 0 | exception | error | |
| JWK doesn't contain pubKey material | exception | error | jwk, jwt, missing-key, illegal-state |
| no null chunk accepted | validation | error | null, buffer, http-client |
| Failed to decode:${e.getMessage()} | exception | error | json, decode, stream, io |
| connectTimeout must be >= 0 | validation | error | |
| Invalid amount: ${amount} | validation | error | backpressure, reactive-streams, illegal-argument |
| Missing X.509 certificate path | exception | error | ssl, null-argument, configuration |
| Ping data must be exactly 8 bytes | validation | error | http2, ping, argument-validation |
| port must be <= 65535 | validation | error | validation, port, netserver, config |
| ALPN is not available for OpenSSL SSL/TLS engine | exception | error | ssl, alpn, openssl, native |
| maxPoolSize must be > 0 | validation | error | http, pool, configuration, validation |
| ${message} | validation | error | precondition, illegal-argument, validation |
| Empty pem file | exception | error | ssl, pem, empty-file |
| http2MaxPoolSize must be > 0 | validation | error | http, http2, pool, configuration, validation |
| ttl must be positive: ${ttl} | validation | error | shared-data, async-map, ttl, illegal-argument |
| reconnect interval must be >= 1 | validation | error | validation, reconnect, netclient, config |
| Result is already complete | exception | info | http, timeout, gateway, expectation |
| Promise already completed | exception | info | http, protocol-version, expectation |
| http3MaxPoolSize must be > 0 | validation | error | http, http3, pool, configuration, validation |