Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am using Talend Big Data Platform 6.0.1(enterprise edition) jdk=1.8.0_65 OS=win7, and no space in path for both talend and workspace
I am good with Standard job, it can run successfully,while for BigData Batch jobs it does not work
when I directly run the job it says
Starting job testSpark at 17:19 29/03/2016.
Error: Could not find or load main class demo.testspark_0_1.testSpark
[color=#3399ff]Job testSpark ended at 17:19 29/03/2016. [exit code=1][/color]
in .log
java.io.FileNotFoundException: C:\MySoft\Talend-Studio-20150908_1633-V6.0.1\temp\spark_export_testSpark.zip (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.zip.ZipFile.<init>(ZipFile.java:120)
at org.talend.repository.ui.utils.ZipToFile.unZipFile(ZipToFile.java:211)
at org.talend.designer.runprocess.java.AbstractJavaProcessor.unzipProcess(AbstractJavaProcessor.java:355)
....
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
while build the job it close the build window and no zip is generated.
Anyone can help ? Thanks in advance
xdshi wrote:
Hi,
Would you mind reporting a ticket on Talend Suuport Portal for your Talend Big Data Platform 6.0.1 enterprise edition? In this way, we can give you a remote assistance through support cycle with priority?
Best regards
Sabrina
zhouyuanhao wrote:
Hi
I am using Talend Big Data Platform 6.0.1(enterprise edition) jdk=1.8.0_65 OS=win7, and no space in path for both talend and workspace
I am good with Standard job, it can run successfully,while for BigData Batch jobs it does not work
when I directly run the job it says
Starting job testSpark at 17:19 29/03/2016.
Error: Could not find or load main class demo.testspark_0_1.testSpark
[color=#3399ff]Job testSpark ended at 17:19 29/03/2016. [exit code=1][/color]
in .log
java.io.FileNotFoundException: C:\MySoft\Talend-Studio-20150908_1633-V6.0.1\temp\spark_export_testSpark.zip (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.zip.ZipFile.<init>(ZipFile.java:120)
at org.talend.repository.ui.utils.ZipToFile.unZipFile(ZipToFile.java:211)
at org.talend.designer.runprocess.java.AbstractJavaProcessor.unzipProcess(AbstractJavaProcessor.java:355)
....
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
while build the job it close the build window and no zip is generated.
Anyone can help ? Thanks in advance