Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在idea2023.1.2版本中遇到下载后,无法使用的问题 #193

Open
haorong3 opened this issue Jul 4, 2023 · 2 comments
Open

在idea2023.1.2版本中遇到下载后,无法使用的问题 #193

haorong3 opened this issue Jul 4, 2023 · 2 comments
Assignees
Labels
bug Something isn't working needs more info

Comments

@haorong3
Copy link

haorong3 commented Jul 4, 2023

Describe the bug(描述您遇到的问题)
在idea2023.1.2版本中遇到下载后,无法使用的问题。也尝试过卸载Alibaba Cloud AI Coding Assistant,再重新安装无法解决,搜索不了的问题。

To Reproduce(复现步骤)
在关闭idea的状态下,删除 C:\Users\用户名 下的 .cosy文件 ;再打开idea就没有问题了(可以不卸载Alibaba Cloud AI Coding Assistant)

Screenshots(截图)

System(本地系统)

  • OS: window11
  • Cosy Version: 0.10.5-beta
    -idea Version : 2023.1.2
    Contact Info(如愿意请留下联系方式,需求上线后,我们将第一时间联系您)
@haorong3 haorong3 added the bug Something isn't working label Jul 4, 2023
@liulhdarks
Copy link
Collaborator

麻烦上传一下C:\Users\用户名.cosy\logs下的日志文件

@youyoukuaizai
Copy link

youyoukuaizai commented Aug 18, 2023

问题描述:
代码不全和代码搜索都没有结果,已尝试过啥cosy进程、删.cosy目录、补全127.0.0.1 localhost文件,但是还是不行。
环境:
windows10
idea:2022.2.3
cosy:在idea自带插件中所搜下载 版本是0.10.6-beta
日志:
cosy日志:
2023-08-18T10:44:26.270+0800 INFO Checking update ...
2023-08-18T10:44:26.275+0800 INFO System platform x86_64_windows
2023-08-18T10:44:26.633+0800 INFO Skip update, current version: 0.2.14
2023-08-18T10:44:26.633+0800 INFO Succeed to update Cosy binary
2023-08-18T10:44:26.633+0800 WARN Failed to load model config
2023-08-18T10:44:26.634+0800 INFO Updating model to 0.1.0
2023-08-18T10:44:39.985+0800 INFO Succeed to update Cosy model
2023-08-18T10:44:40.407+0800 INFO Succeed to create inference environment
2023-08-18T10:44:40.407+0800 INFO Succeed to update inference env
2023-08-18T10:44:42.493+0800 INFO Checking update ...
2023-08-18T10:44:42.495+0800 INFO System platform x86_64_windows
2023-08-18T10:44:42.834+0800 INFO Skip update, current version: 0.2.14
2023-08-18T10:44:42.891+0800 INFO Succeed to update Cosy binary
2023-08-18T10:44:42.891+0800 INFO Skip update model, current version: 0.1.0
2023-08-18T10:44:42.891+0800 INFO Succeed to update Cosy model
2023-08-18T10:44:42.956+0800 INFO Succeed to create inference environment
2023-08-18T10:44:42.956+0800 INFO Succeed to update inference env
2023-08-18T10:44:43.116+0800 INFO ===== Starting cosy service =====
2023-08-18T10:44:43.118+0800 INFO Config Local exclude lang:
2023-08-18T10:44:43.118+0800 INFO Preparing inference environment
2023-08-18T10:44:43.118+0800 INFO Inference environment is ready
2023-08-18T10:44:43.118+0800 INFO Starting local java inference service
2023-08-18T10:44:43.137+0800 INFO Local inference service initialized
2023-08-18T10:44:43.200+0800 INFO Server is ready at: 63332, cost: 83.8719ms
2023-08-18T10:44:43.510+0800 INFO A new client is registered
2023-08-18T10:44:43.921+0800 INFO Initializing server..
2023-08-18T10:44:43.922+0800 INFO Training models for python processor...
2023-08-18T10:44:43.922+0800 INFO Training models for java processor
2023-08-18T10:44:57.007+0800 INFO Connection closed: websocket: close 1000 (normal)
2023-08-18T10:44:57.007+0800 INFO Client unregistered
2023-08-18T10:44:58.796+0800 INFO Checking update ...
2023-08-18T10:44:58.799+0800 INFO System platform x86_64_windows
2023-08-18T10:44:59.139+0800 INFO Skip update, current version: 0.2.14
2023-08-18T10:44:59.139+0800 INFO Succeed to update Cosy binary
2023-08-18T10:44:59.139+0800 INFO Skip update model, current version: 0.1.0
2023-08-18T10:44:59.139+0800 INFO Succeed to update Cosy model
2023-08-18T10:44:59.199+0800 ERROR Failed to write decompressed environment file: open C:\Users\mal015\AppData\Local.cosy\env\onnxruntime.dll: The process cannot access the file because it is being used by another process.
2023-08-18T10:44:59.764+0800 INFO 0 python files are indexed
2023-08-18T10:45:00.842+0800 INFO Retry to write decompressed environment file
2023-08-18T10:45:00.842+0800 ERROR Failed to write decompressed environment file: open C:\Users\mal015\AppData\Local.cosy\env\onnxruntime.dll: The process cannot access the file because it is being used by another process.
2023-08-18T10:45:02.207+0800 INFO Server initialized, time cost: 18.285668s
2023-08-18T10:45:02.207+0800 WARN Reply err: client closes the connection without sending close message
2023-08-18T10:45:02.541+0800 INFO Retry to write decompressed environment file
2023-08-18T10:45:02.541+0800 INFO Succeed to create inference environment
2023-08-18T10:45:02.541+0800 INFO Succeed to update inference env
2023-08-18T10:45:02.550+0800 INFO A new client is registered
2023-08-18T10:45:02.555+0800 INFO Initializing server..
2023-08-18T10:45:02.555+0800 INFO Training models for python processor...
2023-08-18T10:45:02.555+0800 INFO Symbol cache loaded
2023-08-18T10:45:15.369+0800 INFO 0 python files are indexed
2023-08-18T10:45:15.370+0800 INFO Server initialized, time cost: 12.8147634s

idea日志:
	2023-08-18 10:44:23,480 [      2]   INFO - #c.i.i.StartupUtil - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
	2023-08-18 10:44:23,516 [     38]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
	2023-08-18 10:44:23,734 [    256]   INFO - #c.i.i.p.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
	Module intellij.recommenders.python is not enabled because dependency Pythonid 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.space.php is not enabled because dependency com.jetbrains.php is not available
	Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
	Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
	Module intellij.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
	Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
	Module kotlin-ultimate.common-for-kotlin is not enabled because dependency com.intellij.nativeDebug is not available
	Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-for-kotlin is not available
	Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
	2023-08-18 10:44:23,767 [    289]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: Gradle Extension (222.4345.14), Protocol Buffers (222.4345.14), TextMate Bundles (222.4345.14), Spring Web (222.4345.14), Java Stream Debugger (222.4345.14), Node.js (222.4345.14), Maven Extension (222.4345.14), Git (222.4345.14), Lombok (222.4345.14), Jakarta EE: WebSockets (222.4345.14), Less (222.4345.14), Endpoints (222.4345.14), Space (222.4345.14), JVM Microservices Frameworks (222.4345.14), Jakarta EE: Gradle Integration (222.4345.14), IDE Settings Sync (222.4345.14), gRPC (222.4345.14), W3C Validators (222.4345.14), TestNG (222.4345.14), Jakarta EE: Contexts and Dependency Injection (CDI) (222.4345.14), Refactor-X (222.4345.14), Time Tracking (222.4345.14), com.intellij.dev (222.4345.14), Groovy (222.4345.14), Spring (222.4345.14), FTP/SFTP/WebDAV Connectivity (ex. Remote Hosts Access) (222.4345.14), com.intellij.tracing.ide (222.4345.14), Terminal for Gateway (222.4345.14), JavaScript Debugger (222.4345.14), Projector Libraries for Code With Me and Remote Development (222.4345.14), Spring Security (222.4345.14), Stylus (222.4345.14), JetBrains Repository Search (222.4345.14), Haml (222.4345.14), Subversion (222.4345.14), Jakarta EE: Persistence (JPA) (222.4345.14), Android (2021.2.1 Final.222.4345.14), Java IDE Customization (222.4345.14), Shared Project Indexes (222.4345.14), Cucumber for Groovy (222.4345.14), Jakarta EE: Application Servers (222.4345.14), EditorConfig (222.4345.14), Tomcat and TomEE (222.4345.14), Java (222.4345.14), Eclipse Interoperability (222.4345.14), UI Designer (222.4345.14), Hibernate (222.4345.14), Jakarta EE: Server Pages (JSP) (222.4345.14), Eclipse Keymap (222.4345.14), Docker (222.4345.14), Spring WebSocket (222.4345.14), Code Coverage for Java (222.4345.14), ML in Search Everywhere for Microservices (222.4345.14), Task Management (222.4345.14), Spring Messaging (222.4345.14), Spring Initializr (222.4345.14), Design Tools (222.4345.14), Smali Support (222.4345.14), JavaScript and TypeScript (222.4345.14), JavaFX (222.4345.14), Spring Integration Patterns (222.4345.14), Qodana (222.4345.14), Gradle Dependency Updater Implementation (222.4345.14), GlassFish (222.4345.14), Visual Studio Keymap (222.4345.14), Java Internationalization (222.4345.14), Project Wide Analysis (222.4345.14), NetBeans Keymap (222.4345.14), Spring Cloud (222.4345.14), Terminal (222.4345.14), Cucumber for Java (222.4345.14), WSL Support Framework (222.4345.14), Performance Testing (Maven) (222.4345.14), IDEA CORE (222.4345.14), XPathView + XSLT (222.4345.14), Java Bytecode Decompiler (222.4345.14), Quarkus (222.4345.14), Diagrams (222.4345.14), Ant (222.4345.14), HTML Tools (222.4345.14), Gradle-Java (222.4345.14), Maven (222.4345.14), Jakarta EE: Web/Servlets (222.4345.14), IntelliLang (222.4345.14), Performance Testing (Gradle) (222.4345.14), Grazie (222.4345.14), Spring Data (222.4345.14), AOP Pointcut Language (222.4345.14), Spring Boot (222.4345.14), Database Tools and SQL (222.4345.14), Shell Script (222.4345.14), Gradle DSL API (222.4345.14), IDE Features Trainer: Git Lessons (222.4345.14), Angular and AngularJS (222.4345.14), Recommenders for Java and Python (222.4345.14), Performance Testing (Java) (222.4345.14), Velocity (222.4345.14), YAML (222.4345.14), JavaScript Intention Power Pack (222.4345.14), Configuration Script (222.4345.14), Jakarta EE: Messaging (JMS) (222.4345.14), Jakarta EE: RESTful Web Services (JAX-RS) (222.4345.14), Perforce Helix Core (222.4345.14), Jakarta EE: Bean Validation (222.4345.14), Package Search (222.4345.14), Remote Development Gateway (222.4345.14), Performance Testing (Dynamic Plugins) (222.4345.14), Gherkin (222.4345.14), Persistence Frameworks (222.4345.14), Settings Repository (222.4345.14), Mercurial (222.4345.14), Settings Sync (222.4345.14), TSLint (222.4345.14), Machine Learning in Search Everywhere (222.4345.14), JetBrains maven model api classes (222.4345.14), Dependency Structure Matrix (222.4345.14), Sass (222.4345.14), Reactive Streams (222.4345.14), Plugin DevKit (222.4345.14), JUnit (222.4345.14), Code With Me (222.4345.14), Properties (222.4345.14), Bytecode Viewer (222.4345.14), FreeMarker (222.4345.14), WebP Support (222.4345.14), WSL File System Support (222.4345.14), Toml (222.4345.14), Project Wide Analysis for Java (222.4345.14), HTTP Client (222.4345.14), Gradle-Maven (222.4345.14), Jakarta EE: Expression Language (EL) (222.4345.14), CSS (222.4345.14), Performance Testing (Kotlin) (222.4345.14), Integration Testing of Workspace Model (222.4345.14), Jakarta EE Platform (222.4345.14), IDE Features Trainer (222.4345.14), Shared Indexes (222.4345.14), OpenAPI Specifications (222.4345.14), WildFly (222.4345.14), Kotlin (222-1.7.10-release-334-IJ4345.14), SSH Remote Run (222.4345.14), Copyright (222.4345.14), Markdown (222.4345.14), XSLT Debugger (222.4345.14), Thymeleaf (222.4345.14), Micronaut (222.4345.14), Gradle (222.4345.14), Performance Testing (222.4345.14), Ktor (222.4345.14), Images (222.4345.14), Windows 10 Light Theme (222.4345.14), GitHub (222.4345.14), Machine Learning Code Completion (222.4345.14), Package Checker (222.4345.14), ZKM-Unscramble (222.4345.14)
	2023-08-18 10:44:23,768 [    290]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Alibaba Cloud AI Coding Assistant (0.10.6-beta), IDE Eval Reset (2.3.5)
	2023-08-18 10:44:23,768 [    290]   INFO - #c.i.i.p.PluginManager - Disabled plugins: Alibaba Java Coding Guidelines (2.0.2), Maven Helper (3.7.172.1454.3)
	2023-08-18 10:44:23,933 [    455]   INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 417 ms
	2023-08-18 10:44:23,935 [    457]   INFO - #c.i.o.u.i.w.IdeaWin32 - Native filesystem for Windows is operational
	2023-08-18 10:44:23,936 [    458]   INFO - #c.i.i.StartupUtil - IDE: IntelliJ IDEA (build #IU-222.4345.14, 05 Oct 2022 13:01)
	2023-08-18 10:44:23,937 [    459]   INFO - #c.i.i.StartupUtil - OS: Windows 10 (10.0, amd64)
	2023-08-18 10:44:23,937 [    459]   INFO - #c.i.i.StartupUtil - JRE: 17.0.4.1+7-b469.62 (JetBrains s.r.o.)
	2023-08-18 10:44:23,938 [    460]   INFO - #c.i.i.StartupUtil - JVM: 17.0.4.1+7-b469.62 (OpenJDK 64-Bit Server VM)
	2023-08-18 10:44:23,942 [    464]   INFO - #c.i.i.StartupUtil - PID: 9400
	2023-08-18 10:44:23,944 [    466]   INFO - #c.i.i.StartupUtil - JVM options: [exit, -Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:+IgnoreUnrecognizedVMOptions, -XX:CompileCommand=exclude,com/intellij/openapi/vfs/impl/FilePartNodeRoot,trieDescend, -ea, -Dsun.io.useCanonCaches=false, -Dsun.java2d.metal=true, -Djbr.catch.SIGABRT=true, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Djava.net.preferIPv4Stack=true, -Xmx2048m, -Djb.vmOptionsFile=C:\Users\mal015\AppData\Roaming\\JetBrains\\IntelliJIdea2022.2\idea64.exe.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.strict.classpath=true, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2022.2, -Didea.jre.check=true, -Dsplash=true, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.net=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/java.nio.charset=ALL-UNNAMED, --add-opens=java.base/java.text=ALL-UNNAMED, --add-opens=java.base/java.time=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED, --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.desktop/java.awt=ALL-UNNAMED, --add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.event=ALL-UNNAMED, --add-opens=java.desktop/java.awt.image=ALL-UNNAMED, --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED, --add-opens=java.desktop/javax.swing=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED, --add-opens=java.desktop/sun.awt=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED, --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED, --add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED, -Dide.native.launcher=true, -XX:ErrorFile=C:\Users\mal015\\java_error_in_idea64_%p.log, -XX:HeapDumpPath=C:\Users\mal015\\java_error_in_idea64.hprof]
	2023-08-18 10:44:23,944 [    466]   INFO - #c.i.i.StartupUtil - args: []
	2023-08-18 10:44:23,945 [    467]   INFO - #c.i.i.StartupUtil - library path: D:\application\ideaIU-2022.2.3.win\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Python310\Scripts\;C:\Python310\;D:\application\java\jdk11.0.15\jre\bin;D:\application\Python\Python39\Scripts\;D:\application\Python\Python39\;D:\application\Xftp 6\;D:\application\Xshell 6\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\application\java\jdk11.0.15\bin;D:\application\apache-maven-3.3.3-bin\apache-maven-3.3.3\bin;D:\application\Git\cmd;D:\application\TortoiseSVN\bin;D:\application\TortoiseGit\bin;E:\application\UltraEdit;D:\resource\apache-cxf-3.1.16\apache-cxf-3.1.16\bin;C:\ProgramData\chocolatey\bin;D:\application\nodejs\;D:\application\sonar-scanner-cli-4.8.0.2856-windows\sonar-scanner-4.8.0.2856-windows\bin;C:\Users\mal015\AppData\Local\Microsoft\WindowsApps;D:\application\Microsoft VS Code\bin;C:\Users\mal015\AppData\Roaming\npm;D:\resource\httpd-2.4.55-o111s-x64-vs17\Apache24\bin;;.
	2023-08-18 10:44:23,945 [    467]   INFO - #c.i.i.StartupUtil - boot library path: D:\application\ideaIU-2022.2.3.win\jbr\bin
	2023-08-18 10:44:23,954 [    476]   INFO - #c.i.i.StartupUtil - locale=zh_CN JNU=GBK file.encoding=GBK
	  idea.config.path=C:\Users\mal015\AppData\Roaming\JetBrains\IntelliJIdea2022.2
	  idea.system.path=C:\Users\mal015\AppData\Local\JetBrains\IntelliJIdea2022.2
	  idea.plugins.path=C:\Users\mal015\AppData\Roaming\JetBrains\IntelliJIdea2022.2\plugins
	  idea.log.path=C:\Users\mal015\AppData\Local\JetBrains\IntelliJIdea2022.2\log
	2023-08-18 10:44:23,957 [    479]   INFO - #c.i.i.StartupUtil - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@197e09b4[Running, parallelism = 11, size = 11, active = 4, running = 4, steals = 136, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@1f9553b2
	2023-08-18 10:44:24,077 [    599]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=D:\develop_maven_reposityory}
	2023-08-18 10:44:24,187 [    709]   INFO - #c.i.u.i.FilePageCache - lower=100; upper=500; buffer=10; max=2028
	2023-08-18 10:44:24,311 [    833]   INFO - #c.i.o.v.n.p.PersistentFSConnector - 87 ms to load free records and inverted name index
	2023-08-18 10:44:24,736 [   1258]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
	2023-08-18 10:44:24,743 [   1265]   INFO - #c.a.i.c.CosyLoader - Check binary when app starting...
	2023-08-18 10:44:24,746 [   1268]   INFO - #c.a.i.c.c.CosyConfig - SYSTEM ARCH: arch=x86_64, os.arch=amd64, is32Bit=false
	2023-08-18 10:44:24,748 [   1270]   INFO - #c.a.i.c.c.BinaryManager - checking cosy binary updating, sameVersionForceUpdate = false
	2023-08-18 10:44:24,750 [   1272]   INFO - #c.a.i.c.c.BinaryManager - start to init binary file.
	2023-08-18 10:44:24,766 [   1288]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
	2023-08-18 10:44:24,773 [   1295]   INFO - #c.a.t.i.s.ServerFlagInitializer - Enabled server flags: 
	2023-08-18 10:44:24,792 [   1314]   INFO - #c.i.c.CloudConfigManager - === Start: JBA_NOT_CONNECTED (0ms) ===
	2023-08-18 10:44:24,820 [   1342]   INFO - #c.i.c.CloudConfigManager - === Start.updateInitStatus ===
	2023-08-18 10:44:24,828 [   1350]   INFO - #c.i.c.CloudConfigManager - === calculateInitStatus ===
	2023-08-18 10:44:24,904 [   1426]   INFO - #c.i.p.i.a.w.LegacyBridgeArtifactManagerRedefiner - Using workspace model to open project
	2023-08-18 10:44:24,915 [   1437]   INFO - #c.a.i.c.c.BinaryManager - Check cosy process before initBinary
	2023-08-18 10:44:24,917 [   1439]   INFO - #c.a.i.c.c.Cosy - cosy home dir C:\Users\mal015\.cosy
	2023-08-18 10:44:24,917 [   1439]   INFO - #c.a.i.c.c.Cosy - .info file not exist, wait 100ms and retry
	2023-08-18 10:44:25,079 [   1601]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
	2023-08-18 10:44:25,104 [   1626]   INFO - STDOUT - Info  | RdCoroutineScope          | 33:JobScheduler FJ pool 10/11 | RdCoroutineHost overridden 
	2023-08-18 10:44:25,109 [   1631]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: D:\application\ideaIU-2022.2.3.win\bin\fsnotifier.exe
	2023-08-18 10:44:25,125 [   1647]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, wsl.fsd.content.loader, terminal.shell.command.handling, reuse.target.paths.for.rsync
	2023-08-18 10:44:25,160 [   1682]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
	2023-08-18 10:44:25,165 [   1687]   INFO - #c.i.o.v.i.w.WslFileWatcher - WSL file watcher: D:\application\ideaIU-2022.2.3.win\bin\fsnotifier-wsl
	2023-08-18 10:44:25,197 [   1719]   INFO - #c.j.r.p.c.t.i.DistributedTestHost - Host address=localhost/127.0.0.1
	2023-08-18 10:44:25,204 [   1726]   INFO - #c.i.w.f.WslContentLoader - fsd server found and will be used for WSL content loading
	2023-08-18 10:44:25,348 [   1870]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [<Project>]
	2023-08-18 10:44:25,419 [   1941]   INFO - #c.a.i.c.c.Cosy - Retry for fetching .info for 1 times, 0 times left
	2023-08-18 10:44:25,420 [   1942]   INFO - #c.a.i.c.c.BinaryManager - Pid not exist when trying to kill process, skip process killing
	2023-08-18 10:44:25,437 [   1959]   INFO - #c.i.o.w.StatusBar - Factory is not registered as `com.intellij.statusBarWidgetFactory` extension: com.intellij.openapi.vcs.changes.committed.IncomingChangesIndicatorFactory
	2023-08-18 10:44:25,503 [   2025]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
	2023-08-18 10:44:25,578 [   2100]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
	2023-08-18 10:44:25,624 [   2146]   INFO - #c.a.i.c.u.s.I18NConstant - Local language and country: zh_CN
	2023-08-18 10:44:25,718 [   2240]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 665 ms
	2023-08-18 10:44:25,762 [   2284]   INFO - #c.j.r.p.c.J.S - sessionStatus: null
	2023-08-18 10:44:25,763 [   2285]   INFO - #c.j.r.p.c.J.S - freeSessionRemainingTimeMs: null null
	2023-08-18 10:44:25,784 [   2306]   INFO - #c.a.i.c.c.BinaryManager - complete to init binary file.
	2023-08-18 10:44:25,804 [   2326]   INFO - #c.i.i.c.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
	2023-08-18 10:44:26,129 [   2651]   INFO - #c.a.i.c.c.BinaryUpdater - wait for updating
	2023-08-18 10:44:26,316 [   2838]   INFO - #c.i.i.n.e.NewToolbarRootPaneExtension - Show old main toolbar: false; show old navigation bar: true
	2023-08-18 10:44:26,316 [   2838]   INFO - #c.i.i.n.e.NewToolbarRootPaneExtension - Show new main toolbar: false
	2023-08-18 10:44:26,318 [   2840]   INFO - #c.i.o.w.StatusBar - Factory is not registered as `com.intellij.statusBarWidgetFactory` extension: git4idea.ui.branch.GitBranchWidget$Factory
	2023-08-18 10:44:26,873 [   3395]   INFO - #c.i.c.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED ===
	2023-08-18 10:44:27,581 [   4103]   INFO - #c.i.u.i.FileBasedIndexImpl - Indices to be built:FilenameIndex(v = 258)
	2023-08-18 10:44:27,589 [   4111]   INFO - c.i.u.i.FileBasedIndexDataInitialization - Index data initialization done: 2837 ms. Initialized indexes: [FilenameIndex, FrameworkDetectionIndex, TodoIndex, IdIndex, filetypes, Stubs, Trigram.Index, fileIncludes, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, editorconfig.index.name, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, xmlProperties, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, protoeditor.java.outer.class.index, VtlFileIndex, com.intellij.uiDesigner.FormClassIndex, SpringXmlBeansIndex, spring.spiFileIndex, spring.autoConfigureMetadataIndex, spring.boot.importsFileIndex, FtlFileIndex, CssIndex, css.template.selectors, CompassFunctionsIndex, taglibUris, XsltSymbolIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, LombokConfigIndex, java.cucumber.java8.step, HtmlTagIdIndex, yaml.keys.name, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, docker.compose.services, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, sql.types.count.index, sql.routine.index, ant-imports, OpenapiSpecificationContentIndexer, com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME, BindingXmlIndex, NavXmlIndex, groovy.cucumber.step, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index].
	2023-08-18 10:44:27,962 [   4484]   INFO - c.i.p.s.StubIndexImpl$StubIndexInitialization - Index data initialization done: 372 ms. Initialized stub indexes: {java.anonymous.baseref, Css.custom.property, angular2.source.pipe.index, angularjs.delimiter.index, angularjs.directives.index, js.doc.modules, protobuf.byShortName, js.class.index2, angularjs.controller.index, Css.class, angular2.metadata.className.index, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, amd.baseUrl.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, JS.framework.markers.index, js.typedef.index2, java.annotations, js.symbol.index2, angularjs.filter.index, java.class.extlist, Scss.placeholder.selector, angular2.source.module.index, gr.class.super, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, js.global.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, java.field.name, es6.assignment.index, properties.index, js.namespace.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, js.qualified.shortName, angular2.metadata.pipe.index, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, Css.id, java.module.name, Less.mixins, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, angular2.ivy.directive.index, Stylus.mixins, angular2.ivy.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, angular2.source.directive.index, Scss.mixin, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, protobuf.byQualifiedName, js.imported.bindings.index, js.nonglobal.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, gr.annot.members, js.export.default.react.component.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, gr.annot.method.name, js.amd.modules, jvm.static.member.type, js.exported.index, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, js.lazy.packages, java.method.parameter.types, JS.base.types.index, JS.global.qualified.elements, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, js.symbol.qualified.names.index, angular2.ivy.pipe.index, angularjs.ui.router.states.index, dom.namespaceKey, es6.exported.index, Less.variables, gr.field.name, ts.external.module.index, js.generics.index, JS.subclass.stub.index, angularjs.module.index, js.element.qualifiedName, Stylus.variables, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, kotlin.primeIndexKey, sql.column.name, gr.script.fqn, js.local.namespace.members.index, Css.ampersand.selector, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, gr.script.class, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, angularjs.ui.router.generic.states.index, angular2.metadata.module.index, angular2.templateUrl.index, java.class.fqn, angularjs.templateUrl.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, JS.class.implements, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, gr.method.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, angular2.metadata.directive.index, sql.table.shortName, java.method.name, Scss.function, ts.embedded.content.index, jvm.static.member.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, ts.local.classes, angular2.metadata.function.index, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, JS.class.super, amd.requirePaths.index, angularjs.symbol.index, java.class.shortname, sql.names, markdown.header, js.used.remote.modules, gr.class.fqn, angularjs.generic.modules.index, angularjs.directives.doc.index, Css.custom.mixin, js.gcl.modules, angular2.metadata.node.index, gr.anonymous.class, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, Css.attr, Scss.variable, dom.elementClass}.
	2023-08-18 10:44:28,334 [   4856]   INFO - PerformancePlugin - Performance Plugin is in silent mode
	2023-08-18 10:44:28,373 [   4895]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
	2023-08-18 10:44:28,755 [   5277]   INFO - #g.c.GitHandler - [.] git version
	2023-08-18 10:44:28,794 [   5316]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 12 millis (read time: 1)
	2023-08-18 10:44:28,911 [   5433]   INFO - #g.c.GitHandler - git version 2.41.0.windows.3
	2023-08-18 10:44:28,924 [   5446]   INFO - #g.c.GitExecutableManager - Git version for D:\application\Git\cmd\git.exe: 2.41.0.0 (MSYS)
	2023-08-18 10:44:28,939 [   5461]   INFO - #c.j.p.intellij-plugin - PackageSearchToolWindowFactory#packageSearchModulesChangesFlow - Setting toolWindow.isAvailable = true
	2023-08-18 10:44:28,950 [   5472]   INFO - #c.i.o.v.i.p.NewMappings - Mapped Roots: 1
	2023-08-18 10:44:29,028 [   5550]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'mal015' with ClientId=ClientId(value=Host)
	2023-08-18 10:44:29,270 [   5792]   INFO - #c.i.c.CompilerWorkspaceConfiguration - Available processors: 12
	2023-08-18 10:44:29,341 [   5863]   INFO - #c.i.c.StatusBarInfoManager - === StatusBar.update another widget: null ===
	2023-08-18 10:44:29,341 [   5863]   INFO - #c.i.c.CloudConfigManager - === End.updateInitStatus ===
	2023-08-18 10:44:29,434 [   5956]   INFO - #c.i.i.s.p.i.SharedIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-6a850e46a072-JavaScript-IU-222.4345.14 is registered for project 'credit: matching: (fb=36, stub=77), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9), 
	2023-08-18 10:44:29,567 [   6089]   INFO - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-6a850e46a072-JavaScript-IU-222.4345.14
	2023-08-18 10:44:29,920 [   6442]   INFO - #c.i.c.StatusBarInfoManager - === StatusBar.start create ===
	2023-08-18 10:44:29,985 [   6507]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started scanning for indexing of credit. Reason: On project open
	2023-08-18 10:44:30,022 [   6544]   WARN - #c.i.o.a.i.ActionUpdater - 482 ms to grab EDT for BackAction#update@MainToolbar (com.intellij.ide.actions.BackAction)
	2023-08-18 10:44:30,081 [   6603]   WARN - #c.i.o.a.i.ActionUpdater - 398 ms to grab EDT for CWMTelephonyGroup#update@NavBarToolbar (com.jetbrains.rd.platform.codeWithMe.telephony.CWMTelephonyGroup)
	2023-08-18 10:44:30,118 [   6640]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for credit took 130ms; general responsiveness: ok; EDT responsiveness: ok
	2023-08-18 10:44:30,418 [   6940]   INFO - #c.a.t.i.i.GMavenIndexRepository - HTTP not modified since the last request for URL: https://dl.google.com/android/studio/gmaven/index/release/v0.1/classes-v0.1.json.gz (etag: "196747c").
	2023-08-18 10:44:30,419 [   6941]   INFO - #c.a.t.i.i.GMavenIndexRepository - Kept the old disk cache with an old ETag header: "196747c".
	2023-08-18 10:44:30,439 [   6961]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of credit uses 11 scanning threads
	2023-08-18 10:44:30,446 [   6968]   WARN - #c.i.o.a.i.ActionUpdater - 362 ms to grab EDT for DeviceAndSnapshotComboBoxAction#update@NavBarToolbar (com.android.tools.idea.run.deployment.DeviceAndSnapshotComboBoxAction)
	2023-08-18 10:44:30,446 [   6968]   WARN - #c.i.o.a.i.ActionUpdater - 361 ms to grab EDT for CWMTelephonyGroup#update@MainToolbar (com.jetbrains.rd.platform.codeWithMe.telephony.CWMTelephonyGroup)
	2023-08-18 10:44:30,457 [   6979]   INFO - #c.i.d.u.SqlDialects - SQL dialects initialized in 0 ms
	2023-08-18 10:44:30,986 [   7508]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
	2023-08-18 10:44:31,441 [   7963]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5447 ms since showing to preload popup menu 'Edit' at 'MainMenu' in 78 ms
	2023-08-18 10:44:31,460 [   7982]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5468 ms since showing to preload popup menu 'File' at 'MainMenu' in 99 ms
	2023-08-18 10:44:31,485 [   8007]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5492 ms since showing to preload popup menu 'View' at 'MainMenu' in 124 ms
	2023-08-18 10:44:31,526 [   8048]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5533 ms since showing to preload popup menu 'Navigate' at 'MainMenu' in 164 ms
	2023-08-18 10:44:31,551 [   8073]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5559 ms since showing to preload popup menu 'Code' at 'MainMenu' in 190 ms
	2023-08-18 10:44:31,573 [   8095]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5580 ms since showing to preload popup menu 'Build' at 'MainMenu' in 211 ms
	2023-08-18 10:44:31,655 [   8177]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5662 ms since showing to preload popup menu 'Run' at 'MainMenu' in 293 ms
	2023-08-18 10:44:31,691 [   8213]   INFO - #c.a.t.i.p.ProjectSystemService - DefaultProjectSystem project system has been detected
	2023-08-18 10:44:31,693 [   8215]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5699 ms since showing to preload popup menu 'Tools' at 'MainMenu' in 331 ms
	2023-08-18 10:44:31,696 [   8218]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5703 ms since showing to preload popup menu 'Refactor' at 'MainMenu' in 334 ms
	2023-08-18 10:44:31,715 [   8237]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5722 ms since showing to preload popup menu 'Help' at 'MainMenu' in 353 ms
	2023-08-18 10:44:31,716 [   8238]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5723 ms since showing to preload popup menu 'Window' at 'MainMenu' in 354 ms
	2023-08-18 10:44:32,258 [   8780]   INFO - #c.i.o.f.i.FileEditorManagerImpl - Project opening took 7371 ms
	2023-08-18 10:44:32,271 [   8793]   INFO - #o.j.i.m.p.MavenProjectsProcessor - [maven import] MavenProjectsProcessorReadingTask took 18ms
	2023-08-18 10:44:32,361 [   8883]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 51 packages (0 with '@web-types' prefix) in 759ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=0&size=51)
	2023-08-18 10:44:32,378 [   8900]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 4008ms; general responsiveness: ok; EDT responsiveness: 1/4 sluggish
	2023-08-18 10:44:32,382 [   8904]   INFO - #c.i.i.StartupUtil - notify that start-up thread is free
	2023-08-18 10:44:32,581 [   9103]   INFO - #c.i.o.a.i.PopupMenuPreloader - 2178 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup' in 166 ms
	2023-08-18 10:44:32,925 [   9447]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 51 packages (0 with '@web-types' prefix) in 563ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=51&size=51)
	2023-08-18 10:44:33,242 [   9764]   INFO - #o.j.i.maven - Sent token to maven server
	2023-08-18 10:44:33,485 [  10007]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 51 packages (0 with '@web-types' prefix) in 560ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=102&size=51)
	2023-08-18 10:44:34,060 [  10582]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 51 packages (0 with '@web-types' prefix) in 574ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=153&size=51)
	2023-08-18 10:44:34,610 [  11132]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 51 packages (2 with '@web-types' prefix) in 549ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=204&size=51)
	2023-08-18 10:44:35,228 [  11750]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 49 packages (6 with '@web-types' prefix) in 616ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=255&size=49)
	2023-08-18 10:44:35,641 [  12163]   INFO - #c.i.o.a.i.PopupMenuPreloader - 6228 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup' in 7 ms
	2023-08-18 10:44:35,760 [  12282]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 30 packages (2 with '@web-types' prefix) in 532ms (https://registry.npmjs.org/-/v1/search?&text=%22%40web-types%22&from=304&size=43)
	2023-08-18 10:44:35,850 [  12372]   INFO - #c.i.o.a.i.PopupMenuPreloader - 6469 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 217 ms
	2023-08-18 10:44:35,888 [  12410]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for credit. Number of scanned files: 147945; Number of files for indexing: 0 took 5770ms; general responsiveness: ok; EDT responsiveness: 1/6 sluggish
	2023-08-18 10:44:35,929 [  12451]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for credit. No files to index with loading content.
	2023-08-18 10:44:35,964 [  12486]   INFO - c.i.s.k.s.d.SpaceKtsFileDetector - SpaceKtsFileDetector
	2023-08-18 10:44:36,381 [  12903]   INFO - #c.a.i.c.u.ProjectUtils - Start caching project credit
	2023-08-18 10:44:36,528 [  13050]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 1 versions for @web-types/vue-client-only in 764ms
	2023-08-18 10:44:36,530 [  13052]   INFO - #c.j.p.intellij-plugin - [2, source=INIT] ProjectDataProvider#fetchInfoFor() - Failed obtaining data for 9 dependencies
	2023-08-18 10:44:36,733 [  13255]   INFO - #c.a.i.c.u.ProjectUtils - All cache finished for project credit took 352 ms
	2023-08-18 10:44:37,098 [  13620]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 3 versions for @web-types/lit in 568ms
	2023-08-18 10:44:37,247 [  13769]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 115 versions for @web-types/vuetify in 1484ms
	2023-08-18 10:44:37,589 [  14111]   INFO - #c.i.d.WindowsDefenderChecker - Windows Defender status: not used
	2023-08-18 10:44:37,670 [  14192]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 2 versions for @web-types/vue-router in 571ms
	2023-08-18 10:44:38,269 [  14791]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 44 versions for @web-types/quasar-framework in 598ms
	2023-08-18 10:44:38,533 [  15055]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit:3.4.0 platform module: credit with buildFile: file://D:/develop_project/idea/credit-finance/pom.xml
	2023-08-18 10:44:38,542 [  15064]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-auth:3.4.0 platform module: credit-auth with buildFile: file://D:/develop_project/idea/credit-finance/credit-auth/pom.xml
	2023-08-18 10:44:38,563 [  15085]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-gateway:3.4.0 platform module: credit-gateway with buildFile: file://D:/develop_project/idea/credit-finance/credit-gateway/pom.xml
	2023-08-18 10:44:38,587 [  15109]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-visual:3.4.0 platform module: credit-visual with buildFile: file://D:/develop_project/idea/credit-finance/credit-visual/pom.xml
	2023-08-18 10:44:38,589 [  15111]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-visual-monitor:3.4.0 platform module: credit-visual-monitor with buildFile: file://D:/develop_project/idea/credit-finance/credit-visual/credit-monitor/pom.xml
	2023-08-18 10:44:38,616 [  15138]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-modules:3.4.0 platform module: credit-modules with buildFile: file://D:/develop_project/idea/credit-finance/credit-modules/pom.xml
	2023-08-18 10:44:38,619 [  15141]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-modules-system:3.4.0 platform module: credit-modules-system with buildFile: file://D:/develop_project/idea/credit-finance/credit-modules/credit-system/pom.xml
	2023-08-18 10:44:38,673 [  15195]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-modules-gen:3.4.0 platform module: credit-modules-gen with buildFile: file://D:/develop_project/idea/credit-finance/credit-modules/credit-gen/pom.xml
	2023-08-18 10:44:38,692 [  15214]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-modules-job:3.4.0 platform module: credit-modules-job with buildFile: file://D:/develop_project/idea/credit-finance/credit-modules/credit-job/pom.xml
	2023-08-18 10:44:38,723 [  15245]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-modules-file:3.4.0 platform module: credit-modules-file with buildFile: file://D:/develop_project/idea/credit-finance/credit-modules/credit-file/pom.xml
	2023-08-18 10:44:38,759 [  15281]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-api:3.4.0 platform module: credit-api with buildFile: file://D:/develop_project/idea/credit-finance/credit-api/pom.xml
	2023-08-18 10:44:38,761 [  15283]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-api-system:3.4.0 platform module: credit-api-system with buildFile: file://D:/develop_project/idea/credit-finance/credit-api/credit-api-system/pom.xml
	2023-08-18 10:44:38,779 [  15301]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common:3.4.0 platform module: credit-common with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/pom.xml
	2023-08-18 10:44:38,783 [  15305]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-log:3.4.0 platform module: credit-common-log with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-log/pom.xml
	2023-08-18 10:44:38,797 [  15319]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-core:3.4.0 platform module: credit-common-core with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-core/pom.xml
	2023-08-18 10:44:38,810 [  15332]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-redis:3.4.0 platform module: credit-common-redis with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-redis/pom.xml
	2023-08-18 10:44:38,825 [  15347]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-swagger:3.4.0 platform module: credit-common-swagger with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-swagger/pom.xml
	2023-08-18 10:44:38,837 [  15359]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-security:3.4.0 platform module: credit-common-security with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-security/pom.xml
	2023-08-18 10:44:38,848 [  15370]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 8 versions for @web-types/quasar in 579ms
	2023-08-18 10:44:38,873 [  15395]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-datascope:3.4.0 platform module: credit-common-datascope with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-datascope/pom.xml
	2023-08-18 10:44:38,887 [  15409]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-common-datasource:3.4.0 platform module: credit-common-datasource with buildFile: file://D:/develop_project/idea/credit-finance/credit-common/credit-common-datasource/pom.xml
	2023-08-18 10:44:38,902 [  15424]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-business:3.4.0 platform module: credit-business with buildFile: file://D:/develop_project/idea/credit-finance/credit-business/pom.xml
	2023-08-18 10:44:38,912 [  15434]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 30 versions for @web-types/bootstrap-vue in 1664ms
	2023-08-18 10:44:38,965 [  15487]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-adapter:3.4.0 platform module: credit-adapter with buildFile: file://D:/develop_project/idea/credit-finance/credit-adapter/pom.xml
	2023-08-18 10:44:39,004 [  15526]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-bank:3.4.0 platform module: credit-bank with buildFile: file://D:/develop_project/idea/credit-finance/credit-bank/pom.xml
	2023-08-18 10:44:39,036 [  15558]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-fg-upload:3.4.0 platform module: credit-fg-upload with buildFile: file://D:/develop_project/idea/credit-finance/credit-fg-upload/pom.xml
	2023-08-18 10:44:39,072 [  15594]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-huarun:3.4.0 platform module: credit with buildFile: file://D:/develop_project/idea/credit-finance/credit-huarun/pom.xml
	2023-08-18 10:44:39,130 [  15652]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - for com.credit:credit-third:3.4.0 platform module: credit with buildFile: file://D:/develop_project/idea/credit-finance/credit-third/pom.xml
	2023-08-18 10:44:39,399 [  15921]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 3 versions for @web-types/at-nuxt-vue-app in 551ms
	2023-08-18 10:44:39,505 [  16027]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 1 versions for @web-types/vue-no-ssr in 593ms
	2023-08-18 10:44:40,006 [  16528]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 1 dist-tags, 31 versions for @web-types/vue in 606ms
	2023-08-18 10:44:40,008 [  16530]   WARN - #c.i.j.w.w.n.WebTypesNpmLoader - raw.githubusercontent.com
	2023-08-18 10:44:40,417 [  16939]   INFO - #c.a.i.c.c.BinaryUpdater - process output:
	2023-08-18 10:44:40,417 [  16939]   INFO - #c.a.i.c.c.BinaryManager - checking cosy binary updating, sameVersionForceUpdate = false
	2023-08-18 10:44:41,041 [  17563]   WARN - #c.a.i.c.c.BinaryManager - local binary version is equal to plugin internal version, checking signature
	2023-08-18 10:44:41,871 [  18393]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Running index diagnostic for [file://D:/develop_project/idea/credit-finance]
	2023-08-18 10:44:42,295 [  18817]   INFO - #c.a.i.c.c.BinaryManager - calculate Cosy binary signature. cost:112
	2023-08-18 10:44:42,319 [  18841]   INFO - #c.a.i.c.c.BinaryUpdater - wait for updating
	2023-08-18 10:44:42,964 [  19486]   INFO - #c.a.i.c.c.BinaryUpdater - process output:
	2023-08-18 10:44:42,964 [  19486]   INFO - #c.a.i.c.c.Cosy - starting to startup cosy
	2023-08-18 10:44:42,964 [  19486]   INFO - #c.a.i.c.c.Cosy - cosy home dir C:\Users\mal015\.cosy
	2023-08-18 10:44:42,965 [  19487]   INFO - #c.a.i.c.c.Cosy - .info not exist, start to create Cosy process
	2023-08-18 10:44:42,966 [  19488]   INFO - #c.a.i.c.c.BinaryRunner - Windows platform add 'cmd /c' to detach
	2023-08-18 10:44:42,982 [  19504]   INFO - #c.a.i.c.c.Cosy - cosy home dir C:\Users\mal015\.cosy
	2023-08-18 10:44:42,983 [  19505]   INFO - #c.a.i.c.c.Cosy - .info file not exist, wait 100ms and retry
	2023-08-18 10:44:43,414 [  19936]   WARN - #c.i.o.w.i.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Eval Reset) or icon RasterizedImageDataLoader(classLoader=com.intellij.util.lang.PathClassLoader@387c703b, path=general/reset.svg)
	2023-08-18 10:44:43,446 [  19968] SEVERE - #c.i.i.p.PluginManager - com/intellij/ide/util/PropertiesComponentImpl
	java.lang.NoClassDefFoundError: com/intellij/ide/util/PropertiesComponentImpl
		at io.zhile.research.intellij.ier.common.Resetter.getEvalRecords(Resetter.java:72)
		at io.zhile.research.intellij.ier.ui.form.MainForm.reloadRecordItems(MainForm.java:134)
		at io.zhile.research.intellij.ier.ui.form.MainForm.getContent(MainForm.java:99)
		at io.zhile.research.intellij.ier.tw.MainToolWindowFactory.createToolWindowContent(MainToolWindowFactory.java:23)
		at com.intellij.openapi.wm.impl.ToolWindowImpl.createContentIfNeeded$intellij_platform_ide_impl(ToolWindowImpl.kt:533)
		at com.intellij.openapi.wm.impl.ToolWindowImpl.scheduleContentInitializationIfNeeded$intellij_platform_ide_impl(ToolWindowImpl.kt:512)
		at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.doShowWindow(ToolWindowManagerImpl.kt:923)
		at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.showToolWindowImpl(ToolWindowManagerImpl.kt:863)
		at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.showToolWindowImpl$default(ToolWindowManagerImpl.kt:852)
		at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.showToolWindow(ToolWindowManagerImpl.kt:751)
		at com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager.showToolWindow(BackendServerToolWindowManager.kt:194)
		at com.intellij.openapi.wm.impl.ToolWindowImpl.show(ToolWindowImpl.kt:268)
		at io.zhile.research.intellij.ier.action.ResetAction.actionPerformed(ResetAction.java:61)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:315)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:294)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:337)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:294)
		at com.intellij.openapi.fileEditor.impl.IdeUiServiceImpl.performActionDumbAwareWithCallbacks(IdeUiServiceImpl.java:109)
		at com.intellij.notification.Notification.fire(Notification.java:288)
		at com.intellij.notification.impl.NotificationsManagerImpl.lambda$createAction$11(NotificationsManagerImpl.java:841)
		at com.intellij.ui.components.labels.LinkLabel.doClick(LinkLabel.java:174)
		at com.intellij.ui.components.labels.LinkLabel.doClick(LinkLabel.java:388)
		at com.intellij.ui.components.labels.LinkLabel$MyMouseHandler.mouseReleased(LinkLabel.java:361)
		at java.desktop/java.awt.Component.processMouseEvent(Component.java:6648)
		at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3392)
		at java.desktop/java.awt.Component.processEvent(Component.java:6413)
		at java.desktop/java.awt.Container.processEvent(Container.java:2266)
		at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022)
		at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
		at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)
		at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
		at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
		at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
		at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
		at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802)
		at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)
		at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)
		at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
		at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
		at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
		at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
		at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:754)
		at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:752)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
		at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
		at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:751)
		at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)
		at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:840)
		at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:763)
		at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)
		at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)
		at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
		at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)
		at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)
		at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
		at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)
		at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
		at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
		at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
		at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
		at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
		at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
	Caused by: java.lang.ClassNotFoundException: com.intellij.ide.util.PropertiesComponentImpl PluginClassLoader(plugin=PluginDescriptor(name=IDE Eval Reset, id=io.zhile.research.ide-eval-resetter, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2022.2\plugins\ide-eval-resetter, version=2.3.5, package=null, isBundled=false), packagePrefix=null, instanceId=16, state=active)
		at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:214)
		at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
		... 64 more
	2023-08-18 10:44:43,448 [  19970] SEVERE - #c.i.i.p.PluginManager - IntelliJ IDEA 2022.2.3  Build #IU-222.4345.14
	2023-08-18 10:44:43,448 [  19970] SEVERE - #c.i.i.p.PluginManager - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
	2023-08-18 10:44:43,449 [  19971] SEVERE - #c.i.i.p.PluginManager - OS: Windows 10
	2023-08-18 10:44:43,449 [  19971] SEVERE - #c.i.i.p.PluginManager - Plugin to blame: IDE Eval Reset version: 2.3.5
	2023-08-18 10:44:43,484 [  20006]   INFO - #c.a.i.c.c.Cosy - Retry for fetching .info for 1 times, 19 times left
	2023-08-18 10:44:43,576 [  20098]   INFO - #c.a.i.c.c.w.CosyWebSocketClient - Cosy websocket startup succeed, cost 88 ms
	2023-08-18 10:44:45,208 [  21730]   INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
	2023-08-18 10:44:45,212 [  21734]   INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
	2023-08-18 10:44:45,218 [  21740]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\mal015\AppData\Local\JetBrains'. JvmStartTimeMs=1692326663306
	2023-08-18 10:44:45,220 [  21742]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
	2023-08-18 10:44:45,221 [  21743]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
	2023-08-18 10:44:45,222 [  21744]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
	2023-08-18 10:44:45,957 [  22479]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 720 ms. Thread[ApplicationImpl pooled thread 17,4,main]
	2023-08-18 10:44:48,906 [  25428]   INFO - #c.i.o.a.i.PopupMenuPreloader - 4809 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 322 ms
	2023-08-18 10:44:53,922 [  30444]   WARN - #c.a.i.c.c.Cosy - startup cosy timeout
	2023-08-18 10:44:53,924 [  30446]   INFO - #c.a.i.c.c.Cosy - succeed to startup cosy
	2023-08-18 10:44:54,216 [  30738]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-5.xml
	2023-08-18 10:44:54,526 [  31048]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-3.xml
	2023-08-18 10:44:54,526 [  31048]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-3.xml
	2023-08-18 10:44:54,526 [  31048]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-2.xml
	2023-08-18 10:44:54,526 [  31048]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-automotive/sys-img2-3.xml
	2023-08-18 10:44:54,527 [  31049]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-3.xml
	2023-08-18 10:44:54,527 [  31049]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-3.xml
	2023-08-18 10:44:54,527 [  31049]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-3.xml
	2023-08-18 10:44:54,528 [  31050]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_atd/sys-img2-3.xml
	2023-08-18 10:44:54,528 [  31050]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-desktop/sys-img2-3.xml
	2023-08-18 10:44:54,528 [  31050]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/aosp_atd/sys-img2-3.xml
	2023-08-18 10:44:54,529 [  31051]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-3.xml
	2023-08-18 10:44:54,529 [  31051]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-3.xml
	2023-08-18 10:44:54,529 [  31051]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google-tv/sys-img2-3.xml
	2023-08-18 10:44:54,529 [  31051]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-3.xml
	2023-08-18 10:44:54,529 [  31051]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-3.xml
	2023-08-18 10:44:54,529 [  31051]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-3.xml
	2023-08-18 10:44:55,622 [  32144]   INFO - #c.a.i.c.u.s.NewWelcome - official label font family is: javax.swing.plaf.FontUIResource[family=JetBrains Mono,name=JetBrains Mono,style=plain,size=15]
	2023-08-18 10:44:55,700 [  32222]   INFO - STDOUT - Initialize stderr logger, severity=LOGSEVERITY_DISABLE
	2023-08-18 10:44:57,007 [  33529]   INFO - #c.a.i.c.c.w.CosyWebSocketClient - WebSocket closed, reason: 
	2023-08-18 10:44:57,008 [  33530]   INFO - #c.a.i.c.c.w.CosyWebSocketClient - Session closed
	2023-08-18 10:44:57,024 [  33546]   INFO - #c.a.i.c.c.BinaryManager - checking cosy binary updating, sameVersionForceUpdate = false
	2023-08-18 10:44:57,560 [  34082]   WARN - #c.a.i.c.c.BinaryManager - local binary version is equal to plugin internal version, checking signature
	2023-08-18 10:44:58,648 [  35170]   INFO - #c.a.i.c.c.BinaryManager - calculate Cosy binary signature. cost:92
	2023-08-18 10:44:58,670 [  35192]   INFO - #c.a.i.c.c.BinaryUpdater - wait for updating
	2023-08-18 10:45:01,953 [  38475]   INFO - #c.i.c.ComponentStoreImpl - Saving appFileTypeManager took 12 ms
	2023-08-18 10:45:02,025 [  38547]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=credit, containerState=COMPONENT_CREATED, componentStore=D:\develop_project\idea\credit-finance)RunManager took 30 ms
	2023-08-18 10:45:02,548 [  39070]   INFO - #c.a.i.c.c.BinaryUpdater - process output:
	2023-08-18 10:45:02,548 [  39070]   INFO - #c.a.i.c.c.Cosy - starting to startup cosy
	2023-08-18 10:45:02,548 [  39070]   INFO - #c.a.i.c.c.Cosy - cosy home dir C:\Users\mal015\.cosy
	2023-08-18 10:45:02,548 [  39070]   INFO - #c.a.i.c.c.Cosy - .info exists, start to connect Cosy server
	2023-08-18 10:45:02,549 [  39071]   INFO - #c.a.i.c.c.Cosy - cosy home dir C:\Users\mal015\.cosy
	2023-08-18 10:45:02,552 [  39074]   INFO - #c.a.i.c.c.w.CosyWebSocketClient - Cosy websocket startup succeed, cost 3 ms
	2023-08-18 10:45:12,555 [  49077]   WARN - #c.a.i.c.c.Cosy - startup cosy timeout
	2023-08-18 10:45:12,556 [  49078]   INFO - #c.a.i.c.c.Cosy - succeed to startup cosy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs more info
Projects
None yet
Development

No branches or pull requests

7 participants