Skip to content

OverlappingFileLockException when using ID sync file #306

Answered by bertschneider
yawkat asked this question in Q&A
Discussion options

You must be logged in to vote

Thx for the report. The stack trace indicates that classes were loaded concurrently by Micronaut service loaders from a ForkJoinPool. This probably caused the file lock exception you encountered. So it's more of a concurrent class loading as a fork issue.

I created #310 to resolve this. Could you give it a try?

BTW --id_sync_file is only used internally and you don't need to set it for your runs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yawkat
Comment options

Answer selected by bertschneider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants