scalac: Cannot connect to compile server at localhost/127.0.0.1:3200
Hi,
I saw that the issue was already mentioned in previous posts but those are quite old so I created this one.
While building my project, I keep on getting this error message:
"scalac: Cannot connect to compile server at localhost/127.0.0.1:3200"
What should I do about it? It seems the port is right according to this screenshot.

About my IntelliJ version:
IntelliJ IDEA 2020.3.2 (Community Edition)
Build #IC-203.7148.57, built on January 26, 2021
Runtime version: 11.0.9.1+11-b1145.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1957M
Cores: 8
Registry: scala.erase.compiler.process.jdk.once=false
Non-Bundled Plugins: org.intellij.scala
About the JDK and scala versions I use:
- JDK -> 1.8
- scala -> scala-sdk-2.11.8
Could you help me with this please? Thanks a lot.
Please sign in to leave a comment.
This error means that the IDE is unable to connect to the compile server java process which it launched on the mentioned port on localhost loopback interface. This usually happens what the process was unable to start, was terminated or the port is used by another process or some other process (antivirus/firewall) blocks the IDE connections/processes your machine.
Please try with antivirus/firewall disabled or make sure that IDE configuration/caches directories IDE executable, IDE installation home are excluded from the scan.
Ok thanks, I see. I'll have a look at that.
Also tried to install latest version of IntelliJ and still have the issue.
Another element is that when I try to run the scala compiler using this icon, it simply can't run and looking at the IntelliJ logs, no error is displayed.
What happens after you click Run? You can share entire idea.log after IDE restart and reproducing, I'll take a look.
Pretty much nothing happens actually.
Please find attached the idea.log below.
Thanks a lot for your help.
"
2021-05-10 14:00:30,854 [ 231757] INFO - ution.rmi.RemoteProcessSupport - Terminating: 127.0.0.1:52179/Maven36ServerImpl3be4215b
2021-05-10 14:00:30,926 [ 231829] WARN - com.intellij.util.xmlb.Binding - no accessors for com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserExtensionsStateService$State
2021-05-10 14:00:31,359 [ 232262] INFO - erver.followMe.FollowMeManager - Unregister user 0:'E626703' with ClientId=ClientId(value=Host)
2021-05-10 14:00:31,712 [ 232615] INFO - ramework.util.RdCoroutineScope - RdCoroutineHost has been reset
2021-05-10 14:00:31,718 [ 232621] INFO - ramework.util.RdCoroutineScope - RdCoroutineHost disposed
2021-05-10 14:00:31,736 [ 232639] INFO - .impl.FileTypeDetectionService - 1 auto-detected files. Detection took 17 ms
2021-05-10 14:00:31,738 [ 232641] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2021-05-10 14:00:31,741 [ 232644] INFO - ompiler.CompileServerLauncher$ - Shutdown event triggered, stopping server
2021-05-10 14:00:31,762 [ 232665] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2021-05-10 14:00:32,232 [ 233135] WARN - pl.local.NativeFileWatcherImpl - File watcher is still alive, doing a force quit.
2021-05-10 14:00:32,286 [ 233189] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code -1
2021-05-10 14:00:32,562 [ 233465] INFO - tellij.psi.stubs.StubIndexImpl - StubIndexExtension-s were unloaded
2021-05-10 14:00:32,566 [ 233469] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2021-05-10 14:00:32,566 [ 233469] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2021-05-10 14:00:32,579 [ 233482] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2021-05-10 14:00:32,579 [ 233482] INFO - stubs.SerializationManagerImpl - Start shutting down C:\Users\e626703\AppData\Local\JetBrains\IdeaIC2021.1\index\rep.names
2021-05-10 14:00:32,583 [ 233486] INFO - stubs.SerializationManagerImpl - Finished shutting down C:\Users\e626703\AppData\Local\JetBrains\IdeaIC2021.1\index\rep.names
2021-05-10 14:00:32,586 [ 233489] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2021-05-10 14:00:32,590 [ 233493] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2021-05-10 14:00:36,795 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2021-05-10 14:00:36,812 [ 17] INFO - llij.ide.gdpr.EndUserAgreement - euaCommunity: C:\Users\e626703\AppData\Roaming\JetBrains\PrivacyPolicy\euaCommunity.cached
2021-05-10 14:00:36,880 [ 85] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-211.7142.45, 30 Apr 2021 12:16)
2021-05-10 14:00:36,881 [ 86] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2021-05-10 14:00:36,903 [ 108] INFO - #com.intellij.idea.Main - JRE: 11.0.10+9-b1341.41 (JetBrains s.r.o.)
2021-05-10 14:00:36,904 [ 109] INFO - #com.intellij.idea.Main - JVM: 11.0.10+9-b1341.41 (Dynamic Code Evolution 64-Bit Server VM)
2021-05-10 14:00:36,906 [ 111] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2023m -XX:ReservedCodeCacheSize=512m -XX:+UseG1GC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:CICompilerCount=2 -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -ea -Dsun.io.useCanonCaches=false -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Djdk.module.illegalAccess.silent=true -Dkotlinx.coroutines.debug=off -Djb.vmOptionsFile=C:\Users\e626703\AppData\Roaming\JetBrains\IdeaIC2021.1\idea64.exe.vmoptions -Djava.library.path=C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\jbr\\bin;C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\jbr\\bin\server -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=IdeaIC2021.1 -XX:ErrorFile=C:\Users\e626703\java_error_in_idea64_%p.log -XX:HeapDumpPath=C:\Users\e626703\java_error_in_idea64.hprof
2021-05-10 14:00:36,907 [ 112] INFO - #com.intellij.idea.Main - library path: C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\jbr\\bin;C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\jbr\\bin\server
2021-05-10 14:00:36,907 [ 112] INFO - #com.intellij.idea.Main - boot library path: C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\jbr\bin
2021-05-10 14:00:36,955 [ 160] INFO - #com.intellij.idea.Main - locale=en_US JNU=Cp1252 file.encoding=Cp1252
idea.config.path=C:\Users\e626703\AppData\Roaming\JetBrains\IdeaIC2021.1
idea.system.path=C:\Users\e626703\AppData\Local\JetBrains\IdeaIC2021.1
idea.plugins.path=C:\Users\e626703\AppData\Roaming\JetBrains\IdeaIC2021.1\plugins
idea.log.path=C:\Users\e626703\AppData\Local\JetBrains\IdeaIC2021.1\log
2021-05-10 14:00:37,516 [ 721] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 531 ms
2021-05-10 14:00:37,522 [ 727] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2021-05-10 14:00:37,869 [ 1074] INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=Groovy, id=org.intellij.groovy, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\plugins\Groovy, version=211.7142.45, package=org.jetbrains.plugins.groovy) misses optional descriptor duplicates-groovy.xml
2021-05-10 14:00:37,871 [ 1076] INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=Groovy, id=org.intellij.groovy, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\plugins\Groovy, version=211.7142.45, package=org.jetbrains.plugins.groovy) misses optional descriptor duplicates-detection-groovy.xml
2021-05-10 14:00:38,142 [ 1347] INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=Java, id=com.intellij.java, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\plugins\java, version=211.7142.45, package=null) misses optional descriptor profiler-java.xml
2021-05-10 14:00:38,420 [ 1625] INFO - ntellij.idea.ApplicationLoader - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@729d5e5[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@3af767c3
2021-05-10 14:00:38,469 [ 1674] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (211.7142.45), Dependency Management Api for External Build Tools (211.7142.45), com.intellij.platform.images (211.7142.45), JetBrains maven model api classes (211.7142.45), JetBrains Repository Search (211.7142.45), Perforce Helix Core (211.7142.45), Subversion (211.7142.45), XPathView + XSLT (211.7142.45), XSLT Debugger (211.7142.45), Smali Support (211.7142.45), Machine Learning Code Completion (211.7142.45), Configuration Script (211.7142.45), Copyright (211.7142.45), Windows 10 Light Theme (211.7142.45), JetBrains Marketplace (211.7142.45), Properties (211.7142.45), Gradle (211.7142.45), Resource Bundle Editor (211.7142.45), Mercurial (211.7142.45), WebP Support (211.7142.45), EditorConfig (211.7142.45), Terminal (211.7142.45), Git (211.7142.45), ChangeReminder (211.7142.45), Shell Script (211.7142.45), TextMate Bundles (211.7142.45), YAML (211.7142.45), Settings Repository (211.7142.45), IDE Features Trainer (211.7142.45), Java (211.7142.45), Ant (211.7142.45), Bytecode Viewer (211.7142.45), JUnit (211.7142.45), Lombok (211.7142.45), Shared Indexes (211.7142.45), Java Internationalization (211.7142.45), UI Designer (211.7142.45), Java IDE Customization (211.7142.45), Java Stream Debugger (211.7142.45), Eclipse Interoperability (211.7142.45), Java Bytecode Decompiler (211.7142.45), JavaFX (211.7142.45), Task Management (211.7142.45), GitHub (211.7142.45), Code With Me (211.7142.45), Next File Prediction (211.7142.45), IntelliLang (211.7142.45), TestNG (211.7142.45), Code Coverage for Java (211.7142.45), Groovy (211.7142.45), Maven (211.7142.45), Gradle-Java (211.7142.45), Plugin DevKit (211.7142.45), Gradle-Maven (211.7142.45), Kotlin (211-1.4.32-release-IJ7142.27), Space (211.7142.45), Gradle DSL API (211.7142.45), Android (10.4.1.1.211.7142.45), Gradle Dependency Updater Implementation (211.7142.45), Markdown (211.7142.45), Grazie (211.7142.45)
2021-05-10 14:00:38,469 [ 1674] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Scala (2021.1.18)
2021-05-10 14:00:39,525 [ 2730] INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=2004
2021-05-10 14:00:39,549 [ 2754] INFO - tellij.util.io.FileChannelUtil - uninterruptible FileChannels will be used for indexes
2021-05-10 14:00:39,688 [ 2893] INFO - tellij.util.io.storage.Storage - Space waste in C:\Users\e626703\AppData\Local\JetBrains\IdeaIC2021.1\caches\attrib.dat is 26638623 bytes. Compacting now.
2021-05-10 14:00:39,689 [ 2894] INFO - tellij.util.io.storage.Storage - Compact failed: C:\Users\e626703\AppData\Local\JetBrains\IdeaIC2021.1\caches\attrib.dat.storageData.backup
2021-05-10 14:00:39,690 [ 2895] INFO - tellij.util.io.storage.Storage - Done compacting in 2msec.
2021-05-10 14:00:39,822 [ 3027] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2021-05-10 14:00:39,954 [ 3159] INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=C:\Users\e626703\.m2\repository, KOTLIN_BUNDLED=C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\plugins\Kotlin\kotlinc}
2021-05-10 14:00:39,966 [ 3171] INFO - cation.options.RegistryManager - Registry values changed by user: scala.erase.compiler.process.jdk.once = false
2021-05-10 14:00:39,984 [ 3189] INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.jetbrains.rdserver.requests, #com.jetbrains.rd.ide.document, #com.jetbrains.rdserver.document, #com.jetbrains.rdserver.editors, #com.jetbrains.rdserver.actions
2021-05-10 14:00:40,082 [ 3287] INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled
2021-05-10 14:00:40,170 [ 3375] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2021-05-10 14:00:40,619 [ 3824] INFO - BridgeProjectLifecycleListener - Using workspace model to open project
2021-05-10 14:00:40,868 [ 4073] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Users\e626703\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2021.1.1\bin\fsnotifier64.exe
2021-05-10 14:00:40,953 [ 4158] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2021-05-10 14:00:40,983 [ 4188] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [C:/Users/e626703/OneTruth/OneTruth]
2021-05-10 14:00:41,114 [ 4319] INFO - tests.impl.DistributedTestHost - Host address=localhost/127.0.0.1
2021-05-10 14:00:41,130 [ 4335] INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened: <empty>, chunks: []
2021-05-10 14:00:41,330 [ 4535] INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.jetbrains.rdserver.requests, #com.jetbrains.rd.ide.document, #com.jetbrains.rdserver.document, #com.jetbrains.rdserver.editors, #com.jetbrains.rdserver.actions
2021-05-10 14:00:41,330 [ 4535] INFO - rojectCodeStyleSettingsManager - Loading Project code style
2021-05-10 14:00:41,384 [ 4589] INFO - rojectCodeStyleSettingsManager - Project code style loaded
2021-05-10 14:00:42,918 [ 6123] INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 1315 ms
2021-05-10 14:00:42,965 [ 6170] INFO - ins.rd.platform.codeWithMe.a.z - sessionStatus: null
2021-05-10 14:00:43,071 [ 6276] INFO - leBasedIndexDataInitialization - Index data initialization done: 2720 ms. Initialized indexes: [FilenameIndex, filetypes, IdIndex, TodoIndex, Trigram.Index, DomFileIndex, RelaxSymbolIndex, XmlTagNames, fileIncludes, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, FrameworkDetectionIndex, json.file.root.values, XsltSymbolIndex, xmlProperties, editorconfig.index.name, java.auto.module.name, bytecodeAnalysis, java.source.module.name, java.null.method.argument, java.fun.expression, java.binary.plus.expression, ant-imports, yaml.keys.name, LombokConfigIndex, com.intellij.uiDesigner.FormClassIndex, JavaFxControllerClassIndex, javafx.id.name, groovy.trait.fields, groovy.trait.methods, javafx.custom.component, IdeaPluginRegistrationIndex, PluginIdDependenciesIndex, PluginIdModuleIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.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.KlibMetaFileIndex, MlModelFileIndex, BindingXmlIndex, com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME, NavXmlIndex, ImportOrderingIndexer, ScalaDocAsteriskAlignStyleIndexer, Stubs].
2021-05-10 14:00:43,203 [ 6408] INFO - ins.rd.platform.codeWithMe.a.z - freeSessionRemainingTimeMs: null null
2021-05-10 14:00:43,234 [ 6439] INFO - exImpl$StubIndexInitialization - Index data initialization done: 162 ms. Initialized stub indexes: {properties.index, sc.method.name, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, sc.type.alias.name, sc.annotated.main.function.by.package.key, sc.top.level.implicit.class.by.package.key, gr.method.name, gr.annot.method.name, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, gr.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, dom.elementClass, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, jvm.static.member.name, markdown.header, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, java.annotations, java.method.name, java.anonymous.baseref, java.class.shortname, jvm.static.member.type, java.method.parameter.types, java.class.fqn, sc.annotatde.member.name, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, java.module.name, sc.class.fqn, gr.class.super, java.field.name, java.class.extlist, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, sc.self.type.class.name.key, sc.top.level.alias.by.package.key, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, sc.top.level.function.by.package.key, sc.top.level.valvar.by.package.key, sc.super.class.name, sc.implicit.instance, sc.stable.alias.fqn, sc.stable.alias.name, sc.class.parameter.name, sc.property.class.name, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, sc.java.class.name.in.package, dom.namespaceKey, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, sc.property.name, sc.package.fqn, sc.package.object.short, sc.package.object.fqn, gr.script.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, sc.implicit.conversion, sc.class.shortName, sc.all.class.names, gr.annot.members, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, sc.implcit.object, gr.field.name, sc.class.name.in.package, sc.not.visible.in.java.class.shortName, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, gr.anonymous.class, gr.script.class, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex}.
2021-05-10 14:00:43,705 [ 6910] INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings
2021-05-10 14:00:43,705 [ 6910] INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false
2021-05-10 14:00:43,705 [ 6910] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true
2021-05-10 14:00:43,952 [ 7157] INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings
2021-05-10 14:00:43,952 [ 7157] INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false
2021-05-10 14:00:43,952 [ 7157] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true
2021-05-10 14:00:44,836 [ 8041] INFO - .CodeStyleSettingsInferService - settings inference skipped: already done
2021-05-10 14:00:45,645 [ 8850] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/onetruth-nifi-processor-jar/src/main/java/com/ucb/onetruth/nifi/processor/gims/utils/GenerateIdJavaWrapper.java
2021-05-10 14:00:45,714 [ 8919] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, i18n.match.actions, editor.reader.mode, edit.run.configurations.while.dumb, new.large.text.file.viewer, terminal.shell.command.handling, property.value.inplace.editing, scala.uast.enabled
2021-05-10 14:00:46,518 [ 9723] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/e626703/OneTruth/OneTruth/onetruth-aggregation/src/main/scala/com/ucb/onetruth/aggregation/Aggregation.scala
2021-05-10 14:00:46,869 [ 10074] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/e626703/OneTruth/OneTruth/onetruth-aggregation-preparation/src/main/scala/com/ucb/onetruth/aggregation/preparation/struct/ExperimentGroups.scala
2021-05-10 14:00:47,070 [ 10275] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/e626703/OneTruth/OneTruth/onetruth-audit/src/main/scala/com/ucb/onetruth/audit/Audit.scala
2021-05-10 14:00:47,756 [ 10961] INFO - gs.impl.UpdateCheckerComponent - channel: release
2021-05-10 14:00:50,096 [ 13301] INFO - erver.followMe.FollowMeManager - Register new user 0:'E626703' with ClientId=ClientId(value=Host)
2021-05-10 14:00:50,645 [ 13850] INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 2689 ms. Thread[ApplicationImpl pooled thread 8,4,Idea Thread Group]
2021-05-10 14:00:50,861 [ 14066] INFO - indexing.UnindexedFilesUpdater - Started
2021-05-10 14:00:50,876 [ 14081] INFO - indexing.UnindexedFilesUpdater - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2021-05-10 14:00:50,998 [ 14203] INFO - #git4idea.commands.GitHandler - [.] git version
2021-05-10 14:00:51,045 [ 14250] INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings
2021-05-10 14:00:51,045 [ 14250] INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false
2021-05-10 14:00:51,045 [ 14250] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true
2021-05-10 14:00:51,215 [ 14420] INFO - #git4idea.commands.GitHandler - git version 2.30.0.windows.2
2021-05-10 14:00:51,262 [ 14467] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 54 millis (read time: 0)
2021-05-10 14:00:51,362 [ 14567] INFO - ea.config.GitExecutableManager - Git version for C:\Users\e626703\AppData\Local\Programs\Git\cmd\git.exe: 2.30.0.0 (MSYS)
2021-05-10 14:00:51,432 [ 14637] INFO - indexing.UnindexedFilesUpdater - Scanning: use 7 scanning threads
2021-05-10 14:00:51,562 [ 14767] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2021-05-10 14:00:53,704 [ 16909] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Users/e626703/AppData/Local/JetBrains/IntelliJ IDEA Community Edition 2021.1.1/plugins/java/lib/jps-launcher.jar;C:/Users/e626703/openlogic-openjdk-8u262-b10-win-32/lib/tools.jar
2021-05-10 14:00:55,129 [ 18334] INFO - rationStore.ComponentStoreImpl - Saving appDiffSettings took 15 ms, Vcs.Log.App.Settings took 16 ms
2021-05-10 14:00:55,312 [ 18517] INFO - ompiler.CompileServerLauncher$ - compile server process started : port: 3200, jdk: JDK(C:\Users\e626703\openlogic-openjdk-8u262-b10-win-32\bin\java.exe,Some(C:\Users\e626703\openlogic-openjdk-8u262-b10-win-32\lib\tools.jar),1.8,Some(JDK_1_8)), jvmParameters: -server,-Xss2m,-XX:MaxInlineLevel=20,-Xmx2048m,-XX:+UseParallelGC, stopped: false, running: true, errors: ()
2021-05-10 14:01:00,904 [ 24109] INFO - ramework.util.RdCoroutineScope - RdCoroutineHost overridden
2021-05-10 14:01:01,551 [ 24756] INFO - ation.SbtCompilationSupervisor - Listening to incoming sbt compilation events on port 0.
2021-05-10 14:01:01,582 [ 24787] INFO - ProjectRootPostStartUpActivity - C:/Users/e626703/OneTruth/OneTruth/.idea case-sensitivity: expected=false actual=false
2021-05-10 14:01:01,600 [ 24805] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2021-05-10 14:01:01,782 [ 24987] INFO - tor.impl.FileEditorManagerImpl - Project opening took 21204 ms
2021-05-10 14:01:02,199 [ 25404] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 14427ms; general responsiveness: ok; EDT responsiveness: 3/14 sluggish, 2/14 very slow
2021-05-10 14:01:02,946 [ 26151] INFO - #org.jetbrains.idea.maven - Creating new maven connector for Project(name=onetruth-parent, containerState=COMPONENT_CREATED, componentStore=C:\Users\e626703\OneTruth\OneTruth) in C:/Users/e626703/OneTruth/OneTruth
2021-05-10 14:01:02,946 [ 26151] INFO - #org.jetbrains.idea.maven - Connecting maven connector in C:/Users/e626703/OneTruth/OneTruth
2021-05-10 14:01:03,105 [ 26310] INFO - #org.jetbrains.idea.maven - Sent token to maven server
2021-05-10 14:01:04,158 [ 27363] INFO - #org.jetbrains.idea.maven - Connector in C:/Users/e626703/OneTruth/OneTruth has been connected
2021-05-10 14:01:06,118 [ 29323] INFO - napi.externalSystem.autoimport - Settings file status: SettingsFilesStatus(oldCRC={C:/Users/e626703/OneTruth/OneTruth/onetruth-reprocessor/pom.xml=3267606560, C:/Users/e626703/OneTruth/OneTruth/pom.xml=2885892498, C:/Users/e626703/OneTruth/OneTruth/onetruth-common/pom.xml=3226394559, C:/Users/e626703/OneTruth/OneTruth/onetruth-streaming-archiver/pom.xml=819435859, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/onetruth-ingestion-ewb/pom.xml=3524796461, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/pom.xml=3876547803, C:/Users/e626703/OneTruth/OneTruth/onetruth-aggregation/pom.xml=1819892585, C:/Users/e626703/OneTruth/OneTruth/onetruth-indexer/pom.xml=2415772228, C:/Users/e626703/OneTruth/OneTruth/onetruth-protocol-indexer/pom.xml=4262626820, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/pom.xml=4253758237, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/load-extracted-experiments/pom.xml=1897042762, C:/Users/e626703/OneTruth/OneTruth/onetruth-tests/pom.xml=3418898601, C:/Users/e626703/OneTruth/OneTruth/onetruth-source-lake-loader/pom.xml=3314772790, C:/Users/e626703/OneTruth/OneTruth/onetruth-unpublisher/pom.xml=1658593916, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/onetruth-normalizer-ewb/pom.xml=2155547010, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/onetruth-nifi-processor-jar/pom.xml=2254137475, C:/Users/e626703/OneTruth/OneTruth/onetruth-source-lake-checker/pom.xml=2605128260, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/onetruth-normalizer-common/pom.xml=3960282470, C:/Users/e626703/OneTruth/OneTruth/onetruth-aggregation-preparation/pom.xml=984568772, C:/Users/e626703/OneTruth/OneTruth/onetruth-routing-integration/pom.xml=2039475657, C:/Users/e626703/OneTruth/OneTruth/onetruth-reporting/pom.xml=3512802835, C:/Users/e626703/OneTruth/OneTruth/onetruth-sse/pom.xml=853915124, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/onetruth-ingestion-abuk/pom.xml=1047027081, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/pom.xml=1967303524, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-spark-udf-library/pom.xml=1542096935, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/onetruth-normalizer-ab/pom.xml=503761404, C:/Users/e626703/OneTruth/OneTruth/onetruth-audit/pom.xml=1379536436, C:/Users/e626703/OneTruth/OneTruth/onetruth-referencer/pom.xml=1167930488, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/pom.xml=3550330452, C:/Users/e626703/OneTruth/OneTruth/onetruth-unpublish-controller/pom.xml=3391922606, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/onetruth-ingestion-brab/pom.xml=2849067304, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/onetruth-nifi-processor-nar/pom.xml=4191062475, C:/Users/e626703/OneTruth/OneTruth/onetruth-reprocessing-controller/pom.xml=3264030324}, newCRC={C:/Users/e626703/OneTruth/OneTruth/pom.xml=2885892498, C:/Users/e626703/OneTruth/OneTruth/onetruth-common/pom.xml=3226394559, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/pom.xml=4253758237, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/pom.xml=3876547803, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/onetruth-nifi-processor-jar/pom.xml=2254137475, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-nifi-processor-library/onetruth-nifi-processor-nar/pom.xml=4191062475, C:/Users/e626703/OneTruth/OneTruth/onetruth-library/onetruth-spark-udf-library/pom.xml=1542096935, C:/Users/e626703/OneTruth/OneTruth/onetruth-reprocessing-controller/pom.xml=3264030324, C:/Users/e626703/OneTruth/OneTruth/onetruth-indexer/pom.xml=2415772228, C:/Users/e626703/OneTruth/OneTruth/onetruth-protocol-indexer/pom.xml=4262626820, C:/Users/e626703/OneTruth/OneTruth/onetruth-referencer/pom.xml=1167930488, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/pom.xml=1967303524, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/onetruth-ingestion-brab/pom.xml=2849067304, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/onetruth-ingestion-ewb/pom.xml=3524796461, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/onetruth-ingestion-abuk/pom.xml=1047027081, C:/Users/e626703/OneTruth/OneTruth/onetruth-ingestion/load-extracted-experiments/pom.xml=1897042762, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/pom.xml=3550330452, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/onetruth-normalizer-ab/pom.xml=503761404, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/onetruth-normalizer-common/pom.xml=3960282470, C:/Users/e626703/OneTruth/OneTruth/onetruth-normalizer/onetruth-normalizer-ewb/pom.xml=2155547010, C:/Users/e626703/OneTruth/OneTruth/onetruth-sse/pom.xml=853915124, C:/Users/e626703/OneTruth/OneTruth/onetruth-routing-integration/pom.xml=2039475657, C:/Users/e626703/OneTruth/OneTruth/onetruth-reporting/pom.xml=3512802835, C:/Users/e626703/OneTruth/OneTruth/onetruth-aggregation/pom.xml=1819892585, C:/Users/e626703/OneTruth/OneTruth/onetruth-aggregation-preparation/pom.xml=984568772, C:/Users/e626703/OneTruth/OneTruth/onetruth-audit/pom.xml=1379536436, C:/Users/e626703/OneTruth/OneTruth/onetruth-unpublish-controller/pom.xml=3391922606, C:/Users/e626703/OneTruth/OneTruth/onetruth-unpublisher/pom.xml=1658593916, C:/Users/e626703/OneTruth/OneTruth/onetruth-tests/pom.xml=3418898601, C:/Users/e626703/OneTruth/OneTruth/onetruth-reprocessor/pom.xml=3267606560, C:/Users/e626703/OneTruth/OneTruth/onetruth-streaming-archiver/pom.xml=819435859, C:/Users/e626703/OneTruth/OneTruth/onetruth-source-lake-loader/pom.xml=3314772790, C:/Users/e626703/OneTruth/OneTruth/onetruth-source-lake-checker/pom.xml=2605128260}, updated=[], created=[], deleted=[])
2021-05-10 14:01:08,667 [ 31872] INFO - indexing.UnindexedFilesUpdater - Scanning completed. Number of scanned files: 247338; Number of files for indexing: 186 took 17791ms; general responsiveness: ok; EDT responsiveness: 3/18 sluggish, 3/18 very slow
2021-05-10 14:01:08,749 [ 31954] INFO - indexing.UnindexedFilesUpdater - Use 4 indexing threads
2021-05-10 14:01:08,911 [ 32116] INFO - indexing.UnindexedFilesUpdater - Finished. Unindexed files update took 173ms; general responsiveness: ok; EDT responsiveness: ok
2021-05-10 14:01:09,450 [ 32655] INFO - .services.SpaceKtsFileDetector - SpaceKtsFileDetector
2021-05-10 14:01:09,750 [ 32955] INFO - .ScalaCompilerReferenceService - Initialized ScalaCompilerReferenceService in onetruth-parent, current compiler mode = JPS
2021-05-10 14:01:14,877 [ 38082] INFO - tellij.vcs.log.data.VcsLogData - Username not configured for root file://C:/Users/e626703/OneTruth/OneTruth
2021-05-10 14:01:19,082 [ 42287] INFO - gnostic.WindowsDefenderChecker - Windows Defender status: Failed to get excluded patterns
2021-05-10 14:01:19,746 [ 42951] INFO - m.codeWithMe.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\e626703\AppData\Local\JetBrains'
2021-05-10 14:01:19,754 [ 42959] INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2021-05-10 14:01:19,757 [ 42962] INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2021-05-10 14:01:19,757 [ 42962] INFO - m.codeWithMe.CodeWithMeCleanup - keep only [] major versions
2021-05-10 14:01:28,151 [ 51356] INFO - rationStore.ComponentStoreImpl - Saving appWslDistributionsService took 15 ms
2021-05-10 14:01:28,214 [ 51419] INFO - ompiler.CompileServerLauncher$ - compile server process started : port: 3200, jdk: JDK(C:\Users\e626703\openlogic-openjdk-8u262-b10-win-32\bin\java.exe,Some(C:\Users\e626703\openlogic-openjdk-8u262-b10-win-32\lib\tools.jar),1.8,Some(JDK_1_8)), jvmParameters: -server,-Xss2m,-XX:MaxInlineLevel=20,-Xmx2048m,-XX:+UseParallelGC, stopped: false, running: true, errors: ()
2021-05-10 14:01:42,485 [ 65690] WARN - com.intellij.util.xmlb.Binding - no accessors for scala.collection.immutable.Seq
2021-05-10 14:01:42,771 [ 65976] INFO - rationStore.ComponentStoreImpl - Saving Project(name=onetruth-parent, containerState=COMPONENT_CREATED, componentStore=C:\Users\e626703\OneTruth\OneTruth)KotlinCommonCompilerArguments took 16 ms
2021-05-10 14:01:42,802 [ 66007] INFO - rationStore.ComponentStoreImpl - Saving appWslDistributionsService took 16 ms
2021-05-10 14:01:43,002 [ 66207] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2021-05-10 14:01:43,704 [ 66909] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Users/e626703/AppData/Local/JetBrains/IntelliJ IDEA Community Edition 2021.1.1/plugins/java/lib/jps-launcher.jar;C:/Users/e626703/openlogic-openjdk-8u262-b10-win-32/lib/tools.jar
2021-05-10 14:01:44,738 [ 67943] INFO - ompiler.CompileServerLauncher$ - compile server process started : port: 3200, jdk: JDK(C:\Users\e626703\openlogic-openjdk-8u262-b10-win-32\bin\java.exe,Some(C:\Users\e626703\openlogic-openjdk-8u262-b10-win-32\lib\tools.jar),1.8,Some(JDK_1_8)), jvmParameters: -server,-Xss2m,-XX:MaxInlineLevel=20,-Xmx2048m,-XX:+UseParallelGC, stopped: false, running: true, errors: ()
2021-05-10 14:01:46,785 [ 69990] INFO - .ScalaCompilerReferenceService - [compiler indices] onCompilationStart. active indexing phases: 1
2021-05-10 14:01:48,778 [ 71983] INFO - .ScalaCompilerReferenceService - [compiler indices] startIndexing. clean build: false
2021-05-10 14:02:19,727 [ 102932] INFO - .ScalaCompilerReferenceService - [compiler indices] finishIndexing.
2021-05-10 14:02:20,030 [ 103235] INFO - lij.compiler.impl.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 180; warnings: 10 took 37190 ms: 0 min 37sec
2021-05-10 14:02:20,163 [ 103368] INFO - .ScalaCompilerReferenceService - [compiler indices] onCompilationFinish. success: false, active indexing phases: 0
2021-05-10 14:02:20,881 [ 104086] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Users/e626703/AppData/Local/JetBrains/IntelliJ IDEA Community Edition 2021.1.1/plugins/java/lib/jps-launcher.jar;C:/Users/e626703/openlogic-openjdk-8u262-b10-win-32/lib/tools.jar
"
Thanks. It looks like the IDE just simply cannot make a connection to the tcp port specified. As mentioned please check AV/firewall programs blocking the IDE connections. Also try if it helps to enable Settings (Preferences on macOS) | Build, Execution, Deployment | Compiler | Scala Compiler | Scala Compile Server | Start process in project directory option.