Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to build a standalone job with Talend Studio 6.4.1 running on Windows Server 2012 but I get the following error :
[ERROR] Failed to execute goal (default) on project Incremental_of_Extract_Socalait: Failed to create assembly: Artifact: org.talend.code.socalait:routines:jar:6.4.1 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 1]
Any suggestions?
Best Regards,
Hello,
Talend is only supported on Java CPS Versions, not Java PSU.
Please take a look at: http://www.oracle.com/technetwork/java/javase/cpu-psu-explained-2331472.html.
Is it working when you use java CPS version instead?
Best regards
Sabrina
Thanks for your answer. However, I'm not sure which version I'm downloading from the Oracle website. Would you have a download link to share please?
Best Regards,
HI,
I have the same issue with Talend Big Data 6.4.1 and java 1.8.0_151 on windows server 2012
I'm not able to deploy my job.
What's the solution ?
C:\Users\talend.ch>java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
C:\Users\talend.ch>
Hello gvigneron,
Does this issue repro on all your jobs or a specific job? Did you set the JAVA_HOME Environment variable correctly?
Please define your JAVA_HOME environment variable so that they point to the JDK installation directory.
For example: C:/Java/jdk1.8.0_151 and add the previously defined JAVA_HOME variable to the Path environment variable, such as: <PathVariable>;%JAVA_HOME%\bin
Best regards
Sabrina
HI,,
Thanks for the answer.
It doesn't work. I have still issue even with a new empty job in the workspace.
The dploy/build job is broken
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\talend.ch>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.8.0_151;%JAVA_HOME%\bin
C:\Users\talend.ch>i
Hi,
Would you mind re-installing your studio 6.4..1 to see if you can build standalone job without error?
We cannot repro your issue on our end.
Best regards
Sabrina