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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can't build standalone job with Talend Studio 6.4.1 / Windows Server 2012

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,

Labels (3)
13 Replies
Anonymous
Not applicable
Author

Hi
What is your JDK version? Can you please provide the log file which is located in <studio installation dir/workspace/.metadata/>?

Regards
Shong
Anonymous
Not applicable
Author

Hi,
JKD version is 1.8.0_144. Please see attached the log file.


talend.log
Anonymous
Not applicable
Author

Hi,
JKD version is 1.8.0_144. Please see attached the log file.

Thx


talend.log
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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,

Anonymous
Not applicable
Author

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>

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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

 

 

Anonymous
Not applicable
Author

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