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

Can not find jsonNodeReader_en.properties #8

Open
woojoo520 opened this issue Aug 30, 2024 · 0 comments
Open

Can not find jsonNodeReader_en.properties #8

woojoo520 opened this issue Aug 30, 2024 · 0 comments

Comments

@woojoo520
Copy link

Hi team, first really thanks for your contribution to this project.
While analyzing my own project's performance though JFR, I discovered some exceptions were being generator when validating json schema. We found the exceptions were occurring during the execution of the following code:
https://github.com/fge/msg-simple/blob/master/src/main/java/com/github/fge/msgsimple/provider/LoadingMessageSourceProvider.java#L202

Here is the exception info (the locale can be "" / "en" / "en_CN"):
java.util.concurrent.FutureTask@xxx[Completed exceptionally: java.io.IOException: resource "/com/github/fge/jsonschema/core/core_en_CN.properties" not found]
java.util.concurrent.FutureTask@xxx[Completed exceptionally: java.io.IOException: resource "/com/github/fge/jackson/jsonNodeReader_en.properties" not found]

Although these exceptions were ignored, our service is unware of it. Since exceptions are much more time-consuming compared to regular code execution, we attempted to pinpoint this issue.

Again, thanks for your work! If you have any suggestions, please feel free to contact me :)

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