打开带有浏览器视图的 IntelliJ Scene Builder 时。我无法 run/debug 应用程序,因为 BrowserContext 已锁定

When opening IntelliJ's Scenebuilder with a browserview in it. I can't run/debug the app because the BrowserContext is locked

我得到

Chromium profile directory is already used/locked by another BrowserContext instance or process

打开场景生成器以在 IntelliJ 中编辑 fxml 后尝试 debug/run 应用程序时出错。

我唯一的解决方案是重新启动 IntelliJ,不要触摸场景生成器,应用程序可以 debugged/run。

如何修复?

The Chromium profile directory is already used/locked by another BrowserContext instance or process 错误消息表明您遇到了对 Chromium 数据文件夹的并发访问。 请查看以下文章,其中解释了此问题的根本原因以及可能的解决方法:https://jxbrowser.support.teamdev.com/support/solutions/articles/9000012878-creating-browser

EDIT____________________________________________

该错误意味着 2 个 browsercore 进程正试图同时访问同一个用户数据文件夹。您可以在任务管理器中查看它。为了消除此错误,请确保在启动 Scene Builder 时没有 browsercore 进程 运行。