Screen editor crashing

Hi,

I suddenly cannot open my screens at all with the new plugin.

It is instantly crashing

    com.teamdev.jxbrowser.chromium.BrowserException: Failed to initialize or establish a connection with a Chromium render process. You are observing this exception as the render process didn't respond within 120 seconds after the Browser constructor has been invoked.
    	at com.teamdev.jxbrowser.chromium.Browser.<init>(SourceFile:3678)
    	at com.teamdev.jxbrowser.chromium.Browser.<init>(SourceFile:348)
    	at com.haulmont.studio.intellij.ui.browser.WebBrowser.initJxBrowser(SourceFile:108)
    	at com.haulmont.studio.intellij.ui.browser.WebBrowser.<init>(SourceFile:84)
    	at com.haulmont.studio.intellij.ui.AbstractVaadinEditor.createBrowser(SourceFile:94)
    	at com.haulmont.studio.intellij.ui.AbstractVaadinEditor.<init>(SourceFile:57)
    	at com.haulmont.studio.intellij.ui.sd.ScreenDesignerEditor.<init>(SourceFile:21)
    	at com.haulmont.studio.intellij.ui.sd.ScreenDesignerProvider.createEditor(SourceFile:44)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.lambda$openFileImpl4$8(FileEditorManagerImpl.java:856)
    	at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:670)
    	at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:683)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl4(FileEditorManagerImpl.java:961)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:781)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.lambda$openFileImpl2$4(FileEditorManagerImpl.java:763)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:212)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:178)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:168)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:154)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl2(FileEditorManagerImpl.java:763)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileWithProviders(FileEditorManagerImpl.java:694)
    	at com.intellij.openapi.fileEditor.ex.FileEditorManagerEx.openFile(FileEditorManagerEx.java:145)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.lambda$openEditor$10(FileEditorManagerImpl.java:1119)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:212)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:178)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:168)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:154)
    	at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openEditor(FileEditorManagerImpl.java:1117)
    	at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInAnyFileEditor(OpenFileDescriptor.java:138)
    	at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInEditor(OpenFileDescriptor.java:124)
    	at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInEditorOrNativeApp(OpenFileDescriptor.java:120)
    	at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigate(OpenFileDescriptor.java:103)
    	at com.intellij.psi.impl.source.PsiFileImpl.navigate(PsiFileImpl.java:892)
    	at com.intellij.codeInsight.navigation.NavigationUtil.lambda$openFileWithPsiElement$1(NavigationUtil.java:176)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:220)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:178)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:168)
    	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:154)
    	at com.intellij.codeInsight.navigation.NavigationUtil.openFileWithPsiElement(NavigationUtil.java:169)
    	at com.intellij.ide.projectView.impl.nodes.AbstractPsiBasedNode.navigate(AbstractPsiBasedNode.java:232)
    	at com.intellij.ide.projectView.impl.nodes.AbstractPsiBasedNode.navigate(AbstractPsiBasedNode.java:242)
    	at com.intellij.ide.projectView.impl.nodes.PsiFileNode.navigate(PsiFileNode.java:127)
    	at com.intellij.util.OpenSourceUtil.navigateToSource(OpenSourceUtil.java:119)
    	at com.intellij.util.OpenSourceUtil.navigate(OpenSourceUtil.java:74)
    	at com.intellij.util.OpenSourceUtil.navigate(OpenSourceUtil.java:58)
    	at com.intellij.util.OpenSourceUtil.navigate(OpenSourceUtil.java:51)
    	at com.intellij.util.OpenSourceUtil.openSourcesFrom(OpenSourceUtil.java:19)
    	at com.intellij.util.EditSourceOnDoubleClickHandler$TreeMouseListener.processDoubleClick(EditSourceOnDoubleClickHandler.java:128)
    	at com.intellij.util.EditSourceOnDoubleClickHandler$TreeMouseListener.onDoubleClick(EditSourceOnDoubleClickHandler.java:120)
    	at com.intellij.ui.DoubleClickListener.onClick(DoubleClickListener.java:30)
    	at com.intellij.ui.ClickListener$1.mouseReleased(ClickListener.java:73)
    	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
    	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
    	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
    	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
    	at java.awt.Component.processMouseEvent(Component.java:6548)
    	at javax.swing.JComponent.processMouseEvent(JComponent.java:3325)
    	at com.intellij.ui.treeStructure.Tree.processMouseEvent(Tree.java:402)
    	at com.intellij.ide.dnd.aware.DnDAwareTree.processMouseEvent(DnDAwareTree.java:58)

Hi,

Restarting of the IDE should help.
We have faced this issue, but cannot reproduce it reliably yet.

Hi,

I using newest plugin and Idea Ultimate 2019.1. The plugin is unusable at all, I am geting a lot of crash reports, the IDE is hanging, and the screen designer is not loading at all.

Restarting, reinstalling not helping at all.

I want back the old electron app :confused:

        com.teamdev.jxbrowser.chromium.BrowserException: Failed to initialize or establish a connection with a Chromium render process. You are observing this exception as the render process didn't respond within 120 seconds after the Browser constructor has been invoked.
        	at com.teamdev.jxbrowser.chromium.Browser.<init>(SourceFile:3678)
        	at com.teamdev.jxbrowser.chromium.Browser.<init>(SourceFile:348)
        	at com.haulmont.studio.intellij.ui.browser.WebBrowser.initJxBrowser(SourceFile:108)
        	at com.haulmont.studio.intellij.ui.browser.WebBrowser.<init>(SourceFile:84)
        	at com.haulmont.studio.intellij.ui.AbstractVaadinEditor.createBrowser(SourceFile:76)
        	at com.haulmont.studio.intellij.ui.AbstractVaadinEditor.<init>(SourceFile:48)
        	at com.haulmont.studio.intellij.ui.sd.ScreenDesignerEditor.<init>(SourceFile:25)
        	at com.haulmont.studio.intellij.ui.sd.ScreenDesignerProvider.createEditor(SourceFile:44)
        	at com.haulmont.studio.intellij.ui.CubaFileEditorManager.reopenEditors(SourceFile:78)
        	at com.haulmont.studio.intellij.ui.CubaFileEditorManager.lambda$projectImported$0(SourceFile:44)
        	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:315)
        	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:435)
        	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:419)
        	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:403)
        	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
        	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
        	at java.awt.EventQueue.access$500(EventQueue.java:98)
        	at java.awt.EventQueue$3.run(EventQueue.java:715)
        	at java.awt.EventQueue$3.run(EventQueue.java:709)
        	at java.security.AccessController.doPrivileged(Native Method)
        	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
        	at java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
        	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:747)
        	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:696)
        	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:391)
        	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
        	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
        	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
        	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Additional info:

When I opening a CUBA project, sometimes the IDE completly hangs and I can see a small window saying “Starting jetty server”
The IDE is hanging and there is another process which is topping one CPU core it is called browsercore.

The IDE and this browsercore need to be killed.

Best Regards

Please try Studio 9.0 which was released recently. Version 8 was not compatible with IntelliJ 2019.
Also, what is you operating system?

Hi,

I using the latest IDEA and CUBA Plugin. See the attached screenshoots.
The system is Macbook Pro late 2015, i7, 16GB RAM, MacOS Mojave 10.14.3 fully patched and updated.

2033

Best Regards

The IDE and the browsercore process is hanging after opening a CUBA project.

4112

Could you check if the latest Studio bundle works on your machine?
Also, have you installed any plugins besides distributed with IntelliJ Ultimate? There is a possibility of conflicts between plugins which we are not aware of.