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
Getting java.util.concurrent.ExecutionException while validating the json against the schema.
Below is the stack trace for the issue,
java.lang.Throwable.(Throwable) java.lang.Exception.(Throwable) java.util.concurrent.ExecutionException.(Throwable) java.util.concurrent.FutureTask.report(int) java.util.concurrent.FutureTask.get(long, TimeUnit) com.github.fge.msgsimple.provider.LoadingMessageSourceProvider.getMessageSource(Locale) com.github.fge.msgsimple.bundle.MessageBundle.getMessage(Locale, String) com.github.fge.msgsimple.bundle.MessageBundle.getMessage(String) com.github.fge.jsonschema.processors.validation.InstanceValidator.(MessageBundle, MessageBundle, Processor) com.github.fge.jsonschema.processors.validation.ValidationProcessor.process(ProcessingReport, FullData) com.github.fge.jsonschema.processors.validation.ValidationProcessor.process(ProcessingReport, MessageProvider) com.github.fge.jsonschema.core.processing.ProcessingResult.of(Processor, ProcessingReport, MessageProvider) com.github.fge.jsonschema.main.JsonSchemaImpl.doValidate(JsonNode, boolean) com.github.fge.jsonschema.main.JsonSchemaImpl.validInstance(JsonNode) com.sample.JsonValidator.validate(JsonSchema, JsonNode)
Note: The validation is happening successfully, but getting this exception in the JFR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting java.util.concurrent.ExecutionException while validating the json against the schema.
Below is the stack trace for the issue,
java.lang.Throwable.(Throwable)
java.lang.Exception.(Throwable)
java.util.concurrent.ExecutionException.(Throwable)
java.util.concurrent.FutureTask.report(int)
java.util.concurrent.FutureTask.get(long, TimeUnit)
com.github.fge.msgsimple.provider.LoadingMessageSourceProvider.getMessageSource(Locale)
com.github.fge.msgsimple.bundle.MessageBundle.getMessage(Locale, String)
com.github.fge.msgsimple.bundle.MessageBundle.getMessage(String)
com.github.fge.jsonschema.processors.validation.InstanceValidator.(MessageBundle, MessageBundle, Processor)
com.github.fge.jsonschema.processors.validation.ValidationProcessor.process(ProcessingReport, FullData)
com.github.fge.jsonschema.processors.validation.ValidationProcessor.process(ProcessingReport, MessageProvider)
com.github.fge.jsonschema.core.processing.ProcessingResult.of(Processor, ProcessingReport, MessageProvider)
com.github.fge.jsonschema.main.JsonSchemaImpl.doValidate(JsonNode, boolean)
com.github.fge.jsonschema.main.JsonSchemaImpl.validInstance(JsonNode)
com.sample.JsonValidator.validate(JsonSchema, JsonNode)
Note: The validation is happening successfully, but getting this exception in the JFR.
The text was updated successfully, but these errors were encountered: