Filebot Node Errors
Posted: 08 Jun 2015, 05:33
Background/System information:
I am using a Synology DS414j running a MINDSPEED Comcerto C2000 CPU. I initially tried to setup filebot via SSH about a year ago but wasn't able to get the script running properly, I suspect due to my limited knowledge of linux. However when I saw Filebot Node was released I thought I would give that a try as it looked like it might be a little easier to set up. But after installing it through the Synology Package Centre I am running into errors. Here is some information, please let me know if you need anymore:
DiskStationNAS> java -version
java version "1.8.0_33"
Java(TM) SE Embedded Runtime Environment (build 1.8.0_33-b05)
Java HotSpot(TM) Embedded Client VM (build 25.33-b05, mixed mode)
DiskStationNAS> filebot -version
FileBot 4.6 (r3052) / Java(TM) SE Embedded Runtime Environment 1.8.0_33 (headless)
The Filebot Node Log accessible inside the Package Centre just says it is listening to the two ports (5452, 5453), nothing else.
The error message that pops up on clicking sysinfo when I first open the File Node Package inside DSM (line breaks added myself so it was all readable):
{"request":{"id":6,"headers":{},"options":{"method":"GET","url":"https://x:x/execute","params":{"fn":"sysinfo","SynoToken":"0MPoremFILME2","Cookie":"id=0MktQyO35Oy021430M4N001603"},
"useDefaultXhrHeader":false,"cors":true,"noCache":true},"async":true,"binary":false},"requestId":6,
"status":401,"statusText":"Unauthorized","responseText":"","responseXML":null}
I have looked through the forum to see if anyone else has reported similar issues. The main thing I am looking at the moment is the path for java. Although it seems to be working fine when I SSH, I know I didn't setup the path correctly because I used the "ln -s /path/to/jre/bin/java /usr/local/bin/java" command without using my own specific java directory.
Is this the root of my problems? If so how can I remove the generic path I entered and update it to the real path?
Thanks
I am using a Synology DS414j running a MINDSPEED Comcerto C2000 CPU. I initially tried to setup filebot via SSH about a year ago but wasn't able to get the script running properly, I suspect due to my limited knowledge of linux. However when I saw Filebot Node was released I thought I would give that a try as it looked like it might be a little easier to set up. But after installing it through the Synology Package Centre I am running into errors. Here is some information, please let me know if you need anymore:
DiskStationNAS> java -version
java version "1.8.0_33"
Java(TM) SE Embedded Runtime Environment (build 1.8.0_33-b05)
Java HotSpot(TM) Embedded Client VM (build 25.33-b05, mixed mode)
DiskStationNAS> filebot -version
FileBot 4.6 (r3052) / Java(TM) SE Embedded Runtime Environment 1.8.0_33 (headless)
The Filebot Node Log accessible inside the Package Centre just says it is listening to the two ports (5452, 5453), nothing else.
The error message that pops up on clicking sysinfo when I first open the File Node Package inside DSM (line breaks added myself so it was all readable):
{"request":{"id":6,"headers":{},"options":{"method":"GET","url":"https://x:x/execute","params":{"fn":"sysinfo","SynoToken":"0MPoremFILME2","Cookie":"id=0MktQyO35Oy021430M4N001603"},
"useDefaultXhrHeader":false,"cors":true,"noCache":true},"async":true,"binary":false},"requestId":6,
"status":401,"statusText":"Unauthorized","responseText":"","responseXML":null}
I have looked through the forum to see if anyone else has reported similar issues. The main thing I am looking at the moment is the path for java. Although it seems to be working fine when I SSH, I know I didn't setup the path correctly because I used the "ln -s /path/to/jre/bin/java /usr/local/bin/java" command without using my own specific java directory.
Is this the root of my problems? If so how can I remove the generic path I entered and update it to the real path?
Thanks