Start Failed, Internal error: recovering IDE to the working state after the critical startup error
Symptoms
IDE shows the Start Failed dialog with the exception stacktrace and the following text:
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
Cause
There are multiple possible causes for this issue: broken or incompatible plug-in, corrupted IDE installation files, failed patch update, broken caches or damaged configuration.
It may be hard to guess the root case from the exception stacktrace.
Resolution
Please try the following steps one by one until the issue is resolved:
- In case of "java.nio.file.AccessDeniedException: ...plugins\github-copilot-intellij\copilot-agent\bin\copilot-agent-win.exe", please see this Copilot discussion and the corresponding issue.
- If you get "java.net.BindException: Address already in use: bind" exception, please refer to IDEA-238995 for the workaround.
- Delete the third-party plug-ins directory (
idea.plugins.path
in the user's home directory, depends on the OS and IDE version. Please be aware that default locations have changed in 2020.1 release). You can bisect the plug-ins to find the offending one and remove only that plug-in, keeping the working plug-ins.
Note: if the installation is managed by the Toolbox App, plug-ins directory will be located next to the application install location which can be found from the Toolbox properties of the installed app. Look for the directory name starting with the build number and ending with the .plugins, like 192.5728.98.plugins. - Download and install the IDE again, either from the official site or using the Toolbox App. Your settings and projects will be preserved. When installing from .tar.gz on Linux make sure to unpack into the new empty directory, not on the top of the existing installation.
- Delete the IDE system (
idea.system.path
) directory. - In most cases the issue should be already resolved, but if the IDE still doesn't start with the same error dialog, you can also try to backup and delete the configuration directory (
idea.config.path
). - Contact support with the full exception stacktrace (you can copy/paste it from the error dialog).
Feedback
We'd appreciate if you report all such issues to the support team or directly to the issue tracker. We are trying to eliminate the root cases and make the IDE recovery process more seamless.
Please sign in to leave a comment.
Jasper Bojsen please continue at https://youtrack.jetbrains.com/issue/IDEA-238995. Attach the output from "netsh interface ipv4 show excludedportrange protocol=tcp" command there and specify if you are using Hyper-V.
Hello.
I got this message when i started x64 version:
java.lang.NullPointerException
at com.rover12421.crack.jetbrains.ides.ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ.m(Unknown Source)
at com.rover12421.crack.jetbrains.ides.Main.m(Unknown Source)
at com.intellij.ide.b.u.n(u.java:70)
at com.intellij.ide.b.b.aQ.b(aQ.java:258)
at com.intellij.ide.b.b.a7.b(a7.java:276)
at com.intellij.ide.b.b.a7.c(a7.java:169)
at com.intellij.ide.b.b.a7.a(a7.java:78)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.intellij.idea.MainImpl.start(MainImpl.java:96)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:289)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:233)
at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:45)
at java.base/java.lang.Thread.run(Thread.java:834)
-----
JRE 11.0.6+8-b765.40 amd64 by JetBrains s.r.o
But x32 version started fine.
Eugene R Please remove the crack agent you've added to .vmoptions file (https://intellij-support.jetbrains.com/hc/articles/206544869).
When I read the stacktrace, I thought I was wrong. But no, suddenly. I found some strange config for the old version of IDEA. Sorry for that, this is not my own laptop. Deleted all old configs, now everything starts well. Thank you for your help.
please help me solve my problem
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Start Failed: Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.nio.charset.IllegalCharsetNameException: UTF-8
at java.base/java.nio.charset.Charset.checkName(Charset.java:308)
at java.base/java.nio.charset.Charset.lookup2(Charset.java:482)
at java.base/java.nio.charset.Charset.lookup(Charset.java:462)
at java.base/java.nio.charset.Charset.defaultCharset(Charset.java:608)
at java.base/sun.nio.cs.StreamEncoder.forOutputStreamWriter(StreamEncoder.java:56)
at java.base/java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:110)
at org.apache.log4j.WriterAppender.createWriter(WriterAppender.java:251)
at org.apache.log4j.ConsoleAppender.activateOptions(ConsoleAppender.java:141)
at org.apache.log4j.ConsoleAppender.<init>(ConsoleAppender.java:68)
at org.apache.log4j.ConsoleAppender.<init>(ConsoleAppender.java:57)
at com.intellij.idea.StartupUtil.configureLog4j(StartupUtil.java:409)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:174)
at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:45)
at java.base/java.lang.Thread.run(Thread.java:834)
Gzk0329 did you already try the steps described in this document? It could be there is some customization to the VM options with some invisible character making the parameter of -Dfile.encoding option invalid.
If it's not the case, please report a bug at https://youtrack.jetbrains.com/newIssue?project=IDEA and provide more details (OS version, Java runtime version, attach logs if any: https://intellij-support.jetbrains.com/hc/articles/207241085).
This is beyond frustrating for such an expense. I have to do a winsock reset or I get the following error for ANY Jetbrains tools. It seems to happen when I'm connected to my companies split tunnel VPN prior to launching the application (i think) but that's required for me to connect to some of the DB's in datagrip for instance..
Very frustrating.
PyCharm:
java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:455)
at java.base/sun.nio.ch.Net.bind(Net.java:447)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 more
-----
JRE 11.0.7+10-b944.20 amd64 by JetBrains s.r.o.
C:\Users\brandon.taylor\AppData\Local\JetBrains\Toolbox\apps\PyCharm-P\ch-0\202.6397.98\jbr
Datagrip:
Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:455)
at java.base/sun.nio.ch.Net.bind(Net.java:447)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 more
-----
JRE 11.0.7+10-b944.20 amd64 by JetBrains s.r.o.
C:\Users\brandon.taylor\AppData\Local\JetBrains\Toolbox\apps\datagrip\ch-1\202.6397.93\jbr
All the others are the same
Iammrbt
Do these commands in the Administrator console followed by the reboot help?
How to remove the crack agent from the .vmoptions file. I am currently using a Mac machine and I am unable to find the location of file and its settings. Can you please help Serge Baranov
Start it from the command line per https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line and the location of the .vmoptions file will be printed in the terminal. You can also find it in the config directory per https://intellij-support.jetbrains.com/hc/articles/206544869 and https://intellij-support.jetbrains.com/hc/articles/206544519.
My WebStorm encountered this similar error, uninstalled WebStorm and deleted plugins, then reboot Windows10 works for me. Hope it helps.
--------
Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
Neo T
Please see https://youtrack.jetbrains.com/issue/IDEA-238995 for more details and workarounds.
Serge Baranov - I'm sorry for the late response. After applying what you provided I have not had the error happen again! Thank you!!
I have to do "netsh winsock reset" ,but the problem was not solved
-------------------------
Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: io.netty.channel.ChannelException: Unable to create Channel from class class io.netty.channel.socket.oio.OioServerSocketChannel
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: io.netty.channel.ChannelException: Unable to create Channel from class class io.netty.channel.socket.oio.OioServerSocketChannel
at io.netty.channel.ReflectiveChannelFactory.newChannel(ReflectiveChannelFactory.java:46)
at io.netty.bootstrap.AbstractBootstrap.initAndRegister(AbstractBootstrap.java:298)
at io.netty.bootstrap.AbstractBootstrap.doBind(AbstractBootstrap.java:260)
at io.netty.bootstrap.AbstractBootstrap.bind(AbstractBootstrap.java:256)
at io.netty.bootstrap.AbstractBootstrap.bind(AbstractBootstrap.java:248)
at org.jetbrains.io.BuiltInServer$Companion.bind(BuiltInServer.kt:123)
at org.jetbrains.io.BuiltInServer$Companion.start(BuiltInServer.kt:93)
at org.jetbrains.io.BuiltInServer$Companion.startNioOrOio(BuiltInServer.kt:80)
at org.jetbrains.io.BuiltInServer.startNioOrOio(BuiltInServer.kt)
at com.intellij.idea.SocketLock.lambda$lockAndTryActivate$2(SocketLock.java:186)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
... 3 more
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedConstructorAccessor65.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at io.netty.channel.ReflectiveChannelFactory.newChannel(ReflectiveChannelFactory.java:44)
... 13 more
Caused by: io.netty.channel.ChannelException: Failed to set the server socket timeout.
at io.netty.channel.socket.oio.OioServerSocketChannel.<init>(OioServerSocketChannel.java:88)
at io.netty.channel.socket.oio.OioServerSocketChannel.<init>(OioServerSocketChannel.java:69)
... 17 more
Caused by: java.net.SocketException: Invalid argument: create
at java.base/java.net.ServerSocket.createImpl(ServerSocket.java:327)
at java.base/java.net.ServerSocket.getImpl(ServerSocket.java:277)
at java.base/java.net.ServerSocket.setSoTimeout(ServerSocket.java:673)
at io.netty.channel.socket.oio.OioServerSocketChannel.<init>(OioServerSocketChannel.java:85)
... 18 more
-----
JRE 11.0.5+10-b520.30 amd64 by JetBrains s.r.o
Y:\IntelliJ IDEA 2019.3.2\jbr
IntelliJ IDEA U 2020.2.2
Rider 2020.2.2
Is it only me having huge issues with last two versions of Rider? Rider fails randomly while I'm writing code and won't start again unless I restart my PC completely....
JetBrains Rider 2020.2.3
Build #RD-202.7319.2, built on September 17, 2020
Runtime version: 11.0.8+10-b944.31 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
.NET Framework 4.0.30319.42000
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1450M
Cores: 12
Registry: debugger.new.debug.tool.window.view=true, ide.tree.horizontal.default.autoscrolling=false, performance.watcher.sampling.interval.ms=200, ide.borderless.tab.caption.in.title=false, ide.tooltip.showAllSeverities=true, show.diff.preview.as.editor.tab=true, light.edit.file.open.enabled=false, performance.watcher.unresponsive.interval.ms=1000, search.everywhere.settings=true, show.diff.preview.as.editor.tab.with.single.click=true, parameter.info.max.visible.rows=10, ide.win.file.chooser.native=true, debugger.watches.in.variables=false, vcs.log.show.diff.preview.as.editor.tab=true, search.everywhere.pattern.checking=false, ide.tooltip.initialDelay=0, ide.require.transaction.for.model.changes=false, ide.debug.in.title=true, rdclient.asyncActions=false
Non-Bundled Plugins: Abc.MoqComplete.Rider, org.intellij.plugins.hcl, com.microsoft.vso.idea
Hey, I am in idea version 2020.2.2, and when I try to launch IntelliJ idea it says. No valid JVM installation found, please install a 32-bit JDK. If you already have a JDK installed, Define a JAVA_HOME variable in Computer>System properties>System settings>Envionment variables.
Note: We have detected that you are running a 64-bit operating system but you are running the 32-bit executable this can prevent you from finding a 64-bit installation of java. Consider running the 64-bit instead.
If this is the problem you are encountering
Balucode135567 please use idea64.exe to start the IDE instead of idea.exe.
Ok
It did not work I also tried typing idea in cmd but it is not opening
Do you mean idea64 in root directory C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2.2\bin
Anybody there?
operating system: Ubuntu 19.10
i have try to delete .config and .cache but nothing work, plz help:
pycharm-community-2020.2.2
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2020-09-28 17:00:22,223 [ 402] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.community.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
2020-09-28 17:00:22,480 [ 659] ERROR - llij.ide.plugins.PluginManager - org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
java.util.concurrent.CompletionException: org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:683)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658)
at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2094)
at com.intellij.idea.ApplicationLoader.registerAppComponents(ApplicationLoader.kt:100)
at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:63)
at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:366)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
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 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)
Caused by: org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
at com.intellij.util.pico.DefaultPicoContainer.registerComponent(DefaultPicoContainer.java:119)
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:319)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:185)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:157)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:102)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680)
... 19 more
2020-09-28 17:00:22,482 [ 661] ERROR - llij.ide.plugins.PluginManager - PyCharm 2020.2.2 Build #PC-202.7319.64
2020-09-28 17:00:22,482 [ 661] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-09-28 17:00:22,482 [ 661] ERROR - llij.ide.plugins.PluginManager - OS: Linux
Start Failed: Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:683)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658)
at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2094)
at com.intellij.idea.ApplicationLoader.registerAppComponents(ApplicationLoader.kt:100)
at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:63)
at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:366)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
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 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)
Caused by: org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
at com.intellij.util.pico.DefaultPicoContainer.registerComponent(DefaultPicoContainer.java:119)
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:319)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:185)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:157)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:102)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680)
... 19 more
-----
JRE 11.0.8+10-b944.31 amd64 by JetBrains s.r.o.
/home/nero/pycharm-community-2020.2.2/jbr
I cannot solve start-up-failure problem.
I have tried to delete config, system, plugins dirs.
===================================
OS :Ubuntu18.04.1
IntelliJ Version :idea-IU-202.7319.50 (ideaIU-2020.2.2)
===================================
Start Failed: Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.lang.VerifyError: Expecting a stack map frame
Exception Details:
Location:
com/intellij/openapi/util/text/StringUtil.pluralize(Ljava/lang/String;I)Ljava/lang/String; @28: athrow
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 2ab0 00a7 ffff 0000 00a7 fffd 0000 a7ff
0000010: fe00 00a7 fffe 0000 00a7 fffd bf00 00a7
0000020: fffe
Stackmap Table:
same_frame(@2)
same_frame(@6)
same_frame(@12)
same_frame(@17)
same_frame(@22)
same_frame(@29)
at com.intellij.util.io.URLUtil.splitJarUrl(URLUtil.java:144)
at com.intellij.openapi.application.PathManager.extractRoot(PathManager.java:442)
at com.intellij.openapi.application.PathManager.getResourceRoot(PathManager.java:411)
at com.intellij.openapi.application.PathManager.getHomePathFor(PathManager.java:146)
at com.intellij.openapi.application.PathManager.getHomePath(PathManager.java:103)
at com.intellij.openapi.application.PathManager.getBinDirectories(PathManager.java:129)
at com.intellij.openapi.application.PathManager.loadProperties(PathManager.java:464)
at com.intellij.idea.Main.bootstrap(Main.java:91)
at com.intellij.idea.Main.main(Main.java:81)
-----
JRE 11.0.8+10-b944.31 amd64 by JetBrains s.r.o.
/home/<user_name>Downloads/idea-IU-202.7319.50/jbr
=========================================================================
Balucode135567
What is the output in the console if you start the IDE via idea.bat? See https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line.
Are there any errors if you run it using idea64.exe? Does it help if you install https://aka.ms/vs/16/release/vc_redist.x64.exe?
Htpftsat2015
Please delete the plugins directory: https://www.jetbrains.com/help/idea/tuning-the-ide.html#plugins-directory or start the IDE with the disableNonBundledPlugins command line option.
Hrgc Takahiro
Does the same issue occur in https://www.jetbrains.com/idea/nextversion/ ?
Make sure it's not a hardware problem by running http://www.memtest86.com/ .
Hey, thank you for this thread.
My Problem was that, for some reason i deactivated all my plugin and Webstorm wasn't able to restart saying :
"Error missing plugin Javascript".
I Am on ubuntu 2020.
Anything worked for me, i uninstall and install back it 5 or 6 times by snap, ubuntu software, tarball and toolbox but nothing worked.
I was redirected to this topics after sending an email to jetbrains and it works for me.
(I just advice jetbrain to list in this topic, all problem which can be solved by theses step to find it more easily on internet)
Many thanks.
> On Windows "netsh winsock reset"
helps. Thanx!
I can't solve the problem too.
Here is the log:
2020-10-16 23:05:20,178 [ 15817] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26
2020-10-16 23:05:20,178 [ 15817] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-10-16 23:05:20,178 [ 15817] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2020-10-16 23:05:20,179 [ 15818] ERROR - llij.ide.plugins.PluginManager - Last Action:
2020-10-16 23:05:20,243 [ 15882] ERROR - llij.ide.plugins.PluginManager - Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@50e80431
java.lang.IllegalStateException: Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@50e80431
at com.intellij.util.concurrency.AppScheduledExecutorService$MyThreadFactory.setNewThreadListener(AppScheduledExecutorService.java:62)
at com.intellij.util.concurrency.AppScheduledExecutorService.setNewThreadListener(AppScheduledExecutorService.java:75)
at com.intellij.diagnostic.PerformanceWatcher.<init>(PerformanceWatcher.java:85)
at jdk.internal.reflect.GeneratedConstructorAccessor31.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:47)
at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:664)
at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:49)
at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:37)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:113)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:67)
at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:413)
at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:395)
at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:20)
at com.intellij.diagnostic.PerformanceWatcher.getInstance(PerformanceWatcher.java:78)
at com.intellij.ide.IdeEventQueue.obtainPerformanceWatcher(IdeEventQueue.java:618)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:381)
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)