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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

error creating metadata from csv file

Hello

 

Hello

I installed talend and i set talentd*.ini file to

 

-vm
C:\TALEND\Client_701\jre1.8.0_131\bin\server\jvm.dll
-vmargs
-Xms512m
-Xmx1536m
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-vm C:\Program Files\Java\jdk1.8.0_201\bin

 

I am getting the following error

 

object is not an instance of declaring class
Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Who can help me on this?

 

thanks

Labels (2)
1 Solution

Accepted Solutions
JR1
Creator III
Creator III

You have spaces in your vm directory. Please try

-vm "C:\Program Files\Java\jdk1.8.0_201\bin"

Furthermore, you are setting "-vm" twice and I believe the first line in your ini is wrong. Try removing it.

Not sure if this solves your issue though.

View solution in original post

1 Reply
JR1
Creator III
Creator III

You have spaces in your vm directory. Please try

-vm "C:\Program Files\Java\jdk1.8.0_201\bin"

Furthermore, you are setting "-vm" twice and I believe the first line in your ini is wrong. Try removing it.

Not sure if this solves your issue though.