Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
babasss
Contributor
Contributor

Intellij doesn't start

Hello,

I tried to use the Talend Component Kit Module (with Intellij) but all the times after the menu "New Project" when i click on "Next", it freeze !

I tried different JDK version (1.8, 1.11, 1.12 from Oracle) and the same result.

Did I miss something ? Someone experienced the same way ?

Thks

NB : I post on Talend because, when I tried to start a new project with a "classic" module (like Maven), i can open Intellij an start to code.

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

8 Replies
Anonymous
Not applicable

Hello @babasss,

Can you try with the plugin v1.1.10?
We fixed it normally in last release.
babasss
Contributor
Contributor
Author

Thanks for your answer, but where I can find the 1.1.10 (because on Intellij market place, there is only the 1.1.7 available) ?

Anonymous
Not applicable

Yes, seems we got an error during the release, it will be on https://plugins.jetbrains.com/plugin/10558-talend-component-kit/versions very soon, in the meantime you can grab it on central at http://repo.maven.apache.org/maven2/org/talend/sdk/component/talend-component-kit-intellij-plugin/1.....

 

babasss
Contributor
Contributor
Author

Thanks, Intellij starts now 🙂

abhinav5
Contributor
Contributor

I am getting same error. could you please let me know which version of Talend Component Kit Module is compatible with intellij -2019.1.4 version. 

Anonymous
Not applicable

Hi @abhinav ,

 

did you install v 1.1.12.0 available in idea or https://plugins.jetbrains.com/plugin/10558-talend-component-kit/versions ?

 

 

abhinav5
Contributor
Contributor

yes, I have install latest version v 1.1.12.0,but didn't work for me. getting below error message -

java.lang.IllegalStateException: The DialogWrapper can only be used in event dispatch thread. Current thread: Thread[ApplicationImpl pooled thread 38,4,Idea Thread Group]
at com.intellij.openapi.ui.DialogWrapper.ensureEventDispatchThread(DialogWrapper.java:2104)
at com.intellij.openapi.ui.DialogWrapper.init(DialogWrapper.java:1247)

Anonymous
Not applicable

Hello @abhinav 

When are you getting this exception exactly ? do you still have the full stacktrace ?

 

Thanks