We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reported by @tatu-at-datastax getting this error in IT's
running ./mvnw test -Dfmt.skip -Dtest=FindOneTableIntegrationTest
./mvnw test -Dfmt.skip -Dtest=FindOneTableIntegrationTest
{ "timestamp": "2024-09-13T11:18:35.765043+12:00", "sequence": 236, "loggerClassName": "org.slf4j.impl.Slf4jLogger", "loggerName": "io.stargate.sgv2.jsonapi.exception.mappers.ThrowableToErrorMapper", "level": "ERROR", "message": "Unrecognized Exception (java.nio.file.FileSystemNotFoundException) caught, mapped to SERVER_UNHANDLED_ERROR: Unexpected exception occurred.", "threadName": "vert.x-eventloop-thread-4", "threadId": 43, "mdc": { "tenantId": "unknown", "collection": "\"findOneTextColumnsTable\"", "namespace": "\"nskGazD9G2P9zVYz4O\"" }, "ndc": "", "hostName": "aaron-morton-vx2kc4klhw", "processName": "/Users/aaron.morton/.sdkman/candidates/java/21.0.4-tem/bin/java", "processId": 47400, "exception": { "refId": 1, "exceptionType": "java.nio.file.FileSystemNotFoundException", "message": null, "frames": [ { "class": "jdk.nio.zipfs.ZipFileSystemProvider", "method": "getFileSystem", "line": 156 }, { "class": "jdk.nio.zipfs.ZipFileSystemProvider", "method": "getPath", "line": 142 }, { "class": "java.nio.file.Path", "method": "of", "line": 209 }, { "class": "java.nio.file.Paths", "method": "get", "line": 98 }, { "class": "io.stargate.sgv2.jsonapi.exception.ErrorConfig", "method": "readFromYamlResource", "line": 277 }, { "class": "io.stargate.sgv2.jsonapi.exception.ErrorConfig", "method": "lambda$static$1", "line": 226 }, { "class": "com.github.benmanes.caffeine.cache.LocalLoadingCache", "method": "lambda$newMappingFunction$3", "line": 183 }, { "class": "com.github.benmanes.caffeine.cache.UnboundedLocalCache", "method": "lambda$computeIfAbsent$2", "line": 294 }, { "class": "java.util.concurrent.ConcurrentHashMap", "method": "computeIfAbsent", "line": 1708 }, { "class": "com.github.benmanes.caffeine.cache.UnboundedLocalCache", "method": "computeIfAbsent", "line": 290 }, { "class": "com.github.benmanes.caffeine.cache.LocalCache", "method": "computeIfAbsent", "line": 112 }, { "class": "com.github.benmanes.caffeine.cache.LocalLoadingCache", "method": "get", "line": 58 }, { "class": "io.stargate.sgv2.jsonapi.exception.ErrorConfig", "method": "getInstance", "line": 53 }, { "class": "io.stargate.sgv2.jsonapi.exception.ErrorTemplate", "method": "load", "line": 142 }, { "class": "io.stargate.sgv2.jsonapi.exception.DocumentException$Code", "method": "<init>", "line": 26 }, { "class": "io.stargate.sgv2.jsonapi.exception.DocumentException$Code", "method": "<clinit>", "line": 18 }, { "class": "io.stargate.sgv2.jsonapi.service.operation.tables.WriteableTableRowBuilder", "method": "decodeJsonToCQL", "line": 226 },
The text was updated successfully, but these errors were encountered:
65c424d
amorton
Successfully merging a pull request may close this issue.
reported by @tatu-at-datastax getting this error in IT's
running
./mvnw test -Dfmt.skip -Dtest=FindOneTableIntegrationTest
The text was updated successfully, but these errors were encountered: