intellij idea does not start, reinstalling does not help

Answered

I had some 2017 version of intellij idea, and since i did not use it much on my private computer it was enough, but lately I've started using it more often and wanted to upgrade to some latest version, and then I've tried to uninstall (remove all directories related pointed out by official documentation) and install community version 2020, 2019 (.4 or some of the earliest version available on Your site) and 2020.2 Early access - all of those tries ended up with same result: Intellij crush right after start. I've tried also installing intelij idea from toolbox and finall effect was basically the same.

 

Log output from first try of running ./idea.sh

2020-07-02 20:14:56,881 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-07-02 20:14:56,964 [ 83] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-202.5958.24, 25 Jun 2020 08:50)
2020-07-02 20:14:56,966 [ 85] INFO - #com.intellij.idea.Main - OS: Linux (4.9.0-3-amd64, amd64)
2020-07-02 20:14:56,966 [ 85] INFO - #com.intellij.idea.Main - JRE: 11.0.7+10-b944.13 (JetBrains s.r.o.)
2020-07-02 20:14:56,966 [ 85] INFO - #com.intellij.idea.Main - JVM: 11.0.7+10-b944.13 (OpenJDK 64-Bit Server VM)
2020-07-02 20:14:56,967 [ 86] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -XX:MaxJavaStackTraceDepth=10000 -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -XX:ErrorFile=/home/joozik/java_error_in_IDEA_%p.log -XX:HeapDumpPath=/home/joozik/java_error_in_IDEA.hprof -Didea.vendor.name=JetBrains -Didea.paths.selector=IntelliJIdea2020.2 -Djb.vmOptionsFile=/home/joozik/Pobrane/idea-IU-202.5958.24/bin/idea64.vmoptions -Didea.jre.check=true
2020-07-02 20:14:56,967 [ 86] INFO - #com.intellij.idea.Main - library path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2020-07-02 20:14:56,967 [ 86] INFO - #com.intellij.idea.Main - boot library path: /home/joozik/Pobrane/idea-IU-202.5958.24/jbr/lib
2020-07-02 20:14:56,967 [ 86] INFO - #com.intellij.idea.Main - locale=pl_PL JNU=UTF-8 file.encoding=UTF-8
idea.config.path=/home/joozik/.config/JetBrains/IntelliJIdea2020.2
idea.system.path=/home/joozik/.cache/JetBrains/IntelliJIdea2020.2
idea.plugins.path=/home/joozik/.local/share/JetBrains/IntelliJIdea2020.2
idea.log.path=/home/joozik/.cache/JetBrains/IntelliJIdea2020.2/log
2020-07-02 20:14:57,296 [ 415] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 328 ms
2020-07-02 20:14:57,858 [ 977] INFO - om.intellij.ui.scale.JBUIScale - System scale factor: 2.0 (IDE-managed HiDPI)
2020-07-02 20:14:57,861 [ 980] INFO - #com.intellij.idea.Main - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@61a23efc[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@3cb027a8
2020-07-02 20:14:57,923 [ 1042] INFO - #com.intellij.idea.Main - WM detected:
2020-07-02 20:14:58,235 [ 1354] INFO - #com.intellij.idea.Main - Importing configs to /home/joozik/.config/JetBrains/IntelliJIdea2020.2
2020-07-02 20:15:03,458 [ 6577] INFO - #com.intellij.idea.Main - No configs imported, starting with clean configs at /home/joozik/.config/JetBrains/IntelliJIdea2020.2
2020-07-02 20:15:03,987 [ 7106] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'org.jetbrains.android'. Old value: messages.AndroidBundle, new value: messages.LintBundle
2020-07-02 20:15:04,562 [ 7681] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/api/search/compatibleUpdates
2020-07-02 20:15:05,132 [ 8251] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/1347/90788/meta.json
2020-07-02 20:15:05,189 [ 8308] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/10485/89908/meta.json
2020-07-02 20:15:05,242 [ 8361] ERROR - tellij.diagnostic.LoadingState - Should be called at least in the state COMPONENTS_REGISTERED, the current state is: LAF_INITIALIZED
Current violators count: 1


java.lang.Throwable
at com.intellij.diagnostic.LoadingState.logStateError(LoadingState.java:63)
at com.intellij.diagnostic.LoadingState.checkOccurred(LoadingState.java:59)
at com.intellij.openapi.util.registry.Registry.getInstance(Registry.java:127)
at com.intellij.openapi.util.registry.Registry.get(Registry.java:38)
at com.intellij.openapi.util.registry.Registry.is(Registry.java:53)
at com.intellij.openapi.ui.DialogWrapper.init(DialogWrapper.java:1379)
at com.intellij.ide.customize.CustomizeIDEWizardDialog.<init>(CustomizeIDEWizardDialog.java:78)
at com.intellij.idea.StartupUtil.runStartupWizard(StartupUtil.java:720)
at com.intellij.idea.StartupUtil.lambda$startApp$6(StartupUtil.java:283)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:417)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
2020-07-02 20:15:05,244 [ 8363] ERROR - tellij.diagnostic.LoadingState - IntelliJ IDEA 2020.2 EAP Build #IU-202.5958.24
2020-07-02 20:15:05,244 [ 8363] ERROR - tellij.diagnostic.LoadingState - JDK: 11.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-07-02 20:15:05,244 [ 8363] ERROR - tellij.diagnostic.LoadingState - OS: Linux
2020-07-02 20:15:05,245 [ 8364] WARN - pi.util.registry.RegistryValue - The registry key 'ide.linux.enter.on.dialog.triggers.focused.button' accessed, but not loaded yet
2020-07-02 20:15:05,245 [ 8364] ERROR - tellij.diagnostic.LoadingState - Should be called at least in the state COMPONENTS_REGISTERED, the current state is: LAF_INITIALIZED
Current violators count: 2


java.lang.Throwable
at com.intellij.diagnostic.LoadingState.logStateError(LoadingState.java:63)
at com.intellij.diagnostic.LoadingState.checkOccurred(LoadingState.java:59)
at com.intellij.openapi.util.registry.Registry.getInstance(Registry.java:127)
at com.intellij.openapi.util.registry.RegistryValue._get(RegistryValue.java:182)
at com.intellij.openapi.util.registry.RegistryValue.get(RegistryValue.java:159)
at com.intellij.openapi.util.registry.RegistryValue.calcBoolean(RegistryValue.java:65)
at com.intellij.openapi.util.registry.RegistryValue.asBoolean(RegistryValue.java:58)
at com.intellij.openapi.util.registry.Registry.is(Registry.java:53)
at com.intellij.openapi.ui.DialogWrapper.init(DialogWrapper.java:1379)
at com.intellij.ide.customize.CustomizeIDEWizardDialog.<init>(CustomizeIDEWizardDialog.java:78)
at com.intellij.idea.StartupUtil.runStartupWizard(StartupUtil.java:720)
at com.intellij.idea.StartupUtil.lambda$startApp$6(StartupUtil.java:283)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:417)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
2020-07-02 20:15:05,245 [ 8364] ERROR - tellij.diagnostic.LoadingState - IntelliJ IDEA 2020.2 EAP Build #IU-202.5958.24
2020-07-02 20:15:05,245 [ 8364] ERROR - tellij.diagnostic.LoadingState - JDK: 11.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-07-02 20:15:05,245 [ 8364] ERROR - tellij.diagnostic.LoadingState - OS: Linux
2020-07-02 20:15:05,258 [ 8377] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/8554/89901/meta.json
2020-07-02 20:15:05,326 [ 8445] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/9792/88561/meta.json
2020-07-02 20:15:05,341 [ 8460] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/12494/87500/meta.json
2020-07-02 20:15:05,414 [ 8533] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/10081/86786/meta.json
2020-07-02 20:15:05,490 [ 8609] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/api/search/compatibleUpdates
2020-07-02 20:15:05,602 [ 8721] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://plugins.jetbrains.com/files/7724/89999/meta.json
2020-07-02 20:15:44,003 [ 47122] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (202.5958.24), com.intellij.platform.images (202.5958.24), JetBrains maven model api classes (202.5958.24), JetBrains Repository Search (202.5958.24), HTML Tools (202.5958.24), Perforce (202.5958.24), Refactor-X (202.5958.24), Subversion (202.5958.24), XPathView + XSLT (202.5958.24), XSLT Debugger (202.5958.24), Smali Support (202.5958.24), IDE Settings Sync (202.5958.24), Configuration Script (202.5958.24), Copyright (202.5958.24), CSS (202.5958.24), W3C Validators (202.5958.24), Less (202.5958.24), Sass (202.5958.24), Stylus (202.5958.24), Gradle (202.5958.24), Java (202.5958.24), Bytecode Viewer (202.5958.24), JUnit (202.5958.24), ZKM-Unscramble (202.5958.24), Spring AOP/@AspectJ (202.5958.24), Dependency Structure Matrix (202.5958.24), Java IDE Customization (202.5958.24), Java Stream Debugger (202.5958.24), Eclipse Interoperability (202.5958.24), Java Bytecode Decompiler (202.5958.24), Recommenders for Java and Python (202.5958.24), Properties (202.5958.24), Ant (202.5958.24), UML (202.5958.24), Guice (202.5958.24), Java Internationalization (202.5958.24), UI Designer (202.5958.24), Velocity (202.5958.24), Resource Bundle Editor (202.5958.24), Machine Learning Code Completion (202.5958.24), Task Management (202.5958.24), Time Tracking (202.5958.24), FTP/SFTP Connectivity (ex. Remote Hosts Access) (202.5958.24), Gherkin (202.5958.24), Cucumber for Java (202.5958.24), Mercurial (202.5958.24), Webp Support (202.5958.24), EditorConfig (202.5958.24), Haml (202.5958.24), Terminal (202.5958.24), Git (202.5958.24), ChangeReminder (202.5958.24), Next File Prediction (202.5958.24), GitHub (202.5958.24), Performance Testing (202.5958.24), Shared Indexes (202.5958.24), SSH Remote Run (202.5958.24), Shell Script (202.5958.24), TextMate Bundles (202.5958.24), YAML (202.5958.24), Docker (202.5958.24), Microservices Application Configuration (202.5958.24), Settings Repository (202.5958.24), IntelliLang (202.5958.24), TestNG (202.5958.24), Code Coverage for Java (202.5958.24), Emma (202.5958.24), Groovy (202.5958.24), Cucumber for Groovy (202.5958.24), Maven (202.5958.24), AspectJ (202.5958.24), Gradle-Java (202.5958.24), Plugin DevKit (202.5958.24), Gradle Extension (202.5958.24), Frameworks Starters (202.5958.24), Gradle-Maven (202.5958.24), Reactive Streams (Reactor, RxJava) (202.5958.24), JavaFX (202.5958.24), Markdown (202.5958.24), Grazie (202.5958.24), JavaScript and TypeScript (202.5958.24), JavaScript Intention Power Pack (202.5958.24), TSLint (202.5958.24), Angular and AngularJS (202.5958.24), Database Tools and SQL (202.5958.24), Java SQL Libraries (202.5958.24), Persistence Frameworks (202.5958.24), Java EE Platform (202.5958.24), JavaScript Debugger (202.5958.24), Node.js (202.5958.24), Spy-js (202.5958.24), CoffeeScript (202.5958.24), Kotlin (1.3.72-release-IJ2020.1-5), Java EE: JPA (202.5958.24), Java EE: Enterprise Java Beans(EJB) (202.5958.24), Hibernate (202.5958.24), Java EE: Bean Validation (202.5958.24), Java EE: Contexts and Dependency Injection (202.5958.24), Helidon (202.5958.24), Java EE: Batch Applications (202.5958.24), Java EE: Application Servers Integration (202.5958.24), GlassFish (202.5958.24), WildFly (202.5958.24), Debugger Support for JSP (JSR45) (202.5958.24), Jetty (202.5958.24), Tomcat and TomEE (202.5958.24), WebSphere (202.5958.24), WebLogic (202.5958.24), Java EE: Web/Servlets (202.5958.24), Application Servers View (202.5958.24), Java EE: JMS, JSON Processing, Concurrency, Transaction (202.5958.24), Java EE: WebSockets (202.5958.24), JBoss Frameworks Base (202.5958.24), Drools (202.5958.24), Arquillian (202.5958.24), Maven Extension (202.5958.24), Java Server Pages (JSP) (202.5958.24), Java EE: Java Server Faces (202.5958.24), Spring (202.5958.24), Spring Security (202.5958.24), Thymeleaf (202.5958.24), Spring Data (202.5958.24), Java EE: Web Services (JAX-WS) (202.5958.24), Spring Web Services (202.5958.24), Grails (202.5958.24), FreeMarker (202.5958.24), Spring Batch (202.5958.24), Spring Messaging (202.5958.24), Spring Integration Patterns (202.5958.24), Spring WebSocket (202.5958.24), Spring OSGi (202.5958.24), HTTP Client (202.5958.24), Spring MVC (202.5958.24), Spring Web Flow (202.5958.24), Spring Boot (202.5958.24), Java EE: RESTful Web Services (JAX-RS) (202.5958.24), Quarkus (202.5958.24), OpenAPI Specifications (202.5958.24), Micronaut (202.5958.24), Java HTTP Clients (202.5958.24)
2020-07-02 20:15:44,270 [ 47389] INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND ===
2020-07-02 20:15:44,512 [ 47631] INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=730
2020-07-02 20:15:44,549 [ 47668] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-07-02 20:15:44,583 [ 47702] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-07-02 20:15:44,722 [ 47841] INFO - fs.newvfs.persistent.FSRecords - Marking VFS as corrupted: '/home/joozik/.cache/JetBrains/IntelliJIdea2020.2/caches/names.dat' does not exist
2020-07-02 20:15:44,760 [ 47879] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=26, fontScale=2.0
2020-07-02 20:15:44,877 [ 47996] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /home/joozik/Pobrane/idea-IU-202.5958.24/bin/fsnotifier64
2020-07-02 20:15:44,894 [ 48013] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding...
2020-07-02 20:15:44,894 [ 48013] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2020-07-02 20:15:44,922 [ 48041] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-07-02 20:15:44,944 [ 48063] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-07-02 20:15:45,228 [ 48347] INFO - stubs.SerializationManagerImpl - Name storage is repaired
2020-07-02 20:15:45,754 [ 48873] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-07-02 20:15:45,754 [ 48873] INFO - gs.impl.UpdateCheckerComponent - channel forced to 'eap'
2020-07-02 20:15:45,830 [ 48949] INFO - tellij.ide.SystemHealthMonitor - restored ignored PIPE handler
2020-07-02 20:15:46,517 [ 49636] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, copy.reference.popup, new.large.text.file.viewer, problems.view.enabled, property.value.inplace.editing, terminal.shell.command.handling

 

next try of starting application by ./idea.sh logging similar content


2020-07-02 20:15:51,380 [ 1] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-07-02 20:15:51,471 [ 92] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-202.5958.24, 25 Jun 2020 08:50)
2020-07-02 20:15:51,487 [ 108] INFO - #com.intellij.idea.Main - OS: Linux (4.9.0-3-amd64, amd64)
2020-07-02 20:15:51,488 [ 109] INFO - #com.intellij.idea.Main - JRE: 11.0.7+10-b944.13 (JetBrains s.r.o.)
2020-07-02 20:15:51,488 [ 109] INFO - #com.intellij.idea.Main - JVM: 11.0.7+10-b944.13 (OpenJDK 64-Bit Server VM)
2020-07-02 20:15:51,493 [ 114] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -XX:MaxJavaStackTraceDepth=10000 -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -XX:ErrorFile=/home/joozik/java_error_in_IDEA_%p.log -XX:HeapDumpPath=/home/joozik/java_error_in_IDEA.hprof -Didea.vendor.name=JetBrains -Didea.paths.selector=IntelliJIdea2020.2 -Djb.vmOptionsFile=/home/joozik/Pobrane/idea-IU-202.5958.24/bin/idea64.vmoptions -Didea.jre.check=true
2020-07-02 20:15:51,493 [ 114] INFO - #com.intellij.idea.Main - library path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2020-07-02 20:15:51,493 [ 114] INFO - #com.intellij.idea.Main - boot library path: /home/joozik/Pobrane/idea-IU-202.5958.24/jbr/lib
2020-07-02 20:15:51,493 [ 114] INFO - #com.intellij.idea.Main - locale=pl_PL JNU=UTF-8 file.encoding=UTF-8
idea.config.path=/home/joozik/.config/JetBrains/IntelliJIdea2020.2
idea.system.path=/home/joozik/.cache/JetBrains/IntelliJIdea2020.2
idea.plugins.path=/home/joozik/.local/share/JetBrains/IntelliJIdea2020.2
idea.log.path=/home/joozik/.cache/JetBrains/IntelliJIdea2020.2/log
2020-07-02 20:15:51,813 [ 434] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 319 ms
2020-07-02 20:15:52,545 [ 1166] INFO - om.intellij.ui.scale.JBUIScale - System scale factor: 2.0 (IDE-managed HiDPI)
2020-07-02 20:15:53,151 [ 1772] INFO - ntellij.idea.ApplicationLoader - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@76e07ee0[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@1ff3d122
2020-07-02 20:15:53,225 [ 1846] INFO - ntellij.idea.ApplicationLoader - WM detected:
2020-07-02 20:15:53,236 [ 1857] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (202.5958.24), com.intellij.platform.images (202.5958.24), JetBrains maven model api classes (202.5958.24), JetBrains Repository Search (202.5958.24), HTML Tools (202.5958.24), Perforce (202.5958.24), Refactor-X (202.5958.24), Subversion (202.5958.24), XPathView + XSLT (202.5958.24), XSLT Debugger (202.5958.24), Smali Support (202.5958.24), IDE Settings Sync (202.5958.24), Configuration Script (202.5958.24), Copyright (202.5958.24), CSS (202.5958.24), W3C Validators (202.5958.24), Less (202.5958.24), Sass (202.5958.24), Stylus (202.5958.24), Gradle (202.5958.24), Java (202.5958.24), Bytecode Viewer (202.5958.24), JUnit (202.5958.24), ZKM-Unscramble (202.5958.24), Spring AOP/@AspectJ (202.5958.24), Dependency Structure Matrix (202.5958.24), Java IDE Customization (202.5958.24), Java Stream Debugger (202.5958.24), Eclipse Interoperability (202.5958.24), Java Bytecode Decompiler (202.5958.24), Recommenders for Java and Python (202.5958.24), Properties (202.5958.24), Ant (202.5958.24), UML (202.5958.24), Guice (202.5958.24), Java Internationalization (202.5958.24), UI Designer (202.5958.24), Velocity (202.5958.24), Resource Bundle Editor (202.5958.24), Machine Learning Code Completion (202.5958.24), Task Management (202.5958.24), Time Tracking (202.5958.24), FTP/SFTP Connectivity (ex. Remote Hosts Access) (202.5958.24), Gherkin (202.5958.24), Cucumber for Java (202.5958.24), Mercurial (202.5958.24), Webp Support (202.5958.24), EditorConfig (202.5958.24), Haml (202.5958.24), Terminal (202.5958.24), Git (202.5958.24), ChangeReminder (202.5958.24), Next File Prediction (202.5958.24), GitHub (202.5958.24), Performance Testing (202.5958.24), Shared Indexes (202.5958.24), SSH Remote Run (202.5958.24), Shell Script (202.5958.24), TextMate Bundles (202.5958.24), YAML (202.5958.24), Docker (202.5958.24), Microservices Application Configuration (202.5958.24), Settings Repository (202.5958.24), IntelliLang (202.5958.24), TestNG (202.5958.24), Code Coverage for Java (202.5958.24), Emma (202.5958.24), Groovy (202.5958.24), Cucumber for Groovy (202.5958.24), Maven (202.5958.24), AspectJ (202.5958.24), Gradle-Java (202.5958.24), Plugin DevKit (202.5958.24), Gradle Extension (202.5958.24), Frameworks Starters (202.5958.24), Gradle-Maven (202.5958.24), Reactive Streams (Reactor, RxJava) (202.5958.24), JavaFX (202.5958.24), Markdown (202.5958.24), Grazie (202.5958.24), JavaScript and TypeScript (202.5958.24), JavaScript Intention Power Pack (202.5958.24), TSLint (202.5958.24), Angular and AngularJS (202.5958.24), Database Tools and SQL (202.5958.24), Java SQL Libraries (202.5958.24), Persistence Frameworks (202.5958.24), Java EE Platform (202.5958.24), JavaScript Debugger (202.5958.24), Node.js (202.5958.24), Spy-js (202.5958.24), CoffeeScript (202.5958.24), Kotlin (1.3.72-release-IJ2020.1-5), Java EE: JPA (202.5958.24), Java EE: Enterprise Java Beans(EJB) (202.5958.24), Hibernate (202.5958.24), Java EE: Bean Validation (202.5958.24), Java EE: Contexts and Dependency Injection (202.5958.24), Helidon (202.5958.24), Java EE: Batch Applications (202.5958.24), Java EE: Application Servers Integration (202.5958.24), GlassFish (202.5958.24), WildFly (202.5958.24), Debugger Support for JSP (JSR45) (202.5958.24), Jetty (202.5958.24), Tomcat and TomEE (202.5958.24), WebSphere (202.5958.24), WebLogic (202.5958.24), Java EE: Web/Servlets (202.5958.24), Application Servers View (202.5958.24), Java EE: JMS, JSON Processing, Concurrency, Transaction (202.5958.24), Java EE: WebSockets (202.5958.24), JBoss Frameworks Base (202.5958.24), Drools (202.5958.24), Arquillian (202.5958.24), Maven Extension (202.5958.24), Java Server Pages (JSP) (202.5958.24), Java EE: Java Server Faces (202.5958.24), Spring (202.5958.24), Spring Security (202.5958.24), Thymeleaf (202.5958.24), Spring Data (202.5958.24), Java EE: Web Services (JAX-WS) (202.5958.24), Spring Web Services (202.5958.24), Grails (202.5958.24), FreeMarker (202.5958.24), Spring Batch (202.5958.24), Spring Messaging (202.5958.24), Spring Integration Patterns (202.5958.24), Spring WebSocket (202.5958.24), Spring OSGi (202.5958.24), HTTP Client (202.5958.24), Spring MVC (202.5958.24), Spring Web Flow (202.5958.24), Spring Boot (202.5958.24), Java EE: RESTful Web Services (JAX-RS) (202.5958.24), Quarkus (202.5958.24), OpenAPI Specifications (202.5958.24), Micronaut (202.5958.24), Java HTTP Clients (202.5958.24)
2020-07-02 20:15:53,566 [ 2187] INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND ===
2020-07-02 20:15:53,850 [ 2471] INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=730
2020-07-02 20:15:53,898 [ 2519] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-07-02 20:15:54,171 [ 2792] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=26, fontScale=2.0
2020-07-02 20:15:54,274 [ 2895] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-07-02 20:15:54,321 [ 2942] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding...
2020-07-02 20:15:54,321 [ 2942] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2020-07-02 20:15:54,377 [ 2998] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-07-02 20:15:54,518 [ 3139] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /home/joozik/Pobrane/idea-IU-202.5958.24/bin/fsnotifier64
2020-07-02 20:15:54,542 [ 3163] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-07-02 20:15:55,338 [ 3959] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-07-02 20:15:55,338 [ 3959] INFO - gs.impl.UpdateCheckerComponent - channel forced to 'eap'
2020-07-02 20:15:55,371 [ 3992] INFO - tellij.ide.SystemHealthMonitor - restored ignored PIPE handler
2020-07-02 20:15:56,027 [ 4648] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, copy.reference.popup, new.large.text.file.viewer, problems.view.enabled, property.value.inplace.editing, terminal.shell.command.handling

 

Do You have any suggestion what may be wrong?

0
2 comments

Seems similar to https://youtrack.jetbrains.com/issue/IDEA-243191

May you show the output from 2020.1? 

0
Avatar
Permanently deleted user

It was basically the same as above, at least I didn't notice any difference. This other thread looks really similar, most likely the same issue. I did test though with several different options and selecting or unselecting anything in the way

(like:

Choose 'Do not import settings' and theme

Check 'Create a script for opening files and projects from the command line'

Choose default and featured plugins) 

does not change anything in the final effect, as soon as those popups disappears, intellij is aborted and logs are pretty much the same. I think I've got some warning depending on some selected plugins.

0

Please sign in to leave a comment.