-
Notifications
You must be signed in to change notification settings - Fork 67
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
JEF Monitor causes crawl failures on Windows #519
Comments
A few things to check:
|
Using the latest versions, collector-http 2.9.0 and jef-monitor 4.0.5. Java 8. JEF-monitor periodically opens "<work-dir>/latest/logs/<collector-id>.log" and reads from it. A collector wants to move the same file every time it starts. JEF-monitor should open the log with a shared-read mode instead, so that Here's how it can be done with Java NIO:
Output:
|
Kamino closed and cloned this issue to Norconex/jef-monitor |
Ha... JEF Monitor. I can understand where the problem is coming from then. I have moved this to JEF Monitor. |
Due to file locking, a running JEF Monitor causes intermittent crawler start failures with an exception like this:
Windows error message is:
The process cannot access the file because it is being used by another process
The text was updated successfully, but these errors were encountered: