openpim / talend

Apache License 2.0
6 stars 5 forks source link

Error importing component OpenPim #3

Closed borisdagnon closed 11 months ago

borisdagnon commented 11 months ago

Hi, I imported the OpenPim components with the following command: java -jar pim-components.car studio-deploy <DIRECTORY WHERE Talend IS INSTALLED> but i get an error when restarting Talend. image

openpim commented 11 months ago

Hi @borisdagnon,

Can you please clarify what Talend version you are using? If you are using Talend 8 please make sure that you are using java version 11 (this is quite old version) instead of something else because Talend requires java 11.

Thanks, Slava Pedak

borisdagnon commented 11 months ago

Hi, I'm using the version 8.0.1.20211109_1610 of Talend. And i specified the version 11 of Java in the config. image

Thanks.

openpim commented 11 months ago

Hi @borisdagnon,

But what jdk are you using to start Talend? You should take a look into TOS_DI-win-x86_64.ini file. You can specify the java version there like

-vm C:\Program Files\Java\jdk-11.0.16.1\bin -vmargs -Xms512m -Xmx1536m ...

Thanks, Slava Pedak

borisdagnon commented 11 months ago

Sorry, This is what i'm having now. image

borisdagnon commented 11 months ago

Sorry, This is what i'm having now. image

I found the source of the error. After addind what you told me, my also added the env variable JAVA in windows, adn now it's working. Thanks

openpim commented 11 months ago

Hi,

The path C:\Program Files\Java\jdk-11.0.16.1\bin is just an example, this is path I have at my computer. You should provide your real path there.

Thanks, Slava Pedak