FileBot containers


Recommended Posts

On 2/26/2017 at 5:17 AM, rednoah said:

If you want to use my docker images, then you need basic command-line skills.

 

Running docker will automatically download images from Docker Hub. It'll work on any Linux device regardless of whether or not it's Unraid.

 

e.g.


docker run -it -v $PWD:/volume1 -v data:/data rednoah/filebot -script fn:sysinfo

 

 

EDIT:

 

Creating docker-template files for the community repository for my docker containers is left to the unRAID community. I'm happy to accept pull requests.

Any ideas why the -script fn:configure on the filebot:watcher only allows to introduce the username for opensubtitles? 

Link to comment

So I am having an issue.  One I get an error message

 

/config/scripts/cleaner.groovy: No such file or directory

/config/scripts/cleaner.groovy: No such file or directory

And two, my files get moved over but they do not get cleaned up in the original directory.  Clean=Y  Please help!

Link to comment

I unfortunately don't have any basic command-line skills, and have always relied on a GUI in order to do what I need to do.  Is there any basic tutorial for how to edit the configurations, or can someone point me in the right direction to learn how to utilize this docker properly? So far, I've been able to properly assign the input/output directories.  It copies and renames the files over (with the most basic attributes, title only) but still keeps the original folder in the input directory.

Link to comment
On 14.3.2017 at 3:39 PM, pro9c3 said:

I unfortunately don't have any basic command-line skills, and have always relied on a GUI in order to do what I need to do.  Is there any basic tutorial for how to edit the configurations, or can someone point me in the right direction to learn how to utilize this docker properly? So far, I've been able to properly assign the input/output directories.  It copies and renames the files over (with the most basic attributes, title only) but still keeps the original folder in the input directory.

Hi,

 

i worked myself through these commands

 

https://www.filebot.net/naming.html

http://www.filebot.net/cli.html

 

for moving instead copy only change the copy to move in filebot.sh (bottom command line) --action move instead --action copy

 

it stills copy and delete instead just move over but the result is working then ;)

 

i hope this helps a little ;)

Link to comment

Just in case anybody runs into this issue when copying/moving/renaming files: you may see FileBot refuse to work on files with special characters in the name.  I hit this on a file for the movie "Nausicaä of the Valley of the Wind" because of the accented a.

Malformed input or input contains unmappable chacraters

On the FileBot forums I found a post about this with this helpful command to run

export LANG=en_US.UTF-8

So if you need to give this a try, SSH into your UnRAID server, then open a shell inside the FileBot docker container, then run the command.

 

If you've never done it, you can get a root shell inside the container like this:

docker exec -it FileBot bash

So the whole sequence would look like this:

 

laptop:~ root$ ssh [email protected]

Last login: Sat Mar 18 14:14:09 2017 from 192.168.1.46

Linux 4.9.10-unRAID.

root@Tower:~# docker exec -it FileBot bash

root@939b6677cd58:/# export LANG=en_US.UTF-8

root@939b6677cd58:/# exit

exit

root@Tower:~# exit

logout

Connection to tower.local closed.

 
Edited by cowboytronic
Link to comment
On 2/25/2017 at 10:01 PM, elpuntonegro said:

I have the coppit version but i have an issue that after a period of time it doesn't pickup the new files and i have to restart the docker to fix it. 

 

I can't fix it without more info. It doesn't happen for me.

 

When that happens, please go to unraid's docker tab, find the filebot container, click the log icon on the right side, copy the last part of the log, and send it to me.

Link to comment
Quote

 

Just in case anybody runs into this issue when copying/moving/renaming files: you may see FileBot refuse to work on files with special characters in the name.  I hit this on a file for the movie "Nausicaä of the Valley of the Wind" because of the accented a.


Malformed input or input contains unmappable chacraters

On the FileBot forums I found a post about this with this helpful command to run


export LANG=en_US.UTF-8


 

I just pushed a new version that sets the locale to en_US.UTF-8. Please try it.

Link to comment
  • 2 weeks later...
  • 2 weeks later...

Hi, everyone. Long time lurker, first time poster (and newbie)

 

I have installed the filebot docker and seem to be having some permissions issues.

 

My input/output paths are as follows:

/mnt/user/Movie/TV_move/ (in)

/mnt/user/TV/ (out)

 

I am testing with a couple of files, and am seeing this failure in the logs:

----------------------------------------------------------------------------------------------------------------------
[2017-04-16 07:44:15] FileBot: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2017-04-16 07:44:15] FileBot: Finished running command. Exit code was 1
[2017-04-16 07:44:15] FileBot: Waiting for new change
[2017-04-16 07:55:17] FileBot: Detected change to file /input/The.Drew.Carey.Show.S01E03.iNTERNAL.DSR.x264-REGRET/the.drew.carey.show.s01e03.internal.dsr.x264-regret.mkv
[2017-04-16 07:55:17] FileBot: Waiting for watch directory to stabilize for 10 seconds before triggering command
[2017-04-16 07:55:36] FileBot: Watch directory stabilized for 10 seconds. Triggering command.
[2017-04-16 07:55:36] FileBot: Running command with user ID 99, group ID 100, and umask 0000
[2017-04-16 07:55:36] FileBot: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
[2017-04-16 07:55:36] User "user_99_100" already exists. Skipping creation of user and group...
[2017-04-16 07:55:36] Running command as user "user_99_100"...
Locking /files/amc.log
Run script [fn:amc] at [Sun Apr 16 07:55:37 MDT 2017]
Parameter: ut_dir = /input
Parameter: ut_kind = multi
Parameter: music = y
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: excludeList = /config/amc-exclude-list.txt
Parameter: movieFormat = Movies/{n.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')} {' CD'+pi}
Parameter: musicFormat = Music/{n.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')}/{album.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')}/{media.TrackPosition.pad(2)} - {t.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')}
Parameter: seriesFormat = /{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""').replaceAll(/[!?.]+$/).replacePart(', Part ')}{'.'+lang}
Use excludes: /config/amc-exclude-list.txt (1)
Ignore extra: /input/The.Drew.Carey.Show.S01E03.iNTERNAL.DSR.x264-REGRET/sample-the.drew.carey.show.s01e03.internal.dsr.x264-regret.mkv
Ignore extra: /input/The.Drew.Carey.Show.S02E04.DSR.x264-REGRET/sample-the.drew.carey.show.s02e04.dsr.x264-regret.mp4
Ignore extra: /input/The.Drew.Carey.Show.S01E16.iNTERNAL.DSR.x264-REGRET/sample-the.drew.carey.show.s01e16.internal.dsr.x264-regret.mp4
Input: /input/The.Drew.Carey.Show.S01E03.iNTERNAL.DSR.x264-REGRET/the.drew.carey.show.s01e03.internal.dsr.x264-regret.mkv
Input: /input/The.Drew.Carey.Show.S01E16.iNTERNAL.DSR.x264-REGRET/the.drew.carey.show.s01e16.internal.dsr.x264-regret.mp4
Input: /input/The.Drew.Carey.Show.S02E04.DSR.x264-REGRET/the.drew.carey.show.s02e04.dsr.x264-regret.mp4
Group: [tvs:the drew carey show] => [the.drew.carey.show.s01e03.internal.dsr.x264-regret.mkv, the.drew.carey.show.s01e16.internal.dsr.x264-regret.mp4, the.drew.carey.show.s02e04.dsr.x264-regret.mp4]
Rename episodes using [TheTVDB]
Auto-detected query: [The Drew Carey Show]
Fetching episode data for [The Drew Carey Show]
[COPY] From [/input/The.Drew.Carey.Show.S01E03.iNTERNAL.DSR.x264-REGRET/the.drew.carey.show.s01e03.internal.dsr.x264-regret.mkv] to [/The Drew Carey Show/Season 01/The Drew Carey Show - S01E03 - The Joining of Two Unlike Elements is a Mixture.mkv]
[COPY] Failure: java.nio.file.AccessDeniedException: /The Drew Carey Show
Processed 0 files
AccessDeniedException: /The Drew Carey Show
Finished without processing any files
Failure (°_°)

------------------------------------------------------------------------------------------------------------

 

It looks like there is a permissions error in the target directory?. The target directory permissions are as follows:


drwxrwxrwx 1 nobody users   48 Apr 16 08:04 The\ Drew\ Carey\ Show/

Does anyone have any ideas on how to troubleshoot this?

 

Cheers,

Brian

 

 

 

Link to comment
33 minutes ago, bjmcintosh said:

[COPY] From [/input/The.Drew.Carey.Show.S01E03.iNTERNAL.DSR.x264-REGRET/the.drew.carey.show.s01e03.internal.dsr.x264-regret.mkv] to [/The Drew Carey Show/Season 01/The Drew Carey Show - S01E03 - The Joining of Two Unlike Elements is a Mixture.mkv]

 

Admittedly, I don't use this app, but I find it curious that the input path is showing /input/...., but the output path isn't showing /output/...., but rather a path in the root fs of the container.

 

Do you have the app configured properly?

Link to comment

I did not notice that, but I suspect that is something in the logging. The input directory seems to be OK as the script is finding a file change in that directory and located a file to be processed. The issue seems to be in the access denied error when copying to the target directory:

 

[COPY] Failure: java.nio.file.AccessDeniedException: /The Drew Carey Show

 

I will look at the configuration of the app again.

 

Thanks for the reply.

 

Brian

Link to comment

Yeah, for some reason it's trying to put the file into / instead of /output. You can check your volume mapping this way:

 

docker exec FileBot ls /output

If it is, then check your filebot.sh file, making sure that the filebot command at the end has "--output /output"

Edited by coppit
Link to comment

Awesome - thanks coppit for the reply. I tried modifying the default script to place files at the root of the output directory.

 

For future reference, here is what I did:

 

original section in filebot.sh:

 

# TV Shows/Game of Thrones/Season 05/Game of Thrones - S05E08 - Hardhome.mp4
# TV Shows/Game of Thrones/Special/Game of Thrones - S00E11 - A Day in the Life.mp4
SERIES_FORMAT="TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.${QUOTE_FIXER}.replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}"

 

The files that were renamed were going into a folder called 'TV Shows'. I wanted them to go into the root of the folder as defined by my outpur file setting in the docker config. I guessed that this should work (simply go up one level in the folder structure):

 

first attempt at modifying the section in filebot.sh:

 

# TV Shows/Game of Thrones/Season 05/Game of Thrones - S05E08 - Hardhome.mp4
# TV Shows/Game of Thrones/Special/Game of Thrones - S00E11 - A Day in the Life.mp4
SERIES_FORMAT="/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.${QUOTE_FIXER}.replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}"

 

OK - after RTFMing and reading the replies to this thread, I realized what I wanted was this:

 

working mod to filebot.sh:

 

# TV Shows/Game of Thrones/Season 05/Game of Thrones - S05E08 - Hardhome.mp4
# TV Shows/Game of Thrones/Special/Game of Thrones - S00E11 - A Day in the Life.mp4
SERIES_FORMAT="/output/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.${QUOTE_FIXER}.replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}"

 

This placed the output files in the root of the directory defined by the docker 'output' field.

 

Works like a charm. All my series management is now fully automatic ... thanks coppit and squid.

 

Link to comment

I'm having a problem where I can't use the hardlink action.  I can move, copy, etc, but not hardlink.  It gives me an error about an "Invalid cross-device link"

root@a95fc6dbbd67:/# filebot -rename /downloads/Malcolm.In.The.Middle.S01.* --db TheTVDB --mode interactive --format "{plex} [{vf}, {vc}, {ac}, {af}]" --output=/output --action hardlink                                                    

Rename episodes using [TheTVDB]
Auto-detected query: [Malcolm in the Middle]
Fetching episode data for [Malcolm in the Middle]
[HARDLINK] From [/downloads/Malcolm.In.The.Middle.S01.NTSC.DVD.DD2.0.x264-DON/Malcolm.in.the.Middle.S01E01.Pilot.NTSC.DVD.DD2.0.x264-DON.mkv] to [/output/TV Shows/Malcolm in the Middle/Season 01/Malcolm in the Middle - S01E01 - Pilot [480p, x264, AC3, 2ch].mkv]
[HARDLINK] Failure: java.nio.file.FileSystemException: /output/TV Shows/Malcolm in the Middle/Season 01/Malcolm in the Middle - S01E01 - Pilot [480p, x264, AC3, 2ch].mkv -> /downloads/Malcolm.In.The.Middle.S01.NTSC.DVD.DD2.0.x264-DON/Malcolm.in.the.Middle.S01E01.Pilot.NTSC.DVD.DD2.0.x264-DON.mkv: Invalid cross-device link
Processed 0 files
/output/TV Shows/Malcolm in the Middle/Season 01/Malcolm in the Middle - S01E01 - Pilot [480p, x264, AC3, 2ch].mkv -> /downloads/Malcolm.In.The.Middle.S01.NTSC.DVD.DD2.0.x264-DON/Malcolm.in.the.Middle.S01E01.Pilot.NTSC.DVD.DD2.0.x264-DON.mkv: Invalid cross-device link
java.nio.file.FileSystemException: /output/TV Shows/Malcolm in the Middle/Season 01/Malcolm in the Middle - S01E01 - Pilot [480p, x264, AC3, 2ch].mkv -> /downloads/Malcolm.In.The.Middle.S01.NTSC.DVD.DD2.0.x264-DON/Malcolm.in.the.Middle.S01E01.Pilot.NTSC.DVD.DD2.0.x264-DON.mkv: Invalid cross-device link
    at net.filebot.util.FileUtilities.createHardLinkStructure(FileUtilities.java:140)
    at net.filebot.StandardRenameAction$5.rename(StandardRenameAction.java:75)
    at net.filebot.cli.CmdlineOperations.renameAll(CmdlineOperations.java:619)
    at net.filebot.cli.CmdlineOperationsTextUI.renameAll(CmdlineOperationsTextUI.java:94)
    at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:244)
    at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:97)
    at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:83)
    at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:26)
    at net.filebot.Main.main(Main.java:115)
Failure (°_°)

 

Has anybody seen this?

Edited by cowboytronic
Link to comment

As suggested by rednoah's response on this thread at the FileBot forums, I did a 'stat' of the input and output paths.  He says if they're on different filesystems that you can't do a hardlink.

 

root@a95fc6dbbd67:/# stat /downloads
  File: '/downloads'
  Size: 4096      	Blocks: 16         IO Block: 131072 directory
Device: 21h/33d	Inode: 7           Links: 1
Access: (0777/drwxrwxrwx)  Uid: (   99/user_99_100)   Gid: (  100/   users)
Access: 2017-04-17 23:42:15.743366000 -0700
Modify: 2017-04-20 09:55:52.504612122 -0700
Change: 2017-04-20 09:55:52.504612122 -0700
 Birth: -
root@a95fc6dbbd67:/# stat /output
  File: '/output'
  Size: 16        	Blocks: 0          IO Block: 131072 directory
Device: 21h/33d	Inode: 12          Links: 1
Access: (0777/drwxrwxrwx)  Uid: (   99/user_99_100)   Gid: (  100/   users)
Access: 2017-04-20 04:00:36.000000000 -0700
Modify: 2017-04-20 11:05:42.880575241 -0700
Change: 2017-04-20 11:05:42.880575241 -0700
 Birth: -
root@a95fc6dbbd67:/# stat /downloads/Malcolm.In.The.Middle.S01.*
  File: '/downloads/Malcolm.In.The.Middle.S01.NTSC.DVD.DD2.0.x264-DON'
  Size: 4096      	Blocks: 8          IO Block: 131072 directory
Device: 21h/33d	Inode: 1531778     Links: 1
Access: (0775/drwxrwxr-x)  Uid: (   99/user_99_100)   Gid: (  100/   users)
Access: 2017-04-20 09:55:52.001074093 -0700
Modify: 2017-04-20 09:55:52.003074098 -0700
Change: 2017-04-20 09:55:52.003074098 -0700
 Birth: -
root@a95fc6dbbd67:/# stat "/output/TV Shows/Malcolm in the Middle/Season 01"
  File: '/output/TV Shows/Malcolm in the Middle/Season 01'
  Size: 0         	Blocks: 0          IO Block: 131072 directory
Device: 21h/33d	Inode: 1538039     Links: 1
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2017-04-20 11:05:42.881575246 -0700
Modify: 2017-04-20 11:05:42.881575246 -0700
Change: 2017-04-20 11:05:42.881575246 -0700
 Birth: -

 

I'm not sure how to interpret the output.  Is it possible, inside a docker container, to do this?

Edited by cowboytronic
Link to comment

hey guys i need some with filbot ui docker. web ui is not working.

E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Apr 22 21:28:51 17cfcb44b42d syslog-ng[69]: syslog-ng starting up; version='3.5.3'
E: sink_process_msg: not running
E: close_send:
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: //bin/dbus-launch terminated abnormally without any error message
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: //bin/dbus-launch terminated abnormally without any error message
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
rdpPointerWarpCursor:
rdpPointerNewEventScreen:
InitInput:
rdpMouseCtrl:
rdpChangeKeyboardControl:
Obt-Message: Xinerama extension is not present on the server
Fontconfig warning: ignoring C.UTF-8: not a valid language tag
Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"
Starting X app...
rdpChangeKeyboardControl:
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 9:28:51 PM org.apache.catalina.startup.Catalina initDirs
SEVERE: Cannot find specified temporary folder at /tmp/tomcat7-tomcat7-tmp
ok: run: openbox: (pid 60) 1s
Apr 22, 2017 9:28:52 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Apr 22, 2017 9:28:52 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 897 ms
Fontconfig warning: ignoring C.UTF-8: not a valid language tag
Apr 22, 2017 9:28:52 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Apr 22, 2017 9:28:52 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
Apr 22, 2017 9:28:52 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Apr 22, 2017 9:28:53 PM org.apache.catalina.core.StandardContext postWorkDirectory
WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/_] for context []
Warning: Missing charsets in String to FontSet conversion
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:215)
at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:230)
at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:510)
at net.filebot.Main.onStart(Main.java:151)
at net.filebot.Main.lambda$null$0(Main.java:129)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:426)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:416)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
... 1 more
Failed to initialize JavaFX. Please install JavaFX.
java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:217)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:215)
at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:230)
at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:510)
at net.filebot.Main.onStart(Main.java:151)
at net.filebot.Main.lambda$null$0(Main.java:129)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:426)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:416)

21:28:57.225 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity.
21:28:57.346 [localhost-startStop-1] WARN o.g.g.n.b.extension.ExtensionModule - The "auth-provider" and "lib-directory" properties are now deprecated. Please use the "extensions" and "lib" directories within GUACAMOLE_HOME instead.
21:28:57.475 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support...
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class
Apr 22, 2017 9:28:57 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
Apr 22, 2017 9:28:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:28:58 PM org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/_ is unusable.
Apr 22, 2017 9:28:58 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/guacamole.war
Apr 22, 2017 9:28:58 PM org.apache.catalina.core.StandardContext postWorkDirectory
WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/guacamole] for context [/guacamole]
21:29:00.681 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity.
21:29:00.779 [localhost-startStop-1] WARN o.g.g.n.b.extension.ExtensionModule - The "auth-provider" and "lib-directory" properties are now deprecated. Please use the "extensions" and "lib" directories within GUACAMOLE_HOME instead.
21:29:00.811 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support...
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class
Apr 22, 2017 9:29:01 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 9:29:01 PM org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/guacamole is unusable.
Apr 22, 2017 9:29:01 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Apr 22, 2017 9:29:01 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9023 ms
Apr 22 21:29:17 17cfcb44b42d XRDP[59]: (59)(47842050555904)[INFO ] A connection received from: 192.168.0.100 port 52484
Apr 22 21:29:17 17cfcb44b42d XRDP[59]: (59)(47842050555904)[INFO ] An established connection closed to endpoint: 192.168.0.100:52484 - socket: 8
Apr 22 21:29:17 17cfcb44b42d XRDP[150]: (150)(47842050555904)[INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
Apr 22 21:29:17 17cfcb44b42d XRDP[150]: (150)(47842050555904)[INFO ] An established connection closed to endpoint: 192.168.0.100:52484 - socket: 8
Apr 22 21:29:17 17cfcb44b42d XRDP[150]: (150)(47842050555904)[ERROR] Listening socket is in wrong state we terminate listener
logging configuration:
LogFile: /var/log/xrdp-ng.log
LogLevel: 4
EnableSyslog: 1
SyslogLevel: 4
[20170422-21:29:17] [INFO ] A connection received from: 192.168.0.100 port 52484
[20170422-21:29:17] [INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
xrdp_iso_incoming: xrdp_iso_recv_msg returned non zero
xrdp_process_main_loop: libxrdp_process_incomming failed
[20170422-21:29:17] [INFO ] An established connection closed to endpoint: 192.168.0.100:52484 - socket: 8
xrdp_mcs_disconnect - socket closed
[20170422-21:29:17] [ERROR] Listening socket is in wrong state we terminate listener
Apr 22 21:50:23 17cfcb44b42d XRDP[59]: (59)(47842050555904)[INFO ] A connection received from: 192.168.0.100 port 57636
Apr 22 21:50:23 17cfcb44b42d XRDP[59]: (59)(47842050555904)[INFO ] An established connection closed to endpoint: 192.168.0.100:57636 - socket: 8
Apr 22 21:50:23 17cfcb44b42d XRDP[151]: (151)(47842050555904)[INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
Apr 22 21:50:23 17cfcb44b42d XRDP[151]: (151)(47842050555904)[INFO ] An established connection closed to endpoint: 192.168.0.100:57636 - socket: 8
Apr 22 21:50:23 17cfcb44b42d XRDP[151]: (151)(47842050555904)[ERROR] Listening socket is in wrong state we terminate listener
logging configuration:
LogFile: /var/log/xrdp-ng.log
LogLevel: 4
EnableSyslog: 1
SyslogLevel: 4
[20170422-21:29:17] [INFO ] A connection received from: 192.168.0.100 port 52484
[20170422-21:29:17] [INFO ] An established connection closed to endpoint: 192.168.0.100:52484 - socket: 8
[20170422-21:50:23] [INFO ] A connection received from: 192.168.0.100 port 57636
[20170422-21:50:23] [INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
xrdp_iso_incoming: xrdp_iso_recv_msg returned non zero
xrdp_process_main_loop: libxrdp_process_incomming failed
[20170422-21:50:23] [INFO ] An established connection closed to endpoint: 192.168.0.100:57636 - socket: 8
xrdp_mcs_disconnect - socket closed
[20170422-21:50:23] [ERROR] Listening socket is in wrong state we terminate listener
*** Shutting down runit daemon (PID 44)...
CloseInput
DeleteInputDeviceRequest
DeleteInputDeviceRequest
DeleteInputDeviceRequest
DeleteInputDeviceRequest
DeleteInputDeviceRequest
DeleteInputDeviceRequest
rdpSpriteDeviceCursorCleanup:
rdpSpriteDeviceCursorCleanup:
logging configuration:
LogFile: /var/log/xrdp-ng.log
LogLevel: 4
EnableSyslog: 1
SyslogLevel: 4
[20170422-21:29:17] [INFO ] A connection received from: 192.168.0.100 port 52484
[20170422-21:29:17] [INFO ] An established connection closed to endpoint: 192.168.0.100:52484 - socket: 8
[20170422-21:50:23] [INFO ] A connection received from: 192.168.0.100 port 57636
[20170422-21:50:23] [INFO ] An established connection closed to endpoint: 192.168.0.100:57636 - socket: 8
shutting down
signal 15 threadid 0x2b83186dc000
[20170422-21:51:26] [INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
ddxGiveUp:
Apr 22, 2017 9:51:26 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
chansrv::main: using log file [/nobody/xrdp-chansrv.log]
[20170422-21:28:51] [CORE ] main: app started pid 65(0x00000041)
xrdp-chansrv [2524435099]: scard_deinit:
chansrv:smartcard_pcsc [2524435099]: scard_pcsc_deinit:
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1"
after 5021 requests (5021 known processed) with 0 events remaining.
E: sink_process_msg: not running
E: close_send:
Apr 22, 2017 9:51:27 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Apr 22, 2017 9:51:27 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [com.google.inject.internal.util.$Finalizer] but has failed to stop it. This is very likely to create a memory leak.
ERROR: openbox-xdg-autostart requires PyXDG to be installed


Apr 22, 2017 9:51:28 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/guacamole] appears to have started a thread named [com.google.inject.internal.util.$Finalizer] but has failed to stop it. This is very likely to create a memory leak.
Apr 22, 2017 9:51:28 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Apr 22, 2017 9:51:28 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
*** Killing all processes...
*** Running /etc/my_init.d/00_config.sh...

Current default time zone: 'Asia/Kolkata'
Local time is now: Sat Apr 22 22:02:49 IST 2017.
Universal Time is now: Sat Apr 22 16:32:49 UTC 2017.

*** Running /etc/my_init.d/01_user_config.sh...
usermod: no changes
usermod: no changes
usermod: no changes
*** Running /etc/my_init.d/02_app_config.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 46
ok: run: openbox: (pid 64) 0s
Starting xrdp!
Error: Can't open display: :1
Error: Can't open display: :1
Error: Can't open display: :1
guacd[61]: INFO: Guacamole proxy daemon (guacd) version 0.9.7 started
guacd[61]: INFO: Listening on host 127.0.0.1, port 4822
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
E: [pulseaudio] core-util.c: Failed to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
InitOutput:

X11rdp, an X server for xrdp
Version 0.9.0
Copyright (C) 2005-2015 Jay Sorg
See http://www.xrdp.org for information on xrdp.
Underlying X server release 10903000, The X.Org Foundation
Screen width 1440 height 900 depth 16 bpp 16
dpix 100 dpiy 100
buffer size 2592000
22/04/17 22:02:51 kill disconencted [0] timeout [60] sec
pRRScrPriv 0x7efef0
rdpScreenInit: ret 1
InitOutput: out
E: sink_process_msg: not running
E: close_send:
[dix] Could not init font path element /usr/share/fonts/X11/misc/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/OTF/, removing from list!
Apr 22 22:02:51 17cfcb44b42d syslog-ng[72]: syslog-ng starting up; version='3.5.3'
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/, removing from list!
rdpSpriteDeviceCursorInitialize:
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: //bin/dbus-launch terminated abnormally without any error message
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: //bin/dbus-launch terminated abnormally without any error message
rdpPointerWarpCursor:
rdpPointerNewEventScreen:
InitInput:
rdpMouseCtrl:
rdpChangeKeyboardControl:
Obt-Message: Xinerama extension is not present on the server
Fontconfig warning: ignoring C.UTF-8: not a valid language tag
Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"
Starting X app...
rdpChangeKeyboardControl:
Apr 22, 2017 10:02:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
ok: run: openbox: (pid 64) 1s
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.Catalina initDirs
SEVERE: Cannot find specified temporary folder at /tmp/tomcat7-tomcat7-tmp
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Apr 22, 2017 10:02:52 PM org.apache.catalina.startup.Catalina initDirs
SEVERE: Cannot find specified temporary folder at /tmp/tomcat7-tomcat7-tmp
Fontconfig warning: ignoring C.UTF-8: not a valid language tag
Apr 22, 2017 10:02:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Apr 22, 2017 10:02:53 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1264 ms
Apr 22, 2017 10:02:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Apr 22, 2017 10:02:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
Apr 22, 2017 10:02:53 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Warning: Missing charsets in String to FontSet conversion
Apr 22, 2017 10:02:53 PM org.apache.catalina.core.StandardContext postWorkDirectory
WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/_] for context []
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:215)
at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:230)
at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:510)
at net.filebot.Main.onStart(Main.java:151)
at net.filebot.Main.lambda$null$0(Main.java:129)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:426)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:416)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
... 1 more
Failed to initialize JavaFX. Please install JavaFX.
java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:217)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:215)
at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:230)
at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:510)
at net.filebot.Main.onStart(Main.java:151)
at net.filebot.Main.lambda$null$0(Main.java:129)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:426)
at net.filebot.util.ui.SwingUI$SwingRunnable.doInBackground(SwingUI.java:416)

22:02:57.327 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity.
22:02:57.441 [localhost-startStop-1] WARN o.g.g.n.b.extension.ExtensionModule - The "auth-provider" and "lib-directory" properties are now deprecated. Please use the "extensions" and "lib" directories within GUACAMOLE_HOME instead.
22:02:57.554 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support...
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class
Apr 22, 2017 10:02:57 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class
Apr 22, 2017 10:02:57 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:02:58 PM org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/_ is unusable.
Apr 22, 2017 10:02:58 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/guacamole.war
Apr 22, 2017 10:02:58 PM org.apache.catalina.core.StandardContext postWorkDirectory
WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/guacamole] for context [/guacamole]
22:03:01.075 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity.
22:03:01.167 [localhost-startStop-1] WARN o.g.g.n.b.extension.ExtensionModule - The "auth-provider" and "lib-directory" properties are now deprecated. Please use the "extensions" and "lib" directories within GUACAMOLE_HOME instead.
22:03:01.193 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support...
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class
Apr 22, 2017 10:03:01 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
Apr 22, 2017 10:03:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 22, 2017 10:03:02 PM org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/guacamole is unusable.
Apr 22, 2017 10:03:02 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Apr 22, 2017 10:03:02 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 8869 ms

Link to comment
On 4/20/2017 at 2:21 PM, cowboytronic said:

As suggested by rednoah's response on this thread at the FileBot forums, I did a 'stat' of the input and output paths.  He says if they're on different filesystems that you can't do a hardlink.

 

Well, it's simple: Outside of the container, are the mapped directories in different file systems, like on a cache drive versus in the array? If so, it doesn't matter what stat says in the container (which may be untrustworthy due to docker directory mapping). Hard links are a file system concept, and do not extend across file system boundaries. There's no docker magic that can change that.

 

12 hours ago, Max said:

hey guys i need some with filbot ui docker. web ui is not working.

 

Yeah, the container was broken. I just pushed an update that should fix it for you. I also updated the template, which incorrectly had the web UI at port 3389. It's actually at http://[IP]:[PORT:8080]/#/client/c/Filebot, where port 8080 is whatever you mapped it to on the host.

Link to comment
11 hours ago, trurl said:

 

 

1 hour ago, coppit said:

Yeah, the container was broken. I just pushed an update that should fix it for you. I also updated the template, which incorrectly had the web UI at port 3389. It's actually at http://[IP]:[PORT:8080]/#/client/c/Filebot, where port 8080 is whatever you mapped it to on the host.

Okay, this time i try to be more thorough. the web ui for filebot ui is not working and as @coppit is stated in his post that he pushed an update which should fix it for me but by that time i had already deleted that docker so i just installed it again but still it isn't working. i guess now when i have reinstalled it it should be running on the latest version but just to be sure i tried running that force update option but it didn't find any update to install.

Here is the docker run command when i installed it --

Command:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="FileBotUI" --net="bridge" -e TZ="Asia/Calcutta" -e HOST_OS="unRAID" -p 3389:3389/tcp -v "/mnt/user/Window share/File Bot/input/":"/input":rw -v "/mnt/user/Window share/File Bot/output/":"/output":rw -v "/mnt/user/appdata/FileBotUI":"/config":rw coppit/filebot-ui
f86e4249bfa17c5847a475bf2628ac45093c59bdd9423a6343003120ae85b33d

The command finished successfully!

 

Here goes the docker run command when i tried that force update option ---

 

Pulling image: coppit/filebot-ui:latest

IMAGE ID [latest]: Pulling from coppit/filebot-ui. 
Status: Image is up to date for coppit/filebot-ui:latest
TOTAL DATA PULLED: 0 B

Stopping container: FileBotUI

Successfully stopped container 'FileBotUI'

Removing container: FileBotUI

Successfully removed container 'FileBotUI'

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="FileBotUI" --net="bridge" -e TZ="Asia/Calcutta" -e HOST_OS="unRAID" -p 3389:3389/tcp -v "/mnt/user/Window share/File Bot/input/":"/input":rw -v "/mnt/user/Window share/File Bot/output/":"/output":rw -v "/mnt/user/appdata/FileBotUI":"/config":rw coppit/filebot-ui

4107bfc2ac586862fe7d17396e07e4164af1798648dec50c8476d0a35f64710c
The command finished successfully!

 

Here goes the logs --

 

 

*** Running /etc/my_init.d/00_config.sh...

Current default time zone: 'Asia/Kolkata'
Local time is now: Sun Apr 23 11:59:51 IST 2017.
Universal Time is now: Sun Apr 23 06:29:51 UTC 2017.

*** Running /etc/my_init.d/01_user_config.sh...
usermod: no changes
usermod: no changes
usermod: no changes
*** Running /etc/my_init.d/02_app_config.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 42
Generating xrdp RSA keys...

Generating 512 bit rsa key...

ssl_gen_key_xrdp1 ok

saving to /etc/xrdp/rsakeys.ini

done
guacd[57]: INFO: Guacamole proxy daemon (guacd) version 0.9.6 started
guacd[57]: INFO: Listening on host 127.0.0.1, port 4822
InitOutput:

X11rdp, an X server for xrdp
Version 0.9.0
Copyright (C) 2005-2015 Jay Sorg
See http://www.xrdp.org for information on xrdp.
Underlying X server release 10903000, The X.Org Foundation
Screen width 1280 height 720 depth 16 bpp 16
dpix 100 dpiy 100
buffer size 1843200
23/04/17 11:59:52 kill disconencted [0] timeout [60] sec
pRRScrPriv 0x7efef0
rdpScreenInit: ret 1
InitOutput: out
[dix] Could not init font path element /usr/share/fonts/X11/misc/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/OTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/, removing from list!
rdpSpriteDeviceCursorInitialize:
Apr 23 11:59:52 4107bfc2ac58 syslog-ng[59]: syslog-ng starting up; version='3.5.3'
rdpPointerWarpCursor:
rdpPointerNewEventScreen:
InitInput:
rdpMouseCtrl:
rdpChangeKeyboardControl:
Obt-Message: Xinerama extension is not present on the server
rdpChangeKeyboardControl:
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"
Starting X app...
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Apr 23, 2017 11:59:53 AM org.apache.catalina.startup.Catalina initDirs
SEVERE: Cannot find specified temporary folder at /tmp/tomcat7-tomcat7-tmp
Apr 23, 2017 11:59:54 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Apr 23, 2017 11:59:54 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 893 ms
Apr 23, 2017 11:59:54 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Apr 23, 2017 11:59:54 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
Apr 23, 2017 11:59:54 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Apr 23, 2017 11:59:54 AM org.apache.catalina.core.StandardContext postWorkDirectory
WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/_] for context []
libGL error: dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
libGL error: dlopen ${ORIGIN}/dri/swrast_dri.so failed (${ORIGIN}/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
libGL error: dlopen /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Failed in glXGetVisualFromFBConfig
11:59:58.275 [localhost-startStop-1] WARN o.g.g.properties.GuacamoleProperties - GuacamoleProperties is deprecated. Please use Environment instead.
11:59:58.278 [localhost-startStop-1] WARN o.g.g.properties.GuacamoleHome - GuacamoleHome is deprecated. Please use Environment instead.
11:59:58.280 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity.
11:59:58.529 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support...
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.protocol.ProtocolRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class
Apr 23, 2017 11:59:59 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.protocol.ProtocolRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 11:59:59 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
WARNING: A sub-resource method, public void org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService.patchTunnels(java.lang.String,java.util.List) throws org.glyptodon.guacamole.GuacamoleException, with URI template, "/", is treated as a resource method
Apr 23, 2017 11:59:59 AM org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/_ is unusable.
Apr 23, 2017 11:59:59 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/guacamole.war
Apr 23, 2017 11:59:59 AM org.apache.catalina.core.StandardContext postWorkDirectory
WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/guacamole] for context [/guacamole]
12:00:01.197 [localhost-startStop-1] WARN o.g.g.properties.GuacamoleProperties - GuacamoleProperties is deprecated. Please use Environment instead.
12:00:01.200 [localhost-startStop-1] WARN o.g.g.properties.GuacamoleHome - GuacamoleHome is deprecated. Please use Environment instead.
12:00:01.208 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity.
12:00:01.344 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support...
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.protocol.ProtocolRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class
Apr 23, 2017 12:00:01 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
Apr 23, 2017 12:00:01 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.protocol.ProtocolRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest"
Apr 23, 2017 12:00:02 PM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
WARNING: A sub-resource method, public void org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService.patchTunnels(java.lang.String,java.util.List) throws org.glyptodon.guacamole.GuacamoleException, with URI template, "/", is treated as a resource method
Apr 23, 2017 12:00:02 PM org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/guacamole is unusable.
Apr 23, 2017 12:00:02 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Apr 23, 2017 12:00:02 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 8241 ms
Apr 23 12:05:06 4107bfc2ac58 XRDP[53]: (53)(47270790291456)[INFO ] A connection received from: 192.168.0.100 port 60002
Apr 23 12:05:06 4107bfc2ac58 XRDP[53]: (53)(47270790291456)[INFO ] An established connection closed to endpoint: 192.168.0.100:60002 - socket: 8
Apr 23 12:05:06 4107bfc2ac58 XRDP[133]: (133)(47270790291456)[INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
Apr 23 12:05:07 4107bfc2ac58 XRDP[133]: (133)(47270790291456)[INFO ] An established connection closed to endpoint: 192.168.0.100:60002 - socket: 8
Apr 23 12:05:07 4107bfc2ac58 XRDP[133]: (133)(47270790291456)[ERROR] Listening socket is in wrong state we terminate listener
logging configuration:
LogFile: /var/log/xrdp-ng.log
LogLevel: 4
EnableSyslog: 1
SyslogLevel: 4
[20170423-12:05:06] [INFO ] A connection received from: 192.168.0.100 port 60002
[20170423-12:05:06] [INFO ] An established connection closed to endpoint: NULL:NULL - socket: 7
xrdp_iso_recv_msg: bad ver
0000 16 03 01 00 ....
xrdp_iso_incoming: xrdp_iso_recv_msg returned non zero
xrdp_process_main_loop: libxrdp_process_incomming failed
[20170423-12:05:07] [INFO ] An established connection closed to endpoint: 192.168.0.100:60002 - socket: 8
xrdp_mcs_disconnect - socket closed
[20170423-12:05:07] [ERROR] Listening socket is in wrong state we terminate listener

Link to comment

i just wanna report that file bot isn't that perfect with anime shows

Here's the reason behind me saying that--

[COPY] From [/input/Dragon Ball Super - 003v3 - Where's the Rest of my Dream! Find the Super Saiyan God! [DragonTeam][88270B78].mkv] to [/output/Anime/Dragon Ball/Dragon Ball - 0x03 - American Edition Dragon Ball.mkv]
[COPY] From [/input/Dragon Ball Super - 004 - Aim for the Dragon Balls! The Pilaf Gang's Master Plan [DragonTeam][CFF54081].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 04 - Aim for the Dragon Balls! Pilaf Gang in Action.mkv]
[COPY] From [/input/Dragon Ball Super - 005v2 - A Battle on Kaio's Planet! Goku vs God of Destruction Beerus [DragonTeam][79C868E3].mkv] to [/output/Anime/Dragon Ball Z/Dragon Ball Z - 0x05 - Rebirth Part 1 - Film to Video The HD Transfer.mkv]
[COPY] From [/input/Dragon Ball Super - 006 - Don't Anger the God of Destruction! A Tense Birthday Party [DragonTeam][BCF6952E].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 06 - Don't Anger the God of Destruction! Excitement at the Birthday Party.mkv]
[COPY] From [/input/Dragon Ball Super - 007 - How Dare You Hurt My Bulma! Vegeta's Total Furious Change! [DragonTeam][2B5D8F1E].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 07 - How Dare You Hurt My Bulma! Vegeta's Sudden, Angry Shift.mkv]
[COPY] From [/input/Dragon Ball Super - 008 - Goku Arrives! A Last Chance from Beerus-sama! [DragonTeam][E42F383A].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 08 - Goku Arrives! A Last Chance from Beerus Sama.mkv]
[COPY] From [/input/Dragon Ball Super - 008 - Goku Arrives! A Last Chance from Beerus-sama! [DragonTeam][E42F383A].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 08 - Goku Arrives! A Last Chance from Beerus Sama.mkv]
[COPY] From [/input/Dragon Ball Super - 009 - Sorry for the Wait, Beerus-sama. The Super Saiyan God is Finally Born! [DragonTeam][CEF094C1].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 09 - Sorry for the Wait, Beerus Sama. The Super Saiyan God Is Finally Born.mkv]
[COPY] From [/input/Dragon Ball Super - 010 - Show Me, Goku! The Power of the Super Saiyan God!! [DragonTeam][967A40AC].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 10 - Unleash It, Goku! The Power of the Super Saiyan God.mkv]
[COPY] From [/input/Dragon Ball Super - 011v2 - Let's Continue, Beerus-sama! The Battle of Gods! [DragonTeam][05120722].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 11 - Let's Keep Going, Beerus Sama! Our Battle of Gods.mkv]
[COPY] From [/input/Dragon Ball Super - 012v2 - The Universe Crumbles! Clash! God of Destruction vs Super Saiyan God! [DragonTeam][68AD27BB].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 12 - The Universe Crumbles! Clash! God of Destruction vs. Super Saiyan God.mkv]
[COPY] From [/input/Dragon Ball Super - 013 - Goku, Surpass Super Saiyan God! [DragonTeam][07667686].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 13 - Goku, Surpass the Super Saiyan God.mkv]
[COPY] From [/input/Dragon Ball Super - 014v2 - This is Every Last Bit of My Power! The Battle of Gods Concludes! [Over8000][8DDA1E04].mkv] to [/output/Anime/Dragon Ball Super/Dragon Ball Super - 14 - This Is Every Ounce of Power I Have! The Battle of Gods' Conclusion.mkv]
Processed 12 files

Edited by Max
Link to comment
7 hours ago, Max said:

i guess now when i have reinstalled it it should be running on the latest version but just to be sure i tried running that force update option but it didn't find any update to install.

 

I guess try again. It could have taken some time for Docker hub's automated builds to rebuild. I ran a pull this morning and this was the output:

 

$ docker pull coppit/filebot-ui
Using default tag: latest
latest: Pulling from coppit/filebot-ui
a3ed95caeb02: Already exists 
a4656c904b12: Already exists 
d2ff49536f4d: Already exists 
f94adccdbb9c: Already exists 
ae857e8dd13c: Already exists 
14a80386bcb6: Already exists 
e30c323fd43d: Already exists 
92232aa16c9e: Already exists 
5c5b2850790c: Pull complete 
118133065f65: Pull complete 
c158f5fbd17a: Pull complete 
37fef094f781: Pull complete 
Digest: sha256:de1bd034cb84ea1d9ed98ad6f9e1076dbe60142ff7c0277c073b7ef0a7a4ca5a
Status: Downloaded newer image for coppit/filebot-ui:latest

 

6 hours ago, Max said:

i just wanna report that file bot isn't that perfect with anime shows

 

You could try to get help on the FileBot forums

Link to comment
24 minutes ago, coppit said:

 

I guess try again. It could have taken some time for Docker hub's automated builds to rebuild. I ran a pull this morning and this was the output:

 

I just tried force update option and it still doesn't seem to find any new update.

 

Pulling image: coppit/filebot-ui:latest

IMAGE ID [latest]: Pulling from coppit/filebot-ui. 
Status: Image is up to date for coppit/filebot-ui:latest

TOTAL DATA PULLED: 0 B

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.