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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] "Execution failed : null" error after first time Talend install

I am experiencing Execution failed : null error followed by this error when I run twice. It is a simple sample job with tRowGenerator. I am getting the same error irrespective of job.
Execution failed : Unresolved compilation problems: 
    The import java.util.Arrays cannot be resolved
    The import java.util.regex.Pattern cannot be resolved
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved
    Pattern cannot be resolved to a type
    Pattern cannot be resolved
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Pattern cannot be resolved
    The method replace(char, char) in the type String is not applicable for the arguments (String, String)
    The method replace(char, char) in the type String is not applicable for the arguments (String, String)
    Pattern cannot be resolved to a type
    Pattern cannot be resolved to a type
    Arrays cannot be resolved
    Arrays cannot be resolved
    java.util.Map.Entry cannot be resolved to a type
    The method entrySet() from the type Map<String,Parameter> refers to the missing type Map$Entry
    The method contains(CharSequence) from the type String refers to the missing type CharSequence
Talend Version:
Talend Enterprise Data Integration
Version: 5.3.1.r104014
Java Version:
jdk1.8.0_11
System:

Is there a setting that I am missing somewhere?
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Updated the java version to an older one and re-installed Talend. It is working now.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Updated the java version to an older one and re-installed Talend. It is working now.