Skip to content

Getting java.util.concurrent.ExecutionException while validating #358

Open
@ramachandranr2007

Description

@ramachandranr2007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions