Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
EQuinton1618581498
Contributor
Contributor

After install of a new version, unable to run a job

Hi,

I've this message when I run a job:

Starting job a10_parametres at 15:48 16/04/2021.

Error: -cp requires class path specification

Job a10_parametres ended at 15:48 16/04/2021. [exit code = 1]

And the log:

!ENTRY org.talend.platform.logging 1 0 2021-04-16 13:42:21.498

!MESSAGE 2021-04-16 13:42:21,498 INFO org.talend.designer.core.runprocess.Processor - CommandLine: /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dfile.encoding=UTF-8 -Dencryption.keys.file=/opt/TOS_DI-Win32-20200219_1130-V7.3.1/configuration/studio.keys -cp -Dtalend.component.manager.m2.repository=/opt/TOS_DI-Win32-20200219_1130-V7.3.1/configuration/.m2/repository /home/quinton/Documents/talend_ws/DYLAQ/poms/jobs/process/o_naiadechimie/a10_parametres_0.1/target/classpath.jar: dylaq.a10_parametres_0_1.a10_parametres --context=dev --stat_port=3666 "$@"

The -cp argument is empty, but I don't know how to change it.

Thanks,

Eric.

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

What's OS are you using? Did you install openjdk zulu 11?

Here is online installation guide about: TalendHelpCenter: Compatible Java Environments

Is there any error message in studio log? Which is located in <Talend Studio installation path>/workspace/.metadata/.log   

Best regards

Sabrina

EQuinton1618581498
Contributor
Contributor
Author

Hello,

I was in vacation last week, sorry for my late reply.

I'm working with Ubuntu 20.04. Here is my Java version:

java --version

openjdk 11.0.10 2021-01-19

OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04)

OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)

 

The previous version (20190620) worked fine.

Thanks,

Eric