某天用IDEA打开项目,发现IDEA启动动画的进度条跑完,就一动不动了。

查看 C:\用户\用户名\AppData\Local\Jetbrains\IntelliJIdea\log\idea.log,错误信息如下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
2022-02-22 22:13:32,234 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2022-02-22 22:13:32,268 [ 34] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-213.6777.52, 28 Jan 2022 11:53)
2022-02-22 22:13:32,269 [ 35] INFO - #com.intellij.idea.Main - OS: Windows 11 (10.0, amd64)
2022-02-22 22:13:32,275 [ 41] INFO - #com.intellij.idea.Main - JRE: 11.0.13+7-b1751.25 (JetBrains s.r.o.)
2022-02-22 22:13:32,275 [ 41] INFO - #com.intellij.idea.Main - JVM: 11.0.13+7-b1751.25 (OpenJDK 64-Bit Server VM)
2022-02-22 22:13:32,424 [ 190] INFO - #com.intellij.idea.Main - JVM options: [exit, -Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Djb.vmOptionsFile=D:\Software\IntelliJ IDEA\bin\idea64.exe.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2021.3, -Didea.jre.check=true, -Dsplash=true, -Dide.native.launcher=true, -XX:ErrorFile=C:\Users\Joe Zhu\java_error_in_idea64_%p.log, -XX:HeapDumpPath=C:\Users\Joe Zhu\java_error_in_idea64.hprof]
2022-02-22 22:13:32,425 [ 191] INFO - #com.intellij.idea.Main - args: [D:\File\Courses\Java Learning\Web]
2022-02-22 22:13:32,425 [ 191] INFO - #com.intellij.idea.Main - library path: D:\Software\IntelliJ IDEA\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Environment\Python;D:\Environment\MinGW\mingw64\bin;D:\Environment\Python\Scripts;D:\Environment\JDK\bin;D:\Environment\Node.js\;D:\Environment\Git\bin;D:\Environment\Maven\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\Environment\OSG\VPB\bin;D:\Environment\OSG\osgEarth\bin;D:\Environment\OSG\osgEarth\bin\osgPlugins-3.6.5;D:\Environment\OSG\OSG\bin;D:\Environment\OSG\OSG\bin\osgPlugins-3.6.5;D:\Environment\OSG\3rdParty\bin;C:\Program Files\dotnet\;D:\Environment\OpenCV\build\x64\vc15\bin;D:\Environment\Tex Live\bin\win32;D:\Environment\MySQL\bin;D:\Environment\Node.js\npm_global;C:\Users\Joe Zhu\AppData\Local\Microsoft\WindowsApps;C:\Users\Joe Zhu\AppData\Roaming\npm;C:\Users\Joe Zhu\.dotnet\tools;.
2022-02-22 22:13:32,425 [ 191] INFO - #com.intellij.idea.Main - boot library path: D:\Software\IntelliJ IDEA\jbr\bin
2022-02-22 22:13:32,443 [ 209] INFO - #com.intellij.idea.Main - locale=zh_CN JNU=GBK file.encoding=GBK
idea.config.path=C:\Users\Joe Zhu\AppData\Roaming\JetBrains\IntelliJIdea2021.3
idea.system.path=C:\Users\Joe Zhu\AppData\Local\JetBrains\IntelliJIdea2021.3
idea.plugins.path=C:\Users\Joe Zhu\AppData\Roaming\JetBrains\IntelliJIdea2021.3\plugins
idea.log.path=C:\Users\Joe Zhu\AppData\Local\JetBrains\IntelliJIdea2021.3\log
2022-02-22 22:13:32,449 [ 215] INFO - #com.intellij.idea.Main - CPU cores: 16; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@3ae8940d[Running, parallelism = 15, size = 6, active = 3, running = 3, steals = 3, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@4db8e708
2022-02-22 22:13:32,671 [ 437] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 221 ms
2022-02-22 22:13:32,684 [ 450] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2022-02-22 22:13:33,078 [ 844] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://www.jetbrains.com/config/IdeaCloudConfig.xml
2022-02-22 22:13:33,605 [ 1371] INFO - nfig.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-02-22 22:13:34,772 [ 2538] INFO - #com.intellij.idea.Main - Importing configs to C:\Users\Joe Zhu\AppData\Roaming\JetBrains\IntelliJIdea2021.3
2022-02-22 22:13:36,680 [ 4446] INFO - #com.intellij.idea.Main - No configs imported, starting with clean configs at C:\Users\Joe Zhu\AppData\Roaming\JetBrains\IntelliJIdea2021.3
2022-02-22 22:13:36,705 [ 4471] WARN - llij.ide.plugins.PluginManager - id redefinition ([row,col,system-id]: [2,3,"product classpath"])
2022-02-22 22:13:37,240 [ 5006] INFO - llij.ide.plugins.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.protoeditor.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.protoeditor.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency com.intellij.nativeDebug is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
Module intellij.javaee.appServers.weblogic/ejb is not enabled because dependency com.intellij.javaee.ejb is not available
2022-02-22 22:13:37,264 [ 5030] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (213.6777.52), IDE Features Trainer (213.6777.52), Grazie (213.6777.52), Settings Repository (213.6777.52), YAML (213.6777.52), WSL File System Support (213.6777.52), TextMate Bundles (213.6777.52), Terminal (213.6777.52), Haml (213.6777.52), JetBrains maven model api classes (213.6777.52), JetBrains Repository Search (213.6777.52), Qodana (213.6777.52), EditorConfig (213.6777.52), WebP Support (213.6777.52), Protocol Buffers (213.6777.52), Mercurial (213.6777.52), Shell Script (213.6777.52), Projector Libraries for Code With Me and Remote Development (213.6777.52), SSH Remote Run (213.6777.52), WSL Support Framework (213.6777.52), FTP/SFTP Connectivity (ex. Remote Hosts Access) (213.6777.52), Remote Development Gateway (213.6777.52), Terminal for Gateway (213.6777.52), HTTP Client (213.6777.52), Windows 10 Light Theme (213.6777.52), Dependency Management Api for External Build Tools (213.6777.52), Endpoints (213.6777.52), Diagrams (213.6777.52), Copyright (213.6777.52), Properties (213.6777.52), Gradle (213.6777.52), Images (213.6777.52), Java (213.6777.52), Kotlin (213-1.5.10-release-949-IJ6777.52), Performance Testing (Kotlin) (213.6777.52), Java Bytecode Decompiler (213.6777.52), Eclipse Interoperability (213.6777.52), Java Stream Debugger (213.6777.52), Recommenders for Java and Python (213.6777.52), Package Search (213.6777.52), com.intellij.tracing.ide (213.6777.52), Microservices Application Configuration (213.6777.52), Java IDE Customization (213.6777.52), Java Internationalization (213.6777.52), Velocity (213.6777.52), UI Designer (213.6777.52), Java EE: Expression Language (EL) (213.6777.52), Java EE Platform (213.6777.52), Dependency Structure Matrix (213.6777.52), CSS (213.6777.52), Stylus (213.6777.52), Sass (213.6777.52), Less (213.6777.52), Configuration Script (213.6777.52), Machine Learning Code Completion (213.6777.52), AOP Pointcut Language (213.6777.52), Project Wide Analysis (213.6777.52), Project Wide Analysis for Java (213.6777.52), IDE Settings Sync (213.6777.52), Performance Testing (213.6777.52), Shared Indexes (213.6777.52), Performance Testing (Dynamic Plugins) (213.6777.52), Performance Testing (Java) (213.6777.52), Smali Support (213.6777.52), ZKM-Unscramble (213.6777.52), XPathView + XSLT (213.6777.52), IntelliLang (213.6777.52), JavaFX (213.6777.52), Markdown (213.6777.52), Gherkin (213.6777.52), Microservices UAST (213.6777.52), Java EE: RESTful Web Services (JAX-RS) (213.6777.52), Java EE: Web Services (JAX-WS) (213.6777.52), Spring Security (213.6777.52), Spring Messaging (213.6777.52), Spring Integration Patterns (213.6777.52), Spring Boot (213.6777.52), Spring (213.6777.52), Spring Batch (213.6777.52), Micronaut (213.6777.52), Java EE: WebSockets (213.6777.52), Java HTTP Clients (213.6777.52), Java EE: Web/Servlets (213.6777.52), gRPC (213.6777.52), Java EE: Bean Validation (213.6777.52), Task Management (213.6777.52), Time Tracking (213.6777.52), XSLT Debugger (213.6777.52), W3C Validators (213.6777.52), TestNG (213.6777.52), Subversion (213.6777.52), Refactor-X (213.6777.52), Perforce Helix Core (213.6777.52), Lombok (213.6777.52), JUnit (213.6777.52), Cucumber for Java (213.6777.52), HTML Tools (213.6777.52), GitHub (213.6777.52), Space (213.6777.52), Git (213.6777.52), IDE Features Trainer: Git Lessons (213.6777.52), Shared Project Indexes (213.6777.52), ChangeReminder (213.6777.52), Machine Learning in Search Everywhere (213.6777.52), Docker (213.6777.52), Code Coverage for Java (213.6777.52), Bytecode Viewer (213.6777.52), Groovy (213.6777.52), Ant (213.6777.52), Maven (213.6777.52), Gradle-Java (213.6777.52), Gradle-Maven (213.6777.52), Gradle Extension (213.6777.52), Performance Testing (Gradle) (213.6777.52), Reactive Streams (213.6777.52), Java EE: Gradle Integration (213.6777.52), Maven Extension (213.6777.52), Performance Testing (Maven) (213.6777.52), Cucumber for Groovy (213.6777.52), Plugin DevKit (213.6777.52), OpenAPI Specifications (213.6777.52), Spring MVC (213.6777.52), Thymeleaf (213.6777.52), Spring WebSocket (213.6777.52), JavaScript Debugger (213.6777.52), JavaScript and TypeScript (213.6777.52), TSLint (213.6777.52), Spy-js (213.6777.52), Persistence Frameworks (213.6777.52), Spring Data (213.6777.52), Java EE: Persistence (JPA) (213.6777.52), Quarkus (213.6777.52), Java EE: Contexts and Dependency Injection (CDI) (213.6777.52), Java EE: Application Servers (213.6777.52), Performance Testing (Workspace Model) (213.6777.52), Java Server Pages (JSP) (213.6777.52), Grails (213.6777.52), Java EE: Server Faces (JSF) (213.6777.52), WebLogic (213.6777.52), JBoss Frameworks Base (213.6777.52), Java EE: Message Service (JMS) (213.6777.52), Java EE: Batch Applications (213.6777.52), FreeMarker (213.6777.52), WebSphere (213.6777.52), Tomcat and TomEE (213.6777.52), Jetty (213.6777.52), WildFly (213.6777.52), GlassFish (213.6777.52), Database Tools and SQL (213.6777.52), Hibernate (213.6777.52), Spring Web Services (213.6777.52), Java SQL Libraries (213.6777.52), Node.js (213.6777.52), Gradle DSL API (213.6777.52), Gradle Dependency Updater Implementation (213.6777.52), Android (2020.3.1 Final.213.6777.52), Code With Me (213.6777.52), Ktor (213.6777.52), JavaScript Intention Power Pack (213.6777.52), Angular and AngularJS (213.6777.52)
2022-02-22 22:13:37,855 [ 5621] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2022-02-22 22:13:37,977 [ 5743] INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled
2022-02-22 22:13:38,012 [ 5778] INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=C:\Users\Joe Zhu\.m2\repository, KOTLIN_BUNDLED=D:\Software\IntelliJ IDEA\plugins\Kotlin\kotlinc}
2022-02-22 22:13:38,012 [ 5778] INFO - intellij.util.io.FilePageCache - lower=100; upper=500; buffer=10; max=730
2022-02-22 22:13:38,045 [ 5811] INFO - rsistent.PersistentFSConnector - Marking VFS as corrupted: 'C:\Users\Joe Zhu\AppData\Local\JetBrains\IntelliJIdea2021.3\caches\names.dat' does not exist
2022-02-22 22:13:38,108 [ 5874] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding...
2022-02-22 22:13:38,108 [ 5874] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2022-02-22 22:13:38,173 [ 5939] ERROR - llij.ide.plugins.PluginManager - java.net.BindException: Address already in use: bind
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.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
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:562)
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:260)
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:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:503)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2022-02-22 22:13:38,178 [ 5944] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2021.3.2 Build #IU-213.6777.52
2022-02-22 22:13:38,180 [ 5946] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.13; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-02-22 22:13:38,181 [ 5947] ERROR - llij.ide.plugins.PluginManager - OS: Windows 11
2022-02-22 22:13:38,182 [ 5948] ERROR - llij.ide.plugins.PluginManager - Last Action:
2022-02-22 22:13:40,822 [ 8588] INFO - e.plugins.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-02-22 22:13:40,843 [ 8609] INFO - #com.intellij.idea.Main - notify that start-up thread is free
2022-02-22 22:14:22,214 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-02-22 22:14:22,254 [ 40] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-213.6777.52, 28 Jan 2022 11:53)
2022-02-22 22:14:22,257 [ 43] INFO - #com.intellij.idea.Main - OS: Windows 11 (10.0, amd64)
2022-02-22 22:14:22,267 [ 53] INFO - #com.intellij.idea.Main - JRE: 11.0.13+7-b1751.25 (JetBrains s.r.o.)
2022-02-22 22:14:22,267 [ 53] INFO - #com.intellij.idea.Main - JVM: 11.0.13+7-b1751.25 (OpenJDK 64-Bit Server VM)
2022-02-22 22:14:22,278 [ 64] WARN - llij.ide.plugins.PluginManager - id redefinition ([row,col,system-id]: [2,3,"product classpath"])
2022-02-22 22:14:22,426 [ 212] INFO - #com.intellij.idea.Main - JVM options: [exit, -Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Djb.vmOptionsFile=D:\Software\IntelliJ IDEA\bin\idea64.exe.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2021.3, -Didea.jre.check=true, -Dsplash=true, -Dide.native.launcher=true, -XX:ErrorFile=C:\Users\Joe Zhu\java_error_in_idea64_%p.log, -XX:HeapDumpPath=C:\Users\Joe Zhu\java_error_in_idea64.hprof]
2022-02-22 22:14:22,426 [ 212] INFO - #com.intellij.idea.Main - args: []
2022-02-22 22:14:22,426 [ 212] INFO - #com.intellij.idea.Main - library path: D:\Software\IntelliJ IDEA\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Environment\Python;D:\Environment\MinGW\mingw64\bin;D:\Environment\Python\Scripts;D:\Environment\JDK\bin;D:\Environment\Node.js\;D:\Environment\Git\bin;D:\Environment\Maven\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\Environment\OSG\VPB\bin;D:\Environment\OSG\osgEarth\bin;D:\Environment\OSG\osgEarth\bin\osgPlugins-3.6.5;D:\Environment\OSG\OSG\bin;D:\Environment\OSG\OSG\bin\osgPlugins-3.6.5;D:\Environment\OSG\3rdParty\bin;C:\Program Files\dotnet\;D:\Environment\OpenCV\build\x64\vc15\bin;D:\Environment\Tex Live\bin\win32;D:\Environment\MySQL\bin;D:\Environment\Node.js\npm_global;C:\Users\Joe Zhu\AppData\Local\Microsoft\WindowsApps;C:\Users\Joe Zhu\AppData\Roaming\npm;C:\Users\Joe Zhu\.dotnet\tools;.
2022-02-22 22:14:22,426 [ 212] INFO - #com.intellij.idea.Main - boot library path: D:\Software\IntelliJ IDEA\jbr\bin
2022-02-22 22:14:22,450 [ 236] INFO - #com.intellij.idea.Main - locale=zh_CN JNU=GBK file.encoding=GBK
idea.config.path=C:\Users\Joe Zhu\AppData\Roaming\JetBrains\IntelliJIdea2021.3
idea.system.path=C:\Users\Joe Zhu\AppData\Local\JetBrains\IntelliJIdea2021.3
idea.plugins.path=C:\Users\Joe Zhu\AppData\Roaming\JetBrains\IntelliJIdea2021.3\plugins
idea.log.path=C:\Users\Joe Zhu\AppData\Local\JetBrains\IntelliJIdea2021.3\log
2022-02-22 22:14:22,481 [ 267] INFO - #com.intellij.idea.Main - CPU cores: 16; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@2d09ab58[Running, parallelism = 15, size = 15, active = 14, running = 14, steals = 3, tasks = 0, submissions = 58]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@c060b12
2022-02-22 22:14:22,766 [ 552] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 285 ms
2022-02-22 22:14:22,769 [ 555] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2022-02-22 22:14:23,144 [ 930] INFO - llij.ide.plugins.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.protoeditor.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.protoeditor.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency com.intellij.nativeDebug is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
Module intellij.javaee.appServers.weblogic/ejb is not enabled because dependency com.intellij.javaee.ejb is not available
2022-02-22 22:14:23,177 [ 963] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (213.6777.52), IDE Features Trainer (213.6777.52), Grazie (213.6777.52), Settings Repository (213.6777.52), YAML (213.6777.52), WSL File System Support (213.6777.52), TextMate Bundles (213.6777.52), Terminal (213.6777.52), Haml (213.6777.52), JetBrains maven model api classes (213.6777.52), JetBrains Repository Search (213.6777.52), Qodana (213.6777.52), EditorConfig (213.6777.52), WebP Support (213.6777.52), Protocol Buffers (213.6777.52), Mercurial (213.6777.52), Shell Script (213.6777.52), Projector Libraries for Code With Me and Remote Development (213.6777.52), SSH Remote Run (213.6777.52), WSL Support Framework (213.6777.52), FTP/SFTP Connectivity (ex. Remote Hosts Access) (213.6777.52), Remote Development Gateway (213.6777.52), Terminal for Gateway (213.6777.52), HTTP Client (213.6777.52), Windows 10 Light Theme (213.6777.52), Dependency Management Api for External Build Tools (213.6777.52), Endpoints (213.6777.52), Diagrams (213.6777.52), Copyright (213.6777.52), Properties (213.6777.52), Gradle (213.6777.52), Images (213.6777.52), Java (213.6777.52), Kotlin (213-1.5.10-release-949-IJ6777.52), Performance Testing (Kotlin) (213.6777.52), Java Bytecode Decompiler (213.6777.52), Eclipse Interoperability (213.6777.52), Java Stream Debugger (213.6777.52), Recommenders for Java and Python (213.6777.52), Package Search (213.6777.52), com.intellij.tracing.ide (213.6777.52), Microservices Application Configuration (213.6777.52), Java IDE Customization (213.6777.52), Java Internationalization (213.6777.52), Velocity (213.6777.52), UI Designer (213.6777.52), Java EE: Expression Language (EL) (213.6777.52), Java EE Platform (213.6777.52), Dependency Structure Matrix (213.6777.52), CSS (213.6777.52), Stylus (213.6777.52), Sass (213.6777.52), Less (213.6777.52), Configuration Script (213.6777.52), Machine Learning Code Completion (213.6777.52), AOP Pointcut Language (213.6777.52), Project Wide Analysis (213.6777.52), Project Wide Analysis for Java (213.6777.52), IDE Settings Sync (213.6777.52), Performance Testing (213.6777.52), Shared Indexes (213.6777.52), Performance Testing (Dynamic Plugins) (213.6777.52), Performance Testing (Java) (213.6777.52), Smali Support (213.6777.52), ZKM-Unscramble (213.6777.52), XPathView + XSLT (213.6777.52), IntelliLang (213.6777.52), JavaFX (213.6777.52), Markdown (213.6777.52), Gherkin (213.6777.52), Microservices UAST (213.6777.52), Java EE: RESTful Web Services (JAX-RS) (213.6777.52), Java EE: Web Services (JAX-WS) (213.6777.52), Spring Security (213.6777.52), Spring Messaging (213.6777.52), Spring Integration Patterns (213.6777.52), Spring Boot (213.6777.52), Spring (213.6777.52), Spring Batch (213.6777.52), Micronaut (213.6777.52), Java EE: WebSockets (213.6777.52), Java HTTP Clients (213.6777.52), Java EE: Web/Servlets (213.6777.52), gRPC (213.6777.52), Java EE: Bean Validation (213.6777.52), Task Management (213.6777.52), Time Tracking (213.6777.52), XSLT Debugger (213.6777.52), W3C Validators (213.6777.52), TestNG (213.6777.52), Subversion (213.6777.52), Refactor-X (213.6777.52), Perforce Helix Core (213.6777.52), Lombok (213.6777.52), JUnit (213.6777.52), Cucumber for Java (213.6777.52), HTML Tools (213.6777.52), GitHub (213.6777.52), Space (213.6777.52), Git (213.6777.52), IDE Features Trainer: Git Lessons (213.6777.52), Shared Project Indexes (213.6777.52), ChangeReminder (213.6777.52), Machine Learning in Search Everywhere (213.6777.52), Docker (213.6777.52), Code Coverage for Java (213.6777.52), Bytecode Viewer (213.6777.52), Groovy (213.6777.52), Ant (213.6777.52), Maven (213.6777.52), Gradle-Java (213.6777.52), Gradle-Maven (213.6777.52), Gradle Extension (213.6777.52), Performance Testing (Gradle) (213.6777.52), Reactive Streams (213.6777.52), Java EE: Gradle Integration (213.6777.52), Maven Extension (213.6777.52), Performance Testing (Maven) (213.6777.52), Cucumber for Groovy (213.6777.52), Plugin DevKit (213.6777.52), OpenAPI Specifications (213.6777.52), Spring MVC (213.6777.52), Thymeleaf (213.6777.52), Spring WebSocket (213.6777.52), JavaScript Debugger (213.6777.52), JavaScript and TypeScript (213.6777.52), TSLint (213.6777.52), Spy-js (213.6777.52), Persistence Frameworks (213.6777.52), Spring Data (213.6777.52), Java EE: Persistence (JPA) (213.6777.52), Quarkus (213.6777.52), Java EE: Contexts and Dependency Injection (CDI) (213.6777.52), Java EE: Application Servers (213.6777.52), Performance Testing (Workspace Model) (213.6777.52), Java Server Pages (JSP) (213.6777.52), Grails (213.6777.52), Java EE: Server Faces (JSF) (213.6777.52), WebLogic (213.6777.52), JBoss Frameworks Base (213.6777.52), Java EE: Message Service (JMS) (213.6777.52), Java EE: Batch Applications (213.6777.52), FreeMarker (213.6777.52), WebSphere (213.6777.52), Tomcat and TomEE (213.6777.52), Jetty (213.6777.52), WildFly (213.6777.52), GlassFish (213.6777.52), Database Tools and SQL (213.6777.52), Hibernate (213.6777.52), Spring Web Services (213.6777.52), Java SQL Libraries (213.6777.52), Node.js (213.6777.52), Gradle DSL API (213.6777.52), Gradle Dependency Updater Implementation (213.6777.52), Android (2020.3.1 Final.213.6777.52), Code With Me (213.6777.52), Ktor (213.6777.52), JavaScript Intention Power Pack (213.6777.52), Angular and AngularJS (213.6777.52)
2022-02-22 22:14:23,922 [ 1708] INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled
2022-02-22 22:14:23,929 [ 1715] INFO - intellij.util.io.FilePageCache - lower=100; upper=500; buffer=10; max=730
2022-02-22 22:14:23,930 [ 1716] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2022-02-22 22:14:23,956 [ 1742] INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=C:\Users\Joe Zhu\.m2\repository, KOTLIN_BUNDLED=D:\Software\IntelliJ IDEA\plugins\Kotlin\kotlinc}
2022-02-22 22:14:24,029 [ 1815] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding...
2022-02-22 22:14:24,029 [ 1815] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2022-02-22 22:14:24,125 [ 1911] ERROR - llij.ide.plugins.PluginManager - java.net.BindException: Address already in use: bind
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.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
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:562)
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:260)
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:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:503)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
2022-02-22 22:14:24,130 [ 1916] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2021.3.2 Build #IU-213.6777.52
2022-02-22 22:14:24,133 [ 1919] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.13; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-02-22 22:14:24,134 [ 1920] ERROR - llij.ide.plugins.PluginManager - OS: Windows 11
2022-02-22 22:14:24,135 [ 1921] ERROR - llij.ide.plugins.PluginManager - Last Action:
2022-02-22 22:14:24,384 [ 2170] INFO - e.plugins.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-02-22 22:14:24,412 [ 2198] INFO - #com.intellij.idea.Main - notify that start-up thread is free

管理员模式下使用命令 netsh winsock reset 即可解决。