Re: Updates don't be applied

2019-08-27 Thread Marco Rossi
t;> Assuming the paths do exist and the file is executable, are you sure >>> you are not running in some new fancy macOS sandbox that is >>> disallowing you to execute external binaries? >>> >>> >>> M, I’m suspecting something similar as Emilian suggest

Re: Updates don't be applied

2019-08-01 Thread Marco Rossi
ll take a closer look. >> >> Thank you guys. >> >> Marco >> >> >> -Original Message- >> From: Marco Rossi >> Sent: Wednesday, July 31, 2019 3:24 PM >> To: List NetBeans Mailing >> Subject: Re: Updates don't be applied

Re: Updates don't be applied

2019-08-01 Thread Chris Mackey
look. > > Thank you guys. > > Marco > > > -Original Message----- > From: Marco Rossi > Sent: Wednesday, July 31, 2019 3:24 PM > To: List NetBeans Mailing > Subject: Re: Updates don't be applied > > Hi to all, > after further investigations I found the

Re: Updates don't be applied

2019-07-31 Thread Marco Rossi
a...@markreds.it>> > Sent: Wednesday, July 31, 2019 3:24 PM > To: List NetBeans Mailing <mailto:users@netbeans.apache.org>> > Subject: Re: Updates don't be applied > > Hi to all, > after further investigations I found the following erro

RE: Updates don't be applied

2019-07-31 Thread Joseph Huber
TX 76017 Cell: 682-777-8374 jhu...@stanref.com -Original Message- From: Marco Rossi Sent: Wednesday, July 31, 2019 3:24 PM To: List NetBeans Mailing Subject: Re: Updates don't be applied Hi to all, after further investigations I found the following error occurs: java.io.IOExcepti

Re: Updates don't be applied

2019-07-31 Thread Emilian Bold
Assuming the paths do exist and the file is executable, are you sure you are not running in some new fancy macOS sandbox that is disallowing you to execute external binaries? You could add a simple action and see if you can run something yourself with ProcessBuilder. --emi --emi On Wed, Jul 3

Re: Updates don't be applied

2019-07-31 Thread Marco Rossi
Hi to all, after further investigations I found the following error occurs: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl