Created
March 30, 2016 10:12
-
-
Save zaltoprofen/fa9c650e0e9c55ff123b2ffaca4006b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WHY??? Warum nicht??? | |
tried to access class twitter4j.StreamListener from class StreamTask | |
java.lang.IllegalAccessError: tried to access class twitter4j.StreamListener from class StreamTask | |
at StreamTask.run(StreamTask.kt:34) | |
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:563) | |
at com.intellij.openapi.progress.impl.CoreProgressManager$2.run(CoreProgressManager.java:142) | |
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:446) | |
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:392) | |
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54) | |
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:127) | |
at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:126) | |
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:369) | |
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:744) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment