GitHub Plugin
Hello everyone
I am trying to set my GitHub credentials within the Github Plugin on Windows 7 (64-bit, Java 6) and on Ubuntu 12.04 (64-bit, Oracle JDK 6). On both OS the IntelliJ IDEA throws a ClassNotFoundException.
[ 88533] ERROR - plication.impl.ApplicationImpl - com/intellij/tasks/github/GithubApiUtil
java.lang.NoClassDefFoundError: com/intellij/tasks/github/GithubApiUtil
at org.jetbrains.plugins.github.GithubUtil.retrieveCurrentUserInfo(GithubUtil.java:101)
at org.jetbrains.plugins.github.GithubUtil.testConnection(GithubUtil.java:94)
at org.jetbrains.plugins.github.GithubUtil.access$000(GithubUtil.java:52)
at org.jetbrains.plugins.github.GithubUtil$3.compute(GithubUtil.java:219)
at org.jetbrains.plugins.github.GithubUtil$3.compute(GithubUtil.java:215)
at org.jetbrains.plugins.github.GithubUtil$1.run(GithubUtil.java:75)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:469)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl.java:288)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:218)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:169)
at com.intellij.openapi.application.impl.ApplicationImpl$8$1.run(ApplicationImpl.java:641)
at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:434)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:145)
Caused by: java.lang.ClassNotFoundException: com.intellij.tasks.github.GithubApiUtil PluginClassLoader[org.jetbrains.plugins.github, null]
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:77)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 20 more
Google did not find any existing issues so I'd like to ask the community if you know that problem. Is Jetbrains aware of that issue?
Best regards
Silvio
请先登录再写评论。
Hello Silvio,
Please enable the Tasks Integration plugin in Settings | Plugins.
The problem has already been fixed: http://youtrack.jetbrains.com/issue/IDEA-89712 so the fix must arrive in the next update.