java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order

Home Page:http://json-schema-validator.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting java.util.concurrent.ExecutionException while validating

ramachandranr2007 opened this issue · comments

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.