IDEA 2022.3.2 Error with setting module directory.

Answered

Hello, I'm a long-time IDEA user. My system is Ubuntu 20.10, and after updating to 2022.3.2 I somehow am unable to create a new project, because I get "Failed to create directory" error. I do have persmissions on the folder it's putting projects under, but I have a gut feeling it's to do with the module creation process. When I hover hte mouse over the module directories under "Advanced settings", the tooltip appears with the error. If you notice the IDE is 2022.1 EAP, yes, I upgraded to see if the problem was resolved

Anything I can try to resolve? Also, the default Jave on my system is OpenJDK 11.0.14.

 

 
0
10 comments

Hello again... After thinking about this, I decided to try something and it worked.

What I did, was put a dot in front of the folder I wanted to contain my projects. Example: if I was in my current cirectory, IDEA would put "/home/IdeaProjects/<projectname>". I removed the /home and replaced it with a . (i.e. "./IdeaProjects/<projectname>") and it happily created the subfolders. Weird....

 

0

Hello,

Absolute path is used there. Doesn't it work with "/home/IdeaProjects/<projectname>" either?

0

Yaroslav,

The absolute path has always

lworked before, but lately, when I try to create a new project, it gives me a "Failed to create directory" error and I have to cancel. Even when I created the folder outside of the IDE, and I referenced it, it still failed if I used the absolute path. When I changed it to a relative path, then it created the folder if it didn't exist.

0

Could you please share idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue?

0

Here is the log I got.

 ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-03-08 09:01:27,901 [     33]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2022-03-08 09:01:27,934 [     66]   INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 32 ms
2022-03-08 09:01:27,969 [    101]   INFO - #c.i.i.StartupUtil - IDE: IntelliJ IDEA (build #IU-221.4906.8, 03 Mar 2022 07:44)
2022-03-08 09:01:27,970 [    102]   INFO - #c.i.i.StartupUtil - OS: Linux (5.13.0-30-generic, amd64)
2022-03-08 09:01:27,978 [    110]   INFO - #c.i.i.StartupUtil - JRE: 11.0.14.1+1-b2043.11 (JetBrains s.r.o.)
2022-03-08 09:01:27,978 [    110]   INFO - #c.i.i.StartupUtil - JVM: 11.0.14.1+1-b2043.11 (OpenJDK 64-Bit Server VM)
2022-03-08 09:01:28,042 [    174]   INFO - #c.i.i.StartupUtil - WM detected: GNOME Shell, desktop: ubuntu:GNOME
2022-03-08 09:01:28,044 [    176]   INFO - #c.i.i.StartupUtil - JVM options: [-Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:MaxJavaStackTraceDepth=10000, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Dsun.tools.attach.tmp.only=true, -Xmx1473m, -XX:ErrorFile=/home/patrick/java_error_in_idea_%p.log, -XX:HeapDumpPath=/home/patrick/java_error_in_idea_.hprof, -Djb.vmOptionsFile=/home/patrick/.config/JetBrains/IntelliJIdea2022.1/idea64.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.strict.classpath=true, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2022.1, -Didea.jre.check=true, -Dsplash=true]
2022-03-08 09:01:28,044 [    176]   INFO - #c.i.i.StartupUtil - args: []
2022-03-08 09:01:28,045 [    177]   INFO - #c.i.i.StartupUtil - library path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2022-03-08 09:01:28,045 [    177]   INFO - #c.i.i.StartupUtil - boot library path: /snap/intellij-idea-ultimate/345/jbr/lib
2022-03-08 09:01:28,091 [    223]   INFO - #c.i.i.StartupUtil - locale=en_US JNU=UTF-8 file.encoding=UTF-8
  idea.config.path=/home/patrick/.config/JetBrains/IntelliJIdea2022.1
  idea.system.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1
  idea.plugins.path=/home/patrick/.local/share/JetBrains/IntelliJIdea2022.1
  idea.log.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1/log
2022-03-08 09:01:28,110 [    242]   INFO - #c.i.i.StartupUtil - CPU cores: 6; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@7dc222ae[Running, parallelism = 5, size = 5, active = 5, running = 5, steals = 5, tasks = 70, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@aecb35a
2022-03-08 09:01:28,218 [    350]   INFO - #c.i.i.p.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.protoeditor.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.space.php is not enabled because dependency com.jetbrains.php is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
Module kotlin-ultimate.common-for-kotlin is not enabled because dependency com.intellij.nativeDebug is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-for-kotlin is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
2022-03-08 09:01:28,246 [    378]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: IDEA CORE (221.4906.8), IDE Features Trainer (221.4906.8), Grazie (221.4906.8), Toml (221.4906.8), Settings Repository (221.4906.8), YAML (221.4906.8), WSL File System Support (221.4906.8), TextMate Bundles (221.4906.8), Terminal (221.4906.8), Haml (221.4906.8), Emoji Picker (221.4906.8), JetBrains maven model api classes (221.4906.8), JetBrains Repository Search (221.4906.8), Qodana (221.4906.8), EditorConfig (221.4906.8), WebP Support (221.4906.8), Protocol Buffers (221.4906.8), Mercurial (221.4906.8), Space (221.4906.8), Shell Script (221.4906.8), Settings Sync (221.4906.8), Projector Libraries for Code With Me and Remote Development (221.4906.8), SSH Remote Run (221.4906.8), FTP/SFTP Connectivity (ex. Remote Hosts Access) (221.4906.8), Remote Development Gateway (221.4906.8), Terminal for Gateway (221.4906.8), Visual Studio Keymap (221.4906.8), NetBeans Keymap (221.4906.8), Eclipse Keymap (221.4906.8), Images (221.4906.8), HTTP Client (221.4906.8), Dependency Management Api for External Build Tools (221.4906.8), Endpoints (221.4906.8), Diagrams (221.4906.8), Copyright (221.4906.8), Properties (221.4906.8), Gradle (221.4906.8), CSS (221.4906.8), Stylus (221.4906.8), Sass (221.4906.8), Less (221.4906.8), Configuration Script (221.4906.8), Machine Learning Code Completion (221.4906.8), Completion Stats Collector (221.4906.8), Machine Learning Code Completion Models (221.4906.8), Project Wide Analysis (221.4906.8), IDE Settings Sync (221.4906.8), Java (221.4906.8), Kotlin (221-1.6.20-M1-release-215-IJ4906.8), Performance Testing (Kotlin) (221.4906.8), Java Bytecode Decompiler (221.4906.8), Eclipse Interoperability (221.4906.8), Java Stream Debugger (221.4906.8), Recommenders for Java and Python (221.4906.8), Package Search (221.4906.8), com.intellij.tracing.ide (221.4906.8), Machine Learning Local Models (221.4906.8), JVM Microservices Frameworks (221.4906.8), Micronaut (221.4906.8), Java IDE Customization (221.4906.8), Java Internationalization (221.4906.8), Velocity (221.4906.8), UI Designer (221.4906.8), Spring Messaging (221.4906.8), Spring Boot (221.4906.8), Spring (221.4906.8), Jakarta EE: RESTful Web Services (JAX-RS) (221.4906.8), Spring WebSocket (221.4906.8), Spring Integration Patterns (221.4906.8), Spring Cloud (221.4906.8), Jakarta EE: WebSockets (221.4906.8), Jakarta EE: Expression Language (EL) (221.4906.8), Spring Security (221.4906.8), Jakarta EE Platform (221.4906.8), Quarkus (221.4906.8), Jakarta EE: Contexts and Dependency Injection (CDI) (221.4906.8), Dependency Structure Matrix (221.4906.8), AOP Pointcut Language (221.4906.8), Project Wide Analysis for Java (221.4906.8), Performance Testing (221.4906.8), Shared Indexes (221.4906.8), Spring Initializr (221.4906.8), Performance Testing (Dynamic Plugins) (221.4906.8), Performance Testing (Java) (221.4906.8), Smali Support (221.4906.8), ZKM-Unscramble (221.4906.8), XPathView + XSLT (221.4906.8), IntelliLang (221.4906.8), JavaFX (221.4906.8), Markdown (221.4906.8), Gherkin (221.4906.8), Jakarta EE: Web/Servlets (221.4906.8), gRPC (221.4906.8), Jakarta EE: Bean Validation (221.4906.8), Task Management (221.4906.8), Time Tracking (221.4906.8), XSLT Debugger (221.4906.8), W3C Validators (221.4906.8), TestNG (221.4906.8), Subversion (221.4906.8), Remote Development Server (221.4906.8), Refactor-X (221.4906.8), Perforce Helix Core (221.4906.8), Lombok (221.4906.8), JUnit (221.4906.8), Cucumber for Java (221.4906.8), HTML Tools (221.4906.8), GitHub (221.4906.8), Git (221.4906.8), IDE Features Trainer: Git Lessons (221.4906.8), Shared Project Indexes (221.4906.8), ChangeReminder (221.4906.8), Machine Learning in Search Everywhere (221.4906.8), Docker (221.4906.8), Code Coverage for Java (221.4906.8), Bytecode Viewer (221.4906.8), Groovy (221.4906.8), Ant (221.4906.8), Maven (221.4906.8), Gradle-Java (221.4906.8), Gradle-Maven (221.4906.8), Gradle Extension (221.4906.8), Performance Testing (Gradle) (221.4906.8), Reactive Streams (221.4906.8), Jakarta EE: Gradle Integration (221.4906.8), Maven Extension (221.4906.8), Performance Testing (Maven) (221.4906.8), Cucumber for Groovy (221.4906.8), Plugin DevKit (221.4906.8), OpenAPI Specifications (221.4906.8), Spring Web (221.4906.8), Thymeleaf (221.4906.8), JavaScript Debugger (221.4906.8), JavaScript and TypeScript (221.4906.8), TSLint (221.4906.8), Spy-js (221.4906.8), Persistence Frameworks (221.4906.8), Spring Data (221.4906.8), Jakarta EE: Persistence (JPA) (221.4906.8), Jakarta NoSQL (221.4906.8), Jakarta EE: Application Servers (221.4906.8), Integration Testing of Workspace Model (221.4906.8), Jakarta EE: Server Pages (JSP) (221.4906.8), Jakarta EE: Messaging (JMS) (221.4906.8), FreeMarker (221.4906.8), Tomcat and TomEE (221.4906.8), WildFly (221.4906.8), GlassFish (221.4906.8), Database Tools and SQL (221.4906.8), Hibernate (221.4906.8), Node.js (221.4906.8), Gradle DSL API (221.4906.8), Gradle Dependency Updater Implementation (221.4906.8), Package Checker (0.7.18), Android (2020.3.1 Final.221.4906.8), Code With Me (221.4906.8), Ktor (221.4906.8), Refactoring Detector (221.4906.8), JavaScript Intention Power Pack (221.4906.8), Angular and AngularJS (221.4906.8)
2022-03-08 09:01:28,249 [    381]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Glowing Darcula (1.1.7), Python (221.4906.8)
2022-03-08 09:01:28,493 [    625]   INFO - #c.i.c.CloudConfigManager - === BeforeStart.StreamProvider ===
2022-03-08 09:01:28,690 [    822]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=/home/patrick/.m2/repository, KOTLIN_BUNDLED=/snap/intellij-idea-ultimate/345/plugins/Kotlin/kotlinc}
2022-03-08 09:01:28,749 [    881]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2022-03-08 09:01:28,762 [    894]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2022-03-08 09:01:28,807 [    939]   INFO - #c.i.d.JitWatcher - JIT compilation state checking enabled
2022-03-08 09:01:28,846 [    978]   INFO - #c.i.u.i.FilePageCache - lower=100; upper=500; buffer=10; max=1454
2022-03-08 09:01:28,860 [    992]   INFO - #c.i.u.s.JBUIScale - User scale factor: 1.25
2022-03-08 09:01:28,900 [   1032]   WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group CodeWithMe is already registered (group=com.intellij.notification.NotificationGroup@fd84e72). Plugin descriptor: PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=/snap/intellij-idea-ultimate/345/plugins/cwm-plugin, version=221.4906.8, package=null, isBundled=true)
2022-03-08 09:01:28,985 [   1117]   INFO - #c.i.o.e.c.i.AppFontOptions - Font setting migration: JetBrains Mono -> [JetBrains Mono, Regular, Bold]
2022-03-08 09:01:29,006 [   1138]   INFO - #c.i.c.CloudConfigManager - === Start.updateConnection ===
2022-03-08 09:01:29,031 [   1163]   INFO - #c.i.c.CloudConfigManager - === doConnect ===
2022-03-08 09:01:29,034 [   1166]   INFO - #c.i.c.CloudConfigManager - === getConnectionState ===
2022-03-08 09:01:29,038 [   1170]   INFO - #c.i.c.CloudConfigManager - === Start: JBA_CONNECTED (24ms) ===
2022-03-08 09:01:29,080 [   1212]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: eap
2022-03-08 09:01:29,397 [   1529]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-08 09:01:29,398 [   1530]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-08 09:01:29,412 [   1544]   INFO - #c.i.i.c.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-03-08 09:01:29,463 [   1595]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2022-03-08 09:01:29,845 [   1977]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, wsl.fsd.content.loader, terminal.shell.command.handling, reuse.target.paths.for.rsync
2022-03-08 09:01:29,850 [   1982]   INFO - #c.i.o.w.i.GlobalMenuLinux - Start glib main loop in thread: GlobalMenuLinux loop
2022-03-08 09:01:29,853 [   1985]   INFO - #c.i.o.w.i.GlobalMenuLinux - Closed dbus-service 'com.canonical.AppMenu.Registrar'
2022-03-08 09:01:30,004 [   2136]   INFO - #c.i.i.StartupUtil - notify that start-up thread is free
2022-03-08 09:01:30,385 [   2517]   WARN - #c.i.o.a.i.ActionUpdater - 236 ms to grab EDT for ToolbarTextButtonWrapper#update (com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil$ToolbarTextButtonWrapper)
2022-03-08 09:01:30,405 [   2537]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:01:30,679 [   2811]   INFO - c.i.u.i.FileBasedIndexDataInitialization - Index data initialization done: 1771 ms. Initialized indexes: [FilenameIndex, FrameworkDetectionIndex, TodoIndex, IdIndex, filetypes, Stubs, Trigram.Index, fileIncludes, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, yaml.keys.name, editorconfig.index.name, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, xmlProperties, CssIndex, css.template.selectors, CompassFunctionsIndex, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, protoeditor.java.outer.class.index, VtlFileIndex, com.intellij.uiDesigner.FormClassIndex, SpringXmlBeansIndex, spring.spiFileIndex, spring.autoConfigureMetadataIndex, XsltSymbolIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, groovy.trait.fields, groovy.trait.methods, LombokConfigIndex, java.cucumber.java8.step, HtmlTagIdIndex, docker.compose.services, ant-imports, groovy.cucumber.step, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, OpenapiSpecificationContentIndexer, sql.types.count.index, sql.routine.index, taglibUris, FtlFileIndex, Py.module.name, Py.setuptools.namespace, DjangoBlockInheritanceIndex, com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME, BindingXmlIndex, MlModelFileIndex, NavXmlIndex, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index].
2022-03-08 09:01:30,753 [   2885]   INFO - c.i.p.s.StubIndexImpl$StubIndexInitialization - Index data initialization done: 73 ms. Initialized stub indexes: {angularjs.templateUrl.index, Py.class.super, js.class.index2, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, Scss.variable, java.class.shortname, Css.custom.mixin, JS.base.types.index, angular2.source.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, js.exported.index, markdown.header, Css.attr, js.generics.index, es6.exported.index, properties.index, gr.field.name, angularjs.symbol.index, Py.function.shortName, sql.column.name, js.lazy.packages, angular2.metadata.directive.index, gr.anonymous.class, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, angularjs.generic.modules.index, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, Less.variables, Py.class.shortNameInsensitive, Scss.placeholder.selector, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, java.annotations, ts.local.classes, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, Py.class.shortName, java.field.name, protobuf.byShortName, java.class.extlist, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, angular2.templateUrl.index, Css.id, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, angularjs.directives.index, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, gr.annot.method.name, angular2.metadata.module.index, js.symbol.index2, angularjs.controller.index, ts.embedded.content.index, protobuf.byQualifiedName, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, angularjs.ui.router.generic.states.index, Css.class, angular2.metadata.node.index, ts.external.module.index, angular2.metadata.function.index, Py.class.attributes, js.nonglobal.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, JS.class.implements, kotlin.primeIndexKey, Python.Decorator, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, Stylus.variables, js.qualified.shortName, angular2.ivy.directive.index, js.symbol.qualified.names.index, angular2.ivy.pipe.index, angular2.ivy.module.index, gr.script.class, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, angular2.metadata.className.index, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, Py.module.attribute, js.gcl.modules, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, gr.class.fqn, angular2.source.directive.index, Stylus.mixins, JS.subclass.stub.index, jvm.static.member.name, amd.baseUrl.index, java.method.name, JS.global.qualified.elements, angular2.metadata.pipe.index, java.anonymous.baseref, es6.assignment.index, gr.script.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, angularjs.filter.index, Django.foreignKey, java.class.fqn, Python.url.fastapi, dom.elementClass, sql.names, Css.custom.property, amd.requirePaths.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, gr.class.super, angular2.source.pipe.index, Python.url.flask, angularjs.delimiter.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, js.used.remote.modules, gr.method.name, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, js.export.default.react.component.index, js.global.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, Django.manager, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, java.method.parameter.types, js.local.namespace.members.index, js.doc.modules, Less.mixins, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, JS.class.super, sql.table.shortName, Css.ampersand.selector, angularjs.ui.router.states.index, Scss.function, dom.namespaceKey, js.typedef.index2, JS.framework.markers.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, js.element.qualifiedName, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, jvm.static.member.type, Scss.mixin, js.imported.bindings.index, angularjs.module.index, angularjs.directives.doc.index, Py.variable.shortName, js.amd.modules, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, java.module.name, js.namespace.index, gr.annot.members, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex}.
2022-03-08 09:01:35,660 [   7792]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: /snap/intellij-idea-ultimate/345/bin/fsnotifier
2022-03-08 09:01:35,666 [   7798]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2022-03-08 09:03:07,440 [  99572]   INFO - #c.i.p.i.a.w.LegacyBridgeArtifactManagerRedefiner - Using workspace model to open project
2022-03-08 09:03:07,510 [  99642]   INFO - #c.i.w.i.i.l.m.ModuleBridgeLoaderService - Workspace model loaded without cache. Loading real project state into workspace model. Thread[JobScheduler FJ pool 3/5,4,main]
2022-03-08 09:03:07,614 [  99746]   INFO - STDOUT - Info  | RdCoroutineScope          | 19:JobScheduler FJ pool 4/5 | RdCoroutineHost overridden 
2022-03-08 09:03:07,619 [  99751]   INFO - #c.j.r.p.c.t.i.DistributedTestHost - Host address=localhost/127.0.0.1
2022-03-08 09:03:07,713 [  99845]   INFO - #c.j.r.p.c.z.Z - sessionStatus: null
2022-03-08 09:03:07,714 [  99846]   INFO - #c.j.r.p.c.z.Z - freeSessionRemainingTimeMs: null null
2022-03-08 09:03:07,863 [  99995]   WARN - #c.i.o.v.i.l.WatchRootsManager - invalid watch root
java.nio.file.InvalidPathException: Watch roots should be absolute: home/IdeaProjects/untitled/out
    at com.intellij.openapi.vfs.impl.local.WatchRootsManager.prepareWatchRoot(WatchRootsManager.java:222)
    at com.intellij.openapi.vfs.impl.local.WatchRootsManager.updateWatchRoots(WatchRootsManager.java:172)
    at com.intellij.openapi.vfs.impl.local.WatchRootsManager.replaceWatchedRoots(WatchRootsManager.java:68)
    at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.replaceWatchedRoots(LocalFileSystemImpl.java:173)
    at com.intellij.openapi.vfs.LocalFileSystem.replaceWatchedRoot(LocalFileSystem.java:125)
    at com.intellij.openapi.roots.impl.CompilerProjectExtensionImpl.setCompilerOutputUrl(CompilerProjectExtensionImpl.java:77)
    at com.intellij.ide.impl.NewProjectUtil.lambda$setCompilerOutputPath$7(NewProjectUtil.java:242)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1015)
    at com.intellij.ide.impl.NewProjectUtil.lambda$setCompilerOutputPath$8(NewProjectUtil.java:234)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:219)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:174)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:164)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:150)
    at com.intellij.ide.impl.NewProjectUtil.setCompilerOutputPath(NewProjectUtil.java:234)
    at com.intellij.ide.impl.NewProjectUtil.doCreate(NewProjectUtil.java:172)
    at com.intellij.ide.impl.NewProjectUtil.createFromWizard(NewProjectUtil.java:92)
    at com.intellij.ide.impl.NewProjectUtil.createFromWizard(NewProjectUtil.java:87)
    at com.intellij.ide.impl.NewProjectUtil.createNewProject(NewProjectUtil.java:74)
    at com.intellij.ide.actions.NewProjectAction.actionPerformed(NewProjectAction.java:21)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:256)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:235)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil.performAnActionForComponent(WelcomeScreenActionsUtil.java:96)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil$ToolbarTextButtonWrapper$1.actionPerformed(WelcomeScreenActionsUtil.java:56)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    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:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:119)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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)
2022-03-08 09:03:07,980 [ 100112]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2022-03-08 09:03:08,636 [ 100768]   INFO - #c.i.o.w.i.GlobalMenuLinux - created instance of GlobalMenuLinux for xid=0x4800199
2022-03-08 09:03:08,701 [ 100833]   INFO - #c.i.i.n.e.NewToolbarRootPaneExtension - Show old main toolbar: true; show old navigation bar: true
2022-03-08 09:03:08,701 [ 100833]   INFO - #c.i.i.n.e.NewToolbarRootPaneExtension - Show new main toolbar: false
2022-03-08 09:03:08,926 [ 101058]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2022-03-08 09:03:09,136 [ 101268]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 5 millis (read time: 1)
2022-03-08 09:03:09,530 [ 101662]   INFO - #c.i.i.s.p.i.SharedIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-504ef523a7eb-JavaScript-IU-221.4906.8 is registered for project 'untitled: matching: (fb=36, stub=77), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9), 
2022-03-08 09:03:09,622 [ 101754]   INFO - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-504ef523a7eb-JavaScript-IU-221.4906.8
2022-03-08 09:03:09,925 [ 102057]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:03:10,035 [ 102167]   INFO - #c.a.t.i.i.GMavenIndexRepository - HTTP not modified since the last request for URL: https://dl.google.com/android/studio/gmaven/index/release/v0.1/classes-v0.1.json.gz (etag: "cb5e5f").
2022-03-08 09:03:10,035 [ 102167]   INFO - #c.a.t.i.i.GMavenIndexRepository - Kept the old disk cache with an old ETag header: "cb5e5f".
2022-03-08 09:03:10,392 [ 102524]   INFO - #c.i.c.CompilerWorkspaceConfiguration - Available processors: 6
2022-03-08 09:03:10,459 [ 102591]   INFO - #c.i.c.StatusBarInfoManager - === StatusBar.start create ===
2022-03-08 09:03:11,029 [ 103161]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started indexing of untitled. Reason: On project open
2022-03-08 09:03:11,036 [ 103168]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for untitled took 2ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:03:11,071 [ 103203]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2022-03-08 09:03:11,128 [ 103260]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of untitled uses 5 scanning threads
2022-03-08 09:03:11,161 [ 103293]   INFO - #c.i.c.ComponentStoreImpl - Saving appVcs.Log.App.Settings took 11 ms
2022-03-08 09:03:11,280 [ 103412]   INFO - #c.i.d.u.SqlDialects - SQL dialects initialized in 1 ms
2022-03-08 09:03:12,198 [ 104330]   WARN - #c.i.o.a.i.ActionUpdater - 221 ms to grab EDT for CopyPathsAction#update (com.intellij.ide.actions.CopyPathsAction)
2022-03-08 09:03:12,348 [ 104480]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=untitled, containerState=COMPONENT_CREATED, componentStore=home/IdeaProjects/untitled)IdeDocumentHistory took 35 ms, XDebuggerManager took 57 ms
2022-03-08 09:03:12,456 [ 104588]   INFO - #c.i.o.a.i.ApplicationImpl - LONG VFS PROCESSING. Topic=BulkFileListener, offender=class com.intellij.openapi.vfs.newvfs.AsyncEventSupport$1, message=before, time=51ms
2022-03-08 09:03:12,537 [ 104669]   INFO - #c.i.o.a.i.ApplicationImpl - LONG VFS PROCESSING. Topic=BulkFileListener, offender=class com.intellij.psi.impl.file.impl.PsiVFSListener$1, message=after, time=76ms
2022-03-08 09:03:12,709 [ 104841]   INFO - #c.i.o.a.i.ApplicationImpl - LONG VFS PROCESSING. Topic=BulkFileListener, offender=class com.intellij.openapi.vfs.newvfs.AsyncEventSupport$1, message=after, time=80ms
2022-03-08 09:03:12,970 [ 105102]   INFO - #c.i.o.c.i.s.StoreUtil - saveProjectsAndApp took 2967 ms
2022-03-08 09:03:13,031 [ 105163]   INFO - #c.i.i.b.BookmarksManager - no state loaded for new bookmarks
2022-03-08 09:03:13,039 [ 105171]   INFO - #c.i.i.b.BookmarkManager - no state loaded for old bookmarks
2022-03-08 09:03:13,058 [ 105190]   INFO - #c.i.i.f.FavoritesManager - no state loaded for old favorites
2022-03-08 09:03:13,165 [ 105297]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 4216ms; general responsiveness: ok; EDT responsiveness: 0/5 sluggish, 2/5 very slow
2022-03-08 09:03:13,180 [ 105312]   INFO - #c.i.o.f.i.FileEditorManagerImpl - Project opening took 5761 ms
2022-03-08 09:03:15,114 [ 107246]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'File' preloaded at 'MainMenu' in 78 ms
2022-03-08 09:03:15,200 [ 107332]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Edit' preloaded at 'MainMenu' in 166 ms
2022-03-08 09:03:15,269 [ 107401]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'View' preloaded at 'MainMenu' in 236 ms
2022-03-08 09:03:15,331 [ 107463]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Code' preloaded at 'MainMenu' in 297 ms
2022-03-08 09:03:15,341 [ 107473]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Navigate' preloaded at 'MainMenu' in 307 ms
2022-03-08 09:03:15,359 [ 107491]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Build' preloaded at 'MainMenu' in 325 ms
2022-03-08 09:03:15,462 [ 107594]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Run' preloaded at 'MainMenu' in 429 ms
2022-03-08 09:03:15,707 [ 107839]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Tools' preloaded at 'MainMenu' in 673 ms
2022-03-08 09:03:15,719 [ 107851]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Window' preloaded at 'MainMenu' in 685 ms
2022-03-08 09:03:15,907 [ 108039]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Help' preloaded at 'MainMenu' in 872 ms
2022-03-08 09:03:16,190 [ 108322]   INFO - #c.i.i.s.IdeScriptEngineManagerImpl - javax.script.ScriptEngineManager initialized in 687 ms
2022-03-08 09:03:16,245 [ 108377]   INFO - #c.a.t.i.p.ProjectSystemService - DefaultProjectSystem project system has been detected
2022-03-08 09:03:16,248 [ 108380]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Refactor' preloaded at 'MainMenu' in 1214 ms
2022-03-08 09:03:17,596 [ 109728]   WARN - #c.i.o.a.i.ActionUpdater - 1108 ms to call on BGT RunContextAction#update (com.intellij.execution.actions.RunContextAction)
2022-03-08 09:03:17,596 [ 109728]   WARN - #c.i.o.a.i.ActionUpdater - 1108 ms to call on BGT RunContextAction#update (com.intellij.execution.actions.RunContextAction)
2022-03-08 09:03:17,903 [ 110035]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Project View Popup Menu' preloaded at 'ProjectViewPopup' in 2869 ms
2022-03-08 09:03:17,905 [ 110037]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Project View Popup Menu' preloaded at 'ProjectViewPopup' in 2871 ms
2022-03-08 09:03:18,879 [ 111011]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for untitled. Number of scanned files: 42150; Number of files for indexing: 41235 took 7843ms; general responsiveness: ok; EDT responsiveness: 0/7 sluggish, 1/7 very slow
2022-03-08 09:03:18,888 [ 111020]   INFO - #c.i.u.i.UnindexedFilesUpdater - Use 4 indexing threads for indexing of untitled
2022-03-08 09:03:19,195 [ 111327]   INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
2022-03-08 09:03:19,199 [ 111331]   INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
2022-03-08 09:03:19,208 [ 111340]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is '/home/patrick/.cache/JetBrains'. JvmStartTimeMs=1646758887632
2022-03-08 09:03:19,217 [ 111349]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2022-03-08 09:03:19,217 [ 111349]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2022-03-08 09:03:19,219 [ 111351]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2022-03-08 09:03:38,850 [ 130982]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for untitled. Unindexed files update took 19966ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:03:38,936 [ 131068]   INFO - c.i.s.v.a.s.d.SpaceKtsFileDetector - SpaceKtsFileDetector
2022-03-08 09:03:45,680 [ 137812]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=untitled, containerState=COMPONENT_CREATED, componentStore=home/IdeaProjects/untitled)RunManager took 41 ms
2022-03-08 09:04:09,927 [ 162059]   INFO - #c.i.u.t.DateFormatUtil - cannot load system formats (JNA=true), resorting to JRE for en_US
2022-03-08 09:04:56,457 [ 208589]   WARN - #c.i.o.a.i.ActionUpdater - 158 ms to call on EDT CreateFromTemplateGroup#update (com.intellij.ide.fileTemplates.actions.CreateFromTemplateGroup). Use `UpdateInBackground`.
2022-03-08 09:05:00,891 [ 213023]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:05:00,927 [ 213059]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2022-03-08 09:05:00,928 [ 213060]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2022-03-08 09:05:02,094 [ 214226]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:05:43,022 [ 255154]   INFO - #c.i.p.i.a.w.LegacyBridgeArtifactManagerRedefiner - Using workspace model to open project
2022-03-08 09:05:43,026 [ 255158]   INFO - #c.j.r.p.c.t.i.DistributedTestHost - Host address=localhost/127.0.0.1
2022-03-08 09:05:43,029 [ 255161]   INFO - #c.i.w.i.i.l.m.ModuleBridgeLoaderService - Workspace model loaded without cache. Loading real project state into workspace model. Thread[JobScheduler FJ pool 4/5,4,main]
2022-03-08 09:05:43,038 [ 255170]   INFO - #c.j.r.p.c.z.Z - sessionStatus: null
2022-03-08 09:05:43,038 [ 255170]   INFO - #c.j.r.p.c.z.Z - freeSessionRemainingTimeMs: null null
2022-03-08 09:05:43,055 [ 255187]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2022-03-08 09:05:43,056 [ 255188]   WARN - #c.i.o.v.i.l.WatchRootsManager - invalid watch root
java.nio.file.InvalidPathException: Watch roots should be absolute: IdeaProjects/seventeen/out
    at com.intellij.openapi.vfs.impl.local.WatchRootsManager.prepareWatchRoot(WatchRootsManager.java:222)
    at com.intellij.openapi.vfs.impl.local.WatchRootsManager.updateWatchRoots(WatchRootsManager.java:172)
    at com.intellij.openapi.vfs.impl.local.WatchRootsManager.replaceWatchedRoots(WatchRootsManager.java:68)
    at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.replaceWatchedRoots(LocalFileSystemImpl.java:173)
    at com.intellij.openapi.vfs.LocalFileSystem.replaceWatchedRoot(LocalFileSystem.java:125)
    at com.intellij.openapi.roots.impl.CompilerProjectExtensionImpl.setCompilerOutputUrl(CompilerProjectExtensionImpl.java:77)
    at com.intellij.ide.impl.NewProjectUtil.lambda$setCompilerOutputPath$7(NewProjectUtil.java:242)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1015)
    at com.intellij.ide.impl.NewProjectUtil.lambda$setCompilerOutputPath$8(NewProjectUtil.java:234)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:219)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:174)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:164)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:150)
    at com.intellij.ide.impl.NewProjectUtil.setCompilerOutputPath(NewProjectUtil.java:234)
    at com.intellij.ide.impl.NewProjectUtil.doCreate(NewProjectUtil.java:172)
    at com.intellij.ide.impl.NewProjectUtil.createFromWizard(NewProjectUtil.java:92)
    at com.intellij.ide.impl.NewProjectUtil.createFromWizard(NewProjectUtil.java:87)
    at com.intellij.ide.impl.NewProjectUtil.createNewProject(NewProjectUtil.java:74)
    at com.intellij.ide.actions.NewProjectAction.actionPerformed(NewProjectAction.java:21)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:256)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:235)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil.performAnActionForComponent(WelcomeScreenActionsUtil.java:96)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil$ToolbarTextButtonWrapper$1.actionPerformed(WelcomeScreenActionsUtil.java:56)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    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:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:119)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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)
2022-03-08 09:05:43,087 [ 255219]   INFO - #c.i.o.w.i.GlobalMenuLinux - created instance of GlobalMenuLinux for xid=0x4800435
2022-03-08 09:05:43,094 [ 255226]   INFO - #c.i.i.n.e.NewToolbarRootPaneExtension - Show old main toolbar: true; show old navigation bar: true
2022-03-08 09:05:43,095 [ 255227]   INFO - #c.i.i.n.e.NewToolbarRootPaneExtension - Show new main toolbar: false
2022-03-08 09:05:43,157 [ 255289]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2022-03-08 09:05:43,159 [ 255291]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:05:43,161 [ 255293]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 1 millis (read time: 0)
2022-03-08 09:05:43,195 [ 255327]   INFO - #c.i.i.s.p.i.SharedIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-504ef523a7eb-JavaScript-IU-221.4906.8 is registered for project 'seventeen: matching: (fb=36, stub=77), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9), 
2022-03-08 09:05:43,196 [ 255328]   INFO - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-504ef523a7eb-JavaScript-IU-221.4906.8
2022-03-08 09:05:43,272 [ 255404]   INFO - #c.i.i.b.BookmarksManager - no state loaded for new bookmarks
2022-03-08 09:05:43,272 [ 255404]   INFO - #c.i.i.b.BookmarkManager - no state loaded for old bookmarks
2022-03-08 09:05:43,272 [ 255404]   INFO - #c.i.i.f.FavoritesManager - no state loaded for old favorites
2022-03-08 09:05:43,285 [ 255417]   INFO - #c.i.c.StatusBarInfoManager - === StatusBar.start create ===
2022-03-08 09:05:43,316 [ 255448]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started indexing of seventeen. Reason: On project open
2022-03-08 09:05:43,316 [ 255448]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for seventeen took 0ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:05:43,317 [ 255449]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of seventeen uses 5 scanning threads
2022-03-08 09:05:43,334 [ 255466]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 176ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:05:43,394 [ 255526]   INFO - #c.i.o.f.i.FileEditorManagerImpl - Project opening took 375 ms
2022-03-08 09:05:43,937 [ 256069]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for seventeen. Number of scanned files: 42150; Number of files for indexing: 0 took 621ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:05:43,937 [ 256069]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for seventeen. No files to index with loading content.
2022-03-08 09:05:43,950 [ 256082]   INFO - #c.a.t.i.p.ProjectSystemService - DefaultProjectSystem project system has been detected
2022-03-08 09:05:43,957 [ 256089]   INFO - c.i.s.v.a.s.d.SpaceKtsFileDetector - SpaceKtsFileDetector
2022-03-08 09:05:47,847 [ 259979]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Edit' preloaded at 'MainMenu' in 9 ms
2022-03-08 09:05:47,848 [ 259980]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'File' preloaded at 'MainMenu' in 11 ms
2022-03-08 09:05:47,851 [ 259983]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Navigate' preloaded at 'MainMenu' in 12 ms
2022-03-08 09:05:47,884 [ 260016]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Code' preloaded at 'MainMenu' in 46 ms
2022-03-08 09:05:48,098 [ 260230]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'View' preloaded at 'MainMenu' in 260 ms
2022-03-08 09:05:48,101 [ 260233]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Build' preloaded at 'MainMenu' in 263 ms
2022-03-08 09:05:48,118 [ 260250]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Refactor' preloaded at 'MainMenu' in 279 ms
2022-03-08 09:05:48,119 [ 260251]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Run' preloaded at 'MainMenu' in 281 ms
2022-03-08 09:05:48,122 [ 260254]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Window' preloaded at 'MainMenu' in 283 ms
2022-03-08 09:05:48,125 [ 260257]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Tools' preloaded at 'MainMenu' in 286 ms
2022-03-08 09:05:48,125 [ 260257]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Help' preloaded at 'MainMenu' in 286 ms
2022-03-08 09:05:48,203 [ 260335]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Project View Popup Menu' preloaded at 'ProjectViewPopup' in 363 ms
2022-03-08 09:05:48,204 [ 260336]   INFO - #c.i.o.a.i.PopupMenuPreloader - Popup menu 'Project View Popup Menu' preloaded at 'ProjectViewPopup' in 365 ms
2022-03-08 09:05:48,907 [ 261039]   INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
2022-03-08 09:05:48,907 [ 261039]   INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
2022-03-08 09:05:48,908 [ 261040]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is '/home/patrick/.cache/JetBrains'. JvmStartTimeMs=1646758887632
2022-03-08 09:05:48,909 [ 261041]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2022-03-08 09:05:48,910 [ 261042]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2022-03-08 09:05:48,910 [ 261042]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2022-03-08 09:05:49,170 [ 261302]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started indexing of seventeen. Reason: VFS Changes in dbSrc:// file system
2022-03-08 09:05:49,170 [ 261302]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for seventeen took 0ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:05:49,172 [ 261304]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of seventeen uses 5 scanning threads
2022-03-08 09:05:49,222 [ 261354]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for seventeen. Number of scanned files: 42155; Number of files for indexing: 0 took 51ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-08 09:05:49,222 [ 261354]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for seventeen. No files to index with loading content.
2022-03-08 09:05:50,931 [ 263063]   INFO - #c.i.c.ComponentStoreImpl - Saving appEditorColorsManagerImpl took 11 ms
2022-03-08 09:05:50,960 [ 263092]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=seventeen, containerState=COMPONENT_CREATED, componentStore=IdeaProjects/seventeen)RunManager took 13 ms
2022-03-08 09:09:56,230 [ 508362]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:09:56,250 [ 508382]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2022-03-08 09:09:56,250 [ 508382]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2022-03-08 09:09:57,602 [ 509734]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:10:28,386 [ 540518]   INFO - #c.i.i.s.e.u.EventLogExternalUploader - Started external process for uploading event log
2022-03-08 09:10:28,465 [ 540597]   INFO - #c.i.c.ComponentStoreImpl - Saving appPluginFeatureCacheService took 14 ms
2022-03-08 09:10:28,803 [ 540935]   INFO - c.j.r.f.u.RdCoroutineScope - RdCoroutineHost has been reset
2022-03-08 09:10:28,804 [ 540936]   INFO - c.j.r.f.u.RdCoroutineScope - RdCoroutineHost disposed
2022-03-08 09:10:28,820 [ 540952]   INFO - #o.j.i.BuiltInServer - web server stopped
2022-03-08 09:10:28,825 [ 540957]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 0
2022-03-08 09:10:28,841 [ 540973]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:10:28,842 [ 540974]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:10:28,842 [ 540974]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 09:10:28,845 [ 540977]   INFO - #c.i.u.i.FileBasedIndexImpl - START INDEX SHUTDOWN
2022-03-08 09:10:29,083 [ 541215]   INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2022-03-08 09:10:29,084 [ 541216]   INFO - #c.i.p.s.SerializationManagerImpl - Start shutting down /home/patrick/.cache/JetBrains/IntelliJIdea2022.1/index/rep.names
2022-03-08 09:10:29,085 [ 541217]   INFO - #c.i.p.s.SerializationManagerImpl - Finished shutting down /home/patrick/.cache/JetBrains/IntelliJIdea2022.1/index/rep.names
2022-03-08 09:10:29,290 [ 541422]   INFO - #c.i.u.i.FileBasedIndexImpl - END INDEX SHUTDOWN
2022-03-08 09:10:29,290 [ 541422]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2022-03-08 09:10:29,291 [ 541423]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed
2022-03-08 09:10:29,292 [ 541424]   INFO - #c.i.o.f.i.FileTypeDetectionService - 62 auto-detected files. Detection took 840 ms
2022-03-08 10:34:21,569 [      2]   INFO - #c.i.i.StartupUtil - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-03-08 10:34:21,628 [     61]   INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 17 ms
2022-03-08 10:34:21,630 [     63]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2022-03-08 10:34:21,670 [    103]   INFO - #c.i.i.StartupUtil - IDE: IntelliJ IDEA (build #IU-221.4906.8, 03 Mar 2022 07:44)
2022-03-08 10:34:21,670 [    103]   INFO - #c.i.i.StartupUtil - OS: Linux (5.13.0-30-generic, amd64)
2022-03-08 10:34:21,683 [    116]   INFO - #c.i.i.StartupUtil - JRE: 11.0.14.1+1-b2043.11 (JetBrains s.r.o.)
2022-03-08 10:34:21,684 [    117]   INFO - #c.i.i.StartupUtil - JVM: 11.0.14.1+1-b2043.11 (OpenJDK 64-Bit Server VM)
2022-03-08 10:34:21,735 [    168]   INFO - #c.i.i.StartupUtil - WM detected: GNOME Shell, desktop: ubuntu:GNOME
2022-03-08 10:34:21,739 [    172]   INFO - #c.i.i.StartupUtil - JVM options: [-Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:MaxJavaStackTraceDepth=10000, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Dsun.tools.attach.tmp.only=true, -Xmx1473m, -XX:ErrorFile=/home/patrick/java_error_in_idea_%p.log, -XX:HeapDumpPath=/home/patrick/java_error_in_idea_.hprof, -Djb.vmOptionsFile=/home/patrick/.config/JetBrains/IntelliJIdea2022.1/idea64.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.strict.classpath=true, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2022.1, -Didea.jre.check=true, -Dsplash=true]
2022-03-08 10:34:21,740 [    173]   INFO - #c.i.i.StartupUtil - args: []
2022-03-08 10:34:21,740 [    173]   INFO - #c.i.i.StartupUtil - library path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2022-03-08 10:34:21,743 [    176]   INFO - #c.i.i.StartupUtil - boot library path: /snap/intellij-idea-ultimate/345/jbr/lib
2022-03-08 10:34:21,773 [    206]   INFO - #c.i.i.StartupUtil - locale=en_US JNU=UTF-8 file.encoding=UTF-8
  idea.config.path=/home/patrick/.config/JetBrains/IntelliJIdea2022.1
  idea.system.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1
  idea.plugins.path=/home/patrick/.local/share/JetBrains/IntelliJIdea2022.1
  idea.log.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1/log
2022-03-08 10:34:21,791 [    224]   INFO - #c.i.i.StartupUtil - CPU cores: 6; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@382db087[Running, parallelism = 5, size = 5, active = 5, running = 5, steals = 6, tasks = 105, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@73d4cc9e
2022-03-08 10:34:21,939 [    372]   INFO - #c.i.i.p.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.protoeditor.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.space.php is not enabled because dependency com.jetbrains.php is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
Module kotlin-ultimate.common-for-kotlin is not enabled because dependency com.intellij.nativeDebug is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-for-kotlin is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
2022-03-08 10:34:21,959 [    392]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: IDEA CORE (221.4906.8), IDE Features Trainer (221.4906.8), Grazie (221.4906.8), Toml (221.4906.8), Settings Repository (221.4906.8), YAML (221.4906.8), WSL File System Support (221.4906.8), TextMate Bundles (221.4906.8), Terminal (221.4906.8), Haml (221.4906.8), Emoji Picker (221.4906.8), JetBrains maven model api classes (221.4906.8), JetBrains Repository Search (221.4906.8), Qodana (221.4906.8), EditorConfig (221.4906.8), WebP Support (221.4906.8), Protocol Buffers (221.4906.8), Mercurial (221.4906.8), Space (221.4906.8), Shell Script (221.4906.8), Settings Sync (221.4906.8), Projector Libraries for Code With Me and Remote Development (221.4906.8), SSH Remote Run (221.4906.8), FTP/SFTP Connectivity (ex. Remote Hosts Access) (221.4906.8), Remote Development Gateway (221.4906.8), Terminal for Gateway (221.4906.8), Visual Studio Keymap (221.4906.8), NetBeans Keymap (221.4906.8), Eclipse Keymap (221.4906.8), Images (221.4906.8), HTTP Client (221.4906.8), Dependency Management Api for External Build Tools (221.4906.8), Endpoints (221.4906.8), Diagrams (221.4906.8), Copyright (221.4906.8), Properties (221.4906.8), Gradle (221.4906.8), CSS (221.4906.8), Stylus (221.4906.8), Sass (221.4906.8), Less (221.4906.8), Configuration Script (221.4906.8), Machine Learning Code Completion (221.4906.8), Completion Stats Collector (221.4906.8), Machine Learning Code Completion Models (221.4906.8), Project Wide Analysis (221.4906.8), IDE Settings Sync (221.4906.8), Java (221.4906.8), Kotlin (221-1.6.20-M1-release-215-IJ4906.8), Performance Testing (Kotlin) (221.4906.8), Java Bytecode Decompiler (221.4906.8), Eclipse Interoperability (221.4906.8), Java Stream Debugger (221.4906.8), Recommenders for Java and Python (221.4906.8), Package Search (221.4906.8), com.intellij.tracing.ide (221.4906.8), Machine Learning Local Models (221.4906.8), JVM Microservices Frameworks (221.4906.8), Micronaut (221.4906.8), Java IDE Customization (221.4906.8), Java Internationalization (221.4906.8), Velocity (221.4906.8), UI Designer (221.4906.8), Spring Messaging (221.4906.8), Spring Boot (221.4906.8), Spring (221.4906.8), Jakarta EE: RESTful Web Services (JAX-RS) (221.4906.8), Spring WebSocket (221.4906.8), Spring Integration Patterns (221.4906.8), Spring Cloud (221.4906.8), Jakarta EE: WebSockets (221.4906.8), Jakarta EE: Expression Language (EL) (221.4906.8), Spring Security (221.4906.8), Jakarta EE Platform (221.4906.8), Quarkus (221.4906.8), Jakarta EE: Contexts and Dependency Injection (CDI) (221.4906.8), Dependency Structure Matrix (221.4906.8), AOP Pointcut Language (221.4906.8), Project Wide Analysis for Java (221.4906.8), Performance Testing (221.4906.8), Shared Indexes (221.4906.8), Spring Initializr (221.4906.8), Performance Testing (Dynamic Plugins) (221.4906.8), Performance Testing (Java) (221.4906.8), Smali Support (221.4906.8), ZKM-Unscramble (221.4906.8), XPathView + XSLT (221.4906.8), IntelliLang (221.4906.8), JavaFX (221.4906.8), Markdown (221.4906.8), Gherkin (221.4906.8), Jakarta EE: Web/Servlets (221.4906.8), gRPC (221.4906.8), Jakarta EE: Bean Validation (221.4906.8), Task Management (221.4906.8), Time Tracking (221.4906.8), XSLT Debugger (221.4906.8), W3C Validators (221.4906.8), TestNG (221.4906.8), Subversion (221.4906.8), Remote Development Server (221.4906.8), Refactor-X (221.4906.8), Perforce Helix Core (221.4906.8), Lombok (221.4906.8), JUnit (221.4906.8), Cucumber for Java (221.4906.8), HTML Tools (221.4906.8), GitHub (221.4906.8), Git (221.4906.8), IDE Features Trainer: Git Lessons (221.4906.8), Shared Project Indexes (221.4906.8), ChangeReminder (221.4906.8), Machine Learning in Search Everywhere (221.4906.8), Docker (221.4906.8), Code Coverage for Java (221.4906.8), Bytecode Viewer (221.4906.8), Groovy (221.4906.8), Ant (221.4906.8), Maven (221.4906.8), Gradle-Java (221.4906.8), Gradle-Maven (221.4906.8), Gradle Extension (221.4906.8), Performance Testing (Gradle) (221.4906.8), Reactive Streams (221.4906.8), Jakarta EE: Gradle Integration (221.4906.8), Maven Extension (221.4906.8), Performance Testing (Maven) (221.4906.8), Cucumber for Groovy (221.4906.8), Plugin DevKit (221.4906.8), OpenAPI Specifications (221.4906.8), Spring Web (221.4906.8), Thymeleaf (221.4906.8), JavaScript Debugger (221.4906.8), JavaScript and TypeScript (221.4906.8), TSLint (221.4906.8), Spy-js (221.4906.8), Persistence Frameworks (221.4906.8), Spring Data (221.4906.8), Jakarta EE: Persistence (JPA) (221.4906.8), Jakarta NoSQL (221.4906.8), Jakarta EE: Application Servers (221.4906.8), Integration Testing of Workspace Model (221.4906.8), Jakarta EE: Server Pages (JSP) (221.4906.8), Jakarta EE: Messaging (JMS) (221.4906.8), FreeMarker (221.4906.8), Tomcat and TomEE (221.4906.8), WildFly (221.4906.8), GlassFish (221.4906.8), Database Tools and SQL (221.4906.8), Hibernate (221.4906.8), Node.js (221.4906.8), Gradle DSL API (221.4906.8), Gradle Dependency Updater Implementation (221.4906.8), Package Checker (0.7.18), Android (2020.3.1 Final.221.4906.8), Code With Me (221.4906.8), Ktor (221.4906.8), Refactoring Detector (221.4906.8), JavaScript Intention Power Pack (221.4906.8), Angular and AngularJS (221.4906.8)
2022-03-08 10:34:21,959 [    392]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Glowing Darcula (1.1.7), Python (221.4906.8)
2022-03-08 10:34:22,222 [    655]   INFO - #c.i.c.CloudConfigManager - === BeforeStart.StreamProvider ===
2022-03-08 10:34:22,458 [    891]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=/home/patrick/.m2/repository, KOTLIN_BUNDLED=/snap/intellij-idea-ultimate/345/plugins/Kotlin/kotlinc}
2022-03-08 10:34:22,490 [    923]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2022-03-08 10:34:22,519 [    952]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2022-03-08 10:34:22,524 [    957]   INFO - #c.i.d.JitWatcher - JIT compilation state checking enabled
2022-03-08 10:34:22,563 [    996]   INFO - #c.i.u.i.FilePageCache - lower=100; upper=500; buffer=10; max=1454
2022-03-08 10:34:22,588 [   1021]   INFO - #c.i.u.s.JBUIScale - User scale factor: 1.25
2022-03-08 10:34:22,657 [   1090]   WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group CodeWithMe is already registered (group=com.intellij.notification.NotificationGroup@1d4e9a26). Plugin descriptor: PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=/snap/intellij-idea-ultimate/345/plugins/cwm-plugin, version=221.4906.8, package=null, isBundled=true)
2022-03-08 10:34:22,665 [   1098]   INFO - #c.i.o.e.c.i.AppFontOptions - Font setting migration: JetBrains Mono -> [JetBrains Mono, Regular, Bold]
2022-03-08 10:34:22,802 [   1235]   INFO - #c.i.c.CloudConfigManager - === Start.updateConnection ===
2022-03-08 10:34:22,809 [   1242]   INFO - #c.i.c.CloudConfigManager - === doConnect ===
2022-03-08 10:34:22,809 [   1242]   INFO - #c.i.c.CloudConfigManager - === getConnectionState ===
2022-03-08 10:34:22,811 [   1244]   INFO - #c.i.c.CloudConfigManager - === Start: JBA_CONNECTED (6ms) ===
2022-03-08 10:34:22,827 [   1260]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: eap
2022-03-08 10:34:23,095 [   1528]   INFO - #c.i.i.c.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-03-08 10:34:23,116 [   1549]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-08 10:34:23,117 [   1550]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-08 10:34:23,146 [   1579]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2022-03-08 10:34:23,539 [   1972]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, wsl.fsd.content.loader, terminal.shell.command.handling, reuse.target.paths.for.rsync
2022-03-08 10:34:23,550 [   1983]   INFO - #c.i.o.w.i.GlobalMenuLinux - Start glib main loop in thread: GlobalMenuLinux loop
2022-03-08 10:34:23,553 [   1986]   INFO - #c.i.o.w.i.GlobalMenuLinux - Closed dbus-service 'com.canonical.AppMenu.Registrar'
2022-03-08 10:34:23,700 [   2133]   INFO - #c.i.i.StartupUtil - notify that start-up thread is free
2022-03-08 10:34:24,270 [   2703]   INFO - c.i.u.i.FileBasedIndexDataInitialization - Index data initialization done: 1547 ms. Initialized indexes: [FilenameIndex, FrameworkDetectionIndex, TodoIndex, IdIndex, filetypes, Stubs, Trigram.Index, fileIncludes, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, yaml.keys.name, editorconfig.index.name, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, xmlProperties, CssIndex, css.template.selectors, CompassFunctionsIndex, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, protoeditor.java.outer.class.index, VtlFileIndex, com.intellij.uiDesigner.FormClassIndex, SpringXmlBeansIndex, spring.spiFileIndex, spring.autoConfigureMetadataIndex, XsltSymbolIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, groovy.trait.fields, groovy.trait.methods, LombokConfigIndex, java.cucumber.java8.step, HtmlTagIdIndex, docker.compose.services, ant-imports, groovy.cucumber.step, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, OpenapiSpecificationContentIndexer, sql.types.count.index, sql.routine.index, taglibUris, FtlFileIndex, Py.module.name, Py.setuptools.namespace, DjangoBlockInheritanceIndex, com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME, BindingXmlIndex, MlModelFileIndex, NavXmlIndex, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index].
2022-03-08 10:34:24,371 [   2804]   INFO - c.i.p.s.StubIndexImpl$StubIndexInitialization - Index data initialization done: 100 ms. Initialized stub indexes: {angularjs.filter.index, js.element.qualifiedName, angular2.ivy.directive.index, gr.anonymous.class, jvm.static.member.type, js.namespace.index, dom.elementClass, js.nonglobal.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, angularjs.generic.modules.index, js.symbol.index2, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, protobuf.byShortName, Stylus.mixins, Py.function.shortName, JS.base.types.index, protobuf.byQualifiedName, java.method.parameter.types, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, js.exported.index, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, js.gcl.modules, js.generics.index, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, Less.variables, java.class.extlist, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, angularjs.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, Scss.function, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, java.class.shortname, Python.url.flask, Py.class.super, kotlin.primeIndexKey, angularjs.controller.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, sql.names, properties.index, angular2.metadata.function.index, gr.script.class, angular2.metadata.node.index, angularjs.delimiter.index, java.class.fqn, es6.exported.index, JS.framework.markers.index, angularjs.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, angular2.metadata.className.index, angular2.ivy.pipe.index, sql.column.name, js.doc.modules, ts.embedded.content.index, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, js.typedef.index2, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, sql.table.shortName, Less.mixins, amd.requirePaths.index, jvm.static.member.name, Stylus.variables, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, angular2.templateUrl.index, angularjs.directives.doc.index, Python.Decorator, js.qualified.shortName, gr.class.super, js.symbol.qualified.names.index, dom.namespaceKey, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, angularjs.ui.router.states.index, Css.class, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, Scss.variable, Py.module.attribute, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, JS.subclass.stub.index, Css.attr, Css.custom.mixin, Css.custom.property, angular2.source.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, es6.assignment.index, java.annotations, angular2.metadata.pipe.index, java.module.name, angularjs.templateUrl.index, gr.script.fqn, js.global.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, JS.class.implements, js.lazy.packages, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, java.anonymous.baseref, gr.class.fqn, angular2.metadata.module.index, angular2.source.pipe.index, angularjs.ui.router.generic.states.index, gr.annot.members, Python.url.fastapi, Py.variable.shortName, ts.external.module.index, amd.baseUrl.index, gr.field.name, gr.method.name, Py.class.shortNameInsensitive, js.amd.modules, JS.global.qualified.elements, js.local.namespace.members.index, Django.foreignKey, Css.ampersand.selector, js.imported.bindings.index, Scss.placeholder.selector, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, js.used.remote.modules, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, markdown.header, ts.local.classes, angular2.metadata.directive.index, gr.annot.method.name, js.class.index2, Django.manager, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, Py.class.shortName, java.field.name, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, angular2.ivy.module.index, Py.class.attributes, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, angular2.source.directive.index, angularjs.directives.index, Scss.mixin, Css.id, JS.class.super, java.method.name, js.export.default.react.component.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex}.
2022-03-08 10:34:50,073 [  28506]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2022-03-08 10:34:51,104 [  29537]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: /snap/intellij-idea-ultimate/345/bin/fsnotifier
2022-03-08 10:34:51,109 [  29542]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2022-03-08 10:34:51,235 [  29668]   INFO - #c.i.c.CompilerWorkspaceConfiguration - Available processors: 6
2022-03-08 10:37:11,610 [ 170043]   INFO - #c.i.o.e.c.i.AppFontOptions - Font setting migration: JetBrains Mono -> [JetBrains Mono, Regular, Bold]
2022-03-08 10:37:22,504 [ 180937]   INFO - #c.i.u.t.DateFormatUtil - cannot load system formats (JNA=true), resorting to JRE for en_US
2022-03-08 10:40:15,700 [ 354133]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 10:40:16,162 [ 354595]   WARN - #c.i.u.x.Binding - no accessors for org.jetbrains.idea.perforce.perforce.ConnectionId
2022-03-08 10:40:16,198 [ 354631]   INFO - #c.i.c.ComponentStoreImpl - Saving default projectPerforceDirect.Settings took 34 ms, PublishConfigData took 21 ms
2022-03-08 10:40:28,642 [ 367075]   INFO - #c.i.i.s.e.u.EventLogExternalUploader - Started external process for uploading event log
2022-03-08 10:40:28,839 [ 367272]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 0
2022-03-08 10:40:28,849 [ 367282]   INFO - #o.j.i.BuiltInServer - web server stopped
2022-03-08 10:40:28,855 [ 367288]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 10:40:28,871 [ 367304] SEVERE - #c.i.o.u.ObjectTree - Cannot create light service com.intellij.ide.impl.TrustedProjectSettings because container is already disposed (container=Project (Disposed)Default (Template) Project)
com.intellij.serviceContainer.AlreadyDisposedException: Cannot create light service com.intellij.ide.impl.TrustedProjectSettings because container is already disposed (container=Project (Disposed)Default (Template) Project)
    at com.intellij.serviceContainer.ContainerUtilKt.throwAlreadyDisposedError(containerUtil.kt:34)
    at com.intellij.serviceContainer.ComponentManagerImpl.checkThatCreatingOfLightServiceIsAllowed(ComponentManagerImpl.kt:686)
    at com.intellij.serviceContainer.ComponentManagerImpl.getOrCreateLightService(ComponentManagerImpl.kt:659)
    at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:622)
    at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:584)
    at com.intellij.openapi.project.impl.DefaultProject.getService(DefaultProject.java:213)
    at com.intellij.ide.impl.TrustedProjects.getTrustedState(TrustedProjects.kt:292)
    at com.intellij.ide.impl.TrustedProjects.isTrusted(TrustedProjects.kt:134)
    at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.createVcsActivator(NewMappings.java:574)
    at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.dispose(NewMappings.java:491)
    at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:139)
    at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:169)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:219)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:207)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.dispose(ProjectManagerImpl.java:152)
    at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:139)
    at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:169)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:219)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:207)
    at com.intellij.serviceContainer.ComponentManagerImpl.dispose(ComponentManagerImpl.kt:1122)
    at com.intellij.openapi.application.impl.ApplicationImpl.dispose(ApplicationImpl.java:435)
    at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:139)
    at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:169)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:219)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:207)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$disposeContainer$4(ApplicationImpl.java:226)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1015)
    at com.intellij.openapi.application.impl.ApplicationImpl.disposeContainer(ApplicationImpl.java:224)
    at com.intellij.openapi.application.impl.ApplicationImpl.disposeSelf(ApplicationImpl.java:245)
    at com.intellij.openapi.application.impl.ApplicationImpl.doExit(ApplicationImpl.java:669)
    at com.intellij.openapi.application.impl.ApplicationImpl.exit(ApplicationImpl.java:622)
    at com.intellij.openapi.application.impl.ApplicationImpl.exit(ApplicationImpl.java:611)
    at com.intellij.openapi.application.ex.ApplicationEx.exit(ApplicationEx.java:75)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeFrame$2.windowClosing(WelcomeFrame.java:118)
    at java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
    at java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
    at java.desktop/java.awt.Window.processWindowEvent(Window.java:2099)
    at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
    at java.desktop/java.awt.Window.processEvent(Window.java:2058)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:746)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:119)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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)
2022-03-08 10:40:28,880 [ 367313] SEVERE - #c.i.o.u.ObjectTree - IntelliJ IDEA 2022.1 EAP  Build #IU-221.4906.8
2022-03-08 10:40:28,883 [ 367316] SEVERE - #c.i.o.u.ObjectTree - JDK: 11.0.14.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-03-08 10:40:28,884 [ 367317] SEVERE - #c.i.o.u.ObjectTree - OS: Linux
2022-03-08 10:40:28,888 [ 367321]   INFO - #c.i.u.i.FileBasedIndexImpl - START INDEX SHUTDOWN
2022-03-08 10:40:29,018 [ 367451]   INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2022-03-08 10:40:29,018 [ 367451]   INFO - #c.i.p.s.SerializationManagerImpl - Start shutting down /home/patrick/.cache/JetBrains/IntelliJIdea2022.1/index/rep.names
2022-03-08 10:40:29,019 [ 367452]   INFO - #c.i.p.s.SerializationManagerImpl - Finished shutting down /home/patrick/.cache/JetBrains/IntelliJIdea2022.1/index/rep.names
2022-03-08 10:40:29,095 [ 367528]   INFO - #c.i.u.i.FileBasedIndexImpl - END INDEX SHUTDOWN
2022-03-08 10:40:29,095 [ 367528]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2022-03-08 10:40:29,097 [ 367530]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed
2022-03-08 10:40:29,097 [ 367530]   INFO - #c.i.o.f.i.FileTypeDetectionService - 0 auto-detected files. Detection took 0 ms
2022-03-08 10:50:02,421 [      6]   INFO - #c.i.i.StartupUtil - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-03-08 10:50:02,449 [     34]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2022-03-08 10:50:02,462 [     47]   INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 19 ms
2022-03-08 10:50:02,509 [     94]   INFO - #c.i.i.StartupUtil - IDE: IntelliJ IDEA (build #IU-221.4906.8, 03 Mar 2022 07:44)
2022-03-08 10:50:02,510 [     95]   INFO - #c.i.i.StartupUtil - OS: Linux (5.13.0-30-generic, amd64)
2022-03-08 10:50:02,520 [    105]   INFO - #c.i.i.StartupUtil - JRE: 11.0.14.1+1-b2043.11 (JetBrains s.r.o.)
2022-03-08 10:50:02,521 [    106]   INFO - #c.i.i.StartupUtil - JVM: 11.0.14.1+1-b2043.11 (OpenJDK 64-Bit Server VM)
2022-03-08 10:50:02,590 [    175]   INFO - #c.i.i.StartupUtil - WM detected: GNOME Shell, desktop: ubuntu:GNOME
2022-03-08 10:50:02,591 [    176]   INFO - #c.i.i.StartupUtil - JVM options: [-Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:MaxJavaStackTraceDepth=10000, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Dsun.tools.attach.tmp.only=true, -Xmx1473m, -XX:ErrorFile=/home/patrick/java_error_in_idea_%p.log, -XX:HeapDumpPath=/home/patrick/java_error_in_idea_.hprof, -Djb.vmOptionsFile=/home/patrick/.config/JetBrains/IntelliJIdea2022.1/idea64.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.strict.classpath=true, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2022.1, -Didea.jre.check=true, -Dsplash=true]
2022-03-08 10:50:02,591 [    176]   INFO - #c.i.i.StartupUtil - args: []
2022-03-08 10:50:02,592 [    177]   INFO - #c.i.i.StartupUtil - library path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2022-03-08 10:50:02,592 [    177]   INFO - #c.i.i.StartupUtil - boot library path: /snap/intellij-idea-ultimate/345/jbr/lib
2022-03-08 10:50:02,623 [    208]   INFO - #c.i.i.StartupUtil - locale=en_US JNU=UTF-8 file.encoding=UTF-8
  idea.config.path=/home/patrick/.config/JetBrains/IntelliJIdea2022.1
  idea.system.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1
  idea.plugins.path=/home/patrick/.local/share/JetBrains/IntelliJIdea2022.1
  idea.log.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1/log
2022-03-08 10:50:02,633 [    218]   INFO - #c.i.i.StartupUtil - CPU cores: 6; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@aecb35a[Running, parallelism = 5, size = 5, active = 5, running = 5, steals = 6, tasks = 87, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@5fcd892a
2022-03-08 10:50:02,773 [    358]   INFO - #c.i.i.p.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.protoeditor.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.space.php is not enabled because dependency com.jetbrains.php is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
Module kotlin-ultimate.common-for-kotlin is not enabled because dependency com.intellij.nativeDebug is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-for-kotlin is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
2022-03-08 10:50:02,792 [    377]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: IDEA CORE (221.4906.8), IDE Features Trainer (221.4906.8), Grazie (221.4906.8), Toml (221.4906.8), Settings Repository (221.4906.8), YAML (221.4906.8), WSL File System Support (221.4906.8), TextMate Bundles (221.4906.8), Terminal (221.4906.8), Haml (221.4906.8), Emoji Picker (221.4906.8), JetBrains maven model api classes (221.4906.8), JetBrains Repository Search (221.4906.8), Qodana (221.4906.8), EditorConfig (221.4906.8), WebP Support (221.4906.8), Protocol Buffers (221.4906.8), Mercurial (221.4906.8), Space (221.4906.8), Shell Script (221.4906.8), Settings Sync (221.4906.8), Projector Libraries for Code With Me and Remote Development (221.4906.8), SSH Remote Run (221.4906.8), FTP/SFTP Connectivity (ex. Remote Hosts Access) (221.4906.8), Remote Development Gateway (221.4906.8), Terminal for Gateway (221.4906.8), Visual Studio Keymap (221.4906.8), NetBeans Keymap (221.4906.8), Eclipse Keymap (221.4906.8), Images (221.4906.8), HTTP Client (221.4906.8), Dependency Management Api for External Build Tools (221.4906.8), Endpoints (221.4906.8), Diagrams (221.4906.8), Copyright (221.4906.8), Properties (221.4906.8), Gradle (221.4906.8), CSS (221.4906.8), Stylus (221.4906.8), Sass (221.4906.8), Less (221.4906.8), Configuration Script (221.4906.8), Machine Learning Code Completion (221.4906.8), Completion Stats Collector (221.4906.8), Machine Learning Code Completion Models (221.4906.8), Project Wide Analysis (221.4906.8), IDE Settings Sync (221.4906.8), Java (221.4906.8), Kotlin (221-1.6.20-M1-release-215-IJ4906.8), Performance Testing (Kotlin) (221.4906.8), Java Bytecode Decompiler (221.4906.8), Eclipse Interoperability (221.4906.8), Java Stream Debugger (221.4906.8), Recommenders for Java and Python (221.4906.8), Package Search (221.4906.8), com.intellij.tracing.ide (221.4906.8), Machine Learning Local Models (221.4906.8), JVM Microservices Frameworks (221.4906.8), Micronaut (221.4906.8), Java IDE Customization (221.4906.8), Java Internationalization (221.4906.8), Velocity (221.4906.8), UI Designer (221.4906.8), Spring Messaging (221.4906.8), Spring Boot (221.4906.8), Spring (221.4906.8), Jakarta EE: RESTful Web Services (JAX-RS) (221.4906.8), Spring WebSocket (221.4906.8), Spring Integration Patterns (221.4906.8), Spring Cloud (221.4906.8), Jakarta EE: WebSockets (221.4906.8), Jakarta EE: Expression Language (EL) (221.4906.8), Spring Security (221.4906.8), Jakarta EE Platform (221.4906.8), Quarkus (221.4906.8), Jakarta EE: Contexts and Dependency Injection (CDI) (221.4906.8), Dependency Structure Matrix (221.4906.8), AOP Pointcut Language (221.4906.8), Project Wide Analysis for Java (221.4906.8), Performance Testing (221.4906.8), Shared Indexes (221.4906.8), Spring Initializr (221.4906.8), Performance Testing (Dynamic Plugins) (221.4906.8), Performance Testing (Java) (221.4906.8), Smali Support (221.4906.8), ZKM-Unscramble (221.4906.8), XPathView + XSLT (221.4906.8), IntelliLang (221.4906.8), JavaFX (221.4906.8), Markdown (221.4906.8), Gherkin (221.4906.8), Jakarta EE: Web/Servlets (221.4906.8), gRPC (221.4906.8), Jakarta EE: Bean Validation (221.4906.8), Task Management (221.4906.8), Time Tracking (221.4906.8), XSLT Debugger (221.4906.8), W3C Validators (221.4906.8), TestNG (221.4906.8), Subversion (221.4906.8), Remote Development Server (221.4906.8), Refactor-X (221.4906.8), Perforce Helix Core (221.4906.8), Lombok (221.4906.8), JUnit (221.4906.8), Cucumber for Java (221.4906.8), HTML Tools (221.4906.8), GitHub (221.4906.8), Git (221.4906.8), IDE Features Trainer: Git Lessons (221.4906.8), Shared Project Indexes (221.4906.8), ChangeReminder (221.4906.8), Machine Learning in Search Everywhere (221.4906.8), Docker (221.4906.8), Code Coverage for Java (221.4906.8), Bytecode Viewer (221.4906.8), Groovy (221.4906.8), Ant (221.4906.8), Maven (221.4906.8), Gradle-Java (221.4906.8), Gradle-Maven (221.4906.8), Gradle Extension (221.4906.8), Performance Testing (Gradle) (221.4906.8), Reactive Streams (221.4906.8), Jakarta EE: Gradle Integration (221.4906.8), Maven Extension (221.4906.8), Performance Testing (Maven) (221.4906.8), Cucumber for Groovy (221.4906.8), Plugin DevKit (221.4906.8), OpenAPI Specifications (221.4906.8), Spring Web (221.4906.8), Thymeleaf (221.4906.8), JavaScript Debugger (221.4906.8), JavaScript and TypeScript (221.4906.8), TSLint (221.4906.8), Spy-js (221.4906.8), Persistence Frameworks (221.4906.8), Spring Data (221.4906.8), Jakarta EE: Persistence (JPA) (221.4906.8), Jakarta NoSQL (221.4906.8), Jakarta EE: Application Servers (221.4906.8), Integration Testing of Workspace Model (221.4906.8), Jakarta EE: Server Pages (JSP) (221.4906.8), Jakarta EE: Messaging (JMS) (221.4906.8), FreeMarker (221.4906.8), Tomcat and TomEE (221.4906.8), WildFly (221.4906.8), GlassFish (221.4906.8), Database Tools and SQL (221.4906.8), Hibernate (221.4906.8), Node.js (221.4906.8), Gradle DSL API (221.4906.8), Gradle Dependency Updater Implementation (221.4906.8), Package Checker (0.7.18), Android (2020.3.1 Final.221.4906.8), Code With Me (221.4906.8), Ktor (221.4906.8), Refactoring Detector (221.4906.8), JavaScript Intention Power Pack (221.4906.8), Angular and AngularJS (221.4906.8)
2022-03-08 10:50:02,792 [    377]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Glowing Darcula (1.1.7), Python (221.4906.8)
2022-03-08 10:50:03,174 [    759]   INFO - #c.i.c.CloudConfigManager - === BeforeStart.StreamProvider ===
2022-03-08 10:50:03,417 [   1002]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=/home/patrick/.m2/repository, KOTLIN_BUNDLED=/snap/intellij-idea-ultimate/345/plugins/Kotlin/kotlinc}
2022-03-08 10:50:03,452 [   1037]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2022-03-08 10:50:03,469 [   1054]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2022-03-08 10:50:03,469 [   1054]   INFO - #c.i.d.JitWatcher - JIT compilation state checking enabled
2022-03-08 10:50:03,515 [   1100]   INFO - #c.i.u.i.FilePageCache - lower=100; upper=500; buffer=10; max=1454
2022-03-08 10:50:03,556 [   1141]   INFO - #c.i.u.s.JBUIScale - User scale factor: 1.25
2022-03-08 10:50:03,732 [   1317]   WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group CodeWithMe is already registered (group=com.intellij.notification.NotificationGroup@35c0aca2). Plugin descriptor: PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=/snap/intellij-idea-ultimate/345/plugins/cwm-plugin, version=221.4906.8, package=null, isBundled=true)
2022-03-08 10:50:03,792 [   1377]   INFO - #c.i.c.CloudConfigManager - === Start.updateConnection ===
2022-03-08 10:50:03,796 [   1381]   INFO - #c.i.c.CloudConfigManager - === Start: JBA_CONNECTED (2ms) ===
2022-03-08 10:50:03,800 [   1385]   INFO - #c.i.c.CloudConfigManager - === doConnect ===
2022-03-08 10:50:03,806 [   1391]   INFO - #c.i.c.CloudConfigManager - === getConnectionState ===
2022-03-08 10:50:03,812 [   1397]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: eap
2022-03-08 10:50:04,075 [   1660]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-08 10:50:04,077 [   1662]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-08 10:50:04,080 [   1665]   INFO - #c.i.i.c.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-03-08 10:50:04,101 [   1686]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2022-03-08 10:50:04,469 [   2054]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, wsl.fsd.content.loader, terminal.shell.command.handling, reuse.target.paths.for.rsync
2022-03-08 10:50:04,475 [   2060]   INFO - #c.i.o.w.i.GlobalMenuLinux - Start glib main loop in thread: GlobalMenuLinux loop
2022-03-08 10:50:04,479 [   2064]   INFO - #c.i.o.w.i.GlobalMenuLinux - Closed dbus-service 'com.canonical.AppMenu.Registrar'
2022-03-08 10:50:04,642 [   2227]   INFO - #c.i.i.StartupUtil - notify that start-up thread is free
2022-03-08 10:50:05,024 [   2609]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 10:50:05,536 [   3121]   INFO - c.i.u.i.FileBasedIndexDataInitialization - Index data initialization done: 1827 ms. Initialized indexes: [FilenameIndex, FrameworkDetectionIndex, TodoIndex, IdIndex, filetypes, Stubs, Trigram.Index, fileIncludes, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, yaml.keys.name, editorconfig.index.name, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, xmlProperties, CssIndex, css.template.selectors, CompassFunctionsIndex, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, protoeditor.java.outer.class.index, VtlFileIndex, com.intellij.uiDesigner.FormClassIndex, SpringXmlBeansIndex, spring.spiFileIndex, spring.autoConfigureMetadataIndex, XsltSymbolIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, groovy.trait.fields, groovy.trait.methods, LombokConfigIndex, java.cucumber.java8.step, HtmlTagIdIndex, docker.compose.services, ant-imports, groovy.cucumber.step, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, OpenapiSpecificationContentIndexer, sql.types.count.index, sql.routine.index, taglibUris, FtlFileIndex, Py.module.name, Py.setuptools.namespace, DjangoBlockInheritanceIndex, com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME, BindingXmlIndex, MlModelFileIndex, NavXmlIndex, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index].
2022-03-08 10:50:05,660 [   3245]   INFO - c.i.p.s.StubIndexImpl$StubIndexInitialization - Index data initialization done: 123 ms. Initialized stub indexes: {angular2.metadata.directive.index, js.symbol.qualified.names.index, angularjs.delimiter.index, angular2.metadata.node.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, gr.annot.members, Python.Decorator, js.local.namespace.members.index, Python.url.flask, dom.elementClass, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, java.class.fqn, java.class.extlist, Py.class.attributes, js.used.remote.modules, java.field.name, properties.index, jvm.static.member.type, js.symbol.index2, gr.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, java.module.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, JS.subclass.stub.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, angularjs.directives.doc.index, Py.module.attribute, ts.local.classes, js.amd.modules, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, java.class.shortname, Scss.variable, js.class.index2, angularjs.symbol.index, JS.class.implements, gr.script.class, Css.ampersand.selector, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, protobuf.byQualifiedName, sql.column.name, gr.class.super, JS.global.qualified.elements, angular2.source.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, angularjs.templateUrl.index, Py.class.shortNameInsensitive, Py.function.shortName, Scss.function, protobuf.byShortName, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, gr.annot.method.name, angular2.ivy.module.index, js.doc.modules, gr.anonymous.class, js.element.qualifiedName, Stylus.mixins, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, jvm.static.member.name, Css.class, amd.baseUrl.index, angular2.metadata.className.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, js.nonglobal.symbol.index, Py.class.super, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, java.method.name, es6.assignment.index, markdown.header, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, kotlin.primeIndexKey, Css.custom.mixin, Css.custom.property, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, Css.id, js.generics.index, angularjs.generic.modules.index, angularjs.ui.router.states.index, angularjs.filter.index, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, java.annotations, angular2.metadata.function.index, angular2.metadata.pipe.index, Django.manager, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, js.export.default.react.component.index, amd.requirePaths.index, js.namespace.index, sql.table.shortName, es6.exported.index, js.imported.bindings.index, JS.framework.markers.index, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, Scss.mixin, js.gcl.modules, gr.script.fqn, angular2.source.pipe.index, angularjs.module.index, Py.class.shortName, java.anonymous.baseref, Stylus.variables, js.typedef.index2, Python.url.fastapi, Py.variable.shortName, java.method.parameter.types, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, angular2.source.directive.index, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, ts.external.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, gr.field.name, Django.foreignKey, js.global.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, Less.variables, js.lazy.packages, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, JS.class.super, angular2.metadata.module.index, angularjs.directives.index, js.qualified.shortName, angular2.ivy.directive.index, angularjs.ui.router.generic.states.index, dom.namespaceKey, sql.names, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, angular2.ivy.pipe.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, angularjs.controller.index, Scss.placeholder.selector, js.exported.index, gr.method.name, JS.base.types.index, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, angular2.templateUrl.index, ts.embedded.content.index, Css.attr, Less.mixins}.
2022-03-08 10:50:15,274 [  12859]   INFO - #c.i.i.s.e.u.EventLogExternalUploader - Started external process for uploading event log
2022-03-08 10:50:15,456 [  13041]   INFO - #c.i.c.ComponentStoreImpl - Saving appFileTypeManager took 33 ms, GeneralSettings took 12 ms, PluginAdvertiserExtensions took 12 ms, SettingsSyncPlugins took 13 ms
2022-03-08 10:50:15,552 [  13137]   INFO - #o.j.i.BuiltInServer - web server stopped
2022-03-08 10:50:15,555 [  13140]   INFO - #c.j.r.f.FollowMeManager - Unregister user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-08 10:50:15,570 [  13155]   INFO - #c.i.u.i.FileBasedIndexImpl - START INDEX SHUTDOWN
2022-03-08 10:50:15,641 [  13226]   INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2022-03-08 10:50:15,641 [  13226]   INFO - #c.i.p.s.SerializationManagerImpl - Start shutting down /home/patrick/.cache/JetBrains/IntelliJIdea2022.1/index/rep.names
2022-03-08 10:50:15,642 [  13227]   INFO - #c.i.p.s.SerializationManagerImpl - Finished shutting down /home/patrick/.cache/JetBrains/IntelliJIdea2022.1/index/rep.names
2022-03-08 10:50:15,865 [  13450]   INFO - #c.i.u.i.FileBasedIndexImpl - END INDEX SHUTDOWN
2022-03-08 10:50:15,865 [  13450]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2022-03-08 10:50:15,872 [  13457]   INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed
2022-03-08 10:50:15,872 [  13457]   INFO - #c.i.o.f.i.FileTypeDetectionService - 0 auto-detected files. Detection took 0 ms
2022-03-09 07:25:50,552 [     64]   INFO - #c.i.i.StartupUtil - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-03-09 07:25:50,673 [    185]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2022-03-09 07:25:50,712 [    224]   INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 88 ms
2022-03-09 07:25:50,807 [    319]   INFO - #c.i.i.StartupUtil - IDE: IntelliJ IDEA (build #IU-221.4906.8, 03 Mar 2022 07:44)
2022-03-09 07:25:50,808 [    320]   INFO - #c.i.i.StartupUtil - OS: Linux (5.13.0-35-generic, amd64)
2022-03-09 07:25:50,859 [    371]   INFO - #c.i.i.StartupUtil - JRE: 11.0.14.1+1-b2043.11 (JetBrains s.r.o.)
2022-03-09 07:25:50,860 [    372]   INFO - #c.i.i.StartupUtil - JVM: 11.0.14.1+1-b2043.11 (OpenJDK 64-Bit Server VM)
2022-03-09 07:25:50,980 [    492]   INFO - #c.i.i.StartupUtil - WM detected: GNOME Shell, desktop: ubuntu:GNOME
2022-03-09 07:25:50,986 [    498]   INFO - #c.i.i.StartupUtil - JVM options: [-Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:MaxJavaStackTraceDepth=10000, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Dsun.tools.attach.tmp.only=true, -Xmx1473m, -XX:ErrorFile=/home/patrick/java_error_in_idea_%p.log, -XX:HeapDumpPath=/home/patrick/java_error_in_idea_.hprof, -Djb.vmOptionsFile=/home/patrick/.config/JetBrains/IntelliJIdea2022.1/idea64.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.strict.classpath=true, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IntelliJIdea2022.1, -Didea.jre.check=true, -Dsplash=true]
2022-03-09 07:25:50,987 [    499]   INFO - #c.i.i.StartupUtil - args: []
2022-03-09 07:25:50,987 [    499]   INFO - #c.i.i.StartupUtil - library path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2022-03-09 07:25:50,988 [    500]   INFO - #c.i.i.StartupUtil - boot library path: /snap/intellij-idea-ultimate/345/jbr/lib
2022-03-09 07:25:51,024 [    536]   INFO - #c.i.i.StartupUtil - locale=en_US JNU=UTF-8 file.encoding=UTF-8
  idea.config.path=/home/patrick/.config/JetBrains/IntelliJIdea2022.1
  idea.system.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1
  idea.plugins.path=/home/patrick/.local/share/JetBrains/IntelliJIdea2022.1
  idea.log.path=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1/log
2022-03-09 07:25:51,048 [    560]   INFO - #c.i.i.StartupUtil - CPU cores: 6; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@69fabeb8[Running, parallelism = 5, size = 5, active = 2, running = 2, steals = 5, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@2172e6f6
2022-03-09 07:25:55,657 [   5169]   INFO - #c.i.i.p.PluginManager - Module intellij.haml/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.protoeditor.go is not enabled because dependency org.jetbrains.plugins.go is not available
Module intellij.space.php is not enabled because dependency com.jetbrains.php is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.less/watcher is not enabled because dependency com.intellij.plugins.watcher is not available
Module intellij.spring.jsf is not enabled because dependency com.intellij.jsf is not available
Module kotlin-ultimate.common-for-kotlin is not enabled because dependency com.intellij.nativeDebug is not available
Module kotlin-ultimate.ultimate-native is not enabled because dependency kotlin-ultimate.common-for-kotlin is not available
Module intellij.maven.ext/javaee-ejb is not enabled because dependency com.intellij.javaee.ejb is not available
Module intellij.thymeleaf/vue is not enabled because dependency org.jetbrains.plugins.vue is not available
2022-03-09 07:25:55,693 [   5205]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: IDEA CORE (221.4906.8), IDE Features Trainer (221.4906.8), Grazie (221.4906.8), Toml (221.4906.8), Settings Repository (221.4906.8), YAML (221.4906.8), WSL File System Support (221.4906.8), TextMate Bundles (221.4906.8), Terminal (221.4906.8), Haml (221.4906.8), Emoji Picker (221.4906.8), JetBrains maven model api classes (221.4906.8), JetBrains Repository Search (221.4906.8), Qodana (221.4906.8), EditorConfig (221.4906.8), WebP Support (221.4906.8), Protocol Buffers (221.4906.8), Mercurial (221.4906.8), Space (221.4906.8), Shell Script (221.4906.8), Settings Sync (221.4906.8), Projector Libraries for Code With Me and Remote Development (221.4906.8), SSH Remote Run (221.4906.8), FTP/SFTP Connectivity (ex. Remote Hosts Access) (221.4906.8), Remote Development Gateway (221.4906.8), Terminal for Gateway (221.4906.8), Visual Studio Keymap (221.4906.8), NetBeans Keymap (221.4906.8), Eclipse Keymap (221.4906.8), Images (221.4906.8), HTTP Client (221.4906.8), Dependency Management Api for External Build Tools (221.4906.8), Endpoints (221.4906.8), Diagrams (221.4906.8), Copyright (221.4906.8), Properties (221.4906.8), Gradle (221.4906.8), CSS (221.4906.8), Stylus (221.4906.8), Sass (221.4906.8), Less (221.4906.8), Configuration Script (221.4906.8), Machine Learning Code Completion (221.4906.8), Completion Stats Collector (221.4906.8), Machine Learning Code Completion Models (221.4906.8), Project Wide Analysis (221.4906.8), IDE Settings Sync (221.4906.8), Java (221.4906.8), Kotlin (221-1.6.20-M1-release-215-IJ4906.8), Performance Testing (Kotlin) (221.4906.8), Java Bytecode Decompiler (221.4906.8), Eclipse Interoperability (221.4906.8), Java Stream Debugger (221.4906.8), Recommenders for Java and Python (221.4906.8), Package Search (221.4906.8), com.intellij.tracing.ide (221.4906.8), Machine Learning Local Models (221.4906.8), JVM Microservices Frameworks (221.4906.8), Micronaut (221.4906.8), Java IDE Customization (221.4906.8), Java Internationalization (221.4906.8), Velocity (221.4906.8), UI Designer (221.4906.8), Spring Messaging (221.4906.8), Spring Boot (221.4906.8), Spring (221.4906.8), Jakarta EE: RESTful Web Services (JAX-RS) (221.4906.8), Spring WebSocket (221.4906.8), Spring Integration Patterns (221.4906.8), Spring Cloud (221.4906.8), Jakarta EE: WebSockets (221.4906.8), Jakarta EE: Expression Language (EL) (221.4906.8), Spring Security (221.4906.8), Jakarta EE Platform (221.4906.8), Quarkus (221.4906.8), Jakarta EE: Contexts and Dependency Injection (CDI) (221.4906.8), Dependency Structure Matrix (221.4906.8), AOP Pointcut Language (221.4906.8), Project Wide Analysis for Java (221.4906.8), Performance Testing (221.4906.8), Shared Indexes (221.4906.8), Spring Initializr (221.4906.8), Performance Testing (Dynamic Plugins) (221.4906.8), Performance Testing (Java) (221.4906.8), Smali Support (221.4906.8), ZKM-Unscramble (221.4906.8), XPathView + XSLT (221.4906.8), IntelliLang (221.4906.8), JavaFX (221.4906.8), Markdown (221.4906.8), Gherkin (221.4906.8), Jakarta EE: Web/Servlets (221.4906.8), gRPC (221.4906.8), Jakarta EE: Bean Validation (221.4906.8), Task Management (221.4906.8), Time Tracking (221.4906.8), XSLT Debugger (221.4906.8), W3C Validators (221.4906.8), TestNG (221.4906.8), Subversion (221.4906.8), Remote Development Server (221.4906.8), Refactor-X (221.4906.8), Perforce Helix Core (221.4906.8), Lombok (221.4906.8), JUnit (221.4906.8), Cucumber for Java (221.4906.8), HTML Tools (221.4906.8), GitHub (221.4906.8), Git (221.4906.8), IDE Features Trainer: Git Lessons (221.4906.8), Shared Project Indexes (221.4906.8), ChangeReminder (221.4906.8), Machine Learning in Search Everywhere (221.4906.8), Docker (221.4906.8), Code Coverage for Java (221.4906.8), Bytecode Viewer (221.4906.8), Groovy (221.4906.8), Ant (221.4906.8), Maven (221.4906.8), Gradle-Java (221.4906.8), Gradle-Maven (221.4906.8), Gradle Extension (221.4906.8), Performance Testing (Gradle) (221.4906.8), Reactive Streams (221.4906.8), Jakarta EE: Gradle Integration (221.4906.8), Maven Extension (221.4906.8), Performance Testing (Maven) (221.4906.8), Cucumber for Groovy (221.4906.8), Plugin DevKit (221.4906.8), OpenAPI Specifications (221.4906.8), Spring Web (221.4906.8), Thymeleaf (221.4906.8), JavaScript Debugger (221.4906.8), JavaScript and TypeScript (221.4906.8), TSLint (221.4906.8), Spy-js (221.4906.8), Persistence Frameworks (221.4906.8), Spring Data (221.4906.8), Jakarta EE: Persistence (JPA) (221.4906.8), Jakarta NoSQL (221.4906.8), Jakarta EE: Application Servers (221.4906.8), Integration Testing of Workspace Model (221.4906.8), Jakarta EE: Server Pages (JSP) (221.4906.8), Jakarta EE: Messaging (JMS) (221.4906.8), FreeMarker (221.4906.8), Tomcat and TomEE (221.4906.8), WildFly (221.4906.8), GlassFish (221.4906.8), Database Tools and SQL (221.4906.8), Hibernate (221.4906.8), Node.js (221.4906.8), Gradle DSL API (221.4906.8), Gradle Dependency Updater Implementation (221.4906.8), Package Checker (0.7.18), Android (2020.3.1 Final.221.4906.8), Code With Me (221.4906.8), Ktor (221.4906.8), Refactoring Detector (221.4906.8), JavaScript Intention Power Pack (221.4906.8), Angular and AngularJS (221.4906.8)
2022-03-09 07:25:55,694 [   5206]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Glowing Darcula (1.1.7), Python (221.4906.8)
2022-03-09 07:25:55,929 [   5441]   INFO - #c.i.c.CloudConfigManager - === BeforeStart.StreamProvider ===
2022-03-09 07:25:57,108 [   6620]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=/home/patrick/.m2/repository, KOTLIN_BUNDLED=/snap/intellij-idea-ultimate/345/plugins/Kotlin/kotlinc}
2022-03-09 07:25:57,115 [   6627]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2022-03-09 07:25:57,161 [   6673]   INFO - #c.i.d.JitWatcher - JIT compilation state checking enabled
2022-03-09 07:25:57,281 [   6793]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2022-03-09 07:25:57,322 [   6834]   INFO - #c.i.u.i.FilePageCache - lower=100; upper=500; buffer=10; max=1454
2022-03-09 07:25:57,375 [   6887]   INFO - #c.i.u.s.JBUIScale - User scale factor: 1.25
2022-03-09 07:25:58,740 [   8252]   WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group CodeWithMe is already registered (group=com.intellij.notification.NotificationGroup@520217bd). Plugin descriptor: PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=/snap/intellij-idea-ultimate/345/plugins/cwm-plugin, version=221.4906.8, package=null, isBundled=true)
2022-03-09 07:25:59,410 [   8922]   INFO - #c.i.c.CloudConfigManager - === Start.updateConnection ===
2022-03-09 07:25:59,412 [   8924]   INFO - #c.i.c.CloudConfigManager - === doConnect ===
2022-03-09 07:25:59,415 [   8927]   INFO - #c.i.c.CloudConfigManager - === getConnectionState ===
2022-03-09 07:25:59,415 [   8927]   INFO - #c.i.c.CloudConfigManager - === Start: JBA_CONNECTED (1ms) ===
2022-03-09 07:25:59,521 [   9033]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: eap
2022-03-09 07:25:59,832 [   9344]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2022-03-09 07:25:59,942 [   9454]   INFO - #c.i.i.c.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-03-09 07:25:59,951 [   9463]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-09 07:25:59,953 [   9465]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-09 07:26:00,453 [   9965]   INFO - #c.i.i.p.m.MarketplaceRequests - Error reading Marketplace file: com.fasterxml.jackson.databind.JsonMappingException: Unexpected end-of-input within/between Object entries
 at [Source: (sun.nio.ch.ChannelInputStream); line: 1, column: 320001] (through reference chain: java.util.ArrayList[2539]) (file=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1/plugins/brokenPlugins.json URL=https://plugins.jetbrains.com/files/brokenPlugins.json)
2022-03-09 07:26:00,454 [   9966]   INFO - #c.i.i.p.m.MarketplaceRequests - Can not get broken plugins file from Marketplace: Unexpected end-of-input within/between Object entries
 at [Source: (sun.nio.ch.ChannelInputStream); line: 1, column: 320001] (through reference chain: java.util.ArrayList[2539])
2022-03-09 07:26:00,666 [  10178]   INFO - #c.i.i.p.m.MarketplaceRequests - Error reading Marketplace file: com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input
 at [Source: (sun.nio.ch.ChannelInputStream); line: 1, column: 0] (file=/home/patrick/.cache/JetBrains/IntelliJIdea2022.1/plugins/pluginsXMLIds.json URL=https://plugins.jetbrains.com/files/pluginsXMLIds.json)
2022-03-09 07:26:00,666 [  10178]   INFO - #c.i.o.u.i.UpdateChecker - failed to load plugins from default repository: No content to map due to end-of-input
 at [Source: (sun.nio.ch.ChannelInputStream); line: 1, column: 0]
2022-03-09 07:26:01,291 [  10803]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: /snap/intellij-idea-ultimate/345/bin/fsnotifier
2022-03-09 07:26:01,352 [  10864]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2022-03-09 07:26:01,600 [  11112]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, wsl.fsd.content.loader, terminal.shell.command.handling, reuse.target.paths.for.rsync
2022-03-09 07:26:01,618 [  11130]   INFO - #c.i.o.w.i.GlobalMenuLinux - Start glib main loop in thread: GlobalMenuLinux loop
2022-03-09 07:26:01,627 [  11139]   INFO - #c.i.o.w.i.GlobalMenuLinux - Closed dbus-service 'com.canonical.AppMenu.Registrar'
2022-03-09 07:26:01,727 [  11239]   INFO - #c.i.i.StartupUtil - notify that start-up thread is free
2022-03-09 07:26:02,201 [  11713]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-4.xml
2022-03-09 07:26:02,461 [  11973]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-2.xml
2022-03-09 07:26:02,462 [  11974]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-2.xml
2022-03-09 07:26:02,461 [  11973]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2022-03-09 07:26:02,475 [  11987]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_atd/sys-img2-2.xml
2022-03-09 07:26:02,476 [  11988]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/aosp_atd/sys-img2-2.xml
2022-03-09 07:26:02,476 [  11988]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-2.xml
2022-03-09 07:26:02,476 [  11988]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-2.xml
2022-03-09 07:26:02,477 [  11989]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-2.xml
2022-03-09 07:26:02,478 [  11990]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-2.xml
2022-03-09 07:26:02,477 [  11989]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-2.xml
2022-03-09 07:26:02,476 [  11988]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-2.xml
2022-03-09 07:26:02,476 [  11988]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-2.xml
2022-03-09 07:26:02,476 [  11988]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-automotive/sys-img2-2.xml
2022-03-09 07:26:02,479 [  11991]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google-tv/sys-img2-2.xml
2022-03-09 07:26:02,479 [  11991]   INFO - #c.a.t.i.u.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-2.xml
2022-03-09 07:26:03,266 [  12778]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-09 07:26:04,518 [  14030]   INFO - c.i.u.i.FileBasedIndexDataInitialization - Index data initialization done: 5719 ms. Initialized indexes: [FilenameIndex, FrameworkDetectionIndex, TodoIndex, IdIndex, filetypes, Stubs, Trigram.Index, fileIncludes, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, yaml.keys.name, editorconfig.index.name, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, xmlProperties, CssIndex, css.template.selectors, CompassFunctionsIndex, bytecodeAnalysis, java.auto.module.name, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPartialPackageNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinBuiltInsMetadataIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinStdlibIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, protoeditor.java.outer.class.index, VtlFileIndex, com.intellij.uiDesigner.FormClassIndex, SpringXmlBeansIndex, spring.spiFileIndex, spring.autoConfigureMetadataIndex, XsltSymbolIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, groovy.trait.fields, groovy.trait.methods, LombokConfigIndex, java.cucumber.java8.step, HtmlTagIdIndex, docker.compose.services, ant-imports, groovy.cucumber.step, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, OpenapiSpecificationContentIndexer, sql.types.count.index, sql.routine.index, taglibUris, FtlFileIndex, Py.module.name, Py.setuptools.namespace, DjangoBlockInheritanceIndex, com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME, BindingXmlIndex, MlModelFileIndex, NavXmlIndex, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index].
2022-03-09 07:26:05,213 [  14725]   INFO - c.i.p.s.StubIndexImpl$StubIndexInitialization - Index data initialization done: 694 ms. Initialized stub indexes: {dom.namespaceKey, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, angularjs.module.index, jvm.static.member.name, js.amd.modules, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, angular2.ivy.pipe.index, angular2.ivy.directive.index, Py.class.super, java.class.fqn, Scss.mixin, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, Css.attr, js.namespace.index, js.qualified.shortName, gr.annot.members, amd.baseUrl.index, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, JS.global.qualified.elements, Django.foreignKey, js.element.qualifiedName, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, gr.anonymous.class, js.symbol.index2, Css.ampersand.selector, JS.class.implements, java.method.parameter.types, angular2.metadata.pipe.index, Css.custom.property, es6.exported.index, Css.custom.mixin, angular2.metadata.function.index, js.used.remote.modules, markdown.header, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, Less.mixins, js.exported.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, js.generics.index, Py.module.attribute, gr.script.fqn, Css.class, JS.class.super, angularjs.ui.router.generic.states.index, angular2.ivy.module.index, Scss.placeholder.selector, Py.class.attributes, angular2.templateUrl.index, angularjs.directives.doc.index, angular2.source.pipe.index, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, Python.url.flask, js.lazy.packages, js.imported.bindings.index, angularjs.generic.modules.index, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, gr.method.name, amd.requirePaths.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, JS.framework.markers.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, Django.manager, es6.assignment.index, gr.class.super, angular2.metadata.directive.index, gr.field.name, org.jetbrains.kotlin.idea.stubindex.KotlinInnerTypeAliasClassIdIndex, Python.url.fastapi, Scss.function, angular2.source.directive.index, js.gcl.modules, org.jetbrains.kotlin.idea.stubindex.KotlinJvmNameAnnotationIndex, jvm.static.member.type, js.doc.modules, Scss.variable, sql.table.shortName, Css.id, angularjs.delimiter.index, angular2.source.module.index, Py.function.shortName, java.method.name, dom.elementClass, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, Stylus.mixins, Less.variables, ts.embedded.content.index, protobuf.byShortName, ts.external.module.index, js.global.symbol.index, js.export.default.react.component.index, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, js.local.namespace.members.index, Py.class.shortNameInsensitive, Py.variable.shortName, sql.names, angularjs.symbol.index, angularjs.ui.router.states.index, kotlin.primeIndexKey, ts.local.classes, js.class.index2, properties.index, java.field.name, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, JS.subclass.stub.index, Python.Decorator, angularjs.filter.index, gr.annot.method.name, sql.column.name, protobuf.byQualifiedName, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, angularjs.directives.index, java.class.extlist, java.annotations, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinSubclassObjectNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, angularjs.controller.index, java.module.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, Stylus.variables, java.class.shortname, js.typedef.index2, JS.base.types.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, angularjs.templateUrl.index, js.symbol.qualified.names.index, js.nonglobal.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, angular2.metadata.node.index, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, Py.class.shortName, angular2.metadata.className.index, java.anonymous.baseref, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, gr.script.class, gr.class.fqn, angular2.metadata.module.index}.
2022-03-09 07:28:25,234 [ 154746]   WARN - #c.i.i.u.p.ProjectWizardUtil - /home/IdeaProjects
java.nio.file.AccessDeniedException: /home/IdeaProjects
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
    at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:389)
    at java.base/java.nio.file.Files.createDirectory(Files.java:690)
    at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:797)
    at java.base/java.nio.file.Files.createDirectories(Files.java:783)
    at com.intellij.ide.util.projectWizard.ProjectWizardUtil.createDirectoryIfNotExists(ProjectWizardUtil.java:56)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep.validateContentRoot(IntelliJNewProjectWizardStep.kt:153)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep.access$validateContentRoot(IntelliJNewProjectWizardStep.kt:27)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep$setupUI$$inlined$with$lambda$3$2$1.invoke(IntelliJNewProjectWizardStep.kt:95)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep$setupUI$$inlined$with$lambda$3$2$1.invoke(IntelliJNewProjectWizardStep.kt:27)
    at com.intellij.ui.dsl.builder.impl.CellImpl$validationOnApply$1.validate(CellImpl.kt:230)
    at com.intellij.openapi.ui.validation.OperationUtilKt$transformResult$1.validate(OperationUtil.kt:86)
    at com.intellij.openapi.ui.DialogPanel.applyValidators(DialogPanel.kt:73)
    at com.intellij.openapi.ui.DialogPanel.access$applyValidators(DialogPanel.kt:18)
    at com.intellij.openapi.ui.DialogPanel$registerValidators$1.get(DialogPanel.kt:64)
    at com.intellij.openapi.ui.DialogPanel$registerValidators$1.get(DialogPanel.kt:18)
    at com.intellij.openapi.ui.ComponentValidator.revalidate(ComponentValidator.java:197)
    at com.intellij.openapi.ui.DialogPanel$registerValidationRequestors$2.invoke(DialogPanel.kt:94)
    at com.intellij.openapi.ui.DialogPanel$registerValidationRequestors$2.invoke(DialogPanel.kt:18)
    at com.intellij.openapi.ui.DialogPanel$ApplyValidationRequestor.validateAll(DialogPanel.kt:199)
    at com.intellij.openapi.ui.DialogPanel.validateAll(DialogPanel.kt:117)
    at com.intellij.openapi.ui.DialogPanel.validateAll(DialogPanel.kt:119)
    at com.intellij.openapi.ui.DialogPanel.validateAll(DialogPanel.kt:119)
    at com.intellij.ide.wizard.NewProjectWizardStepPanel.validate(NewProjectWizardStepPanel.kt:11)
    at com.intellij.ide.wizard.AbstractNewProjectWizardBuilder$BridgeStep.validate(AbstractNewProjectWizardBuilder.kt:63)
    at com.intellij.ide.projectWizard.ProjectTypeStep.validate(ProjectTypeStep.java:653)
    at com.intellij.ide.util.newProjectWizard.AbstractProjectWizard.commitStepData(AbstractProjectWizard.java:236)
    at com.intellij.ide.util.newProjectWizard.AbstractProjectWizard.doFinishAction(AbstractProjectWizard.java:192)
    at com.intellij.ide.util.newProjectWizard.AbstractProjectWizard.doOKAction(AbstractProjectWizard.java:174)
    at com.intellij.ide.wizard.AbstractWizard.proceedToNextStep(AbstractWizard.java:237)
    at com.intellij.ide.wizard.AbstractWizard$5.actionPerformed(AbstractWizard.java:199)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    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:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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.pumpEventsForFilter(EventDispatchThread.java:117)
    at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
    at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
    at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
    at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:702)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:439)
    at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1668)
    at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1626)
    at com.intellij.openapi.ui.DialogWrapper.showAndGet(DialogWrapper.java:1640)
    at com.intellij.ide.impl.NewProjectUtil.createNewProject(NewProjectUtil.java:73)
    at com.intellij.ide.actions.NewProjectAction.actionPerformed(NewProjectAction.java:21)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:256)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:235)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil.performAnActionForComponent(WelcomeScreenActionsUtil.java:96)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil$ToolbarTextButtonWrapper$1.actionPerformed(WelcomeScreenActionsUtil.java:56)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    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:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:119)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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)
2022-03-09 07:28:42,706 [ 172218]   WARN - #c.i.i.u.p.ProjectWizardUtil - /home/IdeaProjects
java.nio.file.AccessDeniedException: /home/IdeaProjects
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
    at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:389)
    at java.base/java.nio.file.Files.createDirectory(Files.java:690)
    at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:797)
    at java.base/java.nio.file.Files.createDirectories(Files.java:783)
    at com.intellij.ide.util.projectWizard.ProjectWizardUtil.createDirectoryIfNotExists(ProjectWizardUtil.java:56)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep.validateModuleFileLocation(IntelliJNewProjectWizardStep.kt:162)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep.access$validateModuleFileLocation(IntelliJNewProjectWizardStep.kt:27)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep$setupUI$$inlined$with$lambda$3$3$1.invoke(IntelliJNewProjectWizardStep.kt:113)
    at com.intellij.ide.projectWizard.generators.IntelliJNewProjectWizardStep$setupUI$$inlined$with$lambda$3$3$1.invoke(IntelliJNewProjectWizardStep.kt:27)
    at com.intellij.ui.dsl.builder.impl.CellImpl$validationOnApply$1.validate(CellImpl.kt:230)
    at com.intellij.openapi.ui.validation.OperationUtilKt$transformResult$1.validate(OperationUtil.kt:86)
    at com.intellij.openapi.ui.DialogPanel.applyValidators(DialogPanel.kt:73)
    at com.intellij.openapi.ui.DialogPanel.access$applyValidators(DialogPanel.kt:18)
    at com.intellij.openapi.ui.DialogPanel$registerValidators$1.get(DialogPanel.kt:64)
    at com.intellij.openapi.ui.DialogPanel$registerValidators$1.get(DialogPanel.kt:18)
    at com.intellij.openapi.ui.ComponentValidator.revalidate(ComponentValidator.java:197)
    at com.intellij.openapi.ui.DialogPanel$registerValidationRequestors$2.invoke(DialogPanel.kt:94)
    at com.intellij.openapi.ui.DialogPanel$registerValidationRequestors$2.invoke(DialogPanel.kt:18)
    at com.intellij.openapi.ui.DialogPanel$ApplyValidationRequestor.validateAll(DialogPanel.kt:199)
    at com.intellij.openapi.ui.DialogPanel.validateAll(DialogPanel.kt:117)
    at com.intellij.openapi.ui.DialogPanel.validateAll(DialogPanel.kt:119)
    at com.intellij.openapi.ui.DialogPanel.validateAll(DialogPanel.kt:119)
    at com.intellij.ide.wizard.NewProjectWizardStepPanel.validate(NewProjectWizardStepPanel.kt:11)
    at com.intellij.ide.wizard.AbstractNewProjectWizardBuilder$BridgeStep.validate(AbstractNewProjectWizardBuilder.kt:63)
    at com.intellij.ide.projectWizard.ProjectTypeStep.validate(ProjectTypeStep.java:653)
    at com.intellij.ide.util.newProjectWizard.AbstractProjectWizard.commitStepData(AbstractProjectWizard.java:236)
    at com.intellij.ide.util.newProjectWizard.AbstractProjectWizard.doFinishAction(AbstractProjectWizard.java:192)
    at com.intellij.ide.util.newProjectWizard.AbstractProjectWizard.doOKAction(AbstractProjectWizard.java:174)
    at com.intellij.ide.wizard.AbstractWizard.proceedToNextStep(AbstractWizard.java:237)
    at com.intellij.ide.wizard.AbstractWizard$5.actionPerformed(AbstractWizard.java:199)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    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:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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.pumpEventsForFilter(EventDispatchThread.java:117)
    at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
    at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
    at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
    at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:702)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:439)
    at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1668)
    at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1626)
    at com.intellij.openapi.ui.DialogWrapper.showAndGet(DialogWrapper.java:1640)
    at com.intellij.ide.impl.NewProjectUtil.createNewProject(NewProjectUtil.java:73)
    at com.intellij.ide.actions.NewProjectAction.actionPerformed(NewProjectAction.java:21)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:256)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:235)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil.performAnActionForComponent(WelcomeScreenActionsUtil.java:96)
    at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil$ToolbarTextButtonWrapper$1.actionPerformed(WelcomeScreenActionsUtil.java:56)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)
    at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
    at java.desktop/java.awt.Component.processEvent(Component.java:6419)
    at java.desktop/java.awt.Container.processEvent(Container.java:2263)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
    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:2793)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)
    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:898)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:119)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
    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)
2022-03-09 07:28:57,185 [ 186697]   INFO - #c.i.u.t.DateFormatUtil - cannot load system formats (JNA=true), resorting to JRE for en_US
2022-03-09 07:30:03,928 [ 253440]   INFO - #c.i.c.ComponentStoreImpl - Saving appCodeInsightSettings took 16 ms
2022-03-09 07:30:04,622 [ 254134]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)
2022-03-09 07:31:16,480 [ 325992]   INFO - #c.i.c.ComponentStoreImpl - Saving appInspectionProfileManager took 54 ms, LightEdit took 30 ms, PluginAdvertiserExtensions took 241 ms
2022-03-09 07:31:17,533 [ 327045]   INFO - #c.i.o.c.i.s.StoreUtil - saveProjectsAndApp took 1436 ms
2022-03-09 07:31:19,504 [ 329016]   INFO - #c.i.i.b.BrowserLauncherAppless - Timed out
2022-03-09 07:31:19,504 [ 329016]   INFO - #c.i.i.b.BrowserLauncherAppless - Gtk-Message: 07:31:12.399: Failed to load module "canberra-gtk-module"
Gtk-Message: 07:31:12.400: Failed to load module "canberra-gtk-module"
[8166:8166:0309/073113.780304:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.

(chrome:8048): dbind-WARNING **: 07:31:15.248: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-BtXyoU2CCE: No such file or directory

2022-03-09 07:33:29,196 [ 458708]   INFO - #c.j.r.f.FollowMeManager - Register new user 0:'patrick' with ClientId=ClientId(value=Host)

 

0

Shouldn't path be "/home/patrick/IdeaProjects/<projectname>"?

0

Yaroslav,

You are correct. In the several years that I've used IntelliJ, So, when I click the "New project, it does give me the absoluite path of "/home/patrick/IdeaProjects/<projectname>": (not calling anyone a dummy, only myself) As you can see, It should populate the location field with "/dummy". Which is the expected behavior, but I get the "failed to create directory" error, and in the error dialog, it shows the path. In the second image, I put the whole path in and it adds "/dummy" to the end of that path, which is the expected behavior. In both cases, it references the path with the error.

Somewhere along the line, this function broke.

0

Why "patrick" is missing from "location" path? By the way, please attach screenshot from "Settings | Appearance & Behavior | System Settings"

0

On top of being a dummy, I am legally blind and I thought it showed my /home/patrick folder, when that was the first question you asked. But, yet, it should be /home/patrick/IdeaProject/ etc, etc.

Well, the situation is solved and I don't thnk I changed anything, just installed using Snap store and started working on it assuming it would put my user directory in.  I made the correction in settings.

 

 

 

0

Nice to hear that it works fine now.

0

Please sign in to leave a comment.