Re: "org.apache.flink.client.program.ProgramInvocationException: Unknown I/O error while extracting contained jar files

2018-11-08 Thread Dawid Wysakowicz
Hi, Could you post the full stacktrace of the exception? Best, Dawid On 05/11/2018 09:19, wangziyu wrote: > Hi, > I use monitor Restful api ,“/jars/{jars}/run” to test my environment.The > exception is happend. > I did exactly that: > 1.I use “/jars/upload” to upload my jar. > 2.I wante

"org.apache.flink.client.program.ProgramInvocationException: Unknown I/O error while extracting contained jar files

2018-11-05 Thread wangziyu
Hi, I use monitor Restful api ,“/jars/{jars}/run” to test my environment.The exception is happend. I did exactly that: 1.I use “/jars/upload” to upload my jar. 2.I wanted to test my jar. That is all. How can I solve this exception. -- Sent from: http://apache-flink-user-mailing-list-ar

Re: Unknown I/O error while extracting contained jar files

2017-02-22 Thread Robert Metzger
> why i get this exception? > > Thanks. > > > org.apache.flink.client.program.ProgramInvocationException: Unknown I/O > error while extracting contained jar files. > > at org.apache.flink.client.program.PackagedProgram. > extractContainedLibraries(PackagedProgram.java:754) > > at org.apac

Unknown I/O error while extracting contained jar files

2017-02-22 Thread Chris Chang
when i executor ./bin/flink run -c myMainClass myjar.jar i got the following exception. and it's work fine when i run unzip myjar.jar why i get this exception? Thanks. org.apache.flink.client.program.ProgramInvocationException: Unknown I/O error while extracting contained jar files