After Screen Saver Intellij IDEA is closed

Answered

Hi,

I have following situation on my machine.

Using VMWare Workstation Player 16 and Ubuntu 22.04.

I recognized when Ubuntu goes into sleep mode and the logging screen shows again, Intellij IDEA stops in the background and I have to restart the app.

Here some information:

IntelliJ IDEA 2022.3.3 (Community Edition)
Build #IC-223.8836.41, built on March 10, 2023
Runtime version: 17.0.6+1-b653.34 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.19.0-35-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 990M
Cores: 4
Non-Bundled Plugins:
    Docker (223.8836.46)
    org.asciidoctor.intellij.asciidoc (0.38.12)
    com.haulmont.jpab (2023.1.2-223)
    org.sonarlint.idea (8.1.0.65508)

Kotlin: 223-1.8.0-release-345-IJ8836.41
Current Desktop: ubuntu:GNOME

Here the log from today:

2023-03-27 12:03:54,127 [2169574]   INFO - #c.i.c.ComponentStoreImpl - Saving appAsciidocApplicationSettings took 33 ms
2023-03-27 12:03:54,289 [2169736]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=xxx, containerState=COMPONENT_CREATED, componentStore=xxx)CompilerConfiguration took 43 ms
2023-03-27 12:05:31,424 [2266871]   WARN - #c.i.o.a.i.ActionUpdater - 357 ms to grab EDT for CWMTelephonyGroup#update@NavBarToolbar (com.jetbrains.rd.platform.codeWithMe.telephony.CWMTelephonyGroup)
2023-03-27 13:07:13,036 [    344]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-03-27 13:07:13,131 [    439]   INFO - #c.i.i.p.PluginManager - Plugin PluginDescriptor(name=Groovy, id=org.intellij.groovy, descriptorPath=plugin.xml, path=/snap/intellij-idea-community/422/plugins/Groovy, version=223.8836.41, package=org.jetbrains.plugins.groovy, isBundled=true) misses optional descriptor duplicates-groovy.xml
2023-03-27 13:07:13,132 [    440]   INFO - #c.i.i.p.PluginManager - Plugin PluginDescriptor(name=Groovy, id=org.intellij.groovy, descriptorPath=plugin.xml, path=/snap/intellij-idea-community/422/plugins/Groovy, version=223.8836.41, package=org.jetbrains.plugins.groovy, isBundled=true) misses optional descriptor duplicates-detection-groovy.xml
2023-03-27 13:07:13,397 [    705]   INFO - #c.i.i.p.PluginManager - Plugin PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, descriptorPath=plugin.xml, path=/snap/intellij-idea-community/422/plugins/Kotlin, version=223-1.8.0-release-345-IJ8836.41, package=org.jetbrains.kotlin, isBundled=true) misses optional descriptor performance-plugin.xml

Any idea how I can solve this problem?

Thanks,

Markus

0
3 comments

Not that it helps you, but I have seen the same thing happen occasionally on my Windows machine running 2021.3.3 Ultimate Edition.  This does not happen every time - perhaps once every couple of weeks.

The logs show nothing, the process just seems to terminate requiring me to run it up again.

0

Interesting, on my machine many times the day:

2023-03-27 14:28:38,617 [4885925]   WARN - #o.j.i.maven - Maven pulling download listener was failed: 1 times
2023-03-27 14:28:38,638 [4885946]   WARN - #o.j.i.maven - Maven pulling logger was failed: 1 times
2023-03-27 14:28:38,638 [4885946]   WARN - #o.j.i.maven - Maven pulling download listener was failed: 1 times
2023-03-27 14:29:13,987 [4921295]   WARN - #c.i.o.a.i.ActionUpdater - 370 ms to grab EDT for AndroidConnectDebuggerAction#update@NavBarToolbar (org.jetbrains.android.actions.AndroidConnectDebuggerAction)
2023-03-27 14:29:22,012 [4929320]   WARN - #c.i.o.a.i.ActionUpdater - 394 ms to grab EDT for CWMTelephonyGroup#update@NavBarToolbar (com.jetbrains.rd.platform.codeWithMe.telephony.CWMTelephonyGroup)
2023-03-27 14:31:46,208 [     20]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-03-27 14:31:46,356 [    168]   INFO - #c.i.i.p.PluginManager - Plugin PluginDescriptor(name=Groovy, id=org.intellij.groovy, descriptorPath=plugin.xml, path=/snap/intellij-idea-community/422/plugins/Groovy, version=223.8836.41, package=org.jetbrains.plugins.groovy, isBundled=true) misses optional descriptor duplicates-groovy.xml
2023-03-27 14:31:46,592 [    404]   INFO - #c.i.i.p.PluginManager - Plugin PluginDescriptor(name=Groovy, id=org.intellij.groovy, descriptorPath=plugin.xml, path=/snap/intellij-idea-community/422/plugins/Groovy, version=223.8836.41, package=org.jetbrains.plugins.groovy, isBundled=true) misses optional descriptor duplicates-detection-groovy.xml

Even I'm not sure if the log is enough. Because you see only that I started the IDE but you don't see that how is finished which should be the interesting part.

But when I stopped the IDE manually you can see it inside the log:

2023-03-27 14:38:10,204 [ 117368]   INFO - #c.i.u.i.FileBasedIndexImpl - START INDEX SHUTDOWN
2023-03-27 14:38:10,650 [ 117814]   WARN - #c.i.o.v.i.l.NativeFileWatcherImpl - File watcher is still alive, doing a force quit.
2023-03-27 14:38:10,775 [ 117939]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 137
2023-03-27 14:38:10,842 [ 118006]   INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2023-03-27 14:38:10,923 [ 118087]   INFO - #c.i.u.i.FileBasedIndexImpl - END INDEX SHUTDOWN
2023-03-27 14:38:10,964 [ 118128]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2023-03-27 14:38:11,017 [ 118181]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed
2023-03-27 14:38:11,017 [ 118181]   INFO - #c.i.o.f.i.FileTypeDetectionService - 2041 auto-detected files. Detection took 4044 ms
2023-03-27 14:38:11,029 [ 118193]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2023-03-27 14:38:41,854 [     19]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-03-27 14:38:41,880 [     45]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2023-03-27 14:38:42,098 [    263]   INFO - #c.i.i.AppStarter - JNA library (64-bit) loaded in 187 ms
2023-03-27 14:38:42,178 [    343]   INFO - #c.i.i.AppStarter - IDE: IntelliJ IDEA (build #IC-223.8836.41, 10 Mar 2023 01:01)
2023-03-27 14:38:42,178 [    343]   INFO - #c.i.i.AppStarter - OS: Linux (5.19.0-35-generic, amd64)
2023-03-27 14:38:42,179 [    344]   INFO - #c.i.i.AppStarter - JRE: 17.0.6+1-b653.34 (JetBrains s.r.o.)
2023-03-27 14:38:42,179 [    344]   INFO - #c.i.i.AppStarter - JVM: 17.0.6+1-b653.34 (OpenJDK 64-Bit Server VM)
2023-03-27 14:38:42,228 [    393]   INFO - #c.i.i.AppStarter - PID: 33655
2023-03-27 14:38:42,228 [    393]   INFO - #c.i.i.AppStarter - desktop: ubuntu:GNOME
0

Hello Markus Hofmann. Do I understand right that the Ubuntu inside the VMWare Workstation goes to sleep mode, not your PC? Could you please check the Ubuntu system logs for the kill events to determine exactly what causes IntelliJIDEA exit? 

0

Please sign in to leave a comment.