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

java.util.MissingResourceException: Can't find bundle for base name com.alibaba.datax.common.util.LocalStrings, locale zh_CN #2268

Open
diao10 opened this issue Feb 7, 2025 · 0 comments

Comments

@diao10
Copy link

diao10 commented Feb 7, 2025

今天使用java集成调用datax,使用datax包的时候报了这个错,一开始以为是datax版本的问题,后来发现还是使用的问题,特此记录一下。

Image

我使用datax的时候,由于条件不同,所以写了多个调用datax方法的地方,在主线程里调用了一次,下面又用异步的形式调用了多次,结果就是在异步传递数据的时候,提示该报错。猜测是应该是高并发的情况下一些数据加载的问题。

最后解决方案是不使用异步调用datax,异步返回数据以后,统一在主线程里继续调用就没问题了。

Image

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