Skip to content
New issue

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 #358

Open
ramachandranr2007 opened this issue Dec 28, 2020 · 0 comments
Open

Comments

@ramachandranr2007
Copy link

ramachandranr2007 commented Dec 28, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant