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

Assertion failed: Intention Description Dir URL is null: Convert all properties to TornadoFX properties #14

Closed
sergej-koscejev opened this issue Dec 18, 2016 · 6 comments

Comments

@sergej-koscejev
Copy link

Got this exception after installing the plugin and opening LoginApp.kt in tornadofx-samples.

Assertion failed: Intention Description Dir URL is null: Convert all properties to TornadoFX properties; ConvertAllPropertiesToFX, PluginClassLoader[no.tornado.tornadofx.idea, 1.5.8.1]
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:168)
	at com.intellij.codeInsight.intention.impl.config.IntentionActionMetaData.getDirURL(IntentionActionMetaData.java:109)
	at com.intellij.codeInsight.intention.impl.config.BeforeAfterActionMetaData.getDescription(BeforeAfterActionMetaData.java:155)
	at com.intellij.codeInsight.intention.impl.config.IntentionManagerSettings.a(IntentionManagerSettings.java:164)
	at com.intellij.codeInsight.intention.impl.config.IntentionManagerSettings.registerMetaData(IntentionManagerSettings.java:155)
	at com.intellij.codeInsight.intention.impl.config.IntentionManagerSettings.registerIntentionMetaData(IntentionManagerSettings.java:73)
	at com.intellij.codeInsight.intention.impl.config.IntentionManagerImpl.registerIntentionAndMetaData(IntentionManagerImpl.java:145)
	at com.intellij.codeInsight.intention.impl.config.IntentionManagerImpl.registerIntentionAndMetaData(IntentionManagerImpl.java:122)
	at com.intellij.codeInsight.intention.impl.config.IntentionManagerImpl.a(IntentionManagerImpl.java:95)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:223)
	at com.intellij.util.Alarm$Request$1.run(Alarm.java:387)
	at com.intellij.util.Alarm$Request.run(Alarm.java:398)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:237)
	at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:210)
	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:745)
@edvin
Copy link
Owner

edvin commented Dec 18, 2016

I think this has to do with missing plugin meta data somehow, but I haven't been able to figure out what's missing. It doesn't seem to make any problems, right? I'll investigate further.

@edvin
Copy link
Owner

edvin commented Dec 18, 2016

Ah, I figured it out. Working on a fix now.

edvin pushed a commit that referenced this issue Dec 18, 2016
@edvin
Copy link
Owner

edvin commented Dec 18, 2016

Fixed :)

@edvin edvin closed this as completed Dec 18, 2016
@slabo
Copy link

slabo commented Mar 23, 2018

so what fixed this? I keep getting this error at my computer at work.

@edvin
Copy link
Owner

edvin commented Mar 23, 2018

Post the code in the class and your exact stack trace.

@rgrebski
Copy link

rgrebski commented Jul 2, 2019

@slabo @edvin see referenced commit: a48d700

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

4 participants