Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
I wanted to start developing custom components. But I keep running into issue already when trying to create a project.
Neither the online platform nor the intellij plugin in (1.62.1) seem to work.
The online starter at starter-toolkit.talend.io
Returns a 500 code when trying to create a ZIP export. Trying to create via github does not work either.
The intellij plugin runs into multiple exceptions rooting in a "MustacheException".
One example:
com.github.mustachejava.MustacheException: Failed to get value for value.key
I do have Oracle Open JDK 1.8 u391 installed and selected for the project in intellij. But quite frankly, I dont understand why I have to use it when Talend 8.0.1 runs on Java 11 and is currently implementing Java 17 support.
I would like to understand why both approaches fail and how I can start working on my first TCK project.
Cheers,
Sven
Hello,
You can find the open source TCK components here:
https://github.com/Talend/connectors-se
Could you please see if you're able to compile these?
Meanwhile I let the team know that the zip download from the starter-toolkit doesn't work.
Hi,
Thanks for the response and taking care of the zip download.
To your question:
I am able to compile a couple of those components. I tested: couchbase, newjdbc, salesforce.
For some I run into compile errors jira for instance.
Also the question again: Why do I have to choose the Oracle JDK 1.8?
Hello,
I'm facing the same error of "com.github.mustachejava.MustacheException: Failed to get value for value.key"" when trying to create the projet with TCK in intellij. I have tried several times but always the same problem.
Have you resolved the problem please ?
Thanks
Hello. I have the same issue. No way to create a component using TCK. Here with JDK 21 download from oracle using Intelligi in linux ubuntu 22. Getting "com.github.mustachejava.MustacheException: Failed to get value for value.key" in a alert in the IDE.
Looking for solutions.
Hello,
This is a bug that should be fixed on next release 1.63.0 (should be released next week).
Meanwhile, you can follow tutorial on our framework documentation
https://talend.github.io/component-runtime/main/latest/tutorial-create-an-input-component.html
(a sample pom.xml is shown) Or inspire you with our OSS connectors here : https://github.com/Talend/connectors-se
Best regards
Hello,
For your information, Exact same issue with the new version. also not working on IntelliJ with the plugin.
Hello everybody,
I can confirm. Neither the ZIP download works nor the intellij Plugin.
This is very frustrating and quite disappointing.
@Talend do you have an estimate when this will be fixed eventually?
Hello Everyone,
The latest release was deployed today which was tested ok. Please try it now.
Hi bgunics, I can confirm. Both, the download and the intellij plugin work now accordingly. Thanks.