Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using Talend Open Studio for Big Data, Version: 6.4.0
I have created a talend job and want to create the war file for deploying to the server. For this i click on "Build Job" by right clicking on the "Job Designs". But the "Build Job" doesn't show any pop-up window that it is supposed to do. It just gives a small jerk on the mouse, and remains as is.
Any suggestions to fix this?
Thanks!
Jiju
Hello,
As of 6.4.1 product management has deprecated the build job to Axis WebService (WAR) as shown in the following documentation:
https://help.talend.com/reader/uCysbjfyKZbxWfRj_OAB4w/iWkjCqiEcUwyIA9sshQxLg
Could you please try to use V 6.3 to see if it works?
Best regards
Sabrina
Can you upload any log? Is your job running when you click on run?
yes, i am able to run job by clicking on run.
Now sure where to look for logs. couldn't find them
Hello,
Can you please upload the log message? Which is located in <Talend Studio installation path>/workspace/.metadata/.log
Best regards
Sabrina
here is the log:
!SESSION 2017-06-13 12:38:55.680 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_40
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -keyring /Users/jjaco09/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/jjaco09/.eclipse_keyring -showlocation
!ENTRY org.eclipse.equinox.ds 4 0 2017-06-13 12:38:56.360
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.ds [4]
Unresolved requirement: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.compare.win32 4 0 2017-06-13 12:39:02.922
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [87]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.compare.win32 4 0 2017-06-13 12:39:05.155
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [87]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1498)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.core.net 1 0 2017-06-13 12:39:07.728
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
!ENTRY org.eclipse.emf.ecore 2 0 2017-06-13 12:39:11.943
!MESSAGE Both 'org.talend.model' and 'org.talend.model' register a package for 'platform:/resource/org.talend.model/model/TalendFile.xsd'
!ENTRY org.talend.platform.logging 1 0 2017-06-13 12:40:54.299
!MESSAGE 2017-06-13 12:40:54,296 INFO org.talend.repository.ui.login.LoginProjectPage - validate updatesite...
Just wondering if anyone has any suggestions to solve this?
Thanks for your help!
Jiju
Hello,
You are using java 1.8.0_40?
So far, Talend is only supported on Java CPS Versions, not Java PSU.
Could you please take a look at this article:http://www.oracle.com/technetwork/java/javase/cpu-psu-explained-2331472.html?
Let me know if it works when you use java 1.8.0_41 instead (java CPS version).
Best regards
Sabrina
alright.
But i just checked with another person working on in my office; and he seems to have the same java version as mine; and he is able to do a build.
Hello,
In addition, could you please execute java -version in command prompt to see if your java environment is set correctly?
Best regards
Sabrina
Hi,
Yes, i tried the java -version command and compared it with a colleague and it was the same as mine. That person is able to build it properly; while i can't.
java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
Thanks!
Jiju