Re: has insufficient permissions to access it - Error

2017-04-12 Thread Nico Kruber
I'm not sure whether it needs to be absolute, but you apparently gave it an absolute file path (starting with "/") so that's where it is looking for the file. Nico On Wednesday, 12 April 2017 18:04:36 CEST Kaepke, Marc wrote: > Hi Nico, > > so I need an absolute file path? Because I moved the

Re: has insufficient permissions to access it - Error

2017-04-12 Thread Kaepke, Marc
Hi Nico, so I need an absolute file path? Because I moved the file into my project and IntelliJ did an autocomplete for the file path How can I use a relative file path? Because I work on two different systems Marc > Am 11.04.2017 um 10:19 schrieb Nico Kruber : > > Hi Marc, > the file path d

Re: has insufficient permissions to access it - Error

2017-04-11 Thread Nico Kruber
Hi Marc, the file path doesn't look quite right, unless you really have such an (absolute!) file path. Nico On Saturday, 8 April 2017 17:41:28 CEST Kaepke, Marc wrote: > Hi, > > if I run my small Gelly application on IntelliJ (macOS and Ubuntu as well) I > have this error: > > Caused by: java.

has insufficient permissions to access it - Error

2017-04-08 Thread Kaepke, Marc
Hi, if I run my small Gelly application on IntelliJ (macOS and Ubuntu as well) I have this error: Caused by: java.io.FileNotFoundException: File /org/apache/flink/gelly/gellyTutorials/out.munmun_twitter_social does not exist or the user running Flink ('marc') has insufficient permissions to ac