Upgraded older project fails to recognise metadata subscription

Issue #1890 resolved
Xander Victory created an issue

Using an older project (has happened on multiple projects), where the connection needed to be re-specified/reconnected as an oauth connection continually produces the module error balloon which says the metadata subscription is invalid, even after changing it in the dialog.

This one’s an SFDX layout, and the connection seemed to be pointing to a non-oauth one with an outdated security token (but did seem to exist, despite IC2’s insistence otherwise). The connection was replaced with an Oauth one.

12:06 pm    Invalid configuration for module 'tgf'
                Module 'tgf': The following must be configured properly:
                module must have a configured metadata subscription

                Full resolution of these items may require multiple steps.
                Resolve   Ignore (show balloon)

  1. Clicked resolve, asks if I want to create package.xml
  2. Click no, metadata subscription dialog opens
  3. Subscriptions are already defined (All on Classes, Pages & Triggers)
  4. Either leave as is, or change to All subscription or back to Selected
  5. clicked ok
  6. IDEA thinks for a little bit
  7. Invalid configuration balloon reoccurs

I’ve tried restarting, but it persists. Retrieval/Deployment/navigation/code-completion/etc do function properly.

Comments (14)

  1. Scott Wells repo owner

    Hmmm...I'll play with this a bit shortly. I've been cranking down the rules about which combinations of project type and connection type are allowed, and specifically how IC2 infers project type based on the absence/presence of files like sfdx-project.json and manifest/package.xml (or another package.xml file if selected). Perhaps this is a gap in that logic, either in terms of how it's discerning the project type or what it's doing if/when it discovers an unsupported combination, e.g., any type of SFDX project using a native connection.

  2. Scott Wells repo owner

    Xander, can you please add the following to Help>Diagnostic Tools>Debug Log Settings and reproduce the issue?

    #com.illuminatedcloud.intellij.moduletype.IlluminatedCloudModuleValidator
    

    Then send over those logs and it should show me exactly why it's thinking things are invalid.

  3. Xander Victory reporter

    2021-05-21 15:39:03,405 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
    2021-05-21 15:39:03,425 [     20]   INFO - llij.ide.gdpr.EndUserAgreement - eua: C:\Users\xande\AppData\Roaming\JetBrains\PrivacyPolicy\eua.cached 
    2021-05-21 15:39:03,489 [     84]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-211.7142.45, 30 Apr 2021 18:12) 
    2021-05-21 15:39:03,490 [     85]   INFO -        #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64) 
    2021-05-21 15:39:03,500 [     95]   INFO -        #com.intellij.idea.Main - JRE: 11.0.10+9-b1341.41 (JetBrains s.r.o.) 
    2021-05-21 15:39:03,501 [     96]   INFO -        #com.intellij.idea.Main - JVM: 11.0.10+9-b1341.41 (Dynamic Code Evolution 64-Bit Server VM) 
    2021-05-21 15:39:03,502 [     97]   INFO -        #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2028m -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Dide.no.platform.update=true -XX:CICompilerCount=2 -Dkotlinx.coroutines.debug=off -Djdk.attach.allowAttachSelf=true -Djdk.module.illegalAccess.silent=true -Dsun.io.useCanonCaches=false -XX:ReservedCodeCacheSize=512m -XX:+UseG1GC -Didea.plugins.path=C:\\Users\\xande\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-U\\ch-0\\211.7142.45.plugins -Djb.vmOptionsFile=C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.vmoptions -Djava.library.path=C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin;C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin\server -Didea.jre.check=true -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=IntelliJIdea2021.1 -XX:ErrorFile=C:\Users\xande\java_error_in_idea64_%p.log -XX:HeapDumpPath=C:\Users\xande\java_error_in_idea64.hprof 
    2021-05-21 15:39:03,502 [     97]   INFO -        #com.intellij.idea.Main - library path: C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin;C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin\server 
    2021-05-21 15:39:03,502 [     97]   INFO -        #com.intellij.idea.Main - boot library path: C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\bin 
    2021-05-21 15:39:03,529 [    124]   INFO -        #com.intellij.idea.Main - locale=en_AU JNU=Cp1252 file.encoding=Cp1252
      idea.config.path=C:\Users\xande\AppData\Roaming\JetBrains\IntelliJIdea2021.1
      idea.system.path=C:\Users\xande\AppData\Local\JetBrains\IntelliJIdea2021.1
      idea.plugins.path=C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins
      idea.log.path=C:\Users\xande\AppData\Local\JetBrains\IntelliJIdea2021.1\log 
    2021-05-21 15:39:03,841 [    436]   INFO -        #com.intellij.idea.Main - JNA library (64-bit) loaded in 300 ms 
    2021-05-21 15:39:03,845 [    440]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational 
    2021-05-21 15:39:05,713 [   2308]   INFO - ntellij.idea.ApplicationLoader - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@53e65b98[Running, parallelism = 11, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@34c8b8d 
    2021-05-21 15:39:05,737 [   2332]   WARN - llij.ide.plugins.PluginManager - Problems found loading plugins:
      The ASM Bytecode Outline 2017 (id=ASM Bytecode Outline 2017, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\ASM-BO, version=0.3.5.2017.12.10) plugin Plugin 'ASM Bytecode Outline 2017' (version 0.3.5.2017.12.10) was explicitly marked as incompatible with the current version of the IDE
      The Java EE: Application Servers (id=com.intellij.javaee.app.servers.integration, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\plugins\AppServersIntegration) plugin Requires plugin 'com.intellij.javaee' to be enabled
      The Java EE: Enterprise Java Beans (EJB) (id=com.intellij.javaee.ejb, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\plugins\EJB) plugin Requires plugin 'com.intellij.javaee' to be enabled
      The Java EE: Persistence (JPA) (id=com.intellij.javaee.jpa, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\plugins\JPA) plugin Requires plugin 'com.intellij.javaee' to be enabled
      The Java EE: Web/Servlets (id=com.intellij.javaee.web, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\plugins\Web) plugin Requires plugin 'com.intellij.javaee' to be enabled
      The Spring Messaging (id=com.intellij.spring.messaging, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\plugins\SpringMessaging) plugin Requires plugin 'com.intellij.spring' to be enabled
      The Java EE: Web Services (JAX-WS) (id=com.jetbrains.jax.ws, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\plugins\WebServices) plugin Requires plugin 'com.intellij.javaee' to be enabled 
    2021-05-21 15:39:05,775 [   2370]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (211.7142.45), Dependency Management Api for External Build Tools (211.7142.45), com.intellij.platform.images (211.7142.45), JetBrains maven model api classes (211.7142.45), JetBrains Repository Search (211.7142.45), HTML Tools (211.7142.45), Refactor-X (211.7142.45), XPathView + XSLT (211.7142.45), XSLT Debugger (211.7142.45), Smali Support (211.7142.45), IDE Settings Sync (211.7142.45), Machine Learning Code Completion (211.7142.45), Configuration Script (211.7142.45), Copyright (211.7142.45), CSS (211.7142.45), W3C Validators (211.7142.45), Less (211.7142.45), Sass (211.7142.45), Stylus (211.7142.45), Windows 10 Light Theme (211.7142.45), Properties (211.7142.45), Gradle (211.7142.45), Java EE: Gradle Integration (211.7142.45), Resource Bundle Editor (211.7142.45), FTP/SFTP Connectivity (ex. Remote Hosts Access) (211.7142.45), Mercurial (211.7142.45), WebP Support (211.7142.45), EditorConfig (211.7142.45), Haml (211.7142.45), Terminal (211.7142.45), Git (211.7142.45), SSH Remote Run (211.7142.45), WSL Support Framework (211.7142.45), Shell Script (211.7142.45), TextMate Bundles (211.7142.45), YAML (211.7142.45), Settings Repository (211.7142.45), IDE Features Trainer (211.7142.45), Java (211.7142.45), Bytecode Viewer (211.7142.45), Docker (211.7142.45), JUnit (211.7142.45), Lombok (211.7142.45), ZKM-Unscramble (211.7142.45), Diagrams (211.7142.45), Dependency Structure Matrix (211.7142.45), Guice (211.7142.45), Java Internationalization (211.7142.45), UI Designer (211.7142.45), Java IDE Customization (211.7142.45), Microservices Application Configuration (211.7142.45), Microservices UAST (211.7142.45), Velocity (211.7142.45), Java Stream Debugger (211.7142.45), Java Bytecode Decompiler (211.7142.45), Task Management (211.7142.45), GitHub (211.7142.45), Code With Me (211.7142.45), Performance Testing (211.7142.45), Shared Indexes (211.7142.45), Project Shared Indexes (211.7142.45), Next File Prediction (211.7142.45), Recommenders for Java and Python (211.7142.45), IntelliLang (211.7142.45), TestNG (211.7142.45), Code Coverage for Java (211.7142.45), Groovy (211.7142.45), Maven (211.7142.45), Gradle-Java (211.7142.45), Plugin DevKit (211.7142.45), Frameworks Starters (211.7142.45), Performance Testing (Gradle) (211.7142.45), Gradle Extension (211.7142.45), Gradle-Maven (211.7142.45), Reactive Streams (211.7142.45), Performance Testing (Maven) (211.7142.45), Maven Extension (211.7142.45), JavaFX (211.7142.45), Markdown (211.7142.45), Grazie (211.7142.45), JavaScript and TypeScript (211.7142.45), JavaScript Intention Power Pack (211.7142.45), JavaScript Debugger (211.7142.45), Node.js (211.7142.45), Space (211.7142.45), Gradle DSL API (211.7142.45), Gradle Dependency Updater Implementation (211.7142.45), TSLint (211.7142.45), Database Tools and SQL (211.7142.45), Java SQL Libraries (211.7142.45), Persistence Frameworks (211.7142.45), HTTP Client (211.7142.45), Java HTTP Clients (211.7142.45), OpenAPI Specifications (211.7142.45) 
    2021-05-21 15:39:05,775 [   2370]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Generate Kotlin data classes from JSON (0.9.6), String Manipulation (8.15.203.000.3), POJO Generator (1.2.2), Minecraft Development (2021.1-1.5.10), Kotlin (211-1.5.0-release-759-IJ6693.72), Illuminated Cloud 2 (2.1.7.8), Rainbow Brackets (6.17) 
    2021-05-21 15:39:05,776 [   2371]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: Spring Batch (211.7142.45), Java EE: Contexts and Dependency Injection (CDI) (211.7142.45), Spring Web Services (211.7142.45), WebSphere (211.7142.45), Hibernate (211.7142.45), Helidon (211.7142.45), Spring MVC (211.7142.45), Thymeleaf (211.7142.45), Java EE: Batch Applications (211.7142.45), Spring Web Flow (211.7142.45), Debugger Support for JSP (JSR45) (211.7142.45), Subversion (211.7142.45), Java EE: Bean Validation (211.7142.45), Java EE: Message Service (JMS) (211.7142.45), Micronaut (211.7142.45), Java EE: RESTful Web Services (JAX-RS) (211.7142.45), Arquillian (211.7142.45), FreeMarker (211.7142.45), Spring OSGi (211.7142.45), Grails (211.7142.45), Spring WebSocket (211.7142.45), Drools (211.7142.45), ANTLRWorks (1.3.1), Spring Security (211.7142.45), Android (10.4.1.1.211.7142.45), ChangeReminder (211.7142.45), WildFly (211.7142.45), Ant (211.7142.45), Java EE: Server Faces (JSF) (211.7142.45), Java EE: WebSockets (211.7142.45), Spring AOP/@AspectJ (211.7142.45), Eclipse Interoperability (211.7142.45), Spring Integration Patterns (211.7142.45), GlassFish (211.7142.45), Spring Data (211.7142.45), Java EE Platform (211.7142.45), Gherkin (211.7142.45), Emma (211.7142.45), Cucumber for Java (211.7142.45), Perforce Helix Core (211.7142.45), JBoss Frameworks Base (211.7142.45), Cucumber for Groovy (211.7142.45), CoffeeScript (211.7142.45), Spring Boot (211.7142.45), Spring (211.7142.45), Time Tracking (211.7142.45), AspectJ (211.7142.45), Spy-js (211.7142.45), Angular and AngularJS (211.7142.45), Java Server Pages (JSP) (211.7142.45), Quarkus (211.7142.45), Tomcat and TomEE (211.7142.45), Jetty (211.7142.45), WebLogic (211.7142.45) 
    2021-05-21 15:39:06,498 [   3093]   INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=2008 
    2021-05-21 15:39:06,512 [   3107]   INFO - tellij.util.io.FileChannelUtil - uninterruptible FileChannels will be used for indexes 
    2021-05-21 15:39:06,553 [   3148]   INFO - til.net.ssl.CertificateManager - Default SSL context initialized 
    2021-05-21 15:39:06,713 [   3308]   INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=C:\Users\xande\.m2\repository, KOTLIN_BUNDLED=C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\Kotlin\kotlinc, PROJECTDIR=C:/Users/lex/Creative Cloud Files/Scripts/log4j plugin/Log4JPlugin} 
    2021-05-21 15:39:06,754 [   3349]   INFO - cation.options.RegistryManager - Registry values changed by user: SBT.system.in.process = true, documentation.show.toolbar = true, git.explicit.commit.renames.prohibit.multiple.calls = false 
    2021-05-21 15:39:06,761 [   3356]   INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled 
    2021-05-21 15:39:06,764 [   3359]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: #com.illuminatedcloud.intellij.builder.IlluminatedCloudSaveAllAction, #com.illuminatedcloud.intellij.builder.ForceComBuilder, #com.illuminatedcloud.intellij.builder.ForceComBuilderUtil, #com.illuminatedcloud.intellij.builder.ForceComMetadataApiDeployer, #com.illuminatedcloud.intellij.builder.ForceComSfdxDeployer, #com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer, #com.illuminatedcloud.intellij.builder.ForceComBuildFailureAnnotator, #com.illuminatedcloud.util.VariableLengthPollingInterval, #com.illuminatedcloud.intellij.builder.RefreshAction, #com.illuminatedcloud.intellij.builder.RetrieveAction, #com.illuminatedcloud.intellij.builder.ForceComBuilder, #com.illuminatedcloud.intellij.builder.ForceComBuilderUtil, #com.illuminatedcloud.intellij.builder.ForceComMetadataRetriever, #com.illuminatedcloud.intellij.builder.ForceComSfdxRetriever, #com.illuminatedcloud.intellij.util.IlluminatedCloudDiffUtil, #com.illuminatedcloud.util.VariableLengthPollingInterval, #com.illuminatedcloud.intellij.moduletype.IlluminatedCloudModuleValidator 
    2021-05-21 15:39:06,768 [   3363]   INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.jetbrains.rdserver.requests, #com.jetbrains.rd.ide.document, #com.jetbrains.rdserver.document, #com.jetbrains.rdserver.editors, #com.jetbrains.rdserver.actions 
    2021-05-21 15:39:06,880 [   3475]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 
    2021-05-21 15:39:07,092 [   3687]   WARN - rationStore.ComponentStoreImpl - Scheme file "SAQL.xml" is not loaded because defines duplicated name "SAQL" 
    2021-05-21 15:39:07,135 [   3730]   INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus === 
    2021-05-21 15:39:07,145 [   3740]   INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED (2ms) === 
    2021-05-21 15:39:07,152 [   3747]   INFO - cloudConfig.CloudConfigManager - === calculateInitStatus === 
    2021-05-21 15:39:07,317 [   3912]   INFO - BridgeProjectLifecycleListener - Using workspace model to open project 
    2021-05-21 15:39:07,729 [   4324]   INFO - tests.impl.DistributedTestHost - Host address=localhost/127.0.0.1 
    2021-05-21 15:39:07,784 [   4379]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Users\xande\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\bin\fsnotifier64.exe 
    2021-05-21 15:39:07,794 [   4389]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: #com.illuminatedcloud.intellij.builder.IlluminatedCloudSaveAllAction, #com.illuminatedcloud.intellij.builder.ForceComBuilder, #com.illuminatedcloud.intellij.builder.ForceComBuilderUtil, #com.illuminatedcloud.intellij.builder.ForceComMetadataApiDeployer, #com.illuminatedcloud.intellij.builder.ForceComSfdxDeployer, #com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer, #com.illuminatedcloud.intellij.builder.ForceComBuildFailureAnnotator, #com.illuminatedcloud.util.VariableLengthPollingInterval, #com.illuminatedcloud.intellij.builder.RefreshAction, #com.illuminatedcloud.intellij.builder.RetrieveAction, #com.illuminatedcloud.intellij.builder.ForceComBuilder, #com.illuminatedcloud.intellij.builder.ForceComBuilderUtil, #com.illuminatedcloud.intellij.builder.ForceComMetadataRetriever, #com.illuminatedcloud.intellij.builder.ForceComSfdxRetriever, #com.illuminatedcloud.intellij.util.IlluminatedCloudDiffUtil, #com.illuminatedcloud.util.VariableLengthPollingInterval, #com.illuminatedcloud.intellij.moduletype.IlluminatedCloudModuleValidator 
    2021-05-21 15:39:07,795 [   4390]   INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.jetbrains.rdserver.requests, #com.jetbrains.rd.ide.document, #com.jetbrains.rdserver.document, #com.jetbrains.rdserver.editors, #com.jetbrains.rdserver.actions 
    2021-05-21 15:39:07,850 [   4445]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
    2021-05-21 15:39:07,970 [   4565]   INFO - nfig.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files === 
    2021-05-21 15:39:08,093 [   4688]   INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened: <empty>, chunks: [] 
    2021-05-21 15:39:08,167 [   4762]   INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 
    2021-05-21 15:39:08,195 [   4790]   INFO - eStyle.CustomCodeStyleSettings - Loaded com.illuminatedcloud.intellij.formatter.ApexCodeStyleSettings 
    2021-05-21 15:39:08,198 [   4793]   INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.codeStyle.JavaCodeStyleSettings 
    2021-05-21 15:39:08,199 [   4794]   INFO - eStyle.CommonCodeStyleSettings - Loaded Apex common code style settings 
    2021-05-21 15:39:08,199 [   4794]   INFO - eStyle.CommonCodeStyleSettings - Loaded Java common code style settings 
    2021-05-21 15:39:08,199 [   4794]   INFO - eStyle.CommonCodeStyleSettings - Loaded XML common code style settings 
    2021-05-21 15:39:08,321 [   4916]   INFO - penapi.application.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, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, i18n.match.actions, editor.reader.mode, run.targets, edit.run.configurations.while.dumb, new.large.text.file.viewer, terminal.shell.command.handling, reuse.target.paths.for.rsync, property.value.inplace.editing 
    2021-05-21 15:39:08,549 [   5144]   INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 367 ms 
    2021-05-21 15:39:08,783 [   5378]   INFO - ins.rd.platform.codeWithMe.a.i - sessionStatus: null 
    2021-05-21 15:39:09,002 [   5597]   INFO - ins.rd.platform.codeWithMe.a.i - freeSessionRemainingTimeMs: null null 
    2021-05-21 15:39:09,111 [   5706]   INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED === 
    2021-05-21 15:39:09,369 [   5964]   INFO - leBasedIndexDataInitialization - Index data initialization done: 2248 ms. Initialized indexes: [CaseInsensitiveFilenameIndex, FilenameIndex, filetypes, FrameworkDetectionIndex, TodoIndex, IdIndex, DomFileIndex, Trigram.Index, fileIncludes, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HtmlTagIdIndex, HashFragmentIndex, XsltSymbolIndex, CompassFunctionsIndex, xmlProperties, editorconfig.index.name, yaml.keys.name, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, docker.compose.services, LombokConfigIndex, com.intellij.uiDesigner.FormClassIndex, VtlFileIndex, groovy.trait.fields, groovy.trait.methods, TranslationIndex, TranslationInverseIndex, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, js.test.names, js.package.index, css.template.selectors, js.custom.single.entry.index, CssIndex, js.string.literal.words.index, js.implicit.elements.index, TypeScriptExternalPathCandidates, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, ApexNamespaceIndex, ApexDeclarationShortNameIndex, AuraEnabledApexDeclarationShortNameIndex, ApexTypeDeclarationShortNameIndex, ApexSObjectTypeShortNameIndex, ApexSObjectTypeFullNameIndex, ApexDerivedTypeDeclarationIndex, ApexDerivedInvokableDeclarationIndex, sql.types.count.index, sql.routine.index, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, OpenapiSpecificationContentIndexer, Stubs]. 
    2021-05-21 15:39:09,476 [   6071]   INFO - ellij.license.LicenseValidator - Initializing Illuminated Cloud 2.1.7.8 (20210520084551). 
    2021-05-21 15:39:09,476 [   6071]   INFO - ellij.license.LicenseValidator - Validating certificate. 
    2021-05-21 15:39:09,477 [   6072]   INFO - ellij.license.LicenseValidator - Successfully validated certificate. 
    2021-05-21 15:39:09,477 [   6072]   INFO - llij.license.SignedJarVerifier - Verifying application contents. 
    2021-05-21 15:39:09,483 [   6078]   INFO - exImpl$StubIndexInitialization - Index data initialization done: 114 ms. Initialized stub indexes: {dom.namespaceKey, js.amd.modules, js.qualified.shortName, java.class.shortname, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, js.symbol.qualified.names.index, JS.subclass.stub.index, ApexDeclarationStubIndex, Stylus.mixins, Scss.mixin, Stylus.variables, Scss.function, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, Css.ampersand.selector, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, js.doc.modules, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, dom.elementClass, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, Css.class, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, JS.class.super, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, gr.script.fqn, jvm.static.member.type, Css.attr, sql.table.shortName, Less.variables, js.nonglobal.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, js.gcl.modules, sql.names, properties.index, js.global.symbol.index, js.exported.index, JS.global.qualified.elements, JS.custom.stub.index, JS.base.types.index, amd.baseUrl.index, gr.method.name, gr.script.class, java.method.name, js.namespace.index, java.method.parameter.types, java.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, java.field.name, Css.custom.mixin, js.typedef.index2, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, gr.annot.method.name, gr.annot.members, java.class.extlist, Css.custom.property, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, ts.local.classes, es6.exported.index, es6.assignment.index, js.imported.bindings.index, Less.mixins, ts.embedded.content.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, sql.column.name, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, js.lazy.packages, jvm.static.member.name, Css.id, gr.class.fqn, amd.requirePaths.index, Scss.variable, Scss.placeholder.selector, java.annotations, ApexTypeDeclarationStubIndex, java.anonymous.baseref, gr.field.name, js.local.namespace.members.index, js.class.index2, JS.class.implements, ts.external.module.index, js.element.qualifiedName, markdown.header, gr.class.super, js.symbol.index2, js.generics.index, gr.anonymous.class, java.module.name}. 
    2021-05-21 15:39:10,280 [   6875]   INFO - llij.license.SignedJarVerifier - Successfully verified application contents. 
    2021-05-21 15:39:10,280 [   6875]   INFO - ellij.license.LicenseValidator - Initializing the licensing system. 
    2021-05-21 15:39:10,346 [   6941]   INFO - ellij.license.LicenseValidator - Validating libraries. 
    2021-05-21 15:39:10,424 [   7019]   INFO - ellij.license.LicenseValidator - Successfully validated libraries. 
    2021-05-21 15:39:10,606 [   7201]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
    2021-05-21 15:39:10,608 [   7203]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
    2021-05-21 15:39:10,608 [   7203]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
    2021-05-21 15:39:10,763 [   7358]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
    2021-05-21 15:39:10,763 [   7358]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
    2021-05-21 15:39:10,763 [   7358]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
    2021-05-21 15:39:18,445 [  15040]   INFO -              PerformancePlugin - Performance Plugin is in silent mode 
    2021-05-21 15:39:18,715 [  15310]   INFO - gs.impl.UpdateCheckerComponent - channel: release 
    2021-05-21 15:39:19,981 [  16576]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Illuminated Cloud) or icon UrlResolver{ownerClass=null, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=Illuminated Cloud 2, id=com.illuminatedcloud2.intellij, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\IlluminatedCloud2, version=2.1.7.8, package=null), packagePrefix=null, instanceId=126, state=active), overriddenPath='/images/IlluminatedCloudLogo_16x16.png', url=file:/unresolved, useCacheOnLoad=true} 
    2021-05-21 15:39:19,981 [  16576]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Anonymous Apex) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@4b952a2d, path='debugger/console.svg') 
    2021-05-21 15:39:19,981 [  16576]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  SOQL Query) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@4b952a2d, path='nodes/dataSchema.svg') 
    2021-05-21 15:39:19,997 [  16592]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Log Analyzer) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@4b952a2d, path='nodes/logFolder.svg') 
    2021-05-21 15:39:21,186 [  17781]   INFO - erver.followMe.FollowMeManager - Register new user 0:'xander' with ClientId=ClientId(value=Host) 
    2021-05-21 15:39:21,292 [  17887]   INFO - oudConfig.StatusBarInfoManager - === StatusBar.update another widget: null === 
    2021-05-21 15:39:21,292 [  17887]   INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus === 
    2021-05-21 15:39:21,602 [  18197]   INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 2692 ms. Thread[ApplicationImpl pooled thread 10,4,Idea Thread Group] 
    2021-05-21 15:39:21,850 [  18445]   INFO - indexing.UnindexedFilesUpdater - Started 
    2021-05-21 15:39:21,862 [  18457]   INFO - indexing.UnindexedFilesUpdater - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-21 15:39:21,990 [  18585]   INFO - indexing.UnindexedFilesUpdater - Scanning: use 11 scanning threads 
    2021-05-21 15:39:22,020 [  18615]   INFO - ge.ExternalProjectsDataStorage - Load external projects data in 35 millis (read time: 2) 
    2021-05-21 15:39:22,083 [  18678]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
    2021-05-21 15:39:22,083 [  18678]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
    2021-05-21 15:39:22,083 [  18678]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
    2021-05-21 15:39:22,380 [  18975]   INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-aacdcbe1a076-JavaScript-IU-211.7142.45 is registered for project 'tgf: matching: (fb=31, stub=51), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),  
    2021-05-21 15:39:22,399 [  18994]   INFO - oudConfig.StatusBarInfoManager - === StatusBar.start create === 
    2021-05-21 15:39:22,635 [  19230]   INFO - ramework.util.RdCoroutineScope - RdCoroutineHost overridden 
    2021-05-21 15:39:22,665 [  19260]   INFO - SharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-aacdcbe1a076-JavaScript-IU-211.7142.45 
    2021-05-21 15:39:22,929 [  19524]   INFO - ProjectRootPostStartUpActivity - D:/Xander/Trausteknik/Salesforce/tgf/.idea case-sensitivity: expected=false actual=false 
    2021-05-21 15:39:22,929 [  19524]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
    2021-05-21 15:39:22,954 [  19549]   INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 4241ms; general responsiveness: ok; EDT responsiveness: 2/4 sluggish, 2/4 very slow 
    2021-05-21 15:39:23,364 [  19959]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 16109 ms 
    2021-05-21 15:39:24,730 [  21325]   INFO - llij.database.util.SqlDialects - SQL dialects initialized in 0 ms 
    2021-05-21 15:39:24,842 [  21437]   INFO - indexing.UnindexedFilesUpdater - Scanning completed. Number of scanned files: 7822; Number of files for indexing: 2 took 2980ms; general responsiveness: ok; EDT responsiveness: 2/3 sluggish 
    2021-05-21 15:39:24,866 [  21461]   INFO - indexing.UnindexedFilesUpdater - Use 4 indexing threads 
    2021-05-21 15:39:24,892 [  21487]   INFO - indexing.UnindexedFilesUpdater - Finished. Unindexed files update took 37ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-21 15:39:24,938 [  21533]   INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 124 to update, calculated in 2ms 
    2021-05-21 15:39:24,941 [  21536]   INFO - g.FileBasedIndexProjectHandler - Using 4 threads for indexing 
    2021-05-21 15:39:26,463 [  23058]   INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 1525ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-21 15:39:26,491 [  23086]  DEBUG - .IlluminatedCloudSaveAllAction - Checking to see if the overridden Save All action is active. 
    2021-05-21 15:39:26,491 [  23086]  DEBUG - .IlluminatedCloudSaveAllAction - The active keymap is not modifiable. 
    2021-05-21 15:39:26,535 [  23130]   INFO - gmanip.ShortcutStartupActivity - Registering Switch case (camelCase, kebab-case, KEBAB-UPPERCASE, snake_case, SCREAMING_SNAKE_CASE, dot.case, words lowercase, First word capitalized, Words Capitalized, PascalCase) id:StringManipulation.SwitchStyleAction 
    2021-05-21 15:39:26,539 [  23134]   INFO - gmanip.ShortcutStartupActivity - Registering Switch case - Reverse (PascalCase, Words Capitalized, First word capitalized, words lowercase, dot.case, SCREAMING_SNAKE_CASE, snake_case, KEBAB-UPPERCASE, kebab-case, camelCase) id:StringManipulation.SwitchStyleAction.Reverse 
    2021-05-21 15:39:26,659 [  23254]   INFO - .services.SpaceKtsFileDetector - SpaceKtsFileDetector 
    2021-05-21 15:39:26,734 [  23329]   INFO - ellij.license.LicenseValidator - Server license validation result was Genuine. 
    2021-05-21 15:39:26,737 [  23332]   INFO - ellij.license.LicenseValidator - Illuminated Cloud features are enabled. 
    2021-05-21 15:39:26,738 [  23333]   INFO - ontentsSynchronizationListener - Initializing module contents synchronization listener. 
    2021-05-21 15:39:26,738 [  23333]   INFO - geInjectionPostStartupActivity - Trying to initialize SOQL/RegExp string literal language injection. 
    2021-05-21 15:39:26,738 [  23333]   INFO - ng.IlluminatedCloudFileHandler - Initializing Illuminated Cloud file handler. 
    2021-05-21 15:39:26,746 [  23341]   INFO - edCloudStartupVersionValidator - Verifying recommended minimum IDE version. 
    2021-05-21 15:39:26,746 [  23341]   INFO - edCloudStartupVersionValidator -   The IDE version is 2021.1.1. 
    2021-05-21 15:39:27,320 [  23915]  DEBUG - lluminatedCloudModuleValidator - Validating module tgf. 
    2021-05-21 15:39:27,321 [  23916]  DEBUG - lluminatedCloudModuleValidator -   hasFacet = true; isIcModule = true 
    2021-05-21 15:39:27,324 [  23919]  DEBUG - lluminatedCloudModuleValidator -   Module does not have a properly configured manifest. Settings needsModuleContents = true. 
    2021-05-21 15:39:27,429 [  24024]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 1. 
    2021-05-21 15:39:27,777 [  24372]   INFO - luminatedCloudFileTypeRegistry - Registering external resources http://soap.sforce.com/2006/04/metadata and urn:metadata.tooling.soap.sforce.com as C:/Users/xande/AppData/Local/JetBrains/Toolbox/apps/IDEA-U/ch-0/211.7142.45.plugins/IlluminatedCloud2/lib/IlluminatedCloud.jar!/xsd/metadata.xsd. 
    2021-05-21 15:39:28,411 [  25006]   INFO - gnostic.WindowsDefenderChecker - Windows Defender status: not used 
    2021-05-21 15:39:28,444 [  25039]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 2. 
    2021-05-21 15:39:28,490 [  25085]   INFO - CompilerWorkspaceConfiguration - Available processors: 12 
    2021-05-21 15:39:28,796 [  25391]   INFO - m.codeWithMe.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\xande\AppData\Local\JetBrains' 
    2021-05-21 15:39:28,803 [  25398]   INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client system folders to check 
    2021-05-21 15:39:28,803 [  25398]   INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client config folders to check 
    2021-05-21 15:39:28,803 [  25398]   INFO - m.codeWithMe.CodeWithMeCleanup - keep only [] major versions 
    2021-05-21 15:39:29,448 [  26043]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 3. 
    2021-05-21 15:39:30,454 [  27049]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 4. 
    2021-05-21 15:39:31,455 [  28050]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 5. 
    2021-05-21 15:39:32,464 [  29059]  DEBUG - lluminatedCloudModuleValidator -   Validation result for module tgf: IlluminatedCloudModuleValidationResult{hasErrors=true, needsSourceRoot=false, needsSfdxToolsSobjectsExclusion=false, needsSfdxTypingsExclusion=false, needsLocalDevServerExclusion=false, needsModuleType=false, needsFacet=false, needsConnection=false, needsConnectionConfig=false, needsUniqueConnection=false, needsCredentials=false, needsModuleContents=true, needsDefaultUsername=false, needsOfflineSymbolTable=false, needsSdk=false, hasOutOfDateOfflineSymbolTable=false, offlineSymbolTableVersionUpdateDetails={}, needsResourceBundlesConfig=false} 
    2021-05-21 15:39:53,667 [  50262]   INFO - rationStore.ComponentStoreImpl - Saving appFileTypeManager took 35 ms, IlluminatedCloudSettings took 13 ms 
    2021-05-21 15:39:54,167 [  50762]   INFO - rationStore.ComponentStoreImpl - Saving Project(name=tgf, containerState=COMPONENT_CREATED, componentStore=D:\Xander\Trausteknik\Salesforce\tgf)KotlinCommonCompilerArguments took 15 ms, RunManager took 13 ms 
    2021-05-21 15:39:54,518 [  51113]   INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 1205 ms 
    

  4. Xander Victory reporter

    Separate project (was copied from other pc which doesn’t have this issue, may have been tarnished by an older plugin version on first open):

    2021-05-21 15:44:31,704 [ 328299]  DEBUG - lluminatedCloudModuleValidator - Validating module <snip>. 
    2021-05-21 15:44:31,704 [ 328299]  DEBUG - lluminatedCloudModuleValidator -   hasFacet = true; isIcModule = true 
    2021-05-21 15:44:31,704 [ 328299]  DEBUG - lluminatedCloudModuleValidator -   Module does not have a properly configured manifest. Settings needsModuleContents = true. 
    2021-05-21 15:44:31,713 [ 328308]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 1. 
    2021-05-21 15:44:31,824 [ 328419]   INFO - luminatedCloudFileTypeRegistry - Registering external resources http://soap.sforce.com/2006/04/metadata and urn:metadata.tooling.soap.sforce.com as C:/Users/xande/AppData/Local/JetBrains/Toolbox/apps/IDEA-U/ch-0/211.7142.45.plugins/IlluminatedCloud2/lib/IlluminatedCloud.jar!/xsd/metadata.xsd. 
    2021-05-21 15:44:32,714 [ 329309]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 2. 
    2021-05-21 15:44:33,722 [ 330317]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 3. 
    2021-05-21 15:44:34,725 [ 331320]  DEBUG - .VariableLengthPollingInterval - C:/Program Files/Salesforce CLI/bin/sfdx.cmd force:config:get defaultusername --json: Using polling interval 1000 ms for polling iteration 4. 
    2021-05-21 15:44:35,750 [ 332345]  DEBUG - lluminatedCloudModuleValidator -   Validation result for module <snip>: IlluminatedCloudModuleValidationResult{hasErrors=true, needsSourceRoot=false, needsSfdxToolsSobjectsExclusion=false, needsSfdxTypingsExclusion=false, needsLocalDevServerExclusion=false, needsModuleType=false, needsFacet=false, needsConnection=false, needsConnectionConfig=false, needsUniqueConnection=false, needsCredentials=false, needsModuleContents=true, needsDefaultUsername=false, needsOfflineSymbolTable=false, needsSdk=false, hasOutOfDateOfflineSymbolTable=false, offlineSymbolTableVersionUpdateDetails={}, needsResourceBundlesConfig=false} 
    2021-05-21 15:44:38,953 [ 335548]   WARN - com.intellij.util.xmlb.Binding - no accessors for com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserExtensionsStateService$State 
    2021-05-21 15:44:38,981 [ 335576]   INFO - rationStore.ComponentStoreImpl - Saving appFileTypeManager took 15 ms 
    

  5. Scott Wells repo owner

    Thanks. So this is the key aspect:

    324 [  23919]  DEBUG - lluminatedCloudModuleValidator -   Module does not have a properly configured manifest. Settings needsModuleContents = true. 
    

    That happens when it's a source format project against a non-scratch org (or a scratch org configured to behave as a non-scratch org) that has a manifest/package.xml file but that file is not configured as the metadata subscription. Can you also share the .iml file for this project? You can either post it here or, if you'd prefer, you can email it to support@illuminatedcloud.com.

  6. Xander Victory reporter

    They are both Sandbox (oauth) orgs with sfdx project format, yes.

    However, neither has a manifest/package.xml - the “separate project” has one at destructive/package.xml which is empty alongside a destructiveChanges.xml file

    The iml for the big log’s project is inside the zip folder attached (inside .idea)

  7. Scott Wells repo owner

    Ah, I see. There are two ways that message can be reported. I'll make them 100% distinct so I don't make that mistake again. In this case it's flagged it because:

    1. It's a source format module.
    2. It's configured against an OAuth connection.
    3. Either the package.xml path is empty or unresolvable.

    Looking at your .iml file, I can see that this module is configured for a Selected metadata subscription which is not allowed for source format projects/modules. It needs to be changed to use a Package.xml subscription, and a package.xml file will need to be designated to contain the subscription details.

    Given that I understand the nature of this now, I'll work on the usability aspects of how IC2 helps to migrate an existing Selected subscription into a package.xml file for a Package.xml subscription, but the workaround for now is to create, e.g., manifest/package.xml peer to sfdx-project.json, then change the subscription type to Package.xml and choose that file.

  8. Scott Wells repo owner

    I've just committed a few UX improvements for how this type of situation is detected, reported, and how IC2 helps the user to resolve it.

  9. Xander Victory reporter

    Ah! I seem to recall that being a restriction in the past, but somewhere along the line I think it changed, but I didn’t realise it was technically a bug!

    It would also explain why I saw this on my main pc after the latest IC2 update for a few project.

    Weirdly though, I’m not seeing it on that “separate project” on my main pc, despite it being the same kind of configuration, though with a slightly different sfdx layout (will attach iml below)

  10. Xander Victory reporter
    Hmm, it doesn’t appear to be running the module validator..? \(the log flag is showing as set in the log here as far as I can see\)
    
    ‌
    
    ```
    2021-05-22 12:04:54,245 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
    2021-05-22 12:04:54,254 [      9]   INFO - llij.ide.gdpr.EndUserAgreement - eua: C:\Users\lex\AppData\Roaming\JetBrains\PrivacyPolicy\eua.cached 
    2021-05-22 12:04:54,285 [     40]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-211.7142.45, 30 Apr 2021 18:12) 
    2021-05-22 12:04:54,286 [     41]   INFO -        #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64) 
    2021-05-22 12:04:54,290 [     45]   INFO -        #com.intellij.idea.Main - JRE: 11.0.10+9-b1341.41 (JetBrains s.r.o.) 
    2021-05-22 12:04:54,291 [     46]   INFO -        #com.intellij.idea.Main - JVM: 11.0.10+9-b1341.41 (Dynamic Code Evolution 64-Bit Server VM) 
    2021-05-22 12:04:54,291 [     46]   INFO -        #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx4096m -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Dide.no.platform.update=true -Djdk.attach.allowAttachSelf=true -Dsun.io.useCanonCaches=false -XX:ReservedCodeCacheSize=512m -XX:+UseG1GC -Didea.plugins.path=C:\\Users\\lex\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-U\\ch-0\\211.7142.45.plugins -Djb.vmOptionsFile=C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.vmoptions -Djava.library.path=C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin;C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin\server -Didea.jre.check=true -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=IntelliJIdea2021.1 -XX:ErrorFile=C:\Users\lex\java_error_in_idea64_%p.log -XX:HeapDumpPath=C:\Users\lex\java_error_in_idea64.hprof 
    2021-05-22 12:04:54,291 [     46]   INFO -        #com.intellij.idea.Main - library path: C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin;C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\\bin\server 
    2021-05-22 12:04:54,292 [     47]   INFO -        #com.intellij.idea.Main - boot library path: C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\jbr\bin 
    2021-05-22 12:04:54,306 [     61]   INFO -        #com.intellij.idea.Main - locale=en_AU JNU=Cp1252 file.encoding=Cp1252
      idea.config.path=C:\Users\lex\AppData\Roaming\JetBrains\IntelliJIdea2021.1
      idea.system.path=C:\Users\lex\AppData\Local\JetBrains\IntelliJIdea2021.1
      idea.plugins.path=C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins
      idea.log.path=C:\Users\lex\AppData\Local\JetBrains\IntelliJIdea2021.1\log 
    2021-05-22 12:04:54,411 [    166]   INFO -        #com.intellij.idea.Main - JNA library (64-bit) loaded in 96 ms 
    2021-05-22 12:04:54,413 [    168]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational 
    2021-05-22 12:04:54,589 [    344]   INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=PHP, id=com.jetbrains.php, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\php, version=211.7142.45, package=null) misses optional descriptor php-shared-indexes.xml 
    2021-05-22 12:04:55,312 [   1067]   INFO - ntellij.idea.ApplicationLoader - CPU cores: 16; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@def1c7c[Running, parallelism = 15, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@6617811 
    2021-05-22 12:04:55,338 [   1093]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (211.7142.45), Dependency Management Api for External Build Tools (211.7142.45), com.intellij.platform.images (211.7142.45), JetBrains maven model api classes (211.7142.45), JetBrains Repository Search (211.7142.45), HTML Tools (211.7142.45), Refactor-X (211.7142.45), XPathView + XSLT (211.7142.45), XSLT Debugger (211.7142.45), IDE Settings Sync (211.7142.45), Machine Learning Code Completion (211.7142.45), Configuration Script (211.7142.45), Copyright (211.7142.45), CSS (211.7142.45), Less (211.7142.45), Sass (211.7142.45), Windows 10 Light Theme (211.7142.45), Properties (211.7142.45), Gradle (211.7142.45), Resource Bundle Editor (211.7142.45), FTP/SFTP Connectivity (ex. Remote Hosts Access) (211.7142.45), WebP Support (211.7142.45), EditorConfig (211.7142.45), Terminal (211.7142.45), Git (211.7142.45), ChangeReminder (211.7142.45), SSH Remote Run (211.7142.45), WSL Support Framework (211.7142.45), Shell Script (211.7142.45), TextMate Bundles (211.7142.45), YAML (211.7142.45), Settings Repository (211.7142.45), IDE Features Trainer (211.7142.45), Java (211.7142.45), Ant (211.7142.45), JUnit (211.7142.45), Diagrams (211.7142.45), Dependency Structure Matrix (211.7142.45), Java Internationalization (211.7142.45), UI Designer (211.7142.45), Java IDE Customization (211.7142.45), Microservices Application Configuration (211.7142.45), Microservices UAST (211.7142.45), Java Bytecode Decompiler (211.7142.45), Task Management (211.7142.45), GitHub (211.7142.45), Time Tracking (211.7142.45), Performance Testing (211.7142.45), Shared Indexes (211.7142.45), Project Shared Indexes (211.7142.45), Next File Prediction (211.7142.45), Recommenders for Java and Python (211.7142.45), IntelliLang (211.7142.45), TestNG (211.7142.45), Code Coverage for Java (211.7142.45), Emma (211.7142.45), Groovy (211.7142.45), Maven (211.7142.45), Gradle-Java (211.7142.45), Plugin DevKit (211.7142.45), Frameworks Starters (211.7142.45), Performance Testing (Gradle) (211.7142.45), Gradle Extension (211.7142.45), Gradle-Maven (211.7142.45), Performance Testing (Maven) (211.7142.45), JavaFX (211.7142.45), Markdown (211.7142.45), Grazie (211.7142.45), JavaScript and TypeScript (211.7142.45), JavaScript Intention Power Pack (211.7142.45), TSLint (211.7142.45), Database Tools and SQL (211.7142.45), Java SQL Libraries (211.7142.45), Persistence Frameworks (211.7142.45), Java EE Platform (211.7142.45), JavaScript Debugger (211.7142.45), Node.js (211.7142.45), Spy-js (211.7142.45), Space (211.7142.45), Gradle DSL API (211.7142.45), Gradle Dependency Updater Implementation (211.7142.45), Java EE: Bean Validation (211.7142.45), Java EE: Contexts and Dependency Injection (CDI) (211.7142.45), Java EE: Batch Applications (211.7142.45), Java EE: Persistence (JPA) (211.7142.45), Java EE: Enterprise Java Beans (EJB) (211.7142.45), Java EE: Application Servers (211.7142.45), Java EE: Web/Servlets (211.7142.45), Java Server Pages (JSP) (211.7142.45), Java EE: Server Faces (JSF) (211.7142.45), Java EE: Message Service (JMS) (211.7142.45), Java EE: WebSockets (211.7142.45), Java EE: Web Services (JAX-WS) (211.7142.45), Java EE: Gradle Integration (211.7142.45), Maven Extension (211.7142.45), HTTP Client (211.7142.45), Java EE: RESTful Web Services (JAX-RS) (211.7142.45), Java HTTP Clients (211.7142.45), OpenAPI Specifications (211.7142.45) 
    2021-05-22 12:04:55,338 [   1093]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: JWT (JSON Web Token) Analyzer (0.11), ASM Bytecode Outline 2017 (0.3.5.2017.12.16), String Manipulation (8.15.203.000.3), Kotlin (211-1.5.0-release-759-IJ6693.72), Ktor (Obsolete) (1.5.1-obsolete), PHP (211.7142.45), Illuminated Cloud 2 (2.1.7.8), Rainbow Brackets (6.17), PlantUML integration (5.3.0) 
    2021-05-22 12:04:55,338 [   1093]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: Spring Data (211.7142.45), Eclipse Interoperability (211.7142.45), Spring OSGi (211.7142.45), JBoss Frameworks Base (211.7142.45), Spring Batch (211.7142.45), Perl (2021.1), Spring Integration Patterns (211.7142.45), Guice (211.7142.45), Java Stream Debugger (211.7142.45), Spring AOP/@AspectJ (211.7142.45), Spring Boot (211.7142.45), CoffeeScript (211.7142.45), Subversion (211.7142.45), Swagger (1.0.28), FreeMarker (211.7142.45), Jetty (211.7142.45), Drools (211.7142.45), Grails (211.7142.45), Micronaut (211.7142.45), StringTemplate v4 (0.8), Indices viewer (1.13), Tomcat and TomEE (211.7142.45), CMD Support (1.0.5), HOCON (2020.1.0), Bytecode Viewer (211.7142.45), Spring Web Flow (211.7142.45), GlassFish (211.7142.45), Haml (211.7142.45), Hibernate (211.7142.45), Spring (211.7142.45), Mercurial (211.7142.45), Stylus (211.7142.45), Scala (2021.1.18), Code With Me (211.7142.45), Cucumber for Java (211.7142.45), Angular and AngularJS (211.7142.45), Indent Rainbow (1.6.1), W3C Validators (211.7142.45), Smali Support (211.7142.45), WebSphere (211.7142.45), Cucumber for Groovy (211.7142.45), ANTLR v4 (1.16), Reactive Streams (211.7142.45), Smalidea (0.05), PMDPlugin (1.8.16), Spring Security (211.7142.45), Spring MVC (211.7142.45), Android (10.4.1.1.211.7142.45), JB SDK Bintray Downloader (2.2), Quarkus (211.7142.45), Helidon (211.7142.45), Gherkin (211.7142.45), AspectJ (211.7142.45), Python (211.7142.45), Spring WebSocket (211.7142.45), Thymeleaf (211.7142.45), Arquillian (211.7142.45), Debugger Support for JSP (JSR45) (211.7142.45), Docker (211.7142.45), SRG Naming Helper (1.0.3), Velocity (211.7142.45), Perforce Helix Core (211.7142.45), DCEVM integration (1.8), Crowdin (1.4.0), Lombok (211.7142.45), Spring Messaging (211.7142.45), WildFly (211.7142.45), Spring Web Services (211.7142.45), ANTLRWorks (1.3.1), ZKM-Unscramble (211.7142.45), Java Utility class can be Singleton (1.0), WebLogic (211.7142.45) 
    2021-05-22 12:04:55,488 [   1243]   INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=4076 
    2021-05-22 12:04:55,499 [   1254]   INFO - tellij.util.io.FileChannelUtil - uninterruptible FileChannels will be used for indexes 
    2021-05-22 12:04:55,528 [   1283]   INFO - tellij.util.io.storage.Storage - Space waste in C:\Users\lex\AppData\Local\JetBrains\IntelliJIdea2021.1\caches\attrib.dat is 34296901 bytes. Compacting now. 
    2021-05-22 12:04:55,530 [   1285]   INFO - tellij.util.io.storage.Storage - Compact failed: C:\Users\lex\AppData\Local\JetBrains\IntelliJIdea2021.1\caches\attrib.dat.storageData.backup 
    2021-05-22 12:04:55,530 [   1285]   INFO - tellij.util.io.storage.Storage - Done compacting in 0msec. 
    2021-05-22 12:04:55,535 [   1290]   INFO - til.net.ssl.CertificateManager - Default SSL context initialized 
    2021-05-22 12:04:55,640 [   1395]   INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=C:\Users\lex\.m2\repository, KOTLIN_BUNDLED=C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\Kotlin\kotlinc, PROJECTDIR=C:/Users/lex/Creative Cloud Files/Scripts/log4j plugin/Log4JPlugin} 
    2021-05-22 12:04:55,663 [   1418]   INFO - cation.options.RegistryManager - Registry values changed by user: BSP.experimental.feature.enabled = false, BSP.system.in.process = true, SBT.system.in.process = true, documentation.show.toolbar = true, java.completion.argument.hints.internal = false 
    2021-05-22 12:04:55,665 [   1420]   INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled 
    2021-05-22 12:04:55,672 [   1427]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 
    2021-05-22 12:04:55,678 [   1433]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: #com.illuminatedcloud.util.CommandLineUtil, #com.illuminatedcloud.intellij.sfdx.SfdxUtil, #com.illuminatedcloud.intellij.builder.ForceComSfdxDeployer, #com.illuminatedcloud.intellij.builder.ForceComSfdxRetriever, #com.illuminatedcloud.intellij.builder.ForceComSfdxMetadataUtil, #com.illuminatedcloud.util.VariableLengthPollingInterval, #com.illuminatedcloud.intellij.moduletype.IlluminatedCloudModuleValidator 
    2021-05-22 12:04:55,825 [   1580]   WARN - rationStore.ComponentStoreImpl - Scheme file "SAQL.xml" is not loaded because defines duplicated name "SAQL" 
    2021-05-22 12:04:55,839 [   1594]   INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus === 
    2021-05-22 12:04:55,845 [   1600]   INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED (1ms) === 
    2021-05-22 12:04:55,845 [   1600]   INFO - cloudConfig.CloudConfigManager - === calculateInitStatus === 
    2021-05-22 12:04:55,856 [   1611]   INFO - gs.impl.UpdateCheckerComponent - channel: release 
    2021-05-22 12:04:56,207 [   1962]   INFO - nfig.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files === 
    2021-05-22 12:04:56,373 [   2128]   INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened: <empty>, chunks: [] 
    2021-05-22 12:04:56,396 [   2151]   INFO - penapi.application.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, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, i18n.match.actions, editor.reader.mode, run.targets, edit.run.configurations.while.dumb, new.large.text.file.viewer, terminal.shell.command.handling, reuse.target.paths.for.rsync, property.value.inplace.editing 
    2021-05-22 12:04:57,316 [   3071]   INFO - leBasedIndexDataInitialization - Index data initialization done: 1483 ms. Initialized indexes: [FilenameIndex, CaseInsensitiveFilenameIndex, TodoIndex, filetypes, IdIndex, Trigram.Index, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, HtmlTagIdIndex, XsltSymbolIndex, FrameworkDetectionIndex, fileIncludes, CompassFunctionsIndex, xmlProperties, editorconfig.index.name, yaml.keys.name, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, ant-imports, com.intellij.uiDesigner.FormClassIndex, groovy.trait.fields, groovy.trait.methods, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, css.template.selectors, CssIndex, javafx.stylesheets.name, js.package.index, js.test.names, js.string.literal.words.index, js.custom.single.entry.index, js.implicit.elements.index, TypeScriptExternalPathCandidates, sql.types.count.index, sql.routine.index, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, taglibUris, http.request.execution.environment, FileBasedWSIndex, http.request.completion.host, OpenapiSpecificationContentIndexer, http.request.headers.values.index, php.class.name, php.class.attributes.name, php.constant.name, php.method.name, php.function.name, php.variable.name, php.class.fqn, php.interface.fqn, php.class.alias.fqn, php.invoke.calls.offsets, php.array.access.offsets, php.serialize.function.calls.offsets, php.doctag.user.name, php.putenv.arguments, php.field.names.accessed.by.the.constructor, php.to.string.methods.with.exception.throw, php.namespace.inheritance, php.trait.usage, php.unit.covers, php.class.alias.to.class, php.class.alias.name, php.class.to.class.alias, php.expected.function.arguments, php.expected.function.return.values, php.constants.default.expected.arguments, php.constants.default.array.shapes, php.meta.type.inference.mapping, php.exit.point.function.index, php.function.always.re, php.functions.with.not.catched.dynamic.passed.calls, php.generator.operands.type.index, php.parameters.default.value.matchers, php.max.language.level, php.fields.default.value.matchers, php.array.shapes.entries, php.trivial.pure, php.not.used.parameters, php.file.constants.default.value.matchers, ApexNamespaceIndex, ApexDeclarationShortNameIndex, AuraEnabledApexDeclarationShortNameIndex, ApexTypeDeclarationShortNameIndex, ApexSObjectTypeShortNameIndex, ApexSObjectTypeFullNameIndex, ApexDerivedTypeDeclarationIndex, ApexDerivedInvokableDeclarationIndex, Stubs]. 
    2021-05-22 12:04:57,318 [   3073]   INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED === 
    2021-05-22 12:04:57,376 [   3131]   INFO - exImpl$StubIndexInitialization - Index data initialization done: 60 ms. Initialized stub indexes: {sql.names, php.trait.shortName, JS.custom.stub.index, java.module.name, sql.column.name, php.interface.shortName, gr.method.name, gr.script.fqn, php.trait.fqn, gr.field.name, gr.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, Css.attr, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, sql.table.shortName, php.class.shortName, Css.ampersand.selector, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, Css.id, Css.custom.property, Css.class, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, php.classConstant.shortName, js.generics.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, gr.script.class, java.method.parameter.types, php.namespace.shortName, amd.baseUrl.index, Less.mixins, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, Scss.mixin, js.amd.modules, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, ApexTypeDeclarationStubIndex, gr.annot.method.name, java.annotations, es6.assignment.index, ts.embedded.content.index, php.method.shortName, php.constant.shortName, php.inheritors, js.class.index2, JS.subclass.stub.index, JS.class.super, es6.exported.index, gr.class.super, js.element.qualifiedName, java.anonymous.baseref, js.global.symbol.index, java.class.fqn, java.method.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, Scss.placeholder.selector, php.use.shortName, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, gr.anonymous.class, jvm.static.member.name, markdown.header, php.constant.case.sensitive.shortName, php.use.referenceName, java.field.name, Scss.variable, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, js.nonglobal.symbol.index, js.gcl.modules, js.lazy.packages, Less.variables, Scss.function, js.doc.modules, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, dom.namespaceKey, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, dom.elementClass, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, ApexDeclarationStubIndex, Css.custom.mixin, amd.requirePaths.index, php.variable.shortName, php.function.shortName, gr.annot.members, js.imported.bindings.index, properties.index, ts.local.classes, php.field.shortName, java.class.extlist, java.class.shortname, js.exported.index, js.qualified.shortName, js.symbol.qualified.names.index, JS.base.types.index, jvm.static.member.type, js.typedef.index2, js.symbol.index2, JS.class.implements, JS.global.qualified.elements, js.namespace.index, js.local.namespace.members.index, ts.external.module.index}. 
    2021-05-22 12:04:57,581 [   3336]   INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus === 
    2021-05-22 12:04:58,242 [   3997]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\bin\fsnotifier64.exe 
    2021-05-22 12:04:58,262 [   4017]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
    2021-05-22 12:04:58,270 [   4025]   INFO - pi.vfs.impl.wsl.WslFileWatcher - WSL file watcher: C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\bin\fsnotifier-wsl 
    2021-05-22 12:04:59,099 [   4854]   WARN - j.ide.plugins.newui.PluginLogo - Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogo.svg 
    java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogo.svg
    	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    	at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
    	at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
    	at java.base/java.io.File.toPath(File.java:2292)
    	at com.intellij.ide.plugins.newui.PluginLogo.reloadIcon(PluginLogo.java:130)
    	at com.intellij.ide.plugins.newui.PluginLogo.getDefault(PluginLogo.java:114)
    	at com.intellij.ide.plugins.newui.PluginLogo.getOrLoadIcon(PluginLogo.java:171)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:92)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:87)
    	at com.intellij.ide.plugins.newui.MyPluginModel.getIcon(MyPluginModel.java:1174)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateIcon(ListPluginComponent.java:541)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateErrors(ListPluginComponent.java:504)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.<init>(ListPluginComponent.java:114)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.lambda$createPluginsPanel$1(PluginManagerConfigurable.java:762)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addToGroup(PluginsGroupComponent.java:200)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:182)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:73)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:69)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.createPluginsPanel(PluginManagerConfigurable.java:831)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:93)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:81)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.newui.PluginsTab.createPanel(PluginsTab.java:119)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:214)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:207)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.lambda$createComponent$1(PluginManagerConfigurable.java:175)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.lambda$setListener$0(TabbedPaneHeaderComponent.java:162)
    	at java.desktop/javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:418)
    	at java.desktop/javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:269)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:143)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:74)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:622)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:597)
    	at com.intellij.ui.components.JBTabbedPane.setSelectedIndex(JBTabbedPane.java:82)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.setSelection(TabbedPaneHeaderComponent.java:186)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.createComponent(PluginManagerConfigurable.java:225)
    	at com.intellij.openapi.wm.impl.welcomeScreen.PluginsTabFactory$MyDefaultWelcomeScreenTab.buildComponent(PluginsTabFactory.java:73)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$DefaultWelcomeScreenTab.getAssociatedComponent(TabbedWelcomeScreen.java:188)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:132)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:124)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen.lambda$new$0(TabbedWelcomeScreen.java:44)
    	at java.desktop/javax.swing.JList.fireSelectionValueChanged(JList.java:1804)
    	at java.desktop/javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1818)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:219)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:199)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:246)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:443)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:453)
    	at java.desktop/javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:497)
    	at java.desktop/javax.swing.JList.setSelectionInterval(JList.java:2077)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2901)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2857)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6649)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6417)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2784)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:906)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:836)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:502)
    	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    2021-05-22 12:04:59,105 [   4860]   WARN - j.ide.plugins.newui.PluginLogo - Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogoDisabled.svg 
    java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogoDisabled.svg
    	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    	at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
    	at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
    	at java.base/java.io.File.toPath(File.java:2292)
    	at com.intellij.ide.plugins.newui.PluginLogo.reloadIcon(PluginLogo.java:130)
    	at com.intellij.ide.plugins.newui.PluginLogo.getDefault(PluginLogo.java:115)
    	at com.intellij.ide.plugins.newui.PluginLogo.getOrLoadIcon(PluginLogo.java:171)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:92)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:87)
    	at com.intellij.ide.plugins.newui.MyPluginModel.getIcon(MyPluginModel.java:1174)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateIcon(ListPluginComponent.java:541)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateErrors(ListPluginComponent.java:504)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.<init>(ListPluginComponent.java:114)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.lambda$createPluginsPanel$1(PluginManagerConfigurable.java:762)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addToGroup(PluginsGroupComponent.java:200)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:182)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:73)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:69)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.createPluginsPanel(PluginManagerConfigurable.java:831)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:93)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:81)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.newui.PluginsTab.createPanel(PluginsTab.java:119)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:214)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:207)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.lambda$createComponent$1(PluginManagerConfigurable.java:175)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.lambda$setListener$0(TabbedPaneHeaderComponent.java:162)
    	at java.desktop/javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:418)
    	at java.desktop/javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:269)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:143)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:74)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:622)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:597)
    	at com.intellij.ui.components.JBTabbedPane.setSelectedIndex(JBTabbedPane.java:82)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.setSelection(TabbedPaneHeaderComponent.java:186)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.createComponent(PluginManagerConfigurable.java:225)
    	at com.intellij.openapi.wm.impl.welcomeScreen.PluginsTabFactory$MyDefaultWelcomeScreenTab.buildComponent(PluginsTabFactory.java:73)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$DefaultWelcomeScreenTab.getAssociatedComponent(TabbedWelcomeScreen.java:188)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:132)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:124)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen.lambda$new$0(TabbedWelcomeScreen.java:44)
    	at java.desktop/javax.swing.JList.fireSelectionValueChanged(JList.java:1804)
    	at java.desktop/javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1818)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:219)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:199)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:246)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:443)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:453)
    	at java.desktop/javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:497)
    	at java.desktop/javax.swing.JList.setSelectionInterval(JList.java:2077)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2901)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2857)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6649)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6417)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2784)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:906)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:836)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:502)
    	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    2021-05-22 12:04:59,114 [   4869]   WARN - j.ide.plugins.newui.PluginLogo - Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogo.svg 
    java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogo.svg
    	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    	at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
    	at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
    	at java.base/java.io.File.toPath(File.java:2292)
    	at com.intellij.ide.plugins.newui.PluginLogo.reloadIcon(PluginLogo.java:130)
    	at com.intellij.ide.plugins.newui.PluginLogo.getDefault(PluginLogo.java:116)
    	at com.intellij.ide.plugins.newui.PluginLogo.getOrLoadIcon(PluginLogo.java:171)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:92)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:87)
    	at com.intellij.ide.plugins.newui.MyPluginModel.getIcon(MyPluginModel.java:1174)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateIcon(ListPluginComponent.java:541)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateErrors(ListPluginComponent.java:504)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.<init>(ListPluginComponent.java:114)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.lambda$createPluginsPanel$1(PluginManagerConfigurable.java:762)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addToGroup(PluginsGroupComponent.java:200)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:182)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:73)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:69)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.createPluginsPanel(PluginManagerConfigurable.java:831)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:93)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:81)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.newui.PluginsTab.createPanel(PluginsTab.java:119)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:214)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:207)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.lambda$createComponent$1(PluginManagerConfigurable.java:175)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.lambda$setListener$0(TabbedPaneHeaderComponent.java:162)
    	at java.desktop/javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:418)
    	at java.desktop/javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:269)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:143)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:74)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:622)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:597)
    	at com.intellij.ui.components.JBTabbedPane.setSelectedIndex(JBTabbedPane.java:82)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.setSelection(TabbedPaneHeaderComponent.java:186)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.createComponent(PluginManagerConfigurable.java:225)
    	at com.intellij.openapi.wm.impl.welcomeScreen.PluginsTabFactory$MyDefaultWelcomeScreenTab.buildComponent(PluginsTabFactory.java:73)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$DefaultWelcomeScreenTab.getAssociatedComponent(TabbedWelcomeScreen.java:188)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:132)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:124)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen.lambda$new$0(TabbedWelcomeScreen.java:44)
    	at java.desktop/javax.swing.JList.fireSelectionValueChanged(JList.java:1804)
    	at java.desktop/javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1818)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:219)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:199)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:246)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:443)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:453)
    	at java.desktop/javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:497)
    	at java.desktop/javax.swing.JList.setSelectionInterval(JList.java:2077)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2901)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2857)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6649)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6417)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2784)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:906)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:836)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:502)
    	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    2021-05-22 12:04:59,115 [   4870]   WARN - j.ide.plugins.newui.PluginLogo - Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogoDisabled.svg 
    java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\pluginLogoDisabled.svg
    	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    	at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
    	at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
    	at java.base/java.io.File.toPath(File.java:2292)
    	at com.intellij.ide.plugins.newui.PluginLogo.reloadIcon(PluginLogo.java:130)
    	at com.intellij.ide.plugins.newui.PluginLogo.getDefault(PluginLogo.java:117)
    	at com.intellij.ide.plugins.newui.PluginLogo.getOrLoadIcon(PluginLogo.java:171)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:92)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:87)
    	at com.intellij.ide.plugins.newui.MyPluginModel.getIcon(MyPluginModel.java:1174)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateIcon(ListPluginComponent.java:541)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateErrors(ListPluginComponent.java:504)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.<init>(ListPluginComponent.java:114)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.lambda$createPluginsPanel$1(PluginManagerConfigurable.java:762)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addToGroup(PluginsGroupComponent.java:200)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:182)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:73)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:69)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.createPluginsPanel(PluginManagerConfigurable.java:831)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:93)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:81)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.newui.PluginsTab.createPanel(PluginsTab.java:119)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:214)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:207)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.lambda$createComponent$1(PluginManagerConfigurable.java:175)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.lambda$setListener$0(TabbedPaneHeaderComponent.java:162)
    	at java.desktop/javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:418)
    	at java.desktop/javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:269)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:143)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:74)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:622)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:597)
    	at com.intellij.ui.components.JBTabbedPane.setSelectedIndex(JBTabbedPane.java:82)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.setSelection(TabbedPaneHeaderComponent.java:186)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.createComponent(PluginManagerConfigurable.java:225)
    	at com.intellij.openapi.wm.impl.welcomeScreen.PluginsTabFactory$MyDefaultWelcomeScreenTab.buildComponent(PluginsTabFactory.java:73)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$DefaultWelcomeScreenTab.getAssociatedComponent(TabbedWelcomeScreen.java:188)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:132)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:124)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen.lambda$new$0(TabbedWelcomeScreen.java:44)
    	at java.desktop/javax.swing.JList.fireSelectionValueChanged(JList.java:1804)
    	at java.desktop/javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1818)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:219)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:199)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:246)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:443)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:453)
    	at java.desktop/javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:497)
    	at java.desktop/javax.swing.JList.setSelectionInterval(JList.java:2077)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2901)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2857)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6649)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6417)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2784)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:906)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:836)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:502)
    	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    2021-05-22 12:04:59,118 [   4873]   WARN - j.ide.plugins.newui.PluginLogo - Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\modifierInvalid.svg 
    java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:\C:\Users\lex\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45\lib\icons.jar!\plugins\modifierInvalid.svg
    	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
    	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
    	at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
    	at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
    	at java.base/java.io.File.toPath(File.java:2292)
    	at com.intellij.ide.plugins.newui.PluginLogo.reloadIcon(PluginLogo.java:130)
    	at com.intellij.ide.plugins.newui.PluginLogoIcon.getErrorLogo2x(PluginLogoIcon.java:98)
    	at com.intellij.ide.plugins.newui.HiDPIPluginLogoIcon.getErrorLogo2x(HiDPIPluginLogoIcon.java:38)
    	at com.intellij.ide.plugins.newui.PluginLogoIcon.<init>(PluginLogoIcon.java:41)
    	at com.intellij.ide.plugins.newui.HiDPIPluginLogoIcon.<init>(HiDPIPluginLogoIcon.java:31)
    	at com.intellij.ide.plugins.newui.PluginLogo.getDefault(PluginLogo.java:117)
    	at com.intellij.ide.plugins.newui.PluginLogo.getOrLoadIcon(PluginLogo.java:171)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:92)
    	at com.intellij.ide.plugins.newui.PluginLogo.getIcon(PluginLogo.java:87)
    	at com.intellij.ide.plugins.newui.MyPluginModel.getIcon(MyPluginModel.java:1174)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateIcon(ListPluginComponent.java:541)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.updateErrors(ListPluginComponent.java:504)
    	at com.intellij.ide.plugins.newui.ListPluginComponent.<init>(ListPluginComponent.java:114)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.lambda$createPluginsPanel$1(PluginManagerConfigurable.java:762)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addToGroup(PluginsGroupComponent.java:200)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:182)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:73)
    	at com.intellij.ide.plugins.newui.PluginsGroupComponent.addGroup(PluginsGroupComponent.java:69)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$7.createPluginsPanel(PluginManagerConfigurable.java:831)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:93)
    	at com.intellij.ide.plugins.newui.PluginsTab$1.create(PluginsTab.java:81)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.newui.PluginsTab.createPanel(PluginsTab.java:119)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:214)
    	at com.intellij.ide.plugins.PluginManagerConfigurable$1.create(PluginManagerConfigurable.java:207)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.lambda$createComponent$1(PluginManagerConfigurable.java:175)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.lambda$setListener$0(TabbedPaneHeaderComponent.java:162)
    	at java.desktop/javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:418)
    	at java.desktop/javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:269)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:143)
    	at java.desktop/javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:74)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:622)
    	at java.desktop/javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:597)
    	at com.intellij.ui.components.JBTabbedPane.setSelectedIndex(JBTabbedPane.java:82)
    	at com.intellij.ide.plugins.newui.TabbedPaneHeaderComponent.setSelection(TabbedPaneHeaderComponent.java:186)
    	at com.intellij.ide.plugins.PluginManagerConfigurable.createComponent(PluginManagerConfigurable.java:225)
    	at com.intellij.openapi.wm.impl.welcomeScreen.PluginsTabFactory$MyDefaultWelcomeScreenTab.buildComponent(PluginsTabFactory.java:73)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$DefaultWelcomeScreenTab.getAssociatedComponent(TabbedWelcomeScreen.java:188)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:132)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen$2.create(TabbedWelcomeScreen.java:124)
    	at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:83)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:111)
    	at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:96)
    	at com.intellij.openapi.wm.impl.welcomeScreen.TabbedWelcomeScreen.lambda$new$0(TabbedWelcomeScreen.java:44)
    	at java.desktop/javax.swing.JList.fireSelectionValueChanged(JList.java:1804)
    	at java.desktop/javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1818)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:219)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:199)
    	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:246)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:443)
    	at java.desktop/javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:453)
    	at java.desktop/javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:497)
    	at java.desktop/javax.swing.JList.setSelectionInterval(JList.java:2077)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2901)
    	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2857)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
    	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6649)
    	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    	at java.desktop/java.awt.Component.processEvent(Component.java:6417)
    	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
    	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
    	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
    	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2784)
    	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)
    	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)
    	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)
    	at java.base/java.security.AccessController.doPrivileged(Native Method)
    	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
    	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
    	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:906)
    	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:836)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
    	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
    	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
    	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:502)
    	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    2021-05-22 12:05:04,165 [   9920]   INFO - BridgeProjectLifecycleListener - Using workspace model to open project 
    2021-05-22 12:05:04,342 [  10097]   INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [C:/Users/lex/git-trausteknik/BlackandWhiteWaiters] 
    2021-05-22 12:05:04,368 [  10123]   INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 
    2021-05-22 12:05:04,375 [  10130]   INFO - eStyle.CustomCodeStyleSettings - Loaded com.illuminatedcloud.intellij.formatter.ApexCodeStyleSettings 
    2021-05-22 12:05:04,376 [  10131]   INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.codeStyle.JavaCodeStyleSettings 
    2021-05-22 12:05:04,378 [  10133]   INFO - eStyle.CommonCodeStyleSettings - Loaded Apex common code style settings 
    2021-05-22 12:05:04,378 [  10133]   INFO - eStyle.CommonCodeStyleSettings - Loaded HTML common code style settings 
    2021-05-22 12:05:04,378 [  10133]   INFO - eStyle.CommonCodeStyleSettings - Loaded Java common code style settings 
    2021-05-22 12:05:04,378 [  10133]   INFO - eStyle.CommonCodeStyleSettings - Loaded XML common code style settings 
    2021-05-22 12:05:04,507 [  10262]   INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 164 ms 
    2021-05-22 12:05:04,900 [  10655]   INFO - ellij.license.LicenseValidator - Initializing Illuminated Cloud 2.1.7.8 (20210520084551). 
    2021-05-22 12:05:04,900 [  10655]   INFO - ellij.license.LicenseValidator - Validating certificate. 
    2021-05-22 12:05:04,901 [  10656]   INFO - ellij.license.LicenseValidator - Successfully validated certificate. 
    2021-05-22 12:05:04,901 [  10656]   INFO - llij.license.SignedJarVerifier - Verifying application contents. 
    2021-05-22 12:05:05,251 [  11006]   INFO - llij.license.SignedJarVerifier - Successfully verified application contents. 
    2021-05-22 12:05:05,251 [  11006]   INFO - ellij.license.LicenseValidator - Initializing the licensing system. 
    2021-05-22 12:05:05,271 [  11026]   INFO - ellij.license.LicenseValidator - Validating libraries. 
    2021-05-22 12:05:05,312 [  11067]   INFO - ellij.license.LicenseValidator - Successfully validated libraries. 
    2021-05-22 12:05:05,389 [  11144]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
    2021-05-22 12:05:05,389 [  11144]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
    2021-05-22 12:05:05,389 [  11144]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
    2021-05-22 12:05:05,436 [  11191]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
    2021-05-22 12:05:05,436 [  11191]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
    2021-05-22 12:05:05,436 [  11191]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
    2021-05-22 12:05:06,489 [  12244]  DEBUG - edcloud.intellij.sfdx.SfdxUtil - Using SFDX project file C:/Users/lex/git-trausteknik/BlackandWhiteWaiters/sfdx-project.json for module BlackandWhiteWaiters. 
    2021-05-22 12:05:06,492 [  12247]  DEBUG - edcloud.intellij.sfdx.SfdxUtil - Loaded SFDX project from file C:/Users/lex/git-trausteknik/BlackandWhiteWaiters/sfdx-project.json. 
    2021-05-22 12:05:08,493 [  14248]   INFO -              PerformancePlugin - Performance Plugin is in silent mode 
    2021-05-22 12:05:08,759 [  14514]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  ASM) or icon UrlResolver{ownerClass=org.objectweb.asm.idea.BytecodeOutlineToolWindowFactory, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=ASM Bytecode Outline 2017, id=ASM Bytecode Outline 2017, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\ASM-BO, version=0.3.5.2017.12.16, package=null), packagePrefix=null, instanceId=39, state=active), overriddenPath='/images/asm.gif', url=file:/unresolved, useCacheOnLoad=true} 
    2021-05-22 12:05:08,770 [  14525]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Illuminated Cloud) or icon UrlResolver{ownerClass=null, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=Illuminated Cloud 2, id=com.illuminatedcloud2.intellij, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\211.7142.45.plugins\IlluminatedCloud2, version=2.1.7.8, package=null), packagePrefix=null, instanceId=134, state=active), overriddenPath='/images/IlluminatedCloudLogo_16x16.png', url=file:/unresolved, useCacheOnLoad=true} 
    2021-05-22 12:05:08,772 [  14527]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Anonymous Apex) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@617c74e5, path='debugger/console.svg') 
    2021-05-22 12:05:08,774 [  14529]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  SOQL Query) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@617c74e5, path='nodes/dataSchema.svg') 
    2021-05-22 12:05:08,776 [  14531]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Log Analyzer) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@617c74e5, path='nodes/logFolder.svg') 
    2021-05-22 12:05:08,792 [  14547]   INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 1 libraries  took 78ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-22 12:05:09,004 [  14759]   INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 294 ms. Thread[ApplicationImpl pooled thread 13,4,Idea Thread Group] 
    2021-05-22 12:05:09,099 [  14854]   INFO - indexing.UnindexedFilesUpdater - Started 
    2021-05-22 12:05:09,100 [  14855]   INFO - indexing.UnindexedFilesUpdater - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-22 12:05:09,122 [  14877]   INFO -  #git4idea.commands.GitHandler - [.] git version 
    2021-05-22 12:05:09,148 [  14903]   INFO - ge.ExternalProjectsDataStorage - Load external projects data in 15 millis (read time: 1) 
    2021-05-22 12:05:09,156 [  14911]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
    2021-05-22 12:05:09,156 [  14911]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
    2021-05-22 12:05:09,156 [  14911]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
    2021-05-22 12:05:09,169 [  14924]   INFO -  #git4idea.commands.GitHandler - git version 2.28.0.windows.1 
    2021-05-22 12:05:09,181 [  14936]   INFO - ea.config.GitExecutableManager - Git version for C:\Program Files\SmartGit\git\bin\git.exe: 2.28.0.0 (MSYS) 
    2021-05-22 12:05:09,215 [  14970]   INFO - indexing.UnindexedFilesUpdater - Scanning: use 15 scanning threads 
    2021-05-22 12:05:09,276 [  15031]   INFO - oudConfig.StatusBarInfoManager - === StatusBar.start create === 
    2021-05-22 12:05:09,393 [  15148]   INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-aacdcbe1a076-JavaScript-IU-211.7142.45 is registered for project 'BlackandWhiteWaiters: matching: (fb=30, stub=49), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),  
    2021-05-22 12:05:09,452 [  15207]   INFO - llij.database.util.SqlDialects - SQL dialects initialized in 1 ms 
    2021-05-22 12:05:09,587 [  15342]   INFO - redIndexChunkConfigurationImpl - Chunk bundled-php-predefined-a9dfff28de4e-b49e8fd532a3-com.jetbrains.php-IU-211.7142.45 is registered for project 'BlackandWhiteWaiters: matching: (fb=69, stub=64), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),  
    2021-05-22 12:05:09,588 [  15343]   INFO - SharedIndexPostStartupActivity - Attached 2 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-aacdcbe1a076-JavaScript-IU-211.7142.45, bundled-php-predefined-a9dfff28de4e-b49e8fd532a3-com.jetbrains.php-IU-211.7142.45 
    2021-05-22 12:05:09,813 [  15568]   INFO - ProjectRootPostStartUpActivity - C:/Users/lex/git-trausteknik/BlackandWhiteWaiters/.idea case-sensitivity: expected=false actual=false 
    2021-05-22 12:05:09,817 [  15572]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
    2021-05-22 12:05:09,824 [  15579]   INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1321ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-22 12:05:10,016 [  15771]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 5887 ms 
    2021-05-22 12:05:10,591 [  16346]   INFO - indexing.UnindexedFilesUpdater - Scanning completed. Number of scanned files: 5944; Number of files for indexing: 1 took 1490ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish 
    2021-05-22 12:05:10,600 [  16355]   INFO - indexing.UnindexedFilesUpdater - Use 4 indexing threads 
    2021-05-22 12:05:10,621 [  16376]   INFO - indexing.UnindexedFilesUpdater - Finished. Unindexed files update took 26ms; general responsiveness: ok; EDT responsiveness: ok 
    2021-05-22 12:05:10,677 [  16432]   INFO - gmanip.ShortcutStartupActivity - Registering Switch case (camelCase, kebab-case, KEBAB-UPPERCASE, snake_case, SCREAMING_SNAKE_CASE, dot.case, words lowercase, First word capitalized, Words Capitalized, PascalCase) id:StringManipulation.SwitchStyleAction 
    2021-05-22 12:05:10,677 [  16432]   INFO - gmanip.ShortcutStartupActivity - Registering Switch case - Reverse (PascalCase, Words Capitalized, First word capitalized, words lowercase, dot.case, SCREAMING_SNAKE_CASE, snake_case, KEBAB-UPPERCASE, kebab-case, camelCase) id:StringManipulation.SwitchStyleAction.Reverse 
    2021-05-22 12:05:10,752 [  16507]   INFO - .services.SpaceKtsFileDetector - SpaceKtsFileDetector 
    2021-05-22 12:05:10,990 [  16745]   INFO - ellij.license.LicenseValidator - Server license validation result was Genuine. 
    2021-05-22 12:05:10,992 [  16747]   INFO - ellij.license.LicenseValidator - Illuminated Cloud features are enabled. 
    2021-05-22 12:05:10,993 [  16748]   INFO - ontentsSynchronizationListener - Initializing module contents synchronization listener. 
    2021-05-22 12:05:10,993 [  16748]   INFO - geInjectionPostStartupActivity - Trying to initialize SOQL/RegExp string literal language injection. 
    2021-05-22 12:05:10,995 [  16750]   INFO - ng.IlluminatedCloudFileHandler - Initializing Illuminated Cloud file handler. 
    2021-05-22 12:05:10,999 [  16754]   INFO - edCloudStartupVersionValidator - Verifying recommended minimum IDE version. 
    2021-05-22 12:05:10,999 [  16754]   INFO - edCloudStartupVersionValidator -   The IDE version is 2021.1.1. 
    2021-05-22 12:05:11,810 [  17565]   INFO - luminatedCloudFileTypeRegistry - Registering external resources http://soap.sforce.com/2006/04/metadata and urn:metadata.tooling.soap.sforce.com as C:/Users/lex/AppData/Local/JetBrains/Toolbox/apps/IDEA-U/ch-0/211.7142.45.plugins/IlluminatedCloud2/lib/IlluminatedCloud.jar!/xsd/metadata.xsd. 
    2021-05-22 12:05:12,483 [  18238]   INFO - CompilerWorkspaceConfiguration - Available processors: 16 
    2021-05-22 12:05:14,942 [  20697]   INFO - gnostic.WindowsDefenderChecker - Windows Defender status: not used 
    ```
    
    ‌
  11. Log in to comment