java.nio.file.AccessDeniedException
java.nio.file.AccessDeniedException: ....
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsFileCopy.move(WindowsFileCopy.java:332)
n.java:951)
at org.elasticsearch.plugins.cli.InstallPluginAction.execute(InstallPluginAction.java:255)
at org.elasticsearch.plugins.cli.InstallPluginCommand.execute(InstallPluginCommand.java:90)
at org.elasticsearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:55)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:95)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:95)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:95)
at org.elasticsearch.cli.Command.main(Command.java:52)
at org.elasticsearch.launcher.CliToolLauncher.main(CliToolLauncher.java:65)
plugin 설치 시 AccessDeniedException이 떴음.
잘 보면 WindowsFileCopy쪽에서 문제가 발생함 -> 쓰기 권한 문제일까..? 싶어
OneDrive 확인함
읽기 전용에 체크 되어 있었음
⬇️
체크 해제하여 해결!