When IDEA launch via command-line, the terminal display garbled characters

Answered

i use macos, when launch via the icon, the terminal display characters correctly.

but launch via command-line, the terminal display garbled characters.

Upon inspecting the log of launching via command line, I found the following passages: “WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531”;

Is it possible to resolve this problem through configuration settings or is it inherently a bug ? The complete launch log is presented below:

launch via command-line : 

2023-08-31 09:42:08,326 [      4]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-08-31 09:42:08,330 [      8]   INFO - #c.i.p.d.t.TelemetryManager - Initializing TelemetryTracer ...
2023-08-31 09:42:08,329 [      7]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2023-08-31 09:42:08,349 [     27]   INFO - #c.i.u.EnvironmentUtil - loading shell env is skipped: IDE has been launched from a terminal (SHLVL=2)
2023-08-31 09:42:08,379 [     57]   INFO - #c.i.i.AppStarter - JNA library (64-bit) loaded in 31 ms
2023-08-31 09:42:08,392 [     70]   INFO - #c.i.i.AppStarter - IDE: IntelliJ IDEA (build #IU-232.9559.62, 23 Aug 2023 13:01)
2023-08-31 09:42:08,393 [     71]   INFO - #c.i.i.AppStarter - OS: Mac OS X (13.5.1)
2023-08-31 09:42:08,393 [     71]   INFO - #c.i.i.AppStarter - JRE: 17.0.8+7-b1000.8, x86_64 (JetBrains s.r.o.)
2023-08-31 09:42:08,394 [     72]   INFO - #c.i.i.AppStarter - JVM: 17.0.8+7-b1000.8 (OpenJDK 64-Bit Server VM)
2023-08-31 09:42:08,405 [     83]   INFO - #c.i.i.AppStarter - PID: 11508
2023-08-31 09:42:08,413 [     91]   INFO - #c.i.p.d.t.TelemetryManager - Loaded telemetry tracer service com.intellij.platform.diagnostic.telemetry.impl.TelemetryManagerImpl
2023-08-31 09:42:08,414 [     92]   INFO - #c.i.p.d.t.i.TelemetryManagerImpl - Initializing telemetry tracer com.intellij.platform.diagnostic.telemetry.impl.TelemetryManagerImpl
2023-08-31 09:42:08,454 [    132]   INFO - #c.i.i.AppStarter - JVM options: [-Duser.language=en, -Duser.country=US, -XX:ErrorFile=/Users/xxxxx/java_error_in_idea_%p.log, -XX:HeapDumpPath=/Users/xxxxx/java_error_in_idea.hprof, -Xms128m, -Xmx2048m, -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, -Dapple.awt.application.appearance=system, -Xmx2048m, -Dide.managed.by.toolbox=/Applications/JetBrains Toolbox.app/Contents/MacOS/jetbrains-toolbox, -Dtoolbox.notification.token=bd09dc44-3310-4386-893c-3f8621e8a4ff, -Dtoolbox.notification.portFile=/Users/xxxxx/Library/Caches/JetBrains/Toolbox/ports/355439441.port, -Djb.vmOptionsFile=/Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2/idea.vmoptions, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.ref=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.nio.fs=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.base/sun.net.dns=ALL-UNNAMED, --add-opens=java.desktop/com.apple.eawt=ALL-UNNAMED, --add-opens=java.desktop/com.apple.eawt.event=ALL-UNNAMED, --add-opens=java.desktop/com.apple.laf=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/java.awt.font=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=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.lwawt=ALL-UNNAMED, --add-opens=java.desktop/sun.lwawt.macosx=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=java.desktop/com.sun.java.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, -Djna.boot.library.path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/jna/amd64, -Dpty4j.preferred.native.folder=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/pty4j, -Dsplash=true, -Didea.home.path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents, -Daether.connector.resumeDownloads=false, -Didea.executable=idea, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Djna.noclasspath=true, -Djna.nosys=true, -Didea.paths.selector=IntelliJIdea2023.2, -Didea.vendor.name=JetBrains]
2023-08-31 09:42:08,456 [    134]   INFO - #c.i.i.AppStarter - args: 
2023-08-31 09:42:08,457 [    135]   INFO - #c.i.i.AppStarter - library path: /Users/xxxxx/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
2023-08-31 09:42:08,458 [    136]   INFO - #c.i.i.AppStarter - boot library path: /Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Home/lib
2023-08-31 09:42:08,459 [    137]   INFO - #c.i.i.AppStarter - JAVA_TOOL_OPTIONS=-Duser.language=en -Duser.country=US
2023-08-31 09:42:08,469 [    147]   INFO - #c.i.p.d.t.CsvMetricsExporter - open-telemetry-metrics-plotter.html is not found in classpath
2023-08-31 09:42:08,618 [    296]   INFO - #c.i.i.AppStarter - locale=en_US_#Hans JNU=UTF-8 file.encoding=UTF-8
    idea.config.path=/Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2
    idea.system.path=/Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2
    idea.plugins.path=/Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2/plugins
    idea.log.path=/Users/xxxxx/Library/Logs/JetBrains/IntelliJIdea2023.2
2023-08-31 09:42:08,635 [    313]   INFO - #c.i.i.AppStarter - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@62ff90a6[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@14ad2f8b
2023-08-31 09:42:08,809 [    487]   INFO - #c.i.i.p.PluginManager - Module intellij.sh.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm 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.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.clouds.kubernetes.charts.gotpl is not enabled because dependency org.jetbrains.plugins.go-template is not available
Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
Module kotlin-ultimate.common-native is not enabled because dependency com.intellij.modules.cidr.debugger is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-native is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.php.llm is not enabled because dependency com.jetbrains.php is not available
Module intellij.ruby.llm is not enabled because dependency org.jetbrains.plugins.ruby is not available
Module intellij.ml.llm.cpp is not enabled because dependency com.intellij.modules.clion is not available
Module intellij.ml.llm.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.ml.llm.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.qodana.php is not enabled because dependency com.jetbrains.php is not available
2023-08-31 09:42:08,844 [    522]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: Styled Components & Styled JSX (232.9559.62), Copyright (232.9559.62), ML in Search Everywhere for Microservices (232.9559.62), Project Wide Analysis for Java (232.9559.62), In-Editor Performance Hints (232.9559.62), Qodana (232.9559.62), YAML (232.9559.62), Persistence Frameworks (232.9559.62), Shared Indexes (232.9559.62), PostCSS (232.9559.62), Database Tools and SQL (232.9559.62), TestNG (232.9559.62), Gradle Extension (232.9559.62), Dev Containers (232.9559.62), Docker (232.9559.62), Subversion (232.9559.62), Plugin DevKit (232.9559.62), Apache Velocity (232.9559.62), JVM Microservices Frameworks (232.9559.62), Machine Learning in Search Everywhere (232.9559.62), Data Editor Support Core (232.9559.62), Reactive Streams (232.9559.62), Cucumber for Groovy (232.9559.62), Jakarta EE: Application Servers (232.9559.62), JavaScript Intention Power Pack (232.9559.62), Gradle (232.9559.62), GitHub (232.9559.62), Protocol Buffers (232.9559.62), Jakarta EE Platform (232.9559.62), FreeMarker (232.9559.62), IntelliLang (232.9559.62), Spring Messaging (232.9559.62), Webpack (232.9559.62), Tomcat and TomEE (232.9559.62), Kotlin (232-1.9.0-IJ9559.62), Images (232.9559.62), Java Internationalization (232.9559.62), Lombok (232.9559.62), Jakarta EE: Persistence (JPA) (232.9559.62), WildFly (232.9559.62), Toml (232.9559.62), Spring Web (232.9559.62), Node.js Remote Interpreter (232.9559.62), Cucumber for Java (232.9559.62), Machine Learning Code Completion (232.9559.62), Shared Project Caches (232.9559.62), Shell Script (232.9559.62), Code Coverage for Java (232.9559.62), Configuration Script (232.9559.62), Groovy (232.9559.62), NetBeans Keymap (232.9559.62), Vite (232.9559.62), Vue.js (232.9559.62), Performance Testing (Warmup) (232.9559.62), Gradle Dependency Updater Implementation (232.9559.62), Next.js Support (232.9559.62), Jakarta EE: Bean Validation (232.9559.62), JetBrains maven model api classes (232.9559.62), Android Design Tools (232.9559.62), Shared Project Indexes (232.9559.62), UI Designer (232.9559.62), Jakarta EE: RESTful Web Services (JAX-RS) (232.9559.62), IDE Features Trainer (232.9559.62), Project Wide Analysis (232.9559.62), Dependency Structure Matrix (232.9559.62), Java Stream Debugger (232.9559.62), Perforce Helix Core (232.9559.62), Hibernate (232.9559.62), IDEA CORE (232.9559.62), Terminal for Gateway (232.9559.62), Eclipse Keymap (232.9559.62), Maven Extension (232.9559.62), Java IDE Customization (232.9559.62), Remote Development Gateway (232.9559.62), IDE Settings Sync (232.9559.62), Remote Development Server (232.9559.62), Jakarta EE: Expression Language (EL) (232.9559.62), Karma (232.9559.62), Spring (232.9559.62), Jakarta EE: Server Pages (JSP) (232.9559.62), Gradle-Java-Analysis (232.9559.62), JavaScript Debugger (232.9559.62), Ktor (232.9559.62), Bytecode Viewer (232.9559.62), Git (232.9559.62), Settings Sync (232.9559.62), Spring Boot (232.9559.62), Properties (232.9559.62), EditorConfig (232.9559.62), Time Tracking (232.9559.62), WebP Support (232.9559.62), Performance Testing (Dynamic Plugins) (232.9559.62), Polymer & Web Components (232.9559.62), Gradle-Java (232.9559.62), Maven server api classes (232.9559.62), Package Checker (232.9559.62), OpenAPI Specifications (232.9559.62), Space (232.9559.62), JUnit (232.9559.62), Jakarta EE: Web/Servlets (232.9559.62), Gradle-Maven (232.9559.62), FTP/SFTP/WebDAV Connectivity (232.9559.62), Micronaut (232.9559.62), Projector Libraries for Code With Me and Remote Development (232.9559.62), Endpoints (232.9559.62), Thymeleaf (232.9559.62), Sass (232.9559.62), com.intellij.tracing.ide (232.9559.62), Performance Testing (232.9559.62), Spring Integration Patterns (232.9559.62), AOP Pointcut Language (232.9559.62), Eclipse Interoperability (232.9559.62), Less (232.9559.62), TSLint (232.9559.62), Spring Security (232.9559.62), Quarkus (232.9559.62), Terminal (232.9559.62), Gherkin (232.9559.62), Android (2022.3.1 Final.232.9559.62), Data Editor Support (232.9559.62), Diagrams (232.9559.62), gRPC (232.9559.62), API Recommenders (232.9559.62), GlassFish (232.9559.62), Spring Initializr (232.9559.62), JavaScript and TypeScript (232.9559.62), Cache-Value Profiler (232.9559.62), Code With Me (232.9559.62), Spring Cloud (232.9559.62), Prettier (232.9559.62), SSH Remote Run (232.9559.62), Markdown (232.9559.62), Angular and AngularJS (232.9559.62), Node.js (232.9559.62), JSONPath (232.9559.62), Java (232.9559.62), Mercurial (232.9559.62), JavaFX (232.9559.62), Refactor-X (232.9559.62), GitLab (232.9559.62), Charts Support (232.9559.62), XPathView + XSLT (232.9559.62), Ant (232.9559.62), com.intellij.dev (232.9559.62), Maven (232.9559.62), Visual Studio Keymap (232.9559.62), Tailwind CSS (232.9559.62), Jakarta EE: Gradle Integration (232.9559.62), Gradle DSL API (232.9559.62), HTML Tools (232.9559.62), CSS (232.9559.62), Grazie Lite (232.9559.62), Jakarta EE: Messaging (JMS) (232.9559.62), HTTP Client (232.9559.62), Java Bytecode Decompiler (232.9559.62), Task Management (232.9559.62), JetBrains Repository Search (232.9559.62), TextMate Bundles (232.9559.62), Spring Data (232.9559.62), Async Profiler for IDE Performance Testing (232.9559.62), Jakarta EE: Contexts and Dependency Injection (CDI) (232.9559.62)
2023-08-31 09:42:08,845 [    523]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: AI Assistant (232.9826), Big Data Tools Core (232.9559.62), Translation (3.5.2), Kafka (232.9559.62), .ignore (4.5.1), Rainbow Brackets (2023.3.4), IdeaVim (2.4.1), Kubernetes (232.9559.34), GitHub Copilot (1.2.21.2995), Extra ToolWindow Colorful Icons (1.26.0)
2023-08-31 09:42:08,890 [    568]   INFO - #c.i.u.m.s.Menu - use new ScreenMenuBar implementation
2023-08-31 09:42:09,137 [    815]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=/Users/xxxxx/.m2/repository}
2023-08-31 09:42:09,175 [    853]   INFO - #c.i.u.i.PageCacheUtils - File page caching params:
2023-08-31 09:42:09,176 [    854]   INFO - #c.i.u.i.PageCacheUtils - 	DEFAULT_PAGE_SIZE:10485760
2023-08-31 09:42:09,177 [    855]   INFO - #c.i.u.i.PageCacheUtils - 	FilePageCache: regular
2023-08-31 09:42:09,177 [    855]   INFO - #c.i.u.i.PageCacheUtils - 	DirectByteBuffers pool: 104857600 bytes
2023-08-31 09:42:09,201 [    879]   INFO - #c.i.o.u.r.RegistryManager - Registry values changed by user: ide.experimental.ui = true, ide.experimental.ui.inter.font = false, idea.plugins.compatible.build = 
2023-08-31 09:42:09,237 [    915]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses strict names enumerator
2023-08-31 09:42:09,302 [    980]   INFO - lermitage.intellij.extratci.ExtraToolWindowIconsPatcher - config loaded with success, enabled 111/111 items
2023-08-31 09:42:09,303 [    981]   INFO - #c.i.i.p.ExpiredPluginsState - Plugins to skip: []
2023-08-31 09:42:09,661 [   1339]   WARN - #c.i.u.n.s.ConfirmingTrustManager - Received an empty list of custom trusted root certificates from the system. Check log above for possible errors, enable debug logging in category 'org.jetbrains.nativecerts' for more information
2023-08-31 09:42:09,666 [   1344]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2023-08-31 09:42:09,685 [   1363]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2023-08-31 09:42:09,692 [   1370]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses new (streamlined) attributes storage
2023-08-31 09:42:09,735 [   1413]   INFO - #c.i.o.v.n.p.FSRecords - using OVER_MMAPPED_FILE storage for VFS records
2023-08-31 09:42:09,744 [   1422]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS: impl (expected) version=576319, 295635 file records, 3658 content blobs
2023-08-31 09:42:09,959 [   1637]   INFO - #c.i.o.v.n.p.PersistentFSConnector - 213 ms to self-checks, load free records and inverted name index
2023-08-31 09:42:10,013 [   1691]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: /Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/bin/fsnotifier
2023-08-31 09:42:10,034 [   1712]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2023-08-31 09:42:10,039 [   1717]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=~/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/terminal, version=232.9559.62, package=null, isBundled=true)
2023-08-31 09:42:10,039 [   1717]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode OSX" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=~/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/terminal, version=232.9559.62, package=null, isBundled=true)
2023-08-31 09:42:10,074 [   1752]   INFO - #com.android.tools.idea.serverflags.ServerFlagInitializer - Enabled server flags: 
2023-08-31 09:42:10,472 [   2150]   WARN - #c.i.c.ComponentStoreImpl - Duplicated scheme Light - old: Light, new Light
2023-08-31 09:42:10,678 [   2356]   INFO - #c.j.r.p.c.p.w.s.WireStorage - Start Wire Storage check: Check Wire Buffer Size
2023-08-31 09:42:10,951 [   2629]   INFO - #c.i.o.v.n.p.FSRecords - VFS health-check disabled
2023-08-31 09:42:10,961 [   2639]   INFO - #c.i.s.SettingsSynchronizer - Initializing settings sync
2023-08-31 09:42:11,049 [   2727]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities from files
2023-08-31 09:42:11,067 [   2745]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:42:11,089 [   2767]   INFO - STDOUT - 
2023-08-31 09:42:11,204 [   2882]   INFO - #c.i.j.JdkEx - === TabbingMode: available ===
2023-08-31 09:42:11,254 [   2932]   INFO - #c.i.c.ComponentStoreImpl - Saving appAbbreviationManager took 15 ms, FeatureUsageStatistics took 17 ms, FileTypeManager took 43 ms, PluginAdvertiserExtensions took 19 ms, ProjectJdkTable took 13 ms
2023-08-31 09:42:11,283 [   2961]   INFO - #c.i.j.JdkEx - === TabbingMode: on ===
2023-08-31 09:42:11,408 [   3086]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2023-08-31 09:42:11,418 [   3096]   INFO - #c.i.s.GitSettingsLog - Copying existing settings from /Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2 to /Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2/settingsSync
2023-08-31 09:42:11,484 [   3162]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 255 ms
2023-08-31 09:42:11,529 [   3207]   WARN - #o.j.i.maven - updateAllMavenProjectsSync started, edt=false
2023-08-31 09:42:11,614 [   3292]   WARN - #o.j.i.maven - updateAllMavenProjectsSync finished, edt=false
2023-08-31 09:42:11,891 [   3569]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 10 ms: Add module mapping
2023-08-31 09:42:11,932 [   3610]   INFO - #c.i.u.i.FileBasedIndexImpl - Indices to be built:FilenameIndex(v = 258)
2023-08-31 09:42:11,934 [   3612]   INFO - #c.i.u.i.FileBasedIndexImpl - Using nice flusher for indexes
2023-08-31 09:42:11,945 [   3623]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 980 ms. Initialized indexes: [FilenameIndex, IdIndex, FrameworkDetectionIndex, TodoIndex, Trigram.Index, fileIncludes, filetypes, XmlTagNames, DomFileIndex, RelaxSymbolIndex, html5.custom.attributes.index, XmlNamespaces, json.file.root.values, SchemaTypeInheritance, editorconfig.index.name, HashFragmentIndex, yaml.keys.name, HtmlTagIdIndex, VtlFileIndex, xmlProperties, CompassFunctionsIndex, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, OpenapiSpecificationContentIndexer, java.auto.module.name, SwReferencesIndex, XsltSymbolIndex, docker.compose.services, java.source.module.name, java.fun.expression, java.binary.plus.expression, java.null.method.argument, css.template.selectors, CssIndex, bytecodeAnalysis, FtlFileIndex, ant-imports, LombokConfigIndex, protoeditor.java.outer.class.index, com.intellij.uiDesigner.FormClassIndex, PluginIdDependenciesIndex, PluginIdModuleIndex, IdeaPluginRegistrationIndex, devkit.ExtensionPointClassIndex, devkit.ExtensionPointIndex, SpringXmlBeansIndex, spring.spiFileIndex, taglibUris, spring.boot.importsFileIndex, JavaFxControllerClassIndex, spring.autoConfigureMetadataIndex, javafx.id.name, javafx.custom.component, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, javafx.stylesheets.name, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.base.indices.names.KotlinTopLevelCallableByPackageShortNameIndex, java.cucumber.java8.step, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.base.indices.names.KotlinTopLevelClassLikeDeclarationByPackageShortNameIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinShortClassNameFileIndex, groovy.cucumber.step, js.package.index, Stubs, js.test.names, js.string.literal.words.index, js.custom.single.entry.index, js.implicit.elements.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, VueNoScriptFilesIndex, VueComponentStylesIndex, sql.routine.index, sql.types.count.index, BindingXmlIndex, NavXmlIndex, angularjs.template.cache, angularjs.ui.router.views.index, WebComponentsIndex, com.android.tools.idea.model.AndroidManifestIndex, IgnoreFilesIndex, angularjs.app.index].
2023-08-31 09:42:12,166 [   3844]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:42:12,175 [   3853]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 48 ms: Change entity sources to externally imported
2023-08-31 09:42:12,263 [   3941]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 3 in 0 ms: Add project library mapping
2023-08-31 09:42:12,286 [   3964]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:42:12,286 [   3964]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 4 in 4 ms: Sync global entities with project: test-ser
2023-08-31 09:42:12,302 [   3980]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 356 ms. Initialized stub indexes: {js.local.namespace.members.index, angular2.metadata.pipe.index, angularjs.ui.router.generic.states.index, Css.custom.mixin, js.used.remote.modules, Scss.variable, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, es6.assignment.index, angularjs.module.index, angularjs.controller.index, js.gcl.modules, Scss.placeholder.selector, js.global.symbol.index, js.symbol.index2, js.nonglobal.symbol.index, angular2.source.module.index, js.symbol.qualified.names.index, js.generics.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, angular2.metadata.directive.index, angular2.source.directive.index, kotlin.primeIndexKey, sql.table.shortName, dom.namespaceKey, angular2.ivy.module.index, postcss.custom.selector, Less.mixins, gr.anonymous.class, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, vue.components.index, JS.class.super, angular2.metadata.className.index, gr.method.name, JS.base.types.index, JS.class.implements, java.anonymous.baseref, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, gr.script.fqn.s, js.lazy.packages, angularjs.generic.modules.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, java.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, gr.class.super, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, vue.composition.app.index, jvm.static.member.type, java.class.extlist, js.export.default.react.component.index, Css.attr, angularjs.directives.doc.index, markdown.header.anchor, vue.extends.binding.index, gr.class.fqn.s, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, ts.external.module.index, angularjs.delimiter.index, angular2.metadata.node.index, Scss.mixin, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, gr.script.fqn, angularjs.ui.router.states.index, gr.script.class, js.class.index2, js.typedef.index2, ts.embedded.content.index, angular2.templateUrl.index, angularjs.symbol.index, js.doc.modules, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, js.qualified.shortName, angular2.ivy.pipe.index, angular2.metadata.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, gr.annot.members, vue.id.index, angularjs.directives.index, js.imported.bindings.index, protobuf.byShortName, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, angular2.ivy.directive.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, markdown.header, java.annotations, gr.annot.method.name, Css.ampersand.selector, vue.mixin.binding.index, gr.class.fqn, sql.names, redis.dml.shortName, protobuf.byQualifiedName, properties.index, js.amd.modules, JS.subclass.stub.index, angularjs.filter.index, angular2.metadata.function.index, vue.global.filters.index, ts.local.classes, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, sql.column.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, java.class.shortname, angularjs.templateUrl.index, vuex.store.index, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, amd.baseUrl.index, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, JS.framework.markers.index, java.module.name, jvm.static.member.name, java.method.name, java.field.name, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, Less.variables, js.namespace.index, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, js.exported.index, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, es6.exported.index, java.method.parameter.types, Scss.function, Css.id, vue.global.directives.index, Css.class, dom.elementClass, vue.options.index, js.element.qualifiedName, JS.global.qualified.elements, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, amd.requirePaths.index, postcss.custom.media, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, angular2.source.pipe.index, vue.url.index, gr.field.name, Css.custom.property}.
2023-08-31 09:42:12,469 [   4147]   INFO - #c.i.s.p.SettingsSyncPluginManager - Updated component state by the state of IDE.
No changes: {IdeaVIM=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.platform]), cn.yiiguxing.plugin.translate=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.platform]), com.github.copilot=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.platform, com.intellij.modules.lang]), com.intellij.bigdatatools.core=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.ultimate, intellij.charts, intellij.grid.impl]), com.intellij.bigdatatools.kafka=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.ultimate, com.intellij.bigdatatools.core]), com.intellij.kubernetes=PluginData(enabled=true, category=PLUGINS, dependencies=[]), com.intellij.ml.llm=PluginData(enabled=true, category=PLUGINS, dependencies=[]), izhangzhihao.rainbow.brackets=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.lang]), lermitage.intellij.extratci=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.lang]), mobi.hsz.idea.gitignore=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.lang, com.intellij.modules.vcs])}

2023-08-31 09:42:12,488 [   4166]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - com.maddyhome.idea.vim.ui.ShowCmdStatusBarWidgetFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-08-31 09:42:12,491 [   4169]   INFO - #c.i.s.GitSettingsLog - Applying settings changes to branch ide: options/editor.xml, options/debugger.xml, options/mac/maven.wrapper.mapping.xml, options/ui.lnf.xml, options/dataViewsSettings.xml, ...
2023-08-31 09:42:12,510 [   4188]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - com.maddyhome.idea.vim.ui.StatusBarIconFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-08-31 09:42:12,527 [   4205]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - com.github.copilot.statusBar.CopilotWidgetFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-08-31 09:42:12,601 [   4279]   INFO - #c.i.s.GitSettingsLog - No actual changes in the settings
2023-08-31 09:42:12,802 [   4480]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2023-08-31 09:42:12,823 [   4501]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings
2023-08-31 09:42:12,825 [   4503]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings
2023-08-31 09:42:12,829 [   4507]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Kotlin common code style settings
2023-08-31 09:42:12,831 [   4509]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Kotlin common code style settings
2023-08-31 09:42:12,917 [   4595]   INFO - STDOUT - Info  | RdCoroutineScope          | 58:DefaultDispatcher-worker-39 | RdCoroutineHost overridden 
2023-08-31 09:42:12,924 [   4602]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'enabled' value in [/Library/Application Support/JetBrains/portForwarding/enabled, /Library/Application Support/JetBrains/portForwarding/config.json, /Users/xxxxx/Library/Application Support/JetBrains/portForwarding/enabled, /Users/xxxxx/Library/Application Support/JetBrains/portForwarding/config.json]
2023-08-31 09:42:12,925 [   4603]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'enabled' is not found
2023-08-31 09:42:13,100 [   4778]   INFO - #c.j.r.f.FollowMeManager - Register new user 0 (name: 'xxxxx', client id: Host)
2023-08-31 09:42:13,112 [   4790]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2023-08-31 09:42:13,415 [   5093]   INFO - #c.i.s.CloudConfigServerCommunicator - Using SettingSync server URL: https://cloudconfig.jetbrains.com/cloudconfig
2023-08-31 09:42:13,903 [   5581]   INFO - #cn.yiiguxing.plugin.translate.wordbook.WordBookService - Wordbook service state changed: UNINITIALIZED -> INITIALIZING
2023-08-31 09:42:13,905 [   5583]   INFO - #cn.yiiguxing.plugin.translate.wordbook.WordBookService - Wordbook service state changed: INITIALIZING -> NO_DRIVER
2023-08-31 09:42:14,007 [   5685]   INFO - #c.i.o.a.i.NonBlockingReadActionImpl - OTel monitoring for NonBlockingReadAction is enabled
2023-08-31 09:42:14,215 [   5893]   INFO - #c.i.o.w.i.ToolWindowManagerImpl - Ignore setShowStripeButton(id=Database Changes, value=false) - not applicable for a new UI
2023-08-31 09:42:14,262 [   5940]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@7ddfb9a5
2023-08-31 09:42:14,269 [   5947]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:42:14,274 [   5952]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@13dc4fe2
2023-08-31 09:42:14,276 [   5954]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@13dc4fe2
2023-08-31 09:42:14,291 [   5969]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@565de786
2023-08-31 09:42:14,296 [   5974]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@565de786
2023-08-31 09:42:14,297 [   5975]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@76624015
2023-08-31 09:42:14,321 [   5999]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@76624015
2023-08-31 09:42:14,323 [   6001]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@e85edc0
2023-08-31 09:42:14,326 [   6004]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@e85edc0
2023-08-31 09:42:14,328 [   6006]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@6a428de4
2023-08-31 09:42:14,335 [   6013]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@6a428de4
2023-08-31 09:42:14,337 [   6015]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.kubernetes.api.settings.KubeConfigProjectPostStartupActivity@53eedef5
2023-08-31 09:42:14,343 [   6021]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.kubernetes.api.settings.KubeConfigProjectPostStartupActivity@53eedef5
2023-08-31 09:42:14,343 [   6021]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@7ddfb9a5
2023-08-31 09:42:14,425 [   6103]   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, terminal.shell.command.handling, reuse.target.paths.for.rsync
2023-08-31 09:42:14,597 [   6275]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: UnindexedFilesScanner[test-ser]
2023-08-31 09:42:14,759 [   6437]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of test-ser. Reason: On project open
2023-08-31 09:42:14,770 [   6448]   INFO - #o.j.p.t.LocalTerminalDirectRunner - Started com.pty4j.unix.UnixPtyProcess in 161 ms from [/bin/zsh, --login, -i] in /Users/xxxxx/Developer/Java/SDK-Server/test-ser, [columns=199, rows=28], diff_envs={FIG_JETBRAINS_SHELL_INTEGRATION=1, LC_CTYPE=UTF-8, TERMINAL_EMULATOR=JetBrains-JediTerm, TERM_SESSION_ID=78a5bf9c-a414-4dca-b3f8-6511c495a94e, ZDOTDIR=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/terminal/zsh}
2023-08-31 09:42:14,780 [   6458]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for test-ser took 11ms; general responsiveness: ok; EDT responsiveness: ok
2023-08-31 09:42:15,380 [   7058]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of test-ser uses 7 scanning threads
2023-08-31 09:42:15,501 [   7179]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,503 [   7181]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,504 [   7182]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:15,506 [   7184]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:15,507 [   7185]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,510 [   7188]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,536 [   7214]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:15,597 [   7275]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:15,617 [   7295]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,618 [   7296]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,620 [   7298]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,621 [   7299]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,624 [   7302]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:15,630 [   7308]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:15,634 [   7312]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:15,636 [   7314]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:15,668 [   7346]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:15,673 [   7351]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:15,693 [   7371]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:15,697 [   7375]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:15,699 [   7377]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:15,705 [   7383]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:15,711 [   7389]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:15,784 [   7462]   INFO - #com.android.tools.idea.projectsystem.ProjectSystemService - DefaultProjectSystem project system has been detected
2023-08-31 09:42:17,629 [   9307]   INFO - #c.i.d.u.SqlDialects - SQL dialects initialized in 41 ms
2023-08-31 09:42:18,262 [   9940]   INFO - #c.i.u.j.JBCefApp - JCEF-sandbox is enabled
2023-08-31 09:42:19,079 [  10757]   INFO - #c.i.u.j.JBCefApp - jcef version: 111.2.1.673.d9dbcc0613c72d35a0bb92ef2d84fd4f833ac9e4 | cmd args: [--framework-dir-path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/Chromium Embedded Framework.framework, --browser-subprocess-path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/jcef Helper.app/Contents/MacOS/jcef Helper, --main-bundle-path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/jcef Helper.app, --disable-in-process-stack-traces, --use-mock-keychain, --disable-features=SpareRendererForSitePerProcess, --no-proxy-server, --disable-gpu-process-crash-limit]
2023-08-31 09:42:19,222 [  10900]   WARN - #c.i.o.a.i.ActionUpdater - 522 ms to grab EDT for DeviceAndSnapshotComboBoxAction#update@MainToolbar (com.android.tools.idea.run.deployment.DeviceAndSnapshotComboBoxAction)
2023-08-31 09:42:20,100 [  11778]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,110 [  11788]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,112 [  11790]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,113 [  11791]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:20,115 [  11793]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:20,117 [  11795]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,121 [  11799]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,122 [  11800]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:20,125 [  11803]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:20,126 [  11804]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,127 [  11805]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,129 [  11807]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,130 [  11808]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,133 [  11811]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38531
2023-08-31 09:42:20,136 [  11814]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:385178
2023-08-31 09:42:20,138 [  11816]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:20,140 [  11818]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:385178
2023-08-31 09:42:20,143 [  11821]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:20,145 [  11823]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38539
2023-08-31 09:42:20,147 [  11825]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:385178
2023-08-31 09:42:20,148 [  11826]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:385178
2023-08-31 09:42:20,151 [  11829]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:385178
2023-08-31 09:42:20,152 [  11830]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:20,155 [  11833]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:20,157 [  11835]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:20,159 [  11837]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38576
2023-08-31 09:42:20,164 [  11842]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:20,167 [  11845]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:20,169 [  11847]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:20,171 [  11849]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:20,173 [  11851]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:20,174 [  11852]   WARN - com.jediterm.terminal.emulator.JediEmulator - Unknown character attribute:38566
2023-08-31 09:42:20,582 [  12260]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
2023-08-31 09:42:20,631 [  12309]   WARN - #c.i.o.a.Application - issue detected: vm.options.env.vars
2023-08-31 09:42:20,664 [  12342]   INFO - #c.i.i.c.t.p.v.p.KeyBindingsParser - Processing a file: /Users/xxxxx/Library/Application Support/Code/User/keybindings.json
2023-08-31 09:42:20,669 [  12347]   INFO - #c.i.i.c.t.p.v.p.PluginsParser - Processing a directory: /Users/xxxxx/.vscode/extensions
2023-08-31 09:42:20,725 [  12403]   INFO - #c.i.u.m.t.NST - nst library works properly, successfully created and released native touchbar object
2023-08-31 09:42:20,729 [  12407]   INFO - #c.i.u.m.t.TouchbarSupport - touchbar support is enabled
2023-08-31 09:42:20,857 [  12535]   INFO - #c.i.i.c.t.p.v.p.GeneralSettingsParser - Processing a general settings file: /Users/xxxxx/Library/Application Support/Code/User/settings.json
2023-08-31 09:42:20,873 [  12551]   WARN - #c.i.i.c.t.p.v.p.StateDatabaseParser - No suitable driver found for jdbc:sqlite:/Users/xxxxx/Library/Application Support/Code/User/globalStorage/state.vscdb
java.sql.SQLException: No suitable driver found for jdbc:sqlite:/Users/xxxxx/Library/Application Support/Code/User/globalStorage/state.vscdb
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
	at com.intellij.ide.customize.transferSettings.providers.vscode.parsers.StateDatabaseParser.process(StateDatabaseParser.kt:27)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeSettingsProcessor.getProcessedSettings(VSCodeSettingsProcessor.kt:54)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider$cachedIdeVersion$2.invoke(VSCodeTransferSettingsProvider.kt:25)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider$cachedIdeVersion$2.invoke(VSCodeTransferSettingsProvider.kt:24)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getCachedIdeVersion(VSCodeTransferSettingsProvider.kt:24)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getIdeVersion(VSCodeTransferSettingsProvider.kt:30)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getIdeVersions(VSCodeTransferSettingsProvider.kt:20)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getIdeVersions(VSCodeTransferSettingsProvider.kt:12)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$createBaseIdeVersions$1.invoke(TransferSettingsDataProvider.kt:57)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$createBaseIdeVersions$1.invoke(TransferSettingsDataProvider.kt:50)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.createBaseIdeVersions$lambda$0(TransferSettingsDataProvider.kt:50)
	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273)
	at java.base/java.util.Collections$2.tryAdvance(Collections.java:4853)
	at java.base/java.util.Collections$2.forEachRemaining(Collections.java:4861)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:960)
	at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:934)
	at java.base/java.util.stream.AbstractTask.compute(AbstractTask.java:327)
	at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:686)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateParallel(ReduceOps.java:927)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.createBaseIdeVersions(TransferSettingsDataProvider.kt:65)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.access$createBaseIdeVersions(TransferSettingsDataProvider.kt:42)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$baseIdeVersions$2.invoke(TransferSettingsDataProvider.kt:46)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$baseIdeVersions$2.invoke(TransferSettingsDataProvider.kt:46)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.getBaseIdeVersions(TransferSettingsDataProvider.kt:46)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProvider.refresh(TransferSettingsDataProvider.kt:30)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProvider.<init>(TransferSettingsDataProvider.kt:22)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProvider.<init>(TransferSettingsDataProvider.kt:19)
	at com.intellij.ide.customize.transferSettings.TransferSettingsProjectActivity.<init>(TransferSettingsProjectActivity.kt:16)
	at com.intellij.serviceContainer.ComponentManagerImpl.doInstantiateClass(ComponentManagerImpl.kt:962)
	at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:954)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.instantiateClass(XmlExtensionAdapter.kt:78)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter$SimpleConstructorInjectionAdapter.instantiateClass(XmlExtensionAdapter.kt:89)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.doCreateInstance(XmlExtensionAdapter.kt:49)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.createInstance(XmlExtensionAdapter.kt:30)
	at com.intellij.openapi.extensions.ExtensionPointNameKt.createOrError(ExtensionPointName.kt:290)
	at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.kt:589)
	at com.intellij.ide.startup.impl.StartupManagerImpl.access$runPostStartupActivities(StartupManagerImpl.kt:72)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$2.invokeSuspend(StartupManagerImpl.kt:181)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-08-31 09:42:20,945 [  12623]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [/Users/xxxxx/Developer/Java/SDK-Server/test-ser]
2023-08-31 09:42:20,984 [  12662]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 2 millis (read time: 2)
2023-08-31 09:42:21,027 [  12705]   INFO - #git4idea.commands.GitHandler - [.] git version
2023-08-31 09:42:21,057 [  12735]   INFO - #git4idea.commands.GitHandler - git version 2.42.0
2023-08-31 09:42:21,062 [  12740]   INFO - #git4idea.config.GitExecutableManager - Git version for /usr/local/bin/git: 2.42.0.0 (UNIX)
2023-08-31 09:42:21,218 [  12896]   INFO - #c.i.o.a.i.PopupMenuPreloader - 7031 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup(preload-bgt)' in 4110 ms
2023-08-31 09:42:21,219 [  12897]   WARN - #c.i.o.a.i.ActionUpdater - 643 ms to grab EDT for ToolWindowHeader$2#update@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2023-08-31 09:42:21,297 [  12975]   INFO - #com.maddyhome.idea.vim.vimscript.services.VimRcService - ideavimrc file isn't found
2023-08-31 09:42:21,989 [  13667]   WARN - #git4idea.repo.GitCommitTemplateTracker - Empty or blank commit template detected for repository /Users/xxxxx/Developer/Java/SDK-Server/test-ser by path /Users/xxxxx/.stCommitMsg
2023-08-31 09:42:22,062 [  13740]   WARN - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Skipped 1 pre-built shared indexes: bundled-js-predefined-1d06a55b98c1-8314e18161f9-JavaScript-IU-232.9559.62
2023-08-31 09:42:22,199 [  13877]   INFO - #com.android.tools.idea.adblib.AndroidAdbChannelProvider - Registering project to adblib channel provider: Project(name=test-ser, containerState=COMPONENT_CREATED, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser)
2023-08-31 09:42:22,245 [  13923]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2023-08-31 09:42:22,334 [  14012]   INFO - #com.android.tools.idea.imports.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: "19dcbbe").
2023-08-31 09:42:22,334 [  14012]   INFO - #com.android.tools.idea.imports.GMavenIndexRepository - Kept the old disk cache with an old ETag header: "19dcbbe".
2023-08-31 09:42:22,417 [  14095]   WARN - #c.i.o.a.i.ActionUpdater - 1198 ms to grab EDT for ToolWindowHeader$2#update@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2023-08-31 09:42:22,417 [  14095]   WARN - #c.i.o.a.i.ActionUpdater - 1197 ms to grab EDT for ToolWindowHeader$2#getChildren@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2023-08-31 09:42:22,472 [  14150]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 1904ms; general responsiveness: 0/1 sluggish, 1/1 very slow; EDT responsiveness: 0/1 sluggish, 1/1 very slow
2023-08-31 09:42:23,060 [  14738]   INFO - #JetprofileSource - No valid license found
2023-08-31 09:42:23,172 [  14850]   INFO - #c.i.c.CompilerWorkspaceConfiguration - Available processors: 8
2023-08-31 09:42:23,329 [  15007]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - Start collecting all modules
2023-08-31 09:42:23,342 [  15020]   INFO - #o.j.s.e.g.GradleProjectDependenciesModel - Start collecting all modules
2023-08-31 09:42:23,345 [  15023]   INFO - #o.j.s.e.g.GradleProjectDependenciesModel - Finish collecting all modules, count of found modules: 0
2023-08-31 09:42:23,366 [  15044]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - Finish collecting all modules, count of found modules: 1
2023-08-31 09:42:23,376 [  15054]   INFO - #o.j.i.maven - Using extension org.jetbrains.idea.maven.maven3.Maven3Support@706c76d4 to start MavenServer
2023-08-31 09:42:23,445 [  15123]   INFO - #o.j.i.maven - Sent token to maven server
2023-08-31 09:42:23,464 [  15142]   WARN - #c.i.e.r.RemoteProcessSupport - Picked up JAVA_TOOL_OPTIONS: -Duser.language=en -Duser.country=US
2023-08-31 09:42:23,622 [  15300]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2023-08-31 09:42:23,629 [  15307]   INFO - #c.i.i.p.DynamicPlugins - Plugins to load: []
2023-08-31 09:42:23,678 [  15356]   INFO - STDOUT - Will call enable for [PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=~/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/cwm-plugin, version=232.9559.62, package=org.intellij.android.cwm, isBundled=true)]
2023-08-31 09:42:23,679 [  15357]   INFO - #c.i.s.p.SettingsSyncPluginManager - Bundled plugin com.jetbrains.codeWithMe is enabled. Will remove its info from plugins.json
2023-08-31 09:42:24,150 [  15828]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$PruneTask@37b0bf6d
2023-08-31 09:42:24,151 [  15829]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:42:24,153 [  15831]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$PruneTask@37b0bf6d
2023-08-31 09:42:24,153 [  15831]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$ManageLruProjectFilesTask@54b1835d
2023-08-31 09:42:24,160 [  15838]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:42:24,164 [  15842]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$ManageLruProjectFilesTask@54b1835d
2023-08-31 09:42:24,188 [  15866]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Index diagnostic for 4 commits in [file:///Users/xxxxx/Developer/Java/SDK-Server/test-ser] is completed
2023-08-31 09:42:24,653 [  16331]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Class path contains multiple SLF4J bindings.
2023-08-31 09:42:24,654 [  16332]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Found binding in [jar:file:/Users/xxxxx/Applications/IntelliJ%20IDEA%20Ultimate.app/Contents/plugins/maven/lib/maven36-server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-08-31 09:42:24,654 [  16332]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Found binding in [jar:file:/Users/xxxxx/Applications/IntelliJ%20IDEA%20Ultimate.app/Contents/lib/util-8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-08-31 09:42:24,654 [  16332]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2023-08-31 09:42:24,655 [  16333]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Actual binding is of type [org.jetbrains.idea.maven.server.Maven3WrapperSl4LoggerFactory]
2023-08-31 09:42:26,055 [  17733]   WARN - #c.i.o.a.i.ActionUpdater - 338 ms to grab EDT for DeviceAndSnapshotComboBoxAction#update@MainToolbar (com.android.tools.idea.run.deployment.DeviceAndSnapshotComboBoxAction)
2023-08-31 09:42:27,564 [  19242]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is '/Users/xxxxx/Library/Caches/JetBrains'. JvmStartTimeMs=1693446128032
2023-08-31 09:42:27,565 [  19243]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2023-08-31 09:42:27,567 [  19245]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2023-08-31 09:42:27,569 [  19247]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2023-08-31 09:42:27,570 [  19248]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'versionManagementEnabled' value in [/Library/Application Support/JetBrains/JetBrainsClient/versionManagementEnabled, /Library/Application Support/JetBrains/JetBrainsClient/config.json, /Users/xxxxx/Library/Application Support/JetBrains/JetBrainsClient/versionManagementEnabled, /Users/xxxxx/Library/Application Support/JetBrains/JetBrainsClient/config.json]
2023-08-31 09:42:27,571 [  19249]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'versionManagementEnabled' is not found
2023-08-31 09:42:27,687 [  19365]   INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
2023-08-31 09:42:27,692 [  19370]   INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
2023-08-31 09:42:27,695 [  19373]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2023-08-31 09:42:27,733 [  19411]   INFO - c.i.s.k.s.d.SpaceKtsFileDetector - SpaceKtsFileDetector
2023-08-31 09:42:27,829 [  19507]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:42:27,834 [  19512]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 5 in 65 ms: Apply JPS storage (iml files)
2023-08-31 09:42:27,835 [  19513]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:42:27,842 [  19520]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Companion - Workspace model loaded from cache. Syncing real project state into workspace model in 351 ms. Thread[DefaultDispatcher-worker-30,5,main]
2023-08-31 09:42:29,028 [  20706]   INFO - #c.i.x.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/app.jar!/resources/html5-schema/html5.rnc
2023-08-31 09:42:32,302 [  23980]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for test-ser. Number of scanned files: 53342; Number of files for indexing: 0 took 17521ms; general responsiveness: 5/16 sluggish, 6/16 very slow; EDT responsiveness: 4/13 sluggish, 5/13 very slow
2023-08-31 09:42:32,303 [  23981]   INFO - #c.i.u.i.UnindexedFilesScanner - e2564e57: marking roots for initial VFS refresh
2023-08-31 09:42:32,315 [  23993]   INFO - #c.i.u.i.UnindexedFilesScanner - e2564e57: starting initial VFS refresh
2023-08-31 09:42:32,316 [  23994]   INFO - #c.i.u.i.PerProjectIndexingQueue - Finished for test-ser. No files to index with loading content.
2023-08-31 09:42:32,337 [  24015]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: UnindexedFilesScanner[test-ser]
2023-08-31 09:42:32,401 [  24079]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.android.tools.idea.res.ResourceFolderRegistry$PopulateCachesTask@740a9fb4
2023-08-31 09:42:32,402 [  24080]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:42:32,402 [  24080]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.android.tools.idea.res.ResourceFolderRegistry$PopulateCachesTask@740a9fb4
2023-08-31 09:42:32,892 [  24570]   INFO - #c.i.u.i.UnindexedFilesScanner - e2564e57: initial VFS refresh finished 576 ms
2023-08-31 09:42:43,925 [  35603]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3623 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 452 ms
2023-08-31 09:42:43,926 [  35604]   INFO - #c.i.o.a.i.PopupMenuPreloader - 22753 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 453 ms
2023-08-31 09:42:45,884 [  37562]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:42:46,162 [  37840]   INFO - #c.i.u.s.SvgCacheManager - SVG icon cache is closed
2023-08-31 09:42:46,170 [  37848]   INFO - #c.i.e.r.RemoteProcessSupport - Terminating: 127.0.0.1:19277/Maven36ServerImpl566622a7
2023-08-31 09:42:46,700 [  38378]   WARN - #c.i.u.x.Binding - no accessors for java.time.LocalTime
2023-08-31 09:42:46,719 [  38397]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=test-ser, containerState=COMPONENT_CREATED, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser)RunManager took 34 ms
2023-08-31 09:42:46,941 [  38619]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 0
2023-08-31 09:42:46,943 [  38621]   INFO - #c.j.r.f.FollowMeManager - Unregister user with id: 0 (name: 'xxxxx', clientId: Host)
2023-08-31 09:42:46,946 [  38624]   INFO - #c.i.o.w.i.WindowManagerImpl - === Release(true) frame on closed project ===
2023-08-31 09:42:46,960 [  38638]   INFO - #com.android.tools.idea.adblib.AndroidAdbChannelProvider - Unregistering project from adblib channel provider: Project(name=test-ser, containerState=DISPOSE_IN_PROGRESS, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser) (disposed)
2023-08-31 09:42:46,980 [  38658]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2023-08-31 09:42:46,981 [  38659]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2023-08-31 09:42:47,022 [  38700]   INFO - c.j.r.f.u.RdCoroutineScope - RdCoroutineHost has been reset
2023-08-31 09:42:47,023 [  38701]   INFO - c.j.r.f.u.RdCoroutineScope - RdCoroutineHost disposed
2023-08-31 09:42:47,025 [  38703]   INFO - #o.j.i.BuiltInServer - web server stopped
2023-08-31 09:42:47,041 [  38719]   INFO - #c.j.r.p.c.p.w.s.WireStorage - Terminate Wire Storage lifetime
2023-08-31 09:42:47,047 [  38725]   INFO - #c.i.o.f.i.FileTypeDetectionService - 6 auto-detected files. Detection took 67 ms
2023-08-31 09:42:47,052 [  38730]   INFO - #c.i.u.i.FileBasedIndexImpl - Index dispose started
2023-08-31 09:42:47,143 [  38821]   INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2023-08-31 09:42:47,143 [  38821]   INFO - #c.i.p.s.SerializationManagerImpl - Start shutting down /Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2/index/rep.names
2023-08-31 09:42:47,144 [  38822]   INFO - #c.i.p.s.SerializationManagerImpl - Finished shutting down /Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2/index/rep.names
2023-08-31 09:42:47,145 [  38823]   INFO - #c.i.u.i.FileBasedIndexImpl - Index dispose completed in 93ms.
2023-08-31 09:42:47,209 [  38887]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2023-08-31 09:42:47,217 [  38895]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed in 8ms.
2023-08-31 09:42:47,255 [  38933]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------

launch via the icon : 

2023-08-31 09:43:02,347 [      3]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-08-31 09:43:02,403 [     59]   INFO - #c.i.p.d.t.i.TelemetryManagerImpl - Initializing telemetry tracer com.intellij.platform.diagnostic.telemetry.impl.TelemetryManagerImpl
2023-08-31 09:43:02,442 [     98]   INFO - #c.i.i.AppStarter - JNA library (64-bit) loaded in 42 ms
2023-08-31 09:43:02,500 [    156]   INFO - #c.i.u.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/bin/printenv' > '/var/folders/b8/yvz7vsrn62g683mlq1jdhbpm0000gp/T/ij-env-tmp-dir1562367170477834873/ij-shell-env-data.tmp'
2023-08-31 09:43:02,595 [    251]   INFO - #c.i.p.d.t.CsvMetricsExporter - open-telemetry-metrics-plotter.html is not found in classpath
2023-08-31 09:43:02,616 [    272]   INFO - #c.i.i.AppStarter - IDE: IntelliJ IDEA (build #IU-232.9559.62, 23 Aug 2023 13:01)
2023-08-31 09:43:02,617 [    273]   INFO - #c.i.i.AppStarter - OS: Mac OS X (13.5.1)
2023-08-31 09:43:02,619 [    275]   INFO - #c.i.i.AppStarter - JRE: 17.0.8+7-b1000.8, x86_64 (JetBrains s.r.o.)
2023-08-31 09:43:02,619 [    275]   INFO - #c.i.i.AppStarter - JVM: 17.0.8+7-b1000.8 (OpenJDK 64-Bit Server VM)
2023-08-31 09:43:02,632 [    288]   INFO - #c.i.i.AppStarter - PID: 12109
2023-08-31 09:43:02,663 [    319]   INFO - #c.i.i.AppStarter - JVM options: [-XX:ErrorFile=/Users/xxxxx/java_error_in_idea_%p.log, -XX:HeapDumpPath=/Users/xxxxx/java_error_in_idea.hprof, -Xms128m, -Xmx2048m, -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, -Dapple.awt.application.appearance=system, -Xmx2048m, -Dide.managed.by.toolbox=/Applications/JetBrains Toolbox.app/Contents/MacOS/jetbrains-toolbox, -Dtoolbox.notification.token=bd09dc44-3310-4386-893c-3f8621e8a4ff, -Dtoolbox.notification.portFile=/Users/xxxxx/Library/Caches/JetBrains/Toolbox/ports/355439441.port, -Djb.vmOptionsFile=/Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2/idea.vmoptions, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.ref=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.nio.fs=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.base/sun.net.dns=ALL-UNNAMED, --add-opens=java.desktop/com.apple.eawt=ALL-UNNAMED, --add-opens=java.desktop/com.apple.eawt.event=ALL-UNNAMED, --add-opens=java.desktop/com.apple.laf=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/java.awt.font=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=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.lwawt=ALL-UNNAMED, --add-opens=java.desktop/sun.lwawt.macosx=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=java.desktop/com.sun.java.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, -Djna.boot.library.path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/jna/amd64, -Dpty4j.preferred.native.folder=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/pty4j, -Dsplash=true, -Didea.home.path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents, -Daether.connector.resumeDownloads=false, -Didea.executable=idea, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Djna.noclasspath=true, -Djna.nosys=true, -Didea.paths.selector=IntelliJIdea2023.2, -Didea.vendor.name=JetBrains]
2023-08-31 09:43:02,665 [    321]   INFO - #c.i.i.AppStarter - args: 
2023-08-31 09:43:02,665 [    321]   INFO - #c.i.i.AppStarter - library path: /Users/xxxxx/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
2023-08-31 09:43:02,666 [    322]   INFO - #c.i.i.AppStarter - boot library path: /Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Home/lib
2023-08-31 09:43:02,685 [    341]   INFO - #c.i.i.AppStarter - locale=zh_CN_#Hans JNU=UTF-8 file.encoding=UTF-8
    idea.config.path=/Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2
    idea.system.path=/Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2
    idea.plugins.path=/Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2/plugins
    idea.log.path=/Users/xxxxx/Library/Logs/JetBrains/IntelliJIdea2023.2
2023-08-31 09:43:02,706 [    362]   INFO - #c.i.i.AppStarter - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@339636dd[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@6a58d482
2023-08-31 09:43:02,852 [    508]   INFO - #c.i.u.m.s.Menu - use new ScreenMenuBar implementation
2023-08-31 09:43:02,861 [    517]   INFO - #c.i.i.p.PluginManager - Module intellij.sh.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm 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.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.clouds.kubernetes.charts.gotpl is not enabled because dependency org.jetbrains.plugins.go-template is not available
Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
Module kotlin-ultimate.common-native is not enabled because dependency com.intellij.modules.cidr.debugger is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-native is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.php.llm is not enabled because dependency com.jetbrains.php is not available
Module intellij.ruby.llm is not enabled because dependency org.jetbrains.plugins.ruby is not available
Module intellij.ml.llm.cpp is not enabled because dependency com.intellij.modules.clion is not available
Module intellij.ml.llm.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.ml.llm.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.qodana.php is not enabled because dependency com.jetbrains.php is not available
2023-08-31 09:43:02,914 [    570]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: XPathView + XSLT (232.9559.62), Charts Support (232.9559.62), GitLab (232.9559.62), Refactor-X (232.9559.62), JavaFX (232.9559.62), Mercurial (232.9559.62), Java (232.9559.62), JSONPath (232.9559.62), Node.js (232.9559.62), Angular and AngularJS (232.9559.62), Markdown (232.9559.62), SSH Remote Run (232.9559.62), Prettier (232.9559.62), Spring Cloud (232.9559.62), Code With Me (232.9559.62), Cache-Value Profiler (232.9559.62), JavaScript and TypeScript (232.9559.62), Spring Initializr (232.9559.62), GlassFish (232.9559.62), API Recommenders (232.9559.62), gRPC (232.9559.62), Diagrams (232.9559.62), Data Editor Support (232.9559.62), Android (2022.3.1 Final.232.9559.62), Gherkin (232.9559.62), Terminal (232.9559.62), Quarkus (232.9559.62), Spring Security (232.9559.62), TSLint (232.9559.62), Less (232.9559.62), Eclipse Interoperability (232.9559.62), AOP Pointcut Language (232.9559.62), Spring Integration Patterns (232.9559.62), Performance Testing (232.9559.62), com.intellij.tracing.ide (232.9559.62), Sass (232.9559.62), Thymeleaf (232.9559.62), Endpoints (232.9559.62), Projector Libraries for Code With Me and Remote Development (232.9559.62), Micronaut (232.9559.62), FTP/SFTP/WebDAV Connectivity (232.9559.62), Gradle-Maven (232.9559.62), Jakarta EE: Web/Servlets (232.9559.62), JUnit (232.9559.62), Space (232.9559.62), OpenAPI Specifications (232.9559.62), Package Checker (232.9559.62), Maven server api classes (232.9559.62), Gradle-Java (232.9559.62), Polymer & Web Components (232.9559.62), Performance Testing (Dynamic Plugins) (232.9559.62), WebP Support (232.9559.62), Time Tracking (232.9559.62), EditorConfig (232.9559.62), Properties (232.9559.62), Spring Boot (232.9559.62), Settings Sync (232.9559.62), Git (232.9559.62), Bytecode Viewer (232.9559.62), Ktor (232.9559.62), JavaScript Debugger (232.9559.62), Gradle-Java-Analysis (232.9559.62), Jakarta EE: Server Pages (JSP) (232.9559.62), Spring (232.9559.62), Karma (232.9559.62), Jakarta EE: Expression Language (EL) (232.9559.62), Remote Development Server (232.9559.62), IDE Settings Sync (232.9559.62), Remote Development Gateway (232.9559.62), Java IDE Customization (232.9559.62), Maven Extension (232.9559.62), Eclipse Keymap (232.9559.62), Terminal for Gateway (232.9559.62), IDEA CORE (232.9559.62), Hibernate (232.9559.62), Perforce Helix Core (232.9559.62), Java Stream Debugger (232.9559.62), Dependency Structure Matrix (232.9559.62), Project Wide Analysis (232.9559.62), IDE Features Trainer (232.9559.62), Jakarta EE: RESTful Web Services (JAX-RS) (232.9559.62), UI Designer (232.9559.62), Shared Project Indexes (232.9559.62), Android Design Tools (232.9559.62), JetBrains maven model api classes (232.9559.62), Jakarta EE: Bean Validation (232.9559.62), Next.js Support (232.9559.62), Gradle Dependency Updater Implementation (232.9559.62), Performance Testing (Warmup) (232.9559.62), Vue.js (232.9559.62), Vite (232.9559.62), NetBeans Keymap (232.9559.62), Groovy (232.9559.62), Configuration Script (232.9559.62), Code Coverage for Java (232.9559.62), Shell Script (232.9559.62), Shared Project Caches (232.9559.62), Machine Learning Code Completion (232.9559.62), Cucumber for Java (232.9559.62), Node.js Remote Interpreter (232.9559.62), Spring Web (232.9559.62), Toml (232.9559.62), WildFly (232.9559.62), Jakarta EE: Persistence (JPA) (232.9559.62), Lombok (232.9559.62), Java Internationalization (232.9559.62), Images (232.9559.62), Kotlin (232-1.9.0-IJ9559.62), Tomcat and TomEE (232.9559.62), Webpack (232.9559.62), Spring Messaging (232.9559.62), IntelliLang (232.9559.62), FreeMarker (232.9559.62), Jakarta EE Platform (232.9559.62), Protocol Buffers (232.9559.62), GitHub (232.9559.62), Gradle (232.9559.62), JavaScript Intention Power Pack (232.9559.62), Jakarta EE: Application Servers (232.9559.62), Cucumber for Groovy (232.9559.62), Reactive Streams (232.9559.62), Data Editor Support Core (232.9559.62), Machine Learning in Search Everywhere (232.9559.62), JVM Microservices Frameworks (232.9559.62), Apache Velocity (232.9559.62), Plugin DevKit (232.9559.62), Subversion (232.9559.62), Docker (232.9559.62), Dev Containers (232.9559.62), Gradle Extension (232.9559.62), TestNG (232.9559.62), Database Tools and SQL (232.9559.62), PostCSS (232.9559.62), Shared Indexes (232.9559.62), Persistence Frameworks (232.9559.62), YAML (232.9559.62), Qodana (232.9559.62), In-Editor Performance Hints (232.9559.62), Project Wide Analysis for Java (232.9559.62), ML in Search Everywhere for Microservices (232.9559.62), Copyright (232.9559.62), Styled Components & Styled JSX (232.9559.62), Jakarta EE: Contexts and Dependency Injection (CDI) (232.9559.62), Async Profiler for IDE Performance Testing (232.9559.62), Spring Data (232.9559.62), TextMate Bundles (232.9559.62), JetBrains Repository Search (232.9559.62), Task Management (232.9559.62), Java Bytecode Decompiler (232.9559.62), HTTP Client (232.9559.62), Jakarta EE: Messaging (JMS) (232.9559.62), Grazie Lite (232.9559.62), CSS (232.9559.62), HTML Tools (232.9559.62), Gradle DSL API (232.9559.62), Jakarta EE: Gradle Integration (232.9559.62), Tailwind CSS (232.9559.62), Visual Studio Keymap (232.9559.62), Maven (232.9559.62), com.intellij.dev (232.9559.62), Ant (232.9559.62)
2023-08-31 09:43:02,915 [    571]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: GitHub Copilot (1.2.21.2995), Kubernetes (232.9559.34), IdeaVim (2.4.1), Rainbow Brackets (2023.3.4), .ignore (4.5.1), Kafka (232.9559.62), Translation (3.5.2), Big Data Tools Core (232.9559.62), AI Assistant (232.9826), Extra ToolWindow Colorful Icons (1.26.0)
2023-08-31 09:43:03,210 [    866]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=/Users/xxxxx/.m2/repository}
2023-08-31 09:43:03,260 [    916]   INFO - #c.i.u.i.PageCacheUtils - File page caching params:
2023-08-31 09:43:03,261 [    917]   INFO - #c.i.u.i.PageCacheUtils - 	DEFAULT_PAGE_SIZE:10485760
2023-08-31 09:43:03,262 [    918]   INFO - #c.i.u.i.PageCacheUtils - 	FilePageCache: regular
2023-08-31 09:43:03,262 [    918]   INFO - #c.i.u.i.PageCacheUtils - 	DirectByteBuffers pool: 104857600 bytes
2023-08-31 09:43:03,309 [    965]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses strict names enumerator
2023-08-31 09:43:03,435 [   1091]   INFO - lermitage.intellij.extratci.ExtraToolWindowIconsPatcher - config loaded with success, enabled 111/111 items
2023-08-31 09:43:03,470 [   1126]   INFO - #c.i.o.u.r.RegistryManager - Registry values changed by user: ide.experimental.ui = true, ide.experimental.ui.inter.font = false, idea.plugins.compatible.build = 
2023-08-31 09:43:03,472 [   1128]   INFO - #c.i.i.p.ExpiredPluginsState - Plugins to skip: []
2023-08-31 09:43:03,764 [   1420]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses new (streamlined) attributes storage
2023-08-31 09:43:03,811 [   1467]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2023-08-31 09:43:03,826 [   1482]   INFO - #c.i.o.v.n.p.FSRecords - using OVER_MMAPPED_FILE storage for VFS records
2023-08-31 09:43:03,839 [   1495]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS: impl (expected) version=576319, 295635 file records, 3659 content blobs
2023-08-31 09:43:03,867 [   1523]   WARN - #c.i.u.n.s.ConfirmingTrustManager - Received an empty list of custom trusted root certificates from the system. Check log above for possible errors, enable debug logging in category 'org.jetbrains.nativecerts' for more information
2023-08-31 09:43:03,871 [   1527]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2023-08-31 09:43:04,118 [   1774]   INFO - #c.i.o.v.n.p.PersistentFSConnector - 276 ms to self-checks, load free records and inverted name index
2023-08-31 09:43:04,142 [   1798]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=~/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/terminal, version=232.9559.62, package=null, isBundled=true)
2023-08-31 09:43:04,143 [   1799]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode OSX" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=~/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/terminal, version=232.9559.62, package=null, isBundled=true)
2023-08-31 09:43:04,172 [   1828]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: /Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/bin/fsnotifier
2023-08-31 09:43:04,187 [   1843]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2023-08-31 09:43:04,225 [   1881]   INFO - #com.android.tools.idea.serverflags.ServerFlagInitializer - Enabled server flags: 
2023-08-31 09:43:04,673 [   2329]   WARN - #c.i.c.ComponentStoreImpl - Duplicated scheme Light - old: Light, new Light
2023-08-31 09:43:04,689 [   2345]   INFO - #c.j.r.p.c.p.w.s.WireStorage - Start Wire Storage check: Check Wire Buffer Size
2023-08-31 09:43:04,925 [   2581]   INFO - #c.i.o.v.n.p.FSRecords - VFS health-check disabled
2023-08-31 09:43:04,937 [   2593]   INFO - #c.i.s.SettingsSynchronizer - Initializing settings sync
2023-08-31 09:43:05,015 [   2671]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities from files
2023-08-31 09:43:05,030 [   2686]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:43:05,042 [   2698]   INFO - STDOUT - 
2023-08-31 09:43:05,123 [   2779]   INFO - #c.i.j.JdkEx - === TabbingMode: available ===
2023-08-31 09:43:05,227 [   2883]   INFO - #c.i.c.ComponentStoreImpl - Saving appAbbreviationManager took 14 ms, FileTypeManager took 49 ms, IgnoreSettings took 14 ms, PluginAdvertiserExtensions took 21 ms, ProjectJdkTable took 15 ms, Trusted.Paths took 11 ms
2023-08-31 09:43:05,228 [   2884]   INFO - #c.i.j.JdkEx - === TabbingMode: on ===
2023-08-31 09:43:05,373 [   3029]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2023-08-31 09:43:05,417 [   3073]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 254 ms
2023-08-31 09:43:05,432 [   3088]   INFO - #c.i.s.GitSettingsLog - Copying existing settings from /Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2 to /Users/xxxxx/Library/Application Support/JetBrains/IntelliJIdea2023.2/settingsSync
2023-08-31 09:43:05,462 [   3118]   WARN - #o.j.i.maven - updateAllMavenProjectsSync started, edt=false
2023-08-31 09:43:05,565 [   3221]   WARN - #o.j.i.maven - updateAllMavenProjectsSync finished, edt=false
2023-08-31 09:43:05,975 [   3631]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 12 ms: Add module mapping
2023-08-31 09:43:05,988 [   3644]   INFO - #c.i.u.i.FileBasedIndexImpl - Indices to be built:FilenameIndex(v = 258)
2023-08-31 09:43:05,991 [   3647]   INFO - #c.i.u.i.FileBasedIndexImpl - Using nice flusher for indexes
2023-08-31 09:43:06,011 [   3667]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 1068 ms. Initialized indexes: [FilenameIndex, TodoIndex, IdIndex, Trigram.Index, FrameworkDetectionIndex, DomFileIndex, RelaxSymbolIndex, fileIncludes, XmlTagNames, filetypes, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, editorconfig.index.name, yaml.keys.name, HtmlTagIdIndex, HashFragmentIndex, xmlProperties, VtlFileIndex, CompassFunctionsIndex, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, OpenapiSpecificationContentIndexer, SwReferencesIndex, XsltSymbolIndex, java.auto.module.name, docker.compose.services, java.null.method.argument, java.source.module.name, java.binary.plus.expression, java.fun.expression, CssIndex, css.template.selectors, FtlFileIndex, bytecodeAnalysis, ant-imports, LombokConfigIndex, protoeditor.java.outer.class.index, devkit.ExtensionPointIndex, PluginIdModuleIndex, com.intellij.uiDesigner.FormClassIndex, IdeaPluginRegistrationIndex, PluginIdDependenciesIndex, spring.spiFileIndex, spring.boot.importsFileIndex, devkit.ExtensionPointClassIndex, spring.autoConfigureMetadataIndex, taglibUris, javafx.id.name, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, JavaFxControllerClassIndex, SpringXmlBeansIndex, javafx.stylesheets.name, javafx.custom.component, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinShortClassNameFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.base.indices.names.KotlinTopLevelCallableByPackageShortNameIndex, org.jetbrains.kotlin.idea.base.indices.names.KotlinTopLevelClassLikeDeclarationByPackageShortNameIndex, groovy.cucumber.step, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, Stubs, java.cucumber.java8.step, js.test.names, TypeScriptExternalPathCandidates, js.package.index, js.string.literal.words.index, VueNoScriptFilesIndex, HtmlScriptSrcIndex, js.custom.single.entry.index, js.implicit.elements.index, VueComponentStylesIndex, BindingXmlIndex, sql.types.count.index, sql.routine.index, IgnoreFilesIndex, NavXmlIndex, com.android.tools.idea.model.AndroidManifestIndex, angularjs.ui.router.views.index, WebComponentsIndex, angularjs.template.cache, angularjs.app.index].
2023-08-31 09:43:06,101 [   3757]   INFO - #c.i.u.EnvironmentUtil - shell environment loaded (30 vars)
2023-08-31 09:43:06,345 [   4001]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:43:06,354 [   4010]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 52 ms: Change entity sources to externally imported
2023-08-31 09:43:06,436 [   4092]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 3 in 0 ms: Add project library mapping
2023-08-31 09:43:06,438 [   4094]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 425 ms. Initialized stub indexes: {sql.table.shortName, js.symbol.index2, java.field.name, Scss.placeholder.selector, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, vue.composition.app.index, gr.script.fqn, amd.requirePaths.index, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, protobuf.byShortName, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, angular2.metadata.node.index, properties.index, angular2.metadata.className.index, sql.column.name, js.used.remote.modules, Css.custom.mixin, Css.class, JS.base.types.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, Css.id, java.anonymous.baseref, js.doc.modules, vue.mixin.binding.index, vue.url.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, markdown.header.anchor, Css.ampersand.selector, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, vue.options.index, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, ts.external.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, js.typedef.index2, gr.script.fqn.s, java.class.shortname, js.gcl.modules, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, gr.class.super, jvm.static.member.name, angularjs.module.index, vue.id.index, Less.mixins, java.method.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, es6.assignment.index, js.exported.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, js.nonglobal.symbol.index, Css.attr, angular2.ivy.directive.index, JS.class.implements, angularjs.generic.modules.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, angularjs.directives.index, jvm.static.member.type, dom.elementClass, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, JS.class.super, js.local.namespace.members.index, angularjs.filter.index, kotlin.primeIndexKey, ts.embedded.content.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, Css.custom.property, angular2.source.directive.index, protobuf.byQualifiedName, markdown.header, vue.components.index, redis.dml.shortName, java.method.parameter.types, angular2.metadata.pipe.index, angular2.templateUrl.index, angularjs.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, angular2.metadata.directive.index, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, js.symbol.qualified.names.index, ts.local.classes, angular2.source.pipe.index, angular2.metadata.function.index, js.export.default.react.component.index, js.amd.modules, gr.class.fqn.s, gr.annot.members, js.global.symbol.index, java.annotations, java.class.extlist, es6.exported.index, amd.baseUrl.index, gr.class.fqn, angular2.metadata.module.index, vue.global.filters.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, angularjs.ui.router.states.index, angular2.ivy.pipe.index, angularjs.directives.doc.index, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, JS.framework.markers.index, postcss.custom.media, gr.field.name, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, Scss.function, js.namespace.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, sql.names, vue.extends.binding.index, js.element.qualifiedName, gr.anonymous.class, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, angular2.source.module.index, js.imported.bindings.index, java.module.name, Less.variables, js.lazy.packages, js.class.index2, JS.global.qualified.elements, js.qualified.shortName, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, dom.namespaceKey, postcss.custom.selector, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, angularjs.templateUrl.index, gr.annot.method.name, js.generics.index, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, Scss.variable, angularjs.delimiter.index, angularjs.ui.router.generic.states.index, vuex.store.index, gr.method.name, vue.global.directives.index, Scss.mixin, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, angularjs.controller.index, gr.script.class, java.class.fqn, angular2.ivy.module.index, JS.subclass.stub.index}.
2023-08-31 09:43:06,466 [   4122]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:43:06,467 [   4123]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 4 in 6 ms: Sync global entities with project: test-ser
2023-08-31 09:43:06,559 [   4215]   INFO - #c.i.s.p.SettingsSyncPluginManager - Updated component state by the state of IDE.
No changes: {IdeaVIM=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.platform]), cn.yiiguxing.plugin.translate=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.platform]), com.github.copilot=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.platform, com.intellij.modules.lang]), com.intellij.bigdatatools.core=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.ultimate, intellij.charts, intellij.grid.impl]), com.intellij.bigdatatools.kafka=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.ultimate, com.intellij.bigdatatools.core]), com.intellij.kubernetes=PluginData(enabled=true, category=PLUGINS, dependencies=[]), com.intellij.ml.llm=PluginData(enabled=true, category=PLUGINS, dependencies=[]), izhangzhihao.rainbow.brackets=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.lang]), lermitage.intellij.extratci=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.lang]), mobi.hsz.idea.gitignore=PluginData(enabled=true, category=PLUGINS, dependencies=[com.intellij.modules.lang, com.intellij.modules.vcs])}

2023-08-31 09:43:06,569 [   4225]   INFO - #c.i.s.GitSettingsLog - Applying settings changes to branch ide: options/editor.xml, options/debugger.xml, options/mac/maven.wrapper.mapping.xml, options/ui.lnf.xml, options/dataViewsSettings.xml, ...
2023-08-31 09:43:06,609 [   4265]   INFO - #c.i.s.GitSettingsLog - No actual changes in the settings
2023-08-31 09:43:06,642 [   4298]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - com.maddyhome.idea.vim.ui.ShowCmdStatusBarWidgetFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-08-31 09:43:06,668 [   4324]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - com.maddyhome.idea.vim.ui.StatusBarIconFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-08-31 09:43:06,673 [   4329]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - com.github.copilot.statusBar.CopilotWidgetFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-08-31 09:43:06,891 [   4547]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2023-08-31 09:43:06,910 [   4566]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings
2023-08-31 09:43:06,913 [   4569]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings
2023-08-31 09:43:06,917 [   4573]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Kotlin common code style settings
2023-08-31 09:43:06,917 [   4573]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Kotlin common code style settings
2023-08-31 09:43:06,985 [   4641]   INFO - STDOUT - Info  | RdCoroutineScope          | 14:DefaultDispatcher-worker-3 | RdCoroutineHost overridden 
2023-08-31 09:43:06,991 [   4647]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'enabled' value in [/Library/Application Support/JetBrains/portForwarding/enabled, /Library/Application Support/JetBrains/portForwarding/config.json, /Users/xxxxx/Library/Application Support/JetBrains/portForwarding/enabled, /Users/xxxxx/Library/Application Support/JetBrains/portForwarding/config.json]
2023-08-31 09:43:06,993 [   4649]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'enabled' is not found
2023-08-31 09:43:07,101 [   4757]   INFO - #c.j.r.f.FollowMeManager - Register new user 0 (name: 'xxxxx', client id: Host)
2023-08-31 09:43:07,146 [   4802]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2023-08-31 09:43:07,386 [   5042]   INFO - #c.i.s.CloudConfigServerCommunicator - Using SettingSync server URL: https://cloudconfig.jetbrains.com/cloudconfig
2023-08-31 09:43:07,917 [   5573]   INFO - #cn.yiiguxing.plugin.translate.wordbook.WordBookService - Wordbook service state changed: UNINITIALIZED -> INITIALIZING
2023-08-31 09:43:07,919 [   5575]   INFO - #cn.yiiguxing.plugin.translate.wordbook.WordBookService - Wordbook service state changed: INITIALIZING -> NO_DRIVER
2023-08-31 09:43:08,068 [   5724]   INFO - #c.i.o.a.i.NonBlockingReadActionImpl - OTel monitoring for NonBlockingReadAction is enabled
2023-08-31 09:43:08,268 [   5924]   INFO - #c.i.o.w.i.ToolWindowManagerImpl - Ignore setShowStripeButton(id=Database Changes, value=false) - not applicable for a new UI
2023-08-31 09:43:08,332 [   5988]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@18a3f466
2023-08-31 09:43:08,340 [   5996]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:43:08,344 [   6000]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@7cf17abc
2023-08-31 09:43:08,347 [   6003]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@7cf17abc
2023-08-31 09:43:08,364 [   6020]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@76337e56
2023-08-31 09:43:08,370 [   6026]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@76337e56
2023-08-31 09:43:08,372 [   6028]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@11e3506f
2023-08-31 09:43:08,398 [   6054]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@11e3506f
2023-08-31 09:43:08,400 [   6056]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@3025d7ae
2023-08-31 09:43:08,405 [   6061]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@3025d7ae
2023-08-31 09:43:08,406 [   6062]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@41cdf8b
2023-08-31 09:43:08,414 [   6070]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@41cdf8b
2023-08-31 09:43:08,416 [   6072]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.kubernetes.api.settings.KubeConfigProjectPostStartupActivity@1c3dd498
2023-08-31 09:43:08,423 [   6079]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.kubernetes.api.settings.KubeConfigProjectPostStartupActivity@1c3dd498
2023-08-31 09:43:08,423 [   6079]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@18a3f466
2023-08-31 09:43:08,571 [   6227]   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, terminal.shell.command.handling, reuse.target.paths.for.rsync
2023-08-31 09:43:08,813 [   6469]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: UnindexedFilesScanner[test-ser]
2023-08-31 09:43:08,964 [   6620]   INFO - #o.j.p.t.LocalTerminalDirectRunner - Started com.pty4j.unix.UnixPtyProcess in 135 ms from [/bin/zsh, --login, -i] in /Users/xxxxx/Developer/Java/SDK-Server/test-ser, [columns=199, rows=28], diff_envs={FIG_JETBRAINS_SHELL_INTEGRATION=1, LC_CTYPE=UTF-8, TERM=xterm-256color, TERMINAL_EMULATOR=JetBrains-JediTerm, TERM_SESSION_ID=bd66839b-79da-4cf2-8c4e-29373dd2b025, ZDOTDIR=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/terminal/zsh}
2023-08-31 09:43:08,977 [   6633]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of test-ser. Reason: On project open
2023-08-31 09:43:08,988 [   6644]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for test-ser took 5ms; general responsiveness: ok; EDT responsiveness: ok
2023-08-31 09:43:09,470 [   7126]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of test-ser uses 7 scanning threads
2023-08-31 09:43:10,033 [   7689]   INFO - #com.android.tools.idea.projectsystem.ProjectSystemService - DefaultProjectSystem project system has been detected
2023-08-31 09:43:11,997 [   9653]   INFO - #c.i.d.u.SqlDialects - SQL dialects initialized in 17 ms
2023-08-31 09:43:12,889 [  10545]   INFO - #c.i.u.j.JBCefApp - JCEF-sandbox is enabled
2023-08-31 09:43:13,264 [  10920]   INFO - #c.i.u.j.JBCefApp - jcef version: 111.2.1.673.d9dbcc0613c72d35a0bb92ef2d84fd4f833ac9e4 | cmd args: [--framework-dir-path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/Chromium Embedded Framework.framework, --browser-subprocess-path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/jcef Helper.app/Contents/MacOS/jcef Helper, --main-bundle-path=/Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/jcef Helper.app, --disable-in-process-stack-traces, --use-mock-keychain, --disable-features=SpareRendererForSitePerProcess, --no-proxy-server, --disable-gpu-process-crash-limit]
2023-08-31 09:43:13,454 [  11110]   WARN - #c.i.o.a.i.ActionUpdater - 423 ms to grab EDT for DockToolWindowAction#update@ToolwindowTitle (com.intellij.openapi.wm.impl.DockToolWindowAction)
2023-08-31 09:43:14,472 [  12128]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
2023-08-31 09:43:14,533 [  12189]   INFO - #c.i.i.c.t.p.v.p.KeyBindingsParser - Processing a file: /Users/xxxxx/Library/Application Support/Code/User/keybindings.json
2023-08-31 09:43:14,536 [  12192]   INFO - #c.i.i.c.t.p.v.p.PluginsParser - Processing a directory: /Users/xxxxx/.vscode/extensions
2023-08-31 09:43:14,560 [  12216]   INFO - #c.i.u.m.t.NST - nst library works properly, successfully created and released native touchbar object
2023-08-31 09:43:14,563 [  12219]   INFO - #c.i.u.m.t.TouchbarSupport - touchbar support is enabled
2023-08-31 09:43:14,741 [  12397]   INFO - #c.i.i.c.t.p.v.p.GeneralSettingsParser - Processing a general settings file: /Users/xxxxx/Library/Application Support/Code/User/settings.json
2023-08-31 09:43:14,753 [  12409]   WARN - #c.i.i.c.t.p.v.p.StateDatabaseParser - No suitable driver found for jdbc:sqlite:/Users/xxxxx/Library/Application Support/Code/User/globalStorage/state.vscdb
java.sql.SQLException: No suitable driver found for jdbc:sqlite:/Users/xxxxx/Library/Application Support/Code/User/globalStorage/state.vscdb
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
	at com.intellij.ide.customize.transferSettings.providers.vscode.parsers.StateDatabaseParser.process(StateDatabaseParser.kt:27)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeSettingsProcessor.getProcessedSettings(VSCodeSettingsProcessor.kt:54)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider$cachedIdeVersion$2.invoke(VSCodeTransferSettingsProvider.kt:25)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider$cachedIdeVersion$2.invoke(VSCodeTransferSettingsProvider.kt:24)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getCachedIdeVersion(VSCodeTransferSettingsProvider.kt:24)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getIdeVersion(VSCodeTransferSettingsProvider.kt:30)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getIdeVersions(VSCodeTransferSettingsProvider.kt:20)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeTransferSettingsProvider.getIdeVersions(VSCodeTransferSettingsProvider.kt:12)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$createBaseIdeVersions$1.invoke(TransferSettingsDataProvider.kt:57)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$createBaseIdeVersions$1.invoke(TransferSettingsDataProvider.kt:50)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.createBaseIdeVersions$lambda$0(TransferSettingsDataProvider.kt:50)
	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273)
	at java.base/java.util.Collections$2.tryAdvance(Collections.java:4853)
	at java.base/java.util.Collections$2.forEachRemaining(Collections.java:4861)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:960)
	at java.base/java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:934)
	at java.base/java.util.stream.AbstractTask.compute(AbstractTask.java:327)
	at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:686)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateParallel(ReduceOps.java:927)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.createBaseIdeVersions(TransferSettingsDataProvider.kt:65)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.access$createBaseIdeVersions(TransferSettingsDataProvider.kt:42)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$baseIdeVersions$2.invoke(TransferSettingsDataProvider.kt:46)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession$baseIdeVersions$2.invoke(TransferSettingsDataProvider.kt:46)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProviderSession.getBaseIdeVersions(TransferSettingsDataProvider.kt:46)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProvider.refresh(TransferSettingsDataProvider.kt:30)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProvider.<init>(TransferSettingsDataProvider.kt:22)
	at com.intellij.ide.customize.transferSettings.TransferSettingsDataProvider.<init>(TransferSettingsDataProvider.kt:19)
	at com.intellij.ide.customize.transferSettings.TransferSettingsProjectActivity.<init>(TransferSettingsProjectActivity.kt:16)
	at com.intellij.serviceContainer.ComponentManagerImpl.doInstantiateClass(ComponentManagerImpl.kt:962)
	at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:954)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.instantiateClass(XmlExtensionAdapter.kt:78)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter$SimpleConstructorInjectionAdapter.instantiateClass(XmlExtensionAdapter.kt:89)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.doCreateInstance(XmlExtensionAdapter.kt:49)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.createInstance(XmlExtensionAdapter.kt:30)
	at com.intellij.openapi.extensions.ExtensionPointNameKt.createOrError(ExtensionPointName.kt:290)
	at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.kt:589)
	at com.intellij.ide.startup.impl.StartupManagerImpl.access$runPostStartupActivities(StartupManagerImpl.kt:72)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$2.invokeSuspend(StartupManagerImpl.kt:181)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-08-31 09:43:14,825 [  12481]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [/Users/xxxxx/Developer/Java/SDK-Server/test-ser]
2023-08-31 09:43:14,902 [  12558]   INFO - #git4idea.commands.GitHandler - [.] git version
2023-08-31 09:43:14,933 [  12589]   INFO - #git4idea.commands.GitHandler - git version 2.42.0
2023-08-31 09:43:14,934 [  12590]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 2 millis (read time: 2)
2023-08-31 09:43:14,939 [  12595]   INFO - #git4idea.config.GitExecutableManager - Git version for /usr/local/bin/git: 2.42.0.0 (UNIX)
2023-08-31 09:43:15,183 [  12839]   INFO - #com.maddyhome.idea.vim.vimscript.services.VimRcService - ideavimrc file isn't found
2023-08-31 09:43:15,348 [  13004]   INFO - #c.i.o.a.i.PopupMenuPreloader - 7113 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup(preload-bgt)' in 4992 ms
2023-08-31 09:43:15,971 [  13627]   WARN - #git4idea.repo.GitCommitTemplateTracker - Empty or blank commit template detected for repository /Users/xxxxx/Developer/Java/SDK-Server/test-ser by path /Users/xxxxx/.stCommitMsg
2023-08-31 09:43:16,082 [  13738]   WARN - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Skipped 1 pre-built shared indexes: bundled-js-predefined-1d06a55b98c1-8314e18161f9-JavaScript-IU-232.9559.62
2023-08-31 09:43:16,160 [  13816]   WARN - #c.i.o.a.i.ActionUpdater - 809 ms to grab EDT for ToolWindowHeader$2#update@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2023-08-31 09:43:16,211 [  13867]   INFO - #com.android.tools.idea.adblib.AndroidAdbChannelProvider - Registering project to adblib channel provider: Project(name=test-ser, containerState=COMPONENT_CREATED, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser)
2023-08-31 09:43:16,214 [  13870]   INFO - #c.i.c.CompilerWorkspaceConfiguration - Available processors: 8
2023-08-31 09:43:16,291 [  13947]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2023-08-31 09:43:16,392 [  14048]   INFO - #com.android.tools.idea.imports.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: "19dcbbe").
2023-08-31 09:43:16,393 [  14049]   INFO - #com.android.tools.idea.imports.GMavenIndexRepository - Kept the old disk cache with an old ETag header: "19dcbbe".
2023-08-31 09:43:16,530 [  14186]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 2064ms; general responsiveness: 1/2 sluggish, 1/2 very slow; EDT responsiveness: 0/1 sluggish, 1/1 very slow
2023-08-31 09:43:17,449 [  15105]   INFO - #o.j.i.maven - Using extension org.jetbrains.idea.maven.maven3.Maven3Support@2a961430 to start MavenServer
2023-08-31 09:43:17,514 [  15170]   INFO - #o.j.i.maven - Sent token to maven server
2023-08-31 09:43:17,521 [  15177]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Index diagnostic for 4 commits in [file:///Users/xxxxx/Developer/Java/SDK-Server/test-ser] is completed
2023-08-31 09:43:17,530 [  15186]   WARN - #c.i.e.r.RemoteProcessSupport - Picked up JAVA_TOOL_OPTIONS: -Duser.language=en -Duser.country=US
2023-08-31 09:43:17,568 [  15224]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$PruneTask@7ee01e3a
2023-08-31 09:43:17,569 [  15225]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:43:17,570 [  15226]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$PruneTask@7ee01e3a
2023-08-31 09:43:17,571 [  15227]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$ManageLruProjectFilesTask@56a74985
2023-08-31 09:43:17,572 [  15228]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:43:17,574 [  15230]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.android.tools.idea.res.ResourceFolderRepositoryFileCacheImpl$ManageLruProjectFilesTask@56a74985
2023-08-31 09:43:17,758 [  15414]   INFO - #JetprofileSource - No valid license found
2023-08-31 09:43:18,296 [  15952]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2023-08-31 09:43:18,304 [  15960]   INFO - #c.i.i.p.DynamicPlugins - Plugins to load: []
2023-08-31 09:43:18,331 [  15987]   INFO - STDOUT - Will call enable for [PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=~/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/cwm-plugin, version=232.9559.62, package=org.intellij.android.cwm, isBundled=true)]
2023-08-31 09:43:18,333 [  15989]   INFO - #c.i.s.p.SettingsSyncPluginManager - Bundled plugin com.jetbrains.codeWithMe is enabled. Will remove its info from plugins.json
2023-08-31 09:43:18,562 [  16218]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Class path contains multiple SLF4J bindings.
2023-08-31 09:43:18,562 [  16218]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Found binding in [jar:file:/Users/xxxxx/Applications/IntelliJ%20IDEA%20Ultimate.app/Contents/plugins/maven/lib/maven36-server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-08-31 09:43:18,563 [  16219]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Found binding in [jar:file:/Users/xxxxx/Applications/IntelliJ%20IDEA%20Ultimate.app/Contents/lib/util-8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-08-31 09:43:18,563 [  16219]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2023-08-31 09:43:18,563 [  16219]   WARN - #c.i.e.r.RemoteProcessSupport - SLF4J: Actual binding is of type [org.jetbrains.idea.maven.server.Maven3WrapperSl4LoggerFactory]
2023-08-31 09:43:19,666 [  17322]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - Start collecting all modules
2023-08-31 09:43:19,680 [  17336]   INFO - #o.j.s.e.g.GradleProjectDependenciesModel - Start collecting all modules
2023-08-31 09:43:19,681 [  17337]   INFO - #o.j.s.e.g.GradleProjectDependenciesModel - Finish collecting all modules, count of found modules: 0
2023-08-31 09:43:19,681 [  17337]   INFO - #o.j.s.e.m.MavenProjectDependenciesModel - Finish collecting all modules, count of found modules: 1
2023-08-31 09:43:20,175 [  17831]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:43:21,478 [  19134]   INFO - #c.i.c.ComponentStoreImpl - Saving appFileTypeManager took 43 ms, JetEditorOptions took 31 ms, ProjectJdkTable took 13 ms
2023-08-31 09:43:21,604 [  19260]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is '/Users/xxxxx/Library/Caches/JetBrains'. JvmStartTimeMs=1693446182067
2023-08-31 09:43:21,607 [  19263]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2023-08-31 09:43:21,620 [  19276]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2023-08-31 09:43:21,622 [  19278]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2023-08-31 09:43:21,623 [  19279]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'versionManagementEnabled' value in [/Library/Application Support/JetBrains/JetBrainsClient/versionManagementEnabled, /Library/Application Support/JetBrains/JetBrainsClient/config.json, /Users/xxxxx/Library/Application Support/JetBrains/JetBrainsClient/versionManagementEnabled, /Users/xxxxx/Library/Application Support/JetBrains/JetBrainsClient/config.json]
2023-08-31 09:43:21,625 [  19281]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'versionManagementEnabled' is not found
2023-08-31 09:43:21,709 [  19365]   INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
2023-08-31 09:43:21,720 [  19376]   INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
2023-08-31 09:43:21,782 [  19438]   INFO - c.i.s.k.s.d.SpaceKtsFileDetector - SpaceKtsFileDetector
2023-08-31 09:43:21,798 [  19454]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2023-08-31 09:43:22,003 [  19659]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:43:22,009 [  19665]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 5 in 85 ms: Apply JPS storage (iml files)
2023-08-31 09:43:22,010 [  19666]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-08-31 09:43:22,017 [  19673]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Companion - Workspace model loaded from cache. Syncing real project state into workspace model in 474 ms. Thread[DefaultDispatcher-worker-1,5,main]
2023-08-31 09:43:22,409 [  20065]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=test-ser, containerState=COMPONENT_CREATED, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser)CompilerConfiguration took 41 ms, Kotlin2JvmCompilerArguments took 15 ms, RunManager took 13 ms
2023-08-31 09:43:22,411 [  20067]   INFO - #c.i.o.c.i.s.StoreUtil - saveProjectsAndApp took 2236 ms
2023-08-31 09:43:24,037 [  21693]   INFO - #c.i.x.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /Users/xxxxx/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/app.jar!/resources/html5-schema/html5.rnc
2023-08-31 09:43:24,786 [  22442]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5655 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 767 ms
2023-08-31 09:43:24,788 [  22444]   INFO - #c.i.o.a.i.PopupMenuPreloader - 9838 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 768 ms
2023-08-31 09:43:27,143 [  24799]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for test-ser. Number of scanned files: 53342; Number of files for indexing: 0 took 18155ms; general responsiveness: 4/14 sluggish, 5/14 very slow; EDT responsiveness: 4/14 sluggish, 4/14 very slow
2023-08-31 09:43:27,143 [  24799]   INFO - #c.i.u.i.UnindexedFilesScanner - e2564e57: marking roots for initial VFS refresh
2023-08-31 09:43:27,148 [  24804]   INFO - #c.i.u.i.UnindexedFilesScanner - e2564e57: starting initial VFS refresh
2023-08-31 09:43:27,150 [  24806]   INFO - #c.i.u.i.PerProjectIndexingQueue - Finished for test-ser. No files to index with loading content.
2023-08-31 09:43:27,163 [  24819]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: UnindexedFilesScanner[test-ser]
2023-08-31 09:43:27,191 [  24847]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.android.tools.idea.res.ResourceFolderRegistry$PopulateCachesTask@2863bbf8
2023-08-31 09:43:27,192 [  24848]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-08-31 09:43:27,192 [  24848]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.android.tools.idea.res.ResourceFolderRegistry$PopulateCachesTask@2863bbf8
2023-08-31 09:43:27,429 [  25085]   INFO - #c.i.u.i.UnindexedFilesScanner - e2564e57: initial VFS refresh finished 279 ms
2023-08-31 09:43:59,814 [  57470]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:44:00,087 [  57743]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=test-ser, containerState=COMPONENT_CREATED, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser)RunManager took 61 ms
2023-08-31 09:44:08,979 [  66635]   INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs from [/Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2/caches/huge-gists] ...
2023-08-31 09:44:56,288 [ 113944]   INFO - #c.i.i.b.ApplicationLoader - External instance command received
2023-08-31 09:44:56,294 [ 113950]   INFO - #c.i.i.CommandLineProcessor - External command line:
Dir: /Users/xxxxx
diff
/Users/xxxxx/Library/Logs/JetBrains/IntelliJIdea2023.2/currect/idea.log
/Users/xxxxx/Library/Logs/JetBrains/IntelliJIdea2023.2/error/idea.log
-----
2023-08-31 09:44:56,297 [ 113953]   INFO - #c.i.i.CommandLineProcessor - Processing command with com.intellij.diff.applications.DiffApplication@705d486f
2023-08-31 09:44:57,677 [ 115333]   WARN - #c.i.o.a.i.ActionUpdater - 543 ms to grab EDT for LiveEditIssueNotificationAction#update@EditorInspectionsToolbar (com.android.tools.idea.editors.liveedit.ui.LiveEditIssueNotificationAction)
2023-08-31 09:44:57,678 [ 115334]   WARN - #c.i.o.a.i.ActionUpdater - 540 ms to grab EDT for LiveEditIssueNotificationAction#update@EditorInspectionsToolbar (com.android.tools.idea.editors.liveedit.ui.LiveEditIssueNotificationAction)
2023-08-31 09:48:10,123 [ 307779]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:48:10,248 [ 307904]   INFO - #c.i.c.ComponentStoreImpl - Saving appFileTypeManager took 12 ms
2023-08-31 09:50:54,262 [ 471918]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:50:54,401 [ 472057]   WARN - #c.i.u.x.Binding - no accessors for java.time.LocalTime
2023-08-31 09:52:44,254 [ 581910]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-08-31 09:52:44,409 [ 582065]   INFO - #c.i.u.s.SvgCacheManager - SVG icon cache is closed
2023-08-31 09:52:44,416 [ 582072]   INFO - #c.i.e.r.RemoteProcessSupport - Terminating: 127.0.0.1:49175/Maven36ServerImplb3b91025
2023-08-31 09:52:45,011 [ 582667]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 0
2023-08-31 09:52:45,017 [ 582673]   INFO - #c.j.r.f.FollowMeManager - Unregister user with id: 0 (name: 'xxxxx', clientId: Host)
2023-08-31 09:52:45,021 [ 582677]   INFO - #c.i.o.w.i.WindowManagerImpl - === Release(true) frame on closed project ===
2023-08-31 09:52:45,035 [ 582691]   INFO - #com.android.tools.idea.adblib.AndroidAdbChannelProvider - Unregistering project from adblib channel provider: Project(name=test-ser, containerState=DISPOSE_IN_PROGRESS, componentStore=/Users/xxxxx/Developer/Java/SDK-Server/test-ser) (disposed)
2023-08-31 09:52:45,060 [ 582716]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2023-08-31 09:52:45,061 [ 582717]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2023-08-31 09:52:45,098 [ 582754]   INFO - STDERR - ERROR: SupervisorCoroutine was cancelled
2023-08-31 09:52:45,098 [ 582754]   INFO - STDERR - kotlinx.coroutines.JobCancellationException: SupervisorCoroutine was cancelled; job=SupervisorCoroutine{Cancelled}@186fc719
2023-08-31 09:52:45,098 [ 582754]   INFO - STDERR - Exception in thread "I/O pool 10" java.lang.AssertionError: SupervisorCoroutine was cancelled
2023-08-31 09:52:45,099 [ 582755]   INFO - STDERR - 	at com.intellij.openapi.diagnostic.DefaultLogger.error(DefaultLogger.java:54)
2023-08-31 09:52:45,099 [ 582755]   INFO - STDERR - 	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:432)
2023-08-31 09:52:45,099 [ 582755]   INFO - STDERR - 	at com.intellij.idea.DirectoryLock.handleConnection(DirectoryLock.java:306)
2023-08-31 09:52:45,099 [ 582755]   INFO - STDERR - 	at com.intellij.idea.DirectoryLock.lambda$acceptConnections$4(DirectoryLock.java:287)
2023-08-31 09:52:45,099 [ 582755]   INFO - STDERR - 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - 	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - 	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - 	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - 	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - 	at java.base/java.lang.Thread.run(Thread.java:833)
2023-08-31 09:52:45,100 [ 582756]   INFO - STDERR - Caused by: kotlinx.coroutines.JobCancellationException: SupervisorCoroutine was cancelled; job=SupervisorCoroutine{Cancelled}@186fc719
2023-08-31 09:52:45,120 [ 582776]   INFO - c.j.r.f.u.RdCoroutineScope - RdCoroutineHost has been reset
2023-08-31 09:52:45,121 [ 582777]   INFO - c.j.r.f.u.RdCoroutineScope - RdCoroutineHost disposed
2023-08-31 09:52:45,124 [ 582780]   INFO - #o.j.i.BuiltInServer - web server stopped
2023-08-31 09:52:45,136 [ 582792]   INFO - #c.j.r.p.c.p.w.s.WireStorage - Terminate Wire Storage lifetime
2023-08-31 09:52:45,136 [ 582792]   INFO - com.maddyhome.idea.vim.ui.ex.ExEntryPanel - Deactivate ex entry panel
2023-08-31 09:52:45,142 [ 582798]   INFO - #c.i.o.f.i.FileTypeDetectionService - 6 auto-detected files. Detection took 69 ms
2023-08-31 09:52:45,148 [ 582804]   INFO - #c.i.u.i.FileBasedIndexImpl - Index dispose started
2023-08-31 09:52:45,244 [ 582900]   INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2023-08-31 09:52:45,244 [ 582900]   INFO - #c.i.p.s.SerializationManagerImpl - Start shutting down /Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2/index/rep.names
2023-08-31 09:52:45,245 [ 582901]   INFO - #c.i.p.s.SerializationManagerImpl - Finished shutting down /Users/xxxxx/Library/Caches/JetBrains/IntelliJIdea2023.2/index/rep.names
2023-08-31 09:52:45,247 [ 582903]   INFO - #c.i.u.i.FileBasedIndexImpl - Index dispose completed in 98ms.
2023-08-31 09:52:45,276 [ 582932]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2023-08-31 09:52:45,284 [ 582940]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed in 8ms.
2023-08-31 09:52:45,307 [ 582963]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
0
2 comments
Hi,

Does it help if you run `export TERM=xterm-256color` and then start the IDE from the command line?
In the icon case, I see the IDE have this environment variable to start the Terminal. In the command line case, it doesn't have that environment variable.

Your command line environment might not have that environment variable for some reason that causes this issue.
0

"export TERM=xterm-256color" not working for me.

I eventually noticed that there is garbled output when launching from  "iTerm2",whereas launching from "macOS built-in Terminal" displays the text correctly.

To help others in the future,  Review the [Settings/Tools/Terminal/Environment variables]. iTerm2 introduces a multitude of variables,  Without undertaking a thorough examination of which variable causing the problem, i finally unenable the "include system environment variables" option,  now  displays the text correctly.

0

Please sign in to leave a comment.