Search found 7 matches

by macdis
31 Dec 2024, 08:27
Forum: macOS
Topic: "A fatal error has been detected by the Java Runtime Environment"
Replies: 3
Views: 4962

Re: "A fatal error has been detected by the Java Runtime Environment"

Adding this environment variable to the docker run command solves the problem on the M4 machine: -e JAVA_OPTS=-XX:UseSVE=0 I noticed a post on the Github issue you linked to, which says: "This issues happens on JDK/JRE 18-23, JDK 17 does not have this issue". So presumably this problem will go away ...
by macdis
31 Dec 2024, 08:20
Forum: macOS
Topic: "A fatal error has been detected by the Java Runtime Environment"
Replies: 3
Views: 4962

Re: "A fatal error has been detected by the Java Runtime Environment"

Sorry, I actually meant to include the log and then forgot. /data/filebot/hs_err_pid43.log # # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=0x0000fa6d6bd40c5c, pid=43, tid=44 # # JRE version: (21.0.5+11) (build ) # Java VM: OpenJDK 64-Bit Server VM (21.0.5 ...
by macdis
31 Dec 2024, 07:57
Forum: macOS
Topic: "A fatal error has been detected by the Java Runtime Environment"
Replies: 3
Views: 4962

"A fatal error has been detected by the Java Runtime Environment"

I have an M4 Pro Macbook and an M2 Pro Mac Mini, and use Filebot CLI via Docker and Colima. I have a Filebot license. Everything works on the Mini but on the Macbook, any command throws "A fatal error has been detected by the Java Runtime Environment". For example: Command: $ docker run --rm -it -e ...
by macdis
05 Dec 2022, 00:04
Forum: Synology NAS & Embedded Linux
Topic: Filebot Node curl for tasks and SynoAPI
Replies: 2
Views: 4161

Re: Filebot Node curl for tasks and SynoAPI

Cool, thanks! That's kind of what I thought the answer would be. For those interested, the Developer's Guide for DSM Login Web API details how a non-human, automated login and logout can work and I did use it experimentally to generate the curl calls to run FileBot tasks. It worked. But I didn't ...
by macdis
04 Dec 2022, 07:16
Forum: Synology NAS & Embedded Linux
Topic: Filebot Node curl for tasks and SynoAPI
Replies: 2
Views: 4161

Filebot Node curl for tasks and SynoAPI

Hi. I have a Synology DS220+ running DSM 7.1.1-42962 and the Filebot Node package. Is it possible to fully automate (i.e., make non-interactive) the process of running a Filebot task from within a Docker container? For example, I was wondering how the curl command for running Filebot tasks is ...
by macdis
03 Dec 2022, 15:15
Forum: Synology NAS & Embedded Linux
Topic: Unable to connect to FileBot Node web interface
Replies: 3
Views: 4499

Re: Unable to connect to FileBot Node web interface

Ahhh, I see. I guess I was misled by the LAN-accessibility of the docker-compose method of using FileBot Node. May I ask, then, whether there any other interesting advantages or disadvantages to using either the package or docker-compose methods?
by macdis
02 Dec 2022, 23:11
Forum: Synology NAS & Embedded Linux
Topic: Unable to connect to FileBot Node web interface
Replies: 3
Views: 4499

Unable to connect to FileBot Node web interface

Hi. I have a newly installed Synology DS220+ running DSM 7.1.1-42962. I'm trying to run FileBot Node 0.4.3 and I can't open the web interface. I get an "unable to connect" message. I'm logged in to an admin user account (but not the "admin" account). The package interface works fine (if I just "open ...