Open engr-Eghbali opened 3 years ago
Are you using autoHotswap and extraClassPath?
@skybber No sir...
Hello, I also have a lot of those warnings:
HOTSWAP AGENT: 13:39:27.775 WARNING (org.hotswap.agent.watch.nio.WatcherNIO2) - Watcher on PROJECT_PATH not valid, removing path=
PROJECT_PATH is my is the full path to the file like /User/xxx/xxx/xxx
And I am using only the option "autoHotswap=true".
Hi folks, I’m facing an issue and I could use some help, please. My ENV:
Dcevm-11.0.9+1 (2020-11-24) Intellij 202.6397.94 Centos7 Spring-Boot 2.1.6.RELEASE
And I followed these guides : https://github.com/HotswapProjects/HotswapAgent & https://github.com/TravaOpenJDK/trava-jdk-11-dcevm
What I get after recompile my classes is like:
HOTSWAP AGENT: 19:49:11.740 WARNING (org.hotswap.agent.watch.nio.WatcherNIO2) - Watcher on not valid, removing path=
And my services not updating****. I traced the source code and found this if it's related:
In addition, if it helps, I attached a part of the application logs on start.