Java - Internal Error when evaluating stream expressions

Answered

When debugging, if I try using Evaluate Expression on a stream, I get "Internal Error" (no additional description or stackstrace on intellij UI)

Arrays.asList("item1", "item1", "item1", "item1")
.stream()
.map(a -> "ds" + a)
.collect(Collectors.toList())

I have some colleagues that have the same IntelliJ and JDK version as me, and they don't get this error.

I was able to narrow the issue down to the installation folder. When I get the issue, I installed IntelliJ on a custom folder (i.e. C:/dev/IntelliJ); I have reinstalled IntelliJ on the same machine, but kept the default installation folder, and now it works, but still not 100% sure about that.

On the logs I see the following:

2020-03-12 08:58:33,070 [ 397634] INFO - rationStore.ComponentStoreImpl - Saving appPropertiesComponent took 13 ms 
2020-03-12 08:58:33,222 [ 397786] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 102 ms
2020-03-12 09:00:28,065 [ 512629] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 36 ms
2020-03-12 09:00:30,980 [ 515544] INFO - xtractLightMethodObjectHandler - Use reflection to evaluate inaccessible members
2020-03-12 09:00:31,011 [ 515575] INFO - ject.ExtractGeneratedClassUtil - Replace method: invoke
2020-03-12 09:00:31,028 [ 515592] ERROR - lij.debugger.impl.InvokeThread - Could not initialize class org.jetbrains.jps.incremental.java.JavaBuilder
java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.jps.incremental.java.JavaBuilder
at com.intellij.debugger.ui.impl.watch.CompilingEvaluatorImpl.compile(CompilingEvaluatorImpl.java:78)
at com.intellij.debugger.ui.impl.watch.CompilingEvaluator.evaluate(CompilingEvaluator.java:65)
at com.intellij.debugger.ui.impl.watch.EvaluationDescriptor.calcValue(EvaluationDescriptor.java:90)
at com.intellij.debugger.ui.impl.watch.ValueDescriptorImpl.setContext(ValueDescriptorImpl.java:190)
at com.intellij.debugger.engine.JavaDebuggerEvaluator$1.threadAction(JavaDebuggerEvaluator.java:89)
at com.intellij.debugger.engine.events.DebuggerContextCommandImpl.contextAction(DebuggerContextCommandImpl.java:71)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.action(SuspendContextCommandImpl.java:57)
at com.intellij.debugger.engine.events.DebuggerCommandImpl.run(DebuggerCommandImpl.java:43)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:151)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:29)
at com.intellij.debugger.impl.InvokeThread.run(InvokeThread.java:138)
at com.intellij.debugger.impl.InvokeThread.access$100(InvokeThread.java:19)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.lambda$run$0(InvokeThread.java:49)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.run(InvokeThread.java:48)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-03-12 09:00:31,034 [ 515598] ERROR - lij.debugger.impl.InvokeThread - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35
2020-03-12 09:00:31,034 [ 515598] ERROR - lij.debugger.impl.InvokeThread - JDK: 11.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-03-12 09:00:31,034 [ 515598] ERROR - lij.debugger.impl.InvokeThread - OS: Windows 10
2020-03-12 09:00:31,034 [ 515598] ERROR - lij.debugger.impl.InvokeThread - Last Action: EvaluateExpression
2020-03-12 09:00:32,623 [ 517187] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) RunManager took 28 ms, libraryTable took 50 ms

For the project I am using jdk1.8.0_231

IntelliJ info:

IntelliJ IDEA 2019.3.3 (Community Edition)
Build #IC-193.6494.35, built on February 11, 2020
Runtime version: 11.0.5+10-b520.38 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 2014M
Cores: 4
Registry:
Non-Bundled Plugins: Lombook Plugin, org.intellij.scala

1
6 comments

Please provide idea.log (Help | Show log...).

0
Avatar
Permanently deleted user

There you go:

2020-03-12 08:35:00,848 [61459969] INFO - Types.impl.FileTypeManagerImpl - 72 auto-detected files. Detection took 1482 ms 
2020-03-12 08:35:00,852 [61459973] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2020-03-12 08:35:00,852 [61459973] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2020-03-12 08:35:00,863 [61459984] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2020-03-12 08:35:00,863 [61459984] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2020-03-12 08:35:00,984 [61460105] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2020-03-12 08:35:00,984 [61460105] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2020-03-12 08:35:01,010 [61460131] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2020-03-12 08:35:01,011 [61460132] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2020-03-12 08:35:01,710 [61460831] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2020-03-12 08:35:01,715 [61460836] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2020-03-12 08:43:22,493 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-03-12 08:43:22,989 [ 496] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-193.6494.35, 11 Feb 2020 00:33)
2020-03-12 08:43:23,033 [ 540] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2020-03-12 08:43:23,034 [ 541] INFO - #com.intellij.idea.Main - JRE: 11.0.5+10-b520.38 (JetBrains s.r.o)
2020-03-12 08:43:23,037 [ 544] INFO - #com.intellij.idea.Main - JVM: 11.0.5+10-b520.38 (OpenJDK 64-Bit Server VM)
2020-03-12 08:43:23,038 [ 545] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2048m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djb.vmOptionsFile=C:\Users\ewermuth\.IdeaIC2019.3\config\idea64.exe.vmoptions -Djava.library.path=C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\jbr\\bin;C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\jbr\\bin\server -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2019.3 -XX:ErrorFile=C:\Users\ewermuth\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\ewermuth\java_error_in_idea.hprof
2020-03-12 08:43:23,038 [ 545] INFO - #com.intellij.idea.Main - charsets: JNU=Cp1252 file=Cp1252
2020-03-12 08:43:23,167 [ 674] INFO - ntellij.idea.ApplicationLoader - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@6b992808[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@63c2adc8
2020-03-12 08:43:23,897 [ 1404] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 1357 ms
2020-03-12 08:43:23,900 [ 1407] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2020-03-12 08:43:24,379 [ 1886] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-groovy.xml
2020-03-12 08:43:24,381 [ 1888] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-detection-groovy.xml
2020-03-12 08:43:24,685 [ 2192] INFO - llij.ide.plugins.PluginManager - Plugin "Java" misses optional descriptor profiler-java.xml
2020-03-12 08:43:24,795 [ 2302] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Ant (193.6494.35), Bytecode Viewer (193.6494.35), ChangeReminder (193.6494.35), Configuration Script (193.6494.35), Copyright (193.6494.35), Coverage (193.6494.35), Eclipse Interoperability (193.6494.35), EditorConfig (193.6494.35), Git (193.6494.35), GitHub (193.6494.35), Gradle (193.6494.35), Gradle-Java (193.6494.35), Gradle-Maven (193.6494.35), Groovy (193.6494.35), IDEA CORE (193.6494.35), IntelliLang (193.6494.35), JUnit (193.6494.35), Java (193.6494.35), Java Bytecode Decompiler (193.6494.35), Java IDE Customization (193.6494.35), Java Internationalization (193.6494.35), Java Stream Debugger (193.6494.35), JavaFX (193.6494.35), Kotlin (1.3.61-release-IJ2019.3-1), Machine Learning Code Completion (193.6494.35), Markdown (193.6494.35), Maven (193.6494.35), Mercurial (193.6494.35), Properties (193.6494.35), Settings Repository (193.6494.35), Shell Script (193.6494.35), Smali Support (193.6494.35), Subversion (193.6494.35), Task Management (193.6494.35), Terminal (193.6494.35), TestNG (193.6494.35), TextMate bundles (193.6494.35), XPathView + XSLT (193.6494.35), XSLT Debugger (193.6494.35), YAML (193.6494.35)
2020-03-12 08:43:24,795 [ 2302] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Lombok (0.29-2019.3), Scala (2019.3.26)
2020-03-12 08:43:24,795 [ 2302] INFO - llij.ide.plugins.PluginManager - Disabled plugins: Android Support (10.3.5), Bazel (2019.10.21.0.0-6823f76), Plugin DevKit (193.6494.35), UI Designer (193.6494.35)
2020-03-12 08:43:26,368 [ 3875] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1994
2020-03-12 08:43:26,398 [ 3905] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-03-12 08:43:26,657 [ 4164] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-03-12 08:43:26,685 [ 4192] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-03-12 08:43:26,756 [ 4263] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-03-12 08:43:26,870 [ 4377] INFO - pi.util.registry.RegistryState - Registry values changed by user: BSP.system.in.process = true, SBT.system.in.process = true
2020-03-12 08:43:26,889 [ 4396] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing, scala.uast.enabled
2020-03-12 08:43:26,906 [ 4413] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\bin\fsnotifier64.exe
2020-03-12 08:43:27,001 [ 4508] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=13, fontScale=1.0
2020-03-12 08:43:27,139 [ 4646] INFO - ation.SbtCompilationSupervisor - Listening to incoming sbt compilation events on port 0.
2020-03-12 08:43:27,151 [ 4658] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-03-12 08:43:28,969 [ 6476] INFO - pi.util.registry.RegistryValue - Registry value 'BSP.system.in.process' has changed to 'true'
2020-03-12 08:43:29,372 [ 6879] INFO - pi.util.registry.RegistryValue - Registry value 'SBT.system.in.process' has changed to 'true'
2020-03-12 08:43:30,192 [ 7699] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [C:/dev/workspace/automation]
2020-03-12 08:43:30,978 [ 8485] INFO - CompilerWorkspaceConfiguration - Available processors: 4
2020-03-12 08:43:31,733 [ 9240] INFO - pl$FileIndexDataInitialization - Initialization done: 4747
2020-03-12 08:43:32,361 [ 9868] INFO - exImpl$StubIndexInitialization - Initialization done: 623
2020-03-12 08:43:33,732 [ 11239] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2020-03-12 08:43:33,990 [ 11497] INFO - odeStyleSettingsInferComponent - settings inference skipped: already done
2020-03-12 08:43:34,044 [ 11551] INFO - .ScalaCompilerReferenceService - Initialized ScalaCompilerReferenceService in Automation, current compiler mode = JPS
2020-03-12 08:43:37,216 [ 14723] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 2771ms; general responsiveness: ok; EDT responsiveness: 1/3 sluggish
2020-03-12 08:43:37,494 [ 15001] INFO - tartup.impl.StartupManagerImpl - C:/dev/workspace/automation/LDPOC/.idea case-sensitivity: expected=false actual=false
2020-03-12 08:43:38,486 [ 15993] INFO - #git4idea.commands.GitHandler - [.] git version
2020-03-12 08:43:38,656 [ 16163] INFO - tor.impl.FileEditorManagerImpl - Project opening took 10762 ms
2020-03-12 08:43:38,828 [ 16335] INFO - #git4idea.commands.GitHandler - git version 2.25.1.windows.1
2020-03-12 08:43:38,938 [ 16445] INFO - ea.config.GitExecutableManager - Git version for C:\dev\Git\bin\git.exe : 2.25.1
2020-03-12 08:43:42,501 [ 20008] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 7126ms; general responsiveness: ok; EDT responsiveness: 3/6 sluggish
2020-03-12 08:43:54,971 [ 32478] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 12056ms; general responsiveness: 2/11 sluggish; EDT responsiveness: ok
2020-03-12 08:43:55,001 [ 32508] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 219 files to update
2020-03-12 08:43:56,496 [ 34003] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 1495ms; general responsiveness: ok; EDT responsiveness: ok
2020-03-12 08:43:57,701 [ 35208] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 5 millis (read time: 2)
2020-03-12 08:44:00,497 [ 38004] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) CommitMessageInspectionProfile took 11 ms, libraryTable took 62 ms
2020-03-12 08:44:14,857 [ 52364] INFO - #git4idea.commands.GitHandler - git log took 11984 ms. Command parameters:
C:\dev\Git\bin\git.exe -c credential.helper= -c core.quotepath=false -c log.showSignature=false log HEAD --branches --remotes --max-count=2000 --pretty=format:%x01%x01%H%x02%x02%P%x02%x02%ct%x02%x02%cn%x02%x02%ce%x02%x02%an%x02%x02%at%x02%x02%ae%x02%x02%s%x02%x02%b%x02%x02%B%x02%x02%d%x03%x03 --encoding=UTF-8 --decorate=full --
2020-03-12 08:46:08,430 [ 165937] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 54 ms
2020-03-12 08:46:17,010 [ 174517] INFO - rationStore.ComponentStoreImpl - Saving appApplicationCodeStyleSettingsMigration took 33 ms
2020-03-12 08:46:17,085 [ 174592] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 42 ms
2020-03-12 08:46:20,541 [ 178048] INFO - #org.jetbrains.idea.maven - [WARNING] The POM for org.testng:testng:jar:5.14.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
2020-03-12 08:46:20,558 [ 178065] INFO - #org.jetbrains.idea.maven - [WARNING] The POM for org.testng:testng:jar:5.14.4 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
2020-03-12 08:46:20,577 [ 178084] INFO - #org.jetbrains.idea.maven - [WARNING] The POM for org.testng:testng:jar:5.14.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
2020-03-12 08:46:21,761 [ 179268] INFO - #org.jetbrains.idea.maven - [WARNING] The POM for com.beust:jcommander:jar:1.66 is missing, no dependency information available
2020-03-12 08:46:34,165 [ 191672] INFO - #org.jetbrains.idea.maven - [WARNING] The artifact dbunit:dbunit:jar:2.2 has been relocated to org.dbunit:dbunit:jar:2.2
2020-03-12 08:46:43,242 [ 200749] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2020-03-12 08:46:52,320 [ 209827] INFO - rationStore.ComponentStoreImpl - Saving appLafManager took 12 ms
2020-03-12 08:46:52,423 [ 209930] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) KotlinCommonCompilerArguments took 13 ms, libraryTable took 51 ms
2020-03-12 08:48:30,378 [ 307885] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-03-12 08:48:30,883 [ 308390] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 23ms; general responsiveness: ok; EDT responsiveness: ok
2020-03-12 08:48:31,000 [ 308507] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 116ms; general responsiveness: ok; EDT responsiveness: ok
2020-03-12 08:48:31,015 [ 308522] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1 files to update
2020-03-12 08:48:31,063 [ 308570] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 48ms; general responsiveness: ok; EDT responsiveness: ok
2020-03-12 08:48:33,046 [ 310553] INFO - ta.index.VcsLogPersistentIndex - Indexing 2 commits in automation
2020-03-12 08:48:33,377 [ 310884] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) XDebuggerManager took 41 ms, libraryTable took 222 ms, sourceFolderManager took 55 ms
2020-03-12 08:48:33,813 [ 311320] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 1767 ms
2020-03-12 08:48:34,053 [ 311560] INFO - ta.index.VcsLogPersistentIndex - 1.007s for indexing 2 new commits out of 2 in automation
2020-03-12 08:50:47,777 [ 445284] INFO - #git4idea.commands.GitHandler - [..\..\automation] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false add --ignore-errors -A -- LDPOC/src/test/java/com/api/ltree/tests/mylt/Test.java
2020-03-12 08:50:51,952 [ 449459] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2020-03-12 08:51:51,526 [ 509033] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 45 ms
2020-03-12 08:51:51,834 [ 509341] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2020-03-12 08:51:51,835 [ 509342] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2020-03-12 08:51:51,835 [ 509342] INFO - Types.impl.FileTypeManagerImpl - 30 auto-detected files. Detection took 581 ms
2020-03-12 08:51:51,844 [ 509351] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2020-03-12 08:51:51,845 [ 509352] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2020-03-12 08:51:51,914 [ 509421] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2020-03-12 08:51:51,914 [ 509421] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2020-03-12 08:51:51,934 [ 509441] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2020-03-12 08:51:52,811 [ 510318] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2020-03-12 08:51:52,842 [ 510349] INFO - #com.intellij.util.Restarter - run restarter: [C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\bin\restarter.exe, 10412, 1, C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\bin\idea64.exe]
2020-03-12 08:51:53,439 [ 510946] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2020-03-12 08:51:53,441 [ 510948] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2020-03-12 08:51:55,436 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-03-12 08:51:55,739 [ 303] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-193.6494.35, 11 Feb 2020 00:33)
2020-03-12 08:51:55,774 [ 338] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2020-03-12 08:51:55,775 [ 339] INFO - #com.intellij.idea.Main - JRE: 11.0.5+10-b520.38 (JetBrains s.r.o)
2020-03-12 08:51:55,779 [ 343] INFO - #com.intellij.idea.Main - JVM: 11.0.5+10-b520.38 (OpenJDK 64-Bit Server VM)
2020-03-12 08:51:55,783 [ 347] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2048m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djb.vmOptionsFile=C:\Users\ewermuth\.IdeaIC2019.3\config\idea64.exe.vmoptions -Djava.library.path=C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\jbr\\bin;C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\jbr\\bin\server -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2019.3 -XX:ErrorFile=C:\Users\ewermuth\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\ewermuth\java_error_in_idea.hprof
2020-03-12 08:51:55,783 [ 347] INFO - #com.intellij.idea.Main - charsets: JNU=Cp1252 file=Cp1252
2020-03-12 08:51:56,311 [ 875] INFO - ntellij.idea.ApplicationLoader - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@7ee41180[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@72db1fd6
2020-03-12 08:51:56,727 [ 1291] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 1272 ms
2020-03-12 08:52:02,889 [ 7453] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2020-03-12 08:52:03,694 [ 8258] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-groovy.xml
2020-03-12 08:52:03,697 [ 8261] INFO - llij.ide.plugins.PluginManager - Plugin "Groovy" misses optional descriptor duplicates-detection-groovy.xml
2020-03-12 08:52:05,002 [ 9566] INFO - llij.ide.plugins.PluginManager - Plugin "Java" misses optional descriptor profiler-java.xml
2020-03-12 08:52:05,096 [ 9660] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Ant (193.6494.35), Bytecode Viewer (193.6494.35), ChangeReminder (193.6494.35), Configuration Script (193.6494.35), Copyright (193.6494.35), Coverage (193.6494.35), Eclipse Interoperability (193.6494.35), EditorConfig (193.6494.35), Git (193.6494.35), GitHub (193.6494.35), Gradle (193.6494.35), Gradle-Java (193.6494.35), Gradle-Maven (193.6494.35), Groovy (193.6494.35), IDEA CORE (193.6494.35), IntelliLang (193.6494.35), JUnit (193.6494.35), Java (193.6494.35), Java Bytecode Decompiler (193.6494.35), Java IDE Customization (193.6494.35), Java Internationalization (193.6494.35), Java Stream Debugger (193.6494.35), JavaFX (193.6494.35), Kotlin (1.3.61-release-IJ2019.3-1), Machine Learning Code Completion (193.6494.35), Markdown (193.6494.35), Maven (193.6494.35), Mercurial (193.6494.35), Properties (193.6494.35), Settings Repository (193.6494.35), Shell Script (193.6494.35), Smali Support (193.6494.35), Subversion (193.6494.35), Task Management (193.6494.35), Terminal (193.6494.35), TestNG (193.6494.35), TextMate bundles (193.6494.35), XPathView + XSLT (193.6494.35), XSLT Debugger (193.6494.35), YAML (193.6494.35)
2020-03-12 08:52:05,096 [ 9660] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Lombok (0.29-2019.3), Scala (2019.3.26)
2020-03-12 08:52:05,096 [ 9660] INFO - llij.ide.plugins.PluginManager - Disabled plugins: Android Support (10.3.5), Bazel (2019.10.21.0.0-6823f76), Plugin DevKit (193.6494.35), UI Designer (193.6494.35)
2020-03-12 08:52:08,307 [ 12871] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1994
2020-03-12 08:52:08,318 [ 12882] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-03-12 08:52:08,664 [ 13228] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-03-12 08:52:08,677 [ 13241] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-03-12 08:52:08,702 [ 13266] INFO - pi.util.registry.RegistryState - Registry values changed by user: BSP.system.in.process = true, SBT.system.in.process = true
2020-03-12 08:52:08,710 [ 13274] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\dev\IntelliJ\IntelliJ IDEA Community Edition 2019.3.3\bin\fsnotifier64.exe
2020-03-12 08:52:08,769 [ 13333] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=13, fontScale=1.0
2020-03-12 08:52:08,793 [ 13357] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-03-12 08:52:08,812 [ 13376] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-03-12 08:52:08,822 [ 13386] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing, scala.uast.enabled
2020-03-12 08:52:09,122 [ 13686] INFO - ation.SbtCompilationSupervisor - Listening to incoming sbt compilation events on port 0.
2020-03-12 08:52:11,272 [ 15836] INFO - pi.util.registry.RegistryValue - Registry value 'BSP.system.in.process' has changed to 'true'
2020-03-12 08:52:11,336 [ 15900] INFO - pi.util.registry.RegistryValue - Registry value 'SBT.system.in.process' has changed to 'true'
2020-03-12 08:52:12,247 [ 16811] INFO - pl$FileIndexDataInitialization - Initialization done: 3361
2020-03-12 08:52:12,928 [ 17492] INFO - exImpl$StubIndexInitialization - Initialization done: 681
2020-03-12 08:52:15,366 [ 19930] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [C:/dev/workspace/automation]
2020-03-12 08:52:16,252 [ 20816] INFO - CompilerWorkspaceConfiguration - Available processors: 4
2020-03-12 08:52:18,238 [ 22802] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2020-03-12 08:52:18,506 [ 23070] INFO - odeStyleSettingsInferComponent - settings inference skipped: already done
2020-03-12 08:52:18,563 [ 23127] INFO - .ScalaCompilerReferenceService - Initialized ScalaCompilerReferenceService in Automation, current compiler mode = JPS
2020-03-12 08:52:20,393 [ 24957] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2020-03-12 08:52:23,633 [ 28197] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 4712ms; general responsiveness: 1/5 sluggish; EDT responsiveness: 1/4 sluggish, 1/4 very slow
2020-03-12 08:52:23,996 [ 28560] INFO - tartup.impl.StartupManagerImpl - C:/dev/workspace/automation/LDPOC/.idea case-sensitivity: expected=false actual=false
2020-03-12 08:52:24,517 [ 29081] INFO - #git4idea.commands.GitHandler - [.] git version
2020-03-12 08:52:24,857 [ 29421] INFO - #git4idea.commands.GitHandler - git version 2.25.1.windows.1
2020-03-12 08:52:26,087 [ 30651] INFO - ea.config.GitExecutableManager - Git version for C:\dev\Git\bin\git.exe : 2.25.1
2020-03-12 08:52:27,834 [ 32398] INFO - tor.impl.FileEditorManagerImpl - Project opening took 13462 ms
2020-03-12 08:52:29,447 [ 34011] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 10191ms; general responsiveness: 2/9 sluggish; EDT responsiveness: 3/9 sluggish, 3/9 very slow
2020-03-12 08:52:37,549 [ 42113] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 3/12/2020 8:50 AM)
2020-03-12 08:52:38,468 [ 43032] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 33 millis (read time: 2)
2020-03-12 08:52:39,423 [ 43987] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 9702ms; general responsiveness: 2/9 sluggish; EDT responsiveness: 1/9 sluggish
2020-03-12 08:52:39,467 [ 44031] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1 files to update
2020-03-12 08:52:39,887 [ 44451] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 420ms; general responsiveness: ok; EDT responsiveness: ok
2020-03-12 08:52:59,024 [ 63588] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 63 ms
2020-03-12 08:53:52,829 [ 117393] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) RunManager took 19 ms, libraryTable took 50 ms
2020-03-12 08:53:52,913 [ 117477] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2020-03-12 08:53:54,208 [ 118772] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/dev/IntelliJ/IntelliJ IDEA Community Edition 2019.3.3/plugins/java/lib/jps-launcher.jar;C:/dev/java/jdk1.8.0_231/lib/tools.jar
2020-03-12 08:53:54,324 [ 118888] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2020-03-12 08:53:54,324 [ 118888] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2020-03-12 08:53:54,324 [ 118888] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2020-03-12 08:53:55,214 [ 119778] INFO - .ScalaCompilerReferenceService - [compiler indices] onCompilationStart. active indexing phases: 1
2020-03-12 08:53:58,730 [ 123294] INFO - .ScalaCompilerReferenceService - [compiler indices] startIndexing. clean build: true
2020-03-12 08:53:58,734 [ 123298] INFO - s.index.CompilerReferenceIndex - backward reference index version doesn't exist
2020-03-12 08:53:58,739 [ 123303] INFO - s.index.CompilerReferenceIndex - backward reference index version doesn't exist
2020-03-12 08:54:00,671 [ 125235] INFO - rationStore.ComponentStoreImpl - Saving appFileTypeManager took 11 ms
2020-03-12 08:54:00,808 [ 125372] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 50 ms
2020-03-12 08:54:49,972 [ 174536] INFO - .ScalaCompilerReferenceService - [compiler indices] finishIndexing.
2020-03-12 08:54:52,628 [ 177192] INFO - lij.compiler.impl.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 54 took 59716 ms: 0 min 59sec
2020-03-12 08:54:52,872 [ 177436] INFO - ij.execution.JavaExecutionUtil - Agent jars were copied to C:\Users\ewermuth\.IdeaIC2019.3\system\captureAgent
2020-03-12 08:54:52,874 [ 177438] INFO - s.CompilerReferenceServiceBase - backward reference index reader is opened
2020-03-12 08:54:53,711 [ 178275] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/dev/IntelliJ/IntelliJ IDEA Community Edition 2019.3.3/plugins/java/lib/jps-launcher.jar;C:/dev/java/jdk1.8.0_231/lib/tools.jar
2020-03-12 08:54:53,958 [ 178522] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2020-03-12 08:54:53,958 [ 178522] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2020-03-12 08:54:53,959 [ 178523] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2020-03-12 08:54:54,762 [ 179326] INFO - .ScalaCompilerReferenceService - [compiler indices] onCompilationFinish. success: true, active indexing phases: 0
2020-03-12 08:55:01,329 [ 185893] INFO - xtractLightMethodObjectHandler - Use reflection to evaluate inaccessible members
2020-03-12 08:55:01,381 [ 185945] INFO - ject.ExtractGeneratedClassUtil - Replace method: invoke
2020-03-12 08:55:01,452 [ 186016] ERROR - lij.debugger.impl.InvokeThread - null
java.lang.ExceptionInInitializerError
at com.intellij.debugger.ui.impl.watch.CompilingEvaluatorImpl.compile(CompilingEvaluatorImpl.java:78)
at com.intellij.debugger.ui.impl.watch.CompilingEvaluator.evaluate(CompilingEvaluator.java:65)
at com.intellij.debugger.ui.impl.watch.EvaluationDescriptor.calcValue(EvaluationDescriptor.java:90)
at com.intellij.debugger.ui.impl.watch.ValueDescriptorImpl.setContext(ValueDescriptorImpl.java:190)
at com.intellij.debugger.engine.JavaDebuggerEvaluator$1.threadAction(JavaDebuggerEvaluator.java:89)
at com.intellij.debugger.engine.events.DebuggerContextCommandImpl.contextAction(DebuggerContextCommandImpl.java:71)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.action(SuspendContextCommandImpl.java:57)
at com.intellij.debugger.engine.events.DebuggerCommandImpl.run(DebuggerCommandImpl.java:43)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:151)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:29)
at com.intellij.debugger.impl.InvokeThread.run(InvokeThread.java:138)
at com.intellij.debugger.impl.InvokeThread.access$100(InvokeThread.java:19)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.lambda$run$0(InvokeThread.java:49)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.run(InvokeThread.java:48)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: com.intellij.diagnostic.PluginException: While loading class org.jetbrains.jps.devkit.builder.PluginJavaBuilderExtension: org/jetbrains/jps/builders/java/JavaBuilderExtension [Plugin: DevKit]
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:223)
at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.java:167)
at com.intellij.ide.plugins.cl.PluginClassLoader.access$200(PluginClassLoader.java:30)
at com.intellij.ide.plugins.cl.PluginClassLoader$1.execute(PluginClassLoader.java:138)
at com.intellij.ide.plugins.cl.PluginClassLoader$1.execute(PluginClassLoader.java:130)
at com.intellij.ide.plugins.cl.PluginClassLoader.processResourcesInParents(PluginClassLoader.java:115)
at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.java:171)
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:75)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at com.intellij.jps.impl.JpsIdePluginManagerImpl.loadImplementations(JpsIdePluginManagerImpl.java:94)
at com.intellij.jps.impl.JpsIdePluginManagerImpl.loadExtensions(JpsIdePluginManagerImpl.java:70)
at org.jetbrains.jps.service.impl.JpsServiceManagerImpl.loadExtensions(JpsServiceManagerImpl.java:101)
at org.jetbrains.jps.service.impl.JpsServiceManagerImpl.getExtensions(JpsServiceManagerImpl.java:73)
at org.jetbrains.jps.incremental.java.JavaBuilder.<clinit>(JavaBuilder.java:107)
... 21 more
Caused by: java.lang.NoClassDefFoundError: org/jetbrains/jps/builders/java/JavaBuilderExtension
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:877)
at com.intellij.util.lang.UrlClassLoader._defineClass(UrlClassLoader.java:359)
at com.intellij.util.lang.UrlClassLoader.defineClass(UrlClassLoader.java:355)
at com.intellij.util.lang.UrlClassLoader._findClass(UrlClassLoader.java:319)
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:220)
... 36 more
Caused by: java.lang.ClassNotFoundException: org.jetbrains.jps.builders.java.JavaBuilderExtension PluginClassLoader[DevKit, 193.6494.35] com.intellij.ide.plugins.cl.PluginClassLoader@6f28b62d
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:77)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 43 more
2020-03-12 08:55:01,459 [ 186023] ERROR - lij.debugger.impl.InvokeThread - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35
2020-03-12 08:55:01,460 [ 186024] ERROR - lij.debugger.impl.InvokeThread - JDK: 11.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-03-12 08:55:01,460 [ 186024] ERROR - lij.debugger.impl.InvokeThread - OS: Windows 10
2020-03-12 08:55:01,472 [ 186036] ERROR - lij.debugger.impl.InvokeThread - Last Action: EditorPaste
2020-03-12 08:55:21,376 [ 205940] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) KotlinCommonCompilerArguments took 11 ms, ScalaProjectSettings took 27 ms, libraryTable took 47 ms
2020-03-12 08:56:44,012 [ 288576] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 32 ms
2020-03-12 08:57:03,622 [ 308186] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 40 ms
2020-03-12 08:57:13,465 [ 318029] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 31 ms
2020-03-12 08:58:04,717 [ 369281] INFO - xtractLightMethodObjectHandler - Use reflection to evaluate inaccessible members
2020-03-12 08:58:04,761 [ 369325] INFO - ject.ExtractGeneratedClassUtil - Replace method: invoke
2020-03-12 08:58:04,844 [ 369408] ERROR - lij.debugger.impl.InvokeThread - Could not initialize class org.jetbrains.jps.incremental.java.JavaBuilder
java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.jps.incremental.java.JavaBuilder
at com.intellij.debugger.ui.impl.watch.CompilingEvaluatorImpl.compile(CompilingEvaluatorImpl.java:78)
at com.intellij.debugger.ui.impl.watch.CompilingEvaluator.evaluate(CompilingEvaluator.java:65)
at com.intellij.debugger.ui.impl.watch.EvaluationDescriptor.calcValue(EvaluationDescriptor.java:90)
at com.intellij.debugger.ui.impl.watch.ValueDescriptorImpl.setContext(ValueDescriptorImpl.java:190)
at com.intellij.debugger.engine.JavaDebuggerEvaluator$1.threadAction(JavaDebuggerEvaluator.java:89)
at com.intellij.debugger.engine.events.DebuggerContextCommandImpl.contextAction(DebuggerContextCommandImpl.java:71)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.action(SuspendContextCommandImpl.java:57)
at com.intellij.debugger.engine.events.DebuggerCommandImpl.run(DebuggerCommandImpl.java:43)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:151)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:29)
at com.intellij.debugger.impl.InvokeThread.run(InvokeThread.java:138)
at com.intellij.debugger.impl.InvokeThread.access$100(InvokeThread.java:19)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.lambda$run$0(InvokeThread.java:49)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.run(InvokeThread.java:48)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-03-12 08:58:04,845 [ 369409] ERROR - lij.debugger.impl.InvokeThread - IntelliJ IDEA 2019.3.3 Build #IC-193.6494.35
2020-03-12 08:58:04,845 [ 369409] ERROR - lij.debugger.impl.InvokeThread - JDK: 11.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-03-12 08:58:04,845 [ 369409] ERROR - lij.debugger.impl.InvokeThread - OS: Windows 10
2020-03-12 08:58:04,845 [ 369409] ERROR - lij.debugger.impl.InvokeThread - Last Action: EvaluateExpression
2020-03-12 08:58:06,647 [ 371211] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 47 ms
2020-03-12 08:58:24,204 [ 388768] INFO - rationStore.ComponentStoreImpl - Saving Project (name=Automation, containerState=ACTIVE, componentStore=C:\dev\workspace\automation\LDPOC) libraryTable took 43 ms

 

 

0

Does it help if you enable plugin "DevKit"?

0
Avatar
Permanently deleted user

It was already enabled

0

I just ran into the same issue.  Was this ever resolved?

0

Eperret Could you please share your code sample and “Help | Collect Logs and Diagnostic Data” in a new YouTrack ticket? It could be due to https://youtrack.jetbrains.com/issue/IDEA-214738

0

Please sign in to leave a comment.