yogendra / ivyidea

Automatically exported from code.google.com/p/ivyidea
0 stars 0 forks source link

Fatal error resolving jars #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm running Intellij 11.1.1 on Windows 7.
I upgraded to IvyIDEA 1.0.10 (I think) and invoked Ivy Resolve for my module.  
Although I think it may have resolved the libraries, I get this:

Access is allowed from event dispatch thread only.
Details: Current thread: Thread[ApplicationImpl pooled thread 15,4,Idea Thread 
Group] 24958400
Our dispatch thread:Thread[AWT-EventQueue-1 11.1.1#IU-117.117, eap:false,6,Idea 
Thread Group] 32598031
SystemEventQueueThread: Thread[AWT-EventQueue-1 11.1.1#IU-117.117, 
eap:false,6,Idea Thread Group] 32598031
java.lang.Throwable
    at com.intellij.openapi.diagnostic.Logger.error(Logger.java:61)
    at com.intellij.openapi.application.impl.ApplicationImpl.d(ApplicationImpl.java:985)
    at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:969)
    at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.getToolWindow(ToolWindowManagerImpl.java:848)
    at org.clarent.ivyidea.intellij.IntellijUtils.getToolWindow(IntellijUtils.java:72)
    at org.clarent.ivyidea.intellij.IntellijUtils.getConsoleView(IntellijUtils.java:68)
    at org.clarent.ivyidea.ivy.IvyUtil.registerConsoleLogger(IvyUtil.java:162)
    at org.clarent.ivyidea.ivy.IvyUtil.createConfiguredIvyEngine(IvyUtil.java:141)
    at org.clarent.ivyidea.ivy.IvyManager.getIvy(IvyManager.java:44)
    at org.clarent.ivyidea.ResolveForActiveModuleAction$1.doResolve(ResolveForActiveModuleAction.java:53)
    at org.clarent.ivyidea.intellij.task.IvyIdeaResolveBackgroundTask.run(IvyIdeaResolveBackgroundTask.java:80)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:469)
    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.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:378)
    at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:434)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:145)

Original issue reported on code.google.com by cosaf...@gmail.com on 15 Apr 2014 at 11:38

GoogleCodeExporter commented 9 years ago
Sorry, forgot to mention: I'm using jdk 1.6.0_31

Original comment by cosaf...@gmail.com on 15 Apr 2014 at 11:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r286.

Original comment by maarten....@gmail.com on 15 Apr 2014 at 9:50

GoogleCodeExporter commented 9 years ago
It may have been fixed in 0.9-beta6, but it's broken again in ivyidea-1.0.10 - 
which I assume is more recent.  It's also the version you get when Intellij 
tells you that you have an outdated version of IvyIDEA so you agree to upgrade

Original comment by cosaf...@gmail.com on 16 Apr 2014 at 9:58

GoogleCodeExporter commented 9 years ago
Yes thanks for the report, so it has been fixed by the commit I've made 
yesterday. This will be part of the next release.

Original comment by maarten....@gmail.com on 16 Apr 2014 at 10:17