Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
when i right click on the context and click "Create context group" window is not pooping up to create a context group.
Hello,
Could you please indicate on which talend build version you got this issue? Don't you have anything in the View "Error log"? Go to
Menu “Window > Show view > General > Error Log”.
Best regards
Sabrina
The library that I got from Talend was not complete, go to Window-->Show View--> Error Log
you will see Unhandled event loop exception
java.lang.NoClassDefFoundError: ca/odell/glazedlists/TreeList$ExpansionModel
Although it is showing that the lib is installed it does not have all the classes.
download the lib from http://www.java2s.com/Code/Jar/g/Downloadglazedlistsjava15190jar.htm
and installed it in
TOS_DI-20180411_1414-V7.0.1\configuration\.m2\repository\org\talend\libraries\glazedlists_java15-1.9.0\6.0.0
add the version number that is in the pom to the jar name.
my pom looks like this :
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.talend.libraries</groupId>
<artifactId>glazedlists_java15-1.9.0</artifactId>
<version>6.0.0</version>
<description>Generated by Talend</description>
</project>
Finally Restart Talend and it should work!!
Hello,
There might some items not loaded into studio successfully. Feel free to let us know if this issue repro on your side.
Best regards
Sabrina