Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundException in getting Logger #4

Open
Dmitry-Borodin opened this issue Jan 5, 2018 · 1 comment
Open

NoClassDefFoundException in getting Logger #4

Dmitry-Borodin opened this issue Jan 5, 2018 · 1 comment

Comments

@Dmitry-Borodin
Copy link

Dmitry-Borodin commented Jan 5, 2018

Exception in thread "main" java.lang.NoClassDefFoundError: org/jetbrains/kotlin/com/intellij/openapi/diagnostic/Logger
at uy.kohesive.keplin.kotlin.script.resolver.AnnotationTriggeredScriptDefinition.(AnnotationTriggeredScriptDefinition.kt:70)
at org.jetbrains.kotlin.jupyter.ReplForJupyter.(repl.kt:22)
at org.jetbrains.kotlin.jupyter.IkotlinKt.kernelServer(ikotlin.kt:64)
at org.jetbrains.kotlin.jupyter.IkotlinKt.main(ikotlin.kt:43)
Caused by: java.lang.ClassNotFoundException: org.jetbrains.kotlin.com.intellij.openapi.diagnostic.Logger
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 4 more

I"m trying to make Jupyter for Kotlin work, and now stuck to this bug in keplin - Logger probably not in classpath for 1.1.51 Kotlin.
I use keplin 1.0.0-BETA-14

@Dmitry-Borodin
Copy link
Author

I wrote the test for keplin, and logger is there. But I don't have it at runitme while using it as a library for some reason...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant