Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Could not create context group

Hi,

when i right click on the context and click "Create context group"  window is not pooping up to create a context group.

 

Labels (3)
3 Replies
Anonymous
Not applicable
Author

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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

Anonymous
Not applicable
Author

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!!

Anonymous
Not applicable
Author

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