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

Set LC_ALL on unix systems #86

Closed
tballison opened this issue Dec 1, 2022 · 1 comment
Closed

Set LC_ALL on unix systems #86

tballison opened this issue Dec 1, 2022 · 1 comment

Comments

@tballison
Copy link
Owner

On Linux systems with LC_CTYPE not set to something unicode friendly, e.g. C instead of C.UTF-8, the FileSystemPipesIterator fails. We can fix this by setting this in the environment of the spawned processes. I've tested that this setting is actually inherited by the AsyncProcessorCLI and its spawned processes.

@tballison
Copy link
Owner Author

Symptom was this in logs/client-*.log:

java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: ??????????????????????????????.txt```

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