Fork me on GitHub
#cursive
<
2019-02-09
>
kwladyka22:02:39

java.lang.RuntimeException: Could not create shim
	at cursive.shim.ShimProvider.getShim(Shim.kt:131)
	at cursive.shim.ShimProvider.withShim(Shim.kt:98)
	at cursive.repl.runner.LocalConfiguration.createDepsParameters(ReplRunConfigurations.kt:380)
	at cursive.repl.runner.LocalConfiguration$getRunProfileState$2.createDeferredParameters(ReplRunConfigurations.kt:294)
	at cursive.runner.DeferredCommandLineState.cacheDeferredParameters(Deferred.kt:50)
	at cursive.runner.DeferredRunner$execute$1.run(Deferred.kt:86)
	at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:727)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:164)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:582)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:87)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:151)
	at com.intellij.openapi.progress.impl.CoreProgressManager$4.run(CoreProgressManager.java:403)
	at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
	at org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.postInvoke(ClojureRuntimeShimImpl.java:49)
	at org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.init(ClojureRuntimeShimImpl.java:31)
	at org.projectodd.shimdandy.ClojureRuntimeShim.newRuntime(ClojureRuntimeShim.java:26)
	at cursive.shim.ShimBootstrap.invoke(ShimBootstrap.java:26)
	at cursive.shim.Shim$createShimProvider$1.invoke(Shim.kt:63)
	at cursive.shim.Shim$createShimProvider$1.invoke(Shim.kt:22)
	at cursive.shim.ShimProvider$createShim$1.invoke(Shim.kt:138)
	at cursive.shim.ShimProvider$createShim$1.invoke(Shim.kt:80)
	at cursive.application.ApplicationKt$sam$java_lang_Runnable$0.run(Application.kt)
	... 6 more
It start to happen for all my deps.edn project about last week. How to fix it?

kwladyka22:02:35

oh it looks like restart Intellij solve the issue