intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Error: ".../jcef_cache/SingletonSocket: not a regular file"
What happened?
Our plugin uses JCEF and we get the following error when execute "runIde" second time:
Cannot snapshot /Users/Evgenii/work/intellij-codereview-plugin/master/bitbucket/bitbucket-plugin/build/idea-sandbox/IC-2024.2/system/jcef_cache/SingletonSocket: not a regular file
Deleting "jcef_cache" directory helps. It didn't happen with the "old" intellij-gradle plugin.
Relevant log output or stack trace
No response
Steps to reproduce
- Create a plugin which uses JCEFHtmlPanel (jetbrainsRuntime() dependency is needed)
- Run "runIde" Gradle task and do something to make JCEF rendering happen
- Close the IDE
- Run "runIde" again
Gradle IntelliJ Plugin version
2.0.0-beta7
Gradle version
8.8
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response
Same thing for me, but it happens each time I have to kill my sandboxed IDE. No problem if I exit the sandboxed IDE normally.
As I can see, it's already fixed by https://github.com/JetBrains/intellij-platform-gradle-plugin/commit/07cb0f96e8a5f575d521bb393c15c346d68883a4
@hsz I suppose it can be closed now since beta8 is already published