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

netty*.dll files remain in %TMP% folder #10182

Open
seal-tf opened this issue Nov 28, 2018 · 0 comments
Open

netty*.dll files remain in %TMP% folder #10182

seal-tf opened this issue Nov 28, 2018 · 0 comments

Comments

@seal-tf
Copy link

seal-tf commented Nov 28, 2018

Version: Logstash 6.1.2 (also tried with 6.5.1)
Operating System: Windows 2012R2

Problem: On a customer Windows server, the C: disc was full and the application(s) stopped working properly. The cause was a lot of dll files in the %TEMP% directory.
Reason: Every time logstash.bat is started, the java process creates a DLL file netty_tcnative_windows_x86_<randomnumber>.dll in the %TEMP% directory and never cleans up.

As a workaround we added the following lines in logstash.bat:

rem workaround to delete netty_tcactive_windows_x86_<randomnumber>.dll files in %TEMP%
del /F "%TEMP%\netty_tcnative_windows_x86_*.dll"
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