Re: Could not load the task's invokable class.

2015-11-04 Thread Robert Metzger
It seems that Eclipse's export jar functionality is broken. But since maven is working properly, I assume the issue is resolved. For the other error, can you post the source code of the main() method somewhere? There are some hints how to resolve the issue in the exceptions (use of .returns() anno

Re: Could not load the task's invokable class.

2015-11-03 Thread Saleh
Hi Stephan, Thanx for the response. Actually I am using Maven and below are all Flink dependencies I have in my pom.xml file. / org.apache.flink flink-core 0.9.1 provided

Re: Could not load the task's invokable class.

2015-11-02 Thread Stephan Ewen
Hi! You probably miss some jars in your classpath. Usually Maven/SBT resolve that automatically, so I assume you are manually constructing the classpath here? For this particular error, you probably miss the "flink-streaming-core" (0.9.1) / "flink-streaming-java" (0.10) in your classpath. I woul