I am running the following:
Filebot v4.6 (3028) with the CLI installed via Brew
Java 1.8.0_66 (64 bit)
Mac OS X v10.11.2, x86_64
Vuze V5.7.0.0/4 az3
'Command Runner' log from Vuze:
Executing: filebot -script fn:amc --output "/Users/myuser/Downloads/Torrents" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=Uncategorised" "ut_state=%S" "ut_title=Survivor.S31E15.HDTV.x264-FUM[ettv]" "ut_kind=multi" "ut_file=" "ut_dir=/Users/myuser/Downloads/Torrents/Survivor.S31E15.HDTV.x264-FUM[ettv]" excludeList=amc.txt
Error: Select all
 Unable to run "filebot -script fn:amc --output "/Users/myuser/Downloads/Torrents" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=Uncategorised" "ut_state=%S" "ut_title=Survivor.S31E15.HDTV.x264-FUM[ettv]" "ut_kind=multi" "ut_file=" "ut_dir=/Users/myuser/Downloads/Torrents/Survivor.S31E15.HDTV.x264-FUM[ettv]" excludeList=amc.txt".
java.io.IOException: Cannot run program "filebot": error=2, No such file or directory
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
    at java.lang.Runtime.exec(Runtime.java:620)
    at java.lang.Runtime.exec(Runtime.java:450)
    at java.lang.Runtime.exec(Runtime.java:347)
    at com.aelitis.azureus.plugins.azexec.AzExecPlugin$7.run(AzExecPlugin.java:243)
    at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl.callWithPluginThreadContext(UtilitiesImpl.java:1092)
    at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl$4.run(UtilitiesImpl.java:483)
    at org.gudy.azureus2.core3.util.AEThread2$threadWrapper.run(AEThread2.java:294)
Caused by: java.io.IOException: error=2, No such file or directory
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
    at java.lang.ProcessImpl.start(ProcessImpl.java:134)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
    ... 7 more