janotav / ali-idea-plugin

HP ALI support for Intellij IDEA
Apache License 2.0
8 stars 10 forks source link

Exception is thrown in HP ALI plugin #1

Open jusio opened 10 years ago

jusio commented 10 years ago

Sometimes IDEA reports following exception to be thrown from HP ALI plugin (plugin itself works normally)

Already disposed: Project (Disposed) scm: Already disposed: Project (Disposed) scm java.lang.AssertionError: Already disposed: Project (Disposed) scm at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:196) at com.hp.alm.ali.idea.rest.RestService.getModelCustomization(RestService.java:286) at com.hp.alm.ali.idea.entity.EntityEditManager.connectedTo(EntityEditManager.java:193) at com.hp.alm.ali.idea.rest.RestService$6.fire(RestService.java:312) at com.hp.alm.ali.idea.rest.RestService$6.fire(RestService.java:310) at com.hp.alm.ali.idea.services.WeakListeners.fire(WeakListeners.java:27) at com.hp.alm.ali.idea.rest.RestService.fireServerTypeEvent(RestService.java:310) at com.hp.alm.ali.idea.rest.RestService.setServerType(RestService.java:306) at com.hp.alm.ali.idea.rest.RestService.access$100(RestService.java:40) at com.hp.alm.ali.idea.rest.RestService$5.run(RestService.java:244) at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:454) 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:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:152)

vkravets commented 10 years ago

Which version of IDEA are you using?

jusio commented 10 years ago

@vkravets I use IDEA 12.1.6 on Windows and JDK 7 I've reported this just for evidence (Vojta already knows the details, he sits 2 meters from me =)